");
}else{
dhcpExitError("No IANA
");
}
}
# compare CID
dhcpExitFail() if ($rradv2{$option_CID} != $rfsol1{"Frame_Ether.Packet_IPv6.Upp_UDP.Udp_DHCPv6_RelayReply.Opt_DHCPv6_RelayMessage.Udp_DHCPv6_Solicit.Opt_DHCPv6_CID"});
#-------------------------------------------------------------------
vLogHTML("The Message exchangement is correct
");
#-------------------------------------------------------------------
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3315_17.2.2_Creation-TransmissionOfRelayReply.seq - Relay-Reply message transmission
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3315_17.2.2_Creation-TransmissionOfRelayReply.seq [-tooloption ...]
-pkt S_RFC3315_17.2.2_Creation-TransmissionOfRelayReply.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Relay-agent1)
|
Link0 -------+---------+------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
Packet's destination address
unicast to the relay agent's address from the received packet
Relay-reply Message
msg-type
RELAY-REPL(13)
hop-count
Copied from the Relay-forward message
link-address
Copied from the Relay-forward message
peer-address
Copied from the Relay-forward message
options
Relay Message option
- option-code
OPTION_RELAY_MSG (9)
- option-len
Length of DHCP-relay-message
- DHCP-relay-message
Advertise Message
- msg-type
ADVERTISE(2)
- transaction-id
Same as the Relay-forward message
- Server Identifier option
Any
- Client Identifier option
Same as the Relay-forward message
- 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 |
| Relay agent1 |
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)
| |
| <---- | Relay-forward(include "Socilit")
| ----> | Relay-reply (w/ Advertise message)(*1)
| |
=end html
=head1 JUDGEMENT
(*1) PASS:NUT transmits a Relay-reply message based on above Verification Points.
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
see also RFC3315 Section 20.3
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut