Tuesday, February 23, 2010

Implementing IPv6 VRF-Lite IPv6 VPN LAB
















Confgiguration Guidelines
*************************************************************************

Scenario - ISP having no MPLS Backbone Providing IPv6 VPN Services to IPv6 Customers
using VRF Lite and Having IPv4 Backbone.


Design Considerations and Soultions: To Provide IPv6 VPN Services across IPv4
Backbone we need to assign Customer Peering Interfaces to the VRFs and then establishing
a Tunnel Between PEs per VRF (Per Customer). This Tunnel will be placed in the Customer VRF
and an IPv6 VRF BGP Peering will be established between PEs to transport Customer IPv6 Routes
across PEs.

Caveats: This design will suffer from n*(n-1)/2 scalabiltiy issue as multiple tunnels between PEs
will need to be established for Full Mesh Connectivity when large number of PEs involved.

ISP AS used 64513 -
VRF USed CEA
rd 64513:1
rt 64513:100

IGP in ISP AS is ISIS

Customer AS used 64514
PE-CE ROuting Protocol is EBGP
****************************************************************************


CE1A#sh running-config
Building configuration...

Current configuration : 1795 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CE1A
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
ipv6 unicast-routing
ipv6 cef
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address FEC0:0:0:1::1/128
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
no dce-terminal-timing-enable
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ipv6 address 2001:810:FFFF:1::2/64
frame-relay interface-dlci 201
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
!
router bgp 64514
bgp router-id 172.16.3.1
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 2001:810:FFFF:1::1 remote-as 64513
neighbor 2001:810:FFFF:1::1 description <>
!
address-family ipv6
neighbor 2001:810:FFFF:1::1 activate
neighbor 2001:810:FFFF:1::1 send-community extended
neighbor 2001:810:FFFF:1::1 allowas-in 5
neighbor 2001:810:FFFF:1::1 soft-reconfiguration inbound
redistribute connected route-map Local
no synchronization
exit-address-family
!
ip http server
!
!
!
!
route-map Local permit 10
match interface Loopback0 Serial1/0.1
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

CE1A#


CE2A#sh running-config
Building configuration...

Current configuration : 1714 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CE2A
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
ipv6 unicast-routing
ipv6 cef
frame-relay switching
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address FEC0:0:0:2::1/128
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
no dce-terminal-timing-enable
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ipv6 address 2001:1210:FFFF:1::2/64
frame-relay interface-dlci 501
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
!
router bgp 64514
bgp router-id 172.16.2.1
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 2001:1210:FFFF:1::1 remote-as 64513
!
address-family ipv6
neighbor 2001:1210:FFFF:1::1 activate
neighbor 2001:1210:FFFF:1::1 send-community extended
neighbor 2001:1210:FFFF:1::1 soft-reconfiguration inbound
redistribute connected route-map Local
no synchronization
exit-address-family
!
ip http server
!
!
!
!
route-map Local permit 10
match interface Loopback0 Serial1/0.1
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

CE2A#


CE3A#sh running-config
Building configuration...

Current configuration : 1758 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname CE3A
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
ipv6 unicast-routing
ipv6 cef
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
no ip address
ipv6 address FEC0:0:0:3::1/128
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
serial restart-delay 0
no dce-terminal-timing-enable
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ipv6 address 2001:410:FFFF:1::2/64
frame-relay interface-dlci 601
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
!
router bgp 64514
bgp router-id 172.16.3.1
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 2001:410:FFFF:1::1 remote-as 64513
!
address-family ipv6
neighbor 2001:410:FFFF:1::1 activate
neighbor 2001:410:FFFF:1::1 send-community extended
neighbor 2001:410:FFFF:1::1 soft-reconfiguration inbound
redistribute connected route-map Local
no synchronization
exit-address-family
!
ip http server
!
!
!
ipv6 route ::/0 Serial1/0.1 2001:410:FFFF:1::1
!
route-map Local permit 10
match interface Loopback0 Serial1/0.1
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

CE3A#


PE1#sh running-config
Building configuration...

