NEC NWA-008869-001 User Manual

Page of 180
CHAPTER 5  EXAMPLES OF SETUP ON NETWORKS
– 123 –
NWA-008869-001 Rev.1.0
atch5001.fm
Starting RIPng
Start RIPng. To start and stop RIPng, enter global config mode.
Use the redistribute command to report information on network C to router A that performs RIP commu-
nication with the In-Skin Router (redistribution with an external route).
Checking the routing table
Use the show ipv6 route command to check the information stored in the routing table.
Checking the communication state
Checking
Use the ping6 command to send a packet from terminal A to terminal B to check that communication can
be performed normally.
Router (config 
− Ethernet0.0) # exit 
Router (config) # ipv6 router rip 
Router (config 
− ipv6 − rip) # redistribute connected 
Router (config 
− ipv6 − rip) # exit 
Router (config) #   
Enter
Enter
Enter
Enter
Router (config) # show ipv6 route 
IPv6 Routing Table 
− 7 entry
Codes : C 
− Connected, L − Local, S − Static, R − RIPng
Timers : Uptime/Age
C 3ffe : 100 : : 0/64 global [0/1]
  : : , interface FastEthernet0.0, 0 : 04 : 21/0 : 00 : 00
L 3ffe : 100 : : 0/128 global [0/1]
  : : , interface FastEthernet0.0, 0 : 04 : 23/0 : 00 : 00
L 3ffe : 100 : : 2/128 global [0/1]
  : : , interface FastEthernet0.0, 0 : 04 : 22/0 : 00 : 00
C 3ffe : 200 : : 0/64 global [0/1]
  : : , interface Ethernet0.0, 0 : 02 : 48/0 : 00 : 00
L 3ffe : 200 : : 0/128 global [0/1]
  : : , interface Ethernet0.0, 0 : 02 : 49/0 : 00 : 00
L 3ffe : 200 : : 1/128 global [0/1]
  : : , interface Ethernet0.0, 0 : 02 : 48/0 : 00 : 00
R 3ffe : 300 : : 0/64 global [120/2]
  fe80 : : 200 : 4cff : fea4 : 318, interface Ethernet0.0, 0 : 02 : 13/0 : 00 : 12
Router (config) #
Enter
ROUTING SETUP EXAMPLES (IPv6)