");
$pretime = $nextime;
}
vLogHTML("MRT = $interval
");
vRemoteAsyncWait();
#----------------------------------------------------------------------------#
#3. Compare the message with first message
#----------------------------------------------------------------------------#
$ret = compare_message(\%sol1,\%sol2);
if($ret != 0){
vLogHTML('Message has been changed !
');
dhcpExitFail;
}
vStop($IF0);
dhcpExitPass;
###############################################################################
__END__
=head1 NAME
C_RFC3315_17_1_2_SolRetransMRT.seq - Check MRT of retransmission of Solicit
=head1 TARGET
Client
=head1 SYNOPSIS
=begin html
C_RFC3315_17_1_2_SolRetransMRT.seq [-tooloption...]
-pkt C_RFC3315_17_1_2_SolRetransMRT.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)
RT for each subsequent message transmission is based on the previous
value of RT:
RT = 2*RTprev + RAND*RTprev
MRT specifies an upper bound on the value of RT (disregarding the
randomization added by the use of RAND).
if (RT > MRT)
RT = MRT + RAND*MRT
- 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*)
| |
| ----> |Solicit (2*)
. .
. .until RTprev = MRT + MRT*RAND
| |
| ----> |Solicit (3*)
| |
| |
=end html
=head1 JUDGEMENT
=begin html
(3*)PASS: The RT must reach MRT.
=end html
=head1 TERMINATION
=begin html
N/A
=end html
=head1 REFERENCE
=begin html
Also see RFC3315
5.5. Transmission and Retransmission Parameters
14. Reliability of Client Initiated Message Exchanges
17.1.2. Transmission of Solicit Messages
=end html
=head1 SEE ALSO
=begin html
perldoc V6evalTool
=end html