Current configuration : 2675 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname PE1
!
boot-start-marker
boot-end-marker
!
vrf definition CEA
rd 64513:1
!
address-family ipv6
route-target export 64513:100
route-target import 64513:100
exit-address-family
!
no logging console
!
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
no ip domain lookup
ipv6 unicast-routing
ipv6 cef
!
!
frame-relay switching
multilink bundle-name authenticated
call rsvp-sync
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel100
vrf forwarding CEA
no ip address
ipv6 address 2001:1610:FFFF:1::1/64
tunnel source Loopback0
tunnel destination 10.0.3.1
!
interface Loopback0
ip address 10.0.1.1 255.255.255.255
ip router isis
isis circuit-type level-1
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
vrf forwarding CEA
ipv6 address 2001:810:FFFF:1::1/64
frame-relay interface-dlci 102
!
interface Serial1/1
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial1/1.1 point-to-point
ip address 10.0.10.1 255.255.255.252
ip router isis
isis circuit-type level-2-only
frame-relay interface-dlci 301
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/7
no ip address
shutdown
serial restart-delay 0
!
router isis
net 49.0001.1111.2222.3333.00
!
router bgp 64513
bgp router-id 10.0.1.1
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 2001:810:FFFF:1::2 remote-as 64514
!
address-family ipv4
no synchronization
no auto-summary
exit-address-family
!
address-family ipv6 vrf CEA
no synchronization
neighbor 2001:810:FFFF:1::2 remote-as 64514
neighbor 2001:810:FFFF:1::2 activate
neighbor 2001:810:FFFF:1::2 next-hop-self
neighbor 2001:810:FFFF:1::2 soft-reconfiguration inbound
neighbor 2001:1610:FFFF:1::2 remote-as 64513
neighbor 2001:1610:FFFF:1::2 activate
neighbor 2001:1610:FFFF:1::2 next-hop-self
neighbor 2001:1610:FFFF:1::2 soft-reconfiguration inbound
exit-address-family
!
ip classless
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
end

PE1#


P#sh running-config
Building configuration...

Current configuration : 1480 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname P
!
boot-start-marker
boot-end-marker
!
no logging console
!
no aaa new-model
!
resource policy
!
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 10.0.2.1 255.255.255.255
ip router isis
isis circuit-type level-1
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay
no dce-terminal-timing-enable
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ip address 10.0.10.2 255.255.255.252
ip router isis
isis circuit-type level-2-only
frame-relay interface-dlci 103
!
interface Serial1/0.2 point-to-point
ip address 10.0.20.2 255.255.255.252
ip router isis
isis circuit-type level-2-only
frame-relay interface-dlci 104
!
interface Serial1/1
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
no dce-terminal-timing-enable
!
!
router isis
net 49.0002.2222.3333.1111.00
!
ip http server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

P#

PE2#sh running-config
Building configuration...

Current configuration : 3116 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname PE2
!
boot-start-marker
boot-end-marker
!
vrf definition CEA
rd 64513:1
!
address-family ipv6
route-target export 64513:100
route-target import 64513:100
exit-address-family
!
no logging console
!
no aaa new-model
ip subnet-zero
!
!
!
!
ip cef
no ip domain lookup
ipv6 unicast-routing
ipv6 cef
!
!
frame-relay switching
multilink bundle-name authenticated
call rsvp-sync
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel100
vrf forwarding CEA
no ip address
ipv6 address 2001:1610:FFFF:1::2/64
tunnel source Loopback0
tunnel destination 10.0.1.1
!
interface Loopback0
ip address 10.0.3.1 255.255.255.255
ip router isis
isis circuit-type level-1
!
interface FastEthernet0/0
no ip address
shutdown
duplex half
!
interface Serial1/0
no ip address
encapsulation frame-relay
frame-relay lmi-type ansi
!
interface Serial1/0.1 point-to-point
ip address 10.0.20.1 255.255.255.252
ip router isis
isis circuit-type level-2-only
frame-relay interface-dlci 401
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type ansi
!
interface Serial1/1.1 point-to-point
vrf forwarding CEA
ipv6 address 2001:1210:FFFF:1::1/64
frame-relay interface-dlci 105
!
interface Serial1/1.2 point-to-point
vrf forwarding CEA
ipv6 address 2001:410:FFFF:1::1/64
frame-relay interface-dlci 106
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/4
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/5
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/6
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/7
no ip address
shutdown
serial restart-delay 0
!
router isis
net 49.0003.3333.1111.2222.00
!
router bgp 64513
bgp router-id 10.0.2.1
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 2001:1210:FFFF:1::2 remote-as 64514
neighbor 2001:1610:FFFF:1::1 remote-as 64513
!
address-family ipv4
no synchronization
no auto-summary
exit-address-family
!
address-family ipv6 vrf CEA
no synchronization
neighbor 2001:410:FFFF:1::2 remote-as 64514
neighbor 2001:410:FFFF:1::2 activate
neighbor 2001:410:FFFF:1::2 default-originate
neighbor 2001:410:FFFF:1::2 soft-reconfiguration inbound
neighbor 2001:1210:FFFF:1::2 remote-as 64514
neighbor 2001:1210:FFFF:1::2 activate
neighbor 2001:1210:FFFF:1::2 next-hop-self
neighbor 2001:1210:FFFF:1::2 as-override
neighbor 2001:1210:FFFF:1::2 soft-reconfiguration inbound
neighbor 2001:1610:FFFF:1::1 remote-as 64513
neighbor 2001:1610:FFFF:1::1 activate
neighbor 2001:1610:FFFF:1::1 next-hop-self
neighbor 2001:1610:FFFF:1::1 soft-reconfiguration inbound
exit-address-family
!
ip classless
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
dial-peer cor custom
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
stopbits 1
line aux 0
line vty 0 4
!
end

