");
dhcpExitFail;
}
#-------------------------------------------------------------------
vLogHTML("The Messages Exchange is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3315_17.2.2_Creation-TransmissionOfAdvertiseMsgWithaIAOP.seq - Respond to the Solicit Message(w/ IA_NA option)
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3315_17.2.2_Creation-TransmissionOfAdvertiseMsgWithaIAOP.seq [-tooloption ...]
-pkt S_RFC3315_17.2.2_Creation-TransmissionOfAdvertiseMsgWithaIAOP.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Client1)
|
Link0 -------+----------+-------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
Advertise Message
msg-type
ADVERTISE(2)
transaction-id
Same as the Solicit Message
Server Identifier option
Any
Client Identifier option
Same as the Solicit Message
IA_NA option
- option-code
OPTION_IA_NA (3)
- option-len
12 + length of IA_NA-options field
- IAID
Same as Solisit message
- T1
number
- T2
number
- IA_NA-options
IA Address option
- Configuration
| Device Name |
Device Type |
I/F |
Assigned Prefix |
Link Local Addr |
MAC Addr |
| Server1 |
NUT |
Link0 |
3ffe:501:ffff:100::/64 |
NUT's Linklocal address |
NUT's MAC address |
| Client1 |
TN |
Link0 |
3ffe:501:ffff:100::/64 |
fe80::200:ff:fe00:a2a2 |
00:00:00:00:a2:a2 |
=end html
=head1 TEST PROCEDURE
=begin html
NUT TN
| |
| | initialize NUT (as a DHCPv6 Server)
| |
| <---- | Solicit (w/ IA_NA option)
| ----> | Advertise (w/ IA_NA option)(*1)
| |
=end html
=head1 JUDGEMENT
The Solicit message must exchanged correctly.
(*1) PASS:The Advertise message must include IA_NA option.
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
see also RFC3315
17.2.2. Creation and Transmission of Advertise Messages
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut