DEFUALT ROUTING USING IPV6
R1#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ipv6 uni
R1(config)#interface f0/0
R1(config-if)#ipv6 enable
R1(config-if)#ipv6 address 2002::a/64
R1(config-if)#no sh
*Feb 8 15:12:28.115: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Feb 8 15:12:28.115: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
*Feb 8 15:12:29.115: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#ex
R1(config)#ipv6 route ::/0 f0/0 2002::b
R1(config)#^Z
R1#
*Feb 8 15:17:13.067: %SYS-5-CONFIG_I: Configured from console by console
R1#ping 2003::b
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2003::B, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 12/21/40 ms
R1#
R2#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#ipv6 uni
R2(config)#interface f0/0
R2(config-if)#ipv6 ena
R2(config-if)#ipv6 address 2002::b/64
R2(config-if)#no sh
R2(config-if)#ex
*Feb 8 15:12:45.551: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Feb 8 15:12:45.551: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
*Feb 8 15:12:46.551: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R2(config)#interface f2/0
R2(config-if)#ipv6 address 2003::a/64
R2(config-if)#no sh
*Feb 8 15:13:14.199: %LINK-3-UPDOWN: Interface FastEthernet2/0, changed state to up
*Feb 8 15:13:14.199: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa2/0 Physical Port Administrative State Down
*Feb 8 15:13:15.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/0, changed state to up
R3#
R3#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#ipv6 uni
R3(config)#interface f2/0
R3(config-if)#ipv6 enable
R3(config-if)#ipv6 address 2003::b/64
R3(config-if)#no sh
*Feb 8 15:13:35.451: %LINK-3-UPDOWN: Interface FastEthernet2/0, changed state to up
*Feb 8 15:13:35.451: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa2/0 Physical Port Administrative State Down
*Feb 8 15:13:36.451: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/0, changed state to up
R3(config-if)#ex
R3(config)#ipv6 route ::/0 f2/0 2003::a
R3(config)#^Z
R3#
*Feb 8 15:16:38.771: %SYS-5-CONFIG_I: Configured from console by console
R3#ping 2002::a
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2002::A, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/15/24 ms
R3#
Comments
Post a Comment