NEC NWA-008869-001 User Manual

Page of 180
CHAPTER 5  EXAMPLES OF SETUP ON NETWORKS
– 121 –
NWA-008869-001 Rev.1.0
atch5001.fm
Enabling automatic address setting
Setting
Set up the In-Skin Router to send a “Router Advertisement Message” in response to a “Router Solicitation
Message” from terminal A.
This setup causes terminal A to automatically generate an IPv6 address, using the “prefix information
(3ffe:100::/64)” contained in the “Router Advertisement Message” and the MAC address contained in the
terminal itself.
In this example, the FastEthernet command is used in interface config mode because terminal A is on
LAN1 (FastEthernet network).
Setting a static route
Setting
Directly specify the diversion location of a packet destined to a particular network (or host address).
MEMO:
To set the address “3ffe:200::2” as the default route, perform the following:
Router # enable 
− config 
Router (config) # interface FastEthernet0.0   
Router (config 
− FastEthernet0.0) # ipv6 address 3ffe:100 : : 2/64  
Router (config 
− FastEthernet0.0) # ipv6 nd ra − transmit  
Router (config 
− FastEthernet0.0) # 
Enter
Enter
Enter
Enter
Router (config 
− FastEthernet0.0) # exit 
Router (config) # ipv6 route 3ffe : 300 : : /64 3ffe : 200 : : 2
Router (config) # 
Enter
Enter
Router (config 
− FastEthernet0.0) # exit  
Router (config) # ipv6 route default 3ffe : 200 : : 2
Router (config) #  
Enter
Enter
ROUTING SETUP EXAMPLES (IPv6)