PE2#


*************************************************************
OUTPUT
*************************************************************

CE1A#ping ipv6 FEC0:0:0:2::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:2::1, timeout is 2 seconds:
!...!
Success rate is 40 percent (2/5), round-trip min/avg/max = 512/520/528 ms
CE1A#ping ipv6 FEC0:0:0:3::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:3::1, timeout is 2 seconds:
..!..
Success rate is 20 percent (1/5), round-trip min/avg/max = 360/360/360 ms
CE1A#

CE2A#ping ipv6 FEC0:0:0:1::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:1::1, timeout is 2 seconds:
!..!.
Success rate is 40 percent (2/5), round-trip min/avg/max = 488/526/564 ms
CE2A#ping ipv6 FEC0:0:0:3::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:3::1, timeout is 2 seconds:
!..!.
Success rate is 40 percent (2/5), round-trip min/avg/max = 308/314/320 ms
CE2A#

CE3A#ping ipv6 FEC0:0:0:1::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:1::1, timeout is 2 seconds:
!...!
Success rate is 40 percent (2/5), round-trip min/avg/max = 476/596/716 ms
CE3A#ping ipv6 FEC0:0:0:2::1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FEC0:0:0:2::1, timeout is 2 seconds:
.!...
Success rate is 20 percent (1/5), round-trip min/avg/max = 448/448/448 ms
CE3A#


CE1A#traceroute ipv6 FEC0:0:0:2::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:2::1

1 2001:810:FFFF:1::1 84 msec 196 msec 108 msec
2 2001:1610:FFFF:1::2 336 msec * 252 msec
3 *
FEC0:0:0:2::1 376 msec *
CE1A#


CE1A#traceroute ipv6 FEC0:0:0:3::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:3::1

1 2001:810:FFFF:1::1 280 msec 8 msec 232 msec
2 2001:1610:FFFF:1::2 620 msec * 428 msec
3 *
FEC0:0:0:3::1 1268 msec *
CE1A#

CE2A#traceroute ipv6 FEC0:0:0:1::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:1::1

1 2001:1210:FFFF:1::1 220 msec 220 msec 212 msec
2 2001:1610:FFFF:1::1 524 msec * 536 msec
3 *
FEC0:0:0:1::1 1140 msec *
CE2A#traceroute ipv6 FEC0:0:0:3::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:3::1

1 2001:1210:FFFF:1::1 460 msec 4 msec 248 msec
2 FEC0:0:0:3::1 832 msec * 328 msec
CE2A#


CE3A#traceroute ipv6 FEC0:0:0:2::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:2::1

1 2001:410:FFFF:1::1 316 msec 344 msec 204 msec
2 FEC0:0:0:2::1 600 msec * 484 msec
CE3A#traceroute ipv6 FEC0:0:0:1::1

Type escape sequence to abort.
Tracing the route to FEC0:0:0:1::1

1 2001:410:FFFF:1::1 344 msec 284 msec 276 msec
2 2001:1610:FFFF:1::1 724 msec * 904 msec
3 *
FEC0:0:0:1::1 1024 msec *
CE3A#
CE1A#show ipv6 route
IPv6 Routing Table - 9 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
B 2001:410:FFFF:1::/64 [20/0]
via FE80::C802:AFF:FE48:0, Serial1/0.1
C 2001:810:FFFF:1::/64 [0/0]
via ::, Serial1/0.1
L 2001:810:FFFF:1::2/128 [0/0]
via ::, Serial1/0.1
B 2001:1210:FFFF:1::/64 [20/0]
via FE80::C802:AFF:FE48:0, Serial1/0.1
L FE80::/10 [0/0]
via ::, Null0
LC FEC0:0:0:1::1/128 [0/0]
via ::, Loopback0
B FEC0:0:0:2::1/128 [20/0]
via FE80::C802:AFF:FE48:0, Serial1/0.1
B FEC0:0:0:3::1/128 [20/0]
via FE80::C802:AFF:FE48:0, Serial1/0.1
L FF00::/8 [0/0]
via ::, Null0
CE1A#


