");
dhcpExitFail;
}
if($adv2{$option_iaid} == 0){
vLogHTML('IAID is not non-zero value.
');
dhcpExitFail;
}
#-------------------------------------------------------------------
vLogHTML("Messages Exchange is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass;
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3315_22.4_IA_NAOP.seq - Checking IA_NA Option
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3315_22.4_IA_NAOP.seq [-tooloption ...]
-pkt S_RFC3315_22.4_IA_NAOP.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Client1)
|
Link0 -------+-----------+--------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
Reply Message Format
msg-type
ADVERTISE(2)
transaction-id
Any
Server ID option
Any
Client ID option
Any
IA_NA option
- option-code
OPTION_IA_NA (3)
- option-len
12 + length of IA_NA-options field
- IAID
non-zero number
- T1
number
- T2
number
- IA_NA-options
Options associated with this IA_NA.
| 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)
| ----> | Reply (w/ IA_NA option) (*1)
| |
=end html
=head1 JUDGEMENT
(*1) PASS: The Advertise message must include IA_NA option.
And the option's format must be based on the RFC's description.
(see the above Verification Points )
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
see also RFC3315
22.4. Identity Association for Non-temporary Addresses Option
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut