");
#$ret =($interval le $IRT) or ( $interval ge ($IRT + $RAND*$IRT));
$ret = $interval <= $IRT || $interval >= ($IRT + $RAND*$IRT);
if($ret != 0){
dhcpExitFail;
}
vStop($IF0);
dhcpExitPass;
###############################################################################
__END__
=head1 NAME
C_RFC3315_17_1_2_SolRetransRT.seq - Test for RT of solicit
=head1 TARGET
Client
=head1 SYNOPSIS
=begin html
C_RFC3315_17_1_2_SolRetransRT.seq [-tooloption...]
-pkt C_RFC3315_17_1_2_SolRetransRT.def
-tooloption : v6eval tool option
See Also DHCPv6.def
=end html
=head1 INITIALIZATION
=begin html
NUT(Client)
|
|
Link0 --+--------+------------------------ 3ffe:501:ffff:100::/64
|
|
TN(Server)
The client retransmits Solicit that was not responsed, using the following parameters:
IRT SOL_TIMEOUT
and
RT = IRT + RAND*IRT
- Configurations
| Device Name |
Device Type |
Interface |
Assigned Prefix |
Link Local Addr |
MAC Addr |
| Client |
NUT |
Link0 |
3ffe:501:ffff:100::/64 |
NUT's Linklocal address |
NUT's MAC address |
| Server |
TN |
Link0 |
3ffe:501:ffff:100::/64 |
fe80::200:ff:fe00:a1a1 |
00:00:00:00:a1:a1 |
=end html
=head1 TEST PROCEDURE
=begin html
NUT TN
| |
| |Initialize NUT(as a DHCPv6 client)
| |
|------>|Solicit (1*)
| |
| |Waiting until DHCPv6 message arrives
| |
|------>|Solicit (2*)
| |
| |
=end html
=head1 JUDGEMENT
=begin html
(2*)PASS: Calculate the interval between the time receiving Solicit.
The interval must meet the verfication points.
=end html
=head1 TERMINATION
=begin html
N/A
=end html
=head1 REFERENCE
=begin html
Also see RFC3315
17.1.2. Transmission of Solicit Messages
=end html
=head1 SEE ALSO
=begin html
perldoc V6evalTool
=end html