CE2A#show ipv6 route
IPv6 Routing Table - 9 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
D - EIGRP, EX - EIGRP external
B 2001:410:FFFF:1::/64 [20/0]
via FE80::C803:AFF:FE48:0, Serial1/0.1
B 2001:810:FFFF:1::/64 [20/0]
via FE80::C803:AFF:FE48:0, Serial1/0.1
C 2001:1210:FFFF:1::/64 [0/0]
via ::, Serial1/0.1
L 2001:1210:FFFF:1::2/128 [0/0]
via ::, Serial1/0.1
L FE80::/10 [0/0]
via ::, Null0
B FEC0:0:0:1::1/128 [20/0]
via FE80::C803:AFF:FE48:0, Serial1/0.1
LC FEC0:0:0:2::1/128 [0/0]
via ::, Loopback0
B FEC0:0:0:3::1/128 [20/0]
via FE80::C803:AFF:FE48:0, Serial1/0.1
L FF00::/8 [0/0]
via ::, Null0
CE2A#

PE2#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route, + - replicated route

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 6 subnets, 2 masks
i L2 10.0.1.1/32 [115/30] via 10.0.20.2, Serial1/0.1
i L2 10.0.2.1/32 [115/20] via 10.0.20.2, Serial1/0.1
C 10.0.3.1/32 is directly connected, Loopback0
i L2 10.0.10.0/30 [115/20] via 10.0.20.2, Serial1/0.1
C 10.0.20.0/30 is directly connected, Serial1/0.1
L 10.0.20.1/32 is directly connected, Serial1/0.1
PE2#

PE2#show bgp vrf CEA all summary
For address family: VPNv6 Unicast
BGP router identifier 10.0.2.1, local AS number 64513
BGP table version is 11, main routing table version 11
6 network entries using 990 bytes of memory
12 path entries using 1152 bytes of memory
5/2 BGP path/bestpath attribute entries using 380 bytes of memory
1 BGP AS-PATH entries using 24 bytes of memory
1 BGP extended community entries using 24 bytes of memory
0 BGP route-map cache entries using 0 bytes of memory
0 BGP filter-list cache entries using 0 bytes of memory
BGP using 2570 total bytes of memory
6 received paths for inbound soft reconfiguration
BGP activity 6/0 prefixes, 14/2 paths, scan interval 15 secs

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
2001:410:FFFF:1::2
4 64514 20 24 11 0 0 00:15:34 2
2001:1210:FFFF:1::2
4 64514 45 48 11 0 0 00:38:40 2
2001:1610:FFFF:1::1
4 64513 32 32 11 0 0 00:23:27 2
PE2#


PE1#show ipv6 route vrf CEA
IPv6 Routing Table - CEA - 10 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
B - BGP, R - RIP, I1 - ISIS L1, I2 - ISIS L2
IA - ISIS interarea, IS - ISIS summary, D - EIGRP, EX - EIGRP external
O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
B 2001:410:FFFF:1::/64 [200/0]
via 2001:1610:FFFF:1::2
C 2001:810:FFFF:1::/64 [0/0]
via Serial1/0.1, directly connected
L 2001:810:FFFF:1::1/128 [0/0]
via Serial1/0.1, receive
B 2001:1210:FFFF:1::/64 [200/0]
via 2001:1610:FFFF:1::2
C 2001:1610:FFFF:1::/64 [0/0]
via Tunnel100, directly connected
L 2001:1610:FFFF:1::1/128 [0/0]
via Tunnel100, receive
B FEC0:0:0:1::1/128 [20/0]
via FE80::CE05:7FF:FEA4:0, Serial1/0.1
B [200/0]
via 2001:1610:FFFF:1::2
B FEC0:0:0:3::1/128 [200/0]
via 2001:1610:FFFF:1::2
L FF00::/8 [0/0]
via Null0, receive
PE1#

No comments:

Post a Comment