STATICE ROUTING USING IPV6
statice
R1#conf
R1(config)#ipv6 uni
R1(config)#interface f0/0
R1(config-if)#ipv6 enable
R1(config-if)#ipv6 address 2002::1/64
R1(config-if)#no sh
*Feb 8 15:01:35.247: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Feb 8 15:01:35.247: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
*Feb 8 15:01:36.247: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#ex
R1(config)#ipv6 route 2003::/64 2002::2
R1(config)#^Z
R1#
*Feb 8 15:05:10.323: %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 = 32/44/72 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 enable
R2(config-if)#ipv6 address 2002::2/64
R2(config-if)#no sh
R2(config-if)#ex
*Feb 8 15:02:07.403: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*Feb 8 15:02:07.403: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa0/0 Physical Port Administrative State Down
*Feb 8 15:02:08.403: %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/46
R2(config-if)#no sh
*Feb 8 15:02:35.911: %LINK-3-UPDOWN: Interface FastEthernet2/0, changed state to up
*Feb 8 15:02:35.911: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa2/0 Physical Port Administrative State Down
*Feb 8 15:02:36.911: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/0, changed state to up
R2(config-if)#^Z
R2#
*Feb 8 15:05:04.275: %SYS-5-CONFIG_I: Configured from console by console
R2#
R3#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
3(config)#ipv6 uni
R3(config)#interface f2/0
R3(config-if)#ipv6 en
R3(config-if)#ipv6 enable
R3(config-if)#ipv
R3(config-if)#ipv6 add
R3(config-if)#ipv6 address 2003::b/64
R3(config-if)#no sh
R3(config-if)#ex
R3(config)#
*Feb 8 15:02:54.511: %LINK-3-UPDOWN: Interface FastEthernet2/0, changed state to up
R3(config)#
*Feb 8 15:02:54.511: %ENTITY_ALARM-6-INFO: CLEAR INFO Fa2/0 Physical Port Administrative State Down
*Feb 8 15:02:55.511: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/0, changed state to up
R3(config)#ipv6 route 2002::/64 2003::a
R3(config)#^Z
R3#
*Feb 8 15:04:44.879: %SYS-5-CONFIG_I: Configured from console by console
R3#ping 2001::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001::1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R3#ping 2002::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2002::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/43/44 ms
R3#
Comments
Post a Comment