cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
91
Views
0
Helpful
0
Replies

routing ipv5 with static route

Jose Salazar
Level 1
Level 1

Hello

In have 3 routers connected using global ipov6 

in router 0, connected to a PC, I have the subnet  2001:db8:d955:1008::/64

 

between router 0 and 1 serial connection with IPs 

2001:ffff:eeee:aaaa::1/64  --> r0

2001:ffff:eeee:aaaa::2/64 --> r1

 

between router 1 and 2

 

router1

2001:BBBB:AAAA:EEEE::1/64 --> r1

2001:BBBB:AAAA:EEEE::2/64 --> r2

 

I can ping from  PC connected to router1 and IP 2001:db8:d955:1008:201:2FFF:FE8D:5E55::/64 to router 1

but I can not ping from router 0 to r1 or r2

I have created static routes

 

ipv6.png

router 0

 

 

 

R0#sh run
Building configuration...

Current configuration : 949 bytes
!
version 16.6.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R0
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:DB8:D955:1008:2E0:F7FF:FE52:6701/64
!
interface GigabitEthernet0/0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface GigabitEthernet0/0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/1/0
 no ip address
 ipv6 address 2001:FFFF:EEEE:AAAA::1/64
 clock rate 2000000
!
interface Serial0/1/1
 no ip address
 clock rate 2000000
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
ip flow-export version 9
!
ipv6 route 2001:AAAA:BBBB:CCCC::/64 Serial0/1/0
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


R0#

 

 

 

 

 

router 1

 

 

 

R1>
R1>
R1>ena
R1#
R1#sh run
Building configuration...

Current configuration : 1007 bytes
!
version 16.6.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:5555:7777:AAAA:216:60FF:FE60:A001/64
!
interface GigabitEthernet0/0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface GigabitEthernet0/0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/1/0
 no ip address
 ipv6 address 2001:FFFF:EEEE:AAAA::2/64
!
interface Serial0/1/1
 no ip address
 ipv6 address 2001:BBBB:AAAA:EEEE::1/64
 clock rate 2000000
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
ip flow-export version 9
!
ipv6 route 2001:DB8:D955:1008::/64 Serial0/1/0
ipv6 route 2001:AAAA:BBBB:CCCC::/64 Serial0/1/1
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


R1# 
R1#
R1#
R1#
R1#
R1#

 

 

 

 

 

router 2

 

 

 

R2>
R2>
R2>ena
R2#
R2#sh run
Building configuration...

Current configuration : 929 bytes
!
version 16.6.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
!
!
!
!
!
no ip cef
ipv6 unicast-routing
!
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address 2001:AAAA:BBBB:CCCC:20A:F3FF:FE65:6201/64
!
interface GigabitEthernet0/0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface GigabitEthernet0/0/2
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Serial0/1/0
 no ip address
 clock rate 2000000
 shutdown
!
interface Serial0/1/1
 no ip address
 ipv6 address 2001:BBBB:AAAA:EEEE::2/64
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
ip flow-export version 9
!
ipv6 route 2001:DB8:D955:1008::/64 Serial0/1/1
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


R2#

 

 

 

 

 

0 Replies 0