cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
988
Views
15
Helpful
2
Replies

6pe Configuration

sachin30720041
Level 1
Level 1

Hello All,

 

I am trying to configure 6PE. Routes got exchanged but ping is not working.

R1and R5 are CE devices.

R2 and R4 are PE devices.

 

R1--(ospfv3)--R2---(ldp+ospf)--R3----(ldp+ospf)--R4--(ospfv3)--R5

R1,R2 and R4,R5 are running ospfv3.

Bgp session between R2 and R4 is up. 

ldp+ospf is running between R2,R3 and R4.

1111::1 is loopback on R1 and 5555::5 is loopback on R5.

 

on R5:

R5#ping 1111::1 source 5555::5

.....
Success rate is 0 percent (0/5)

 

R5# show ipv6 route ospf

OE2 1111::1/128 [110/1]
via FE80::C804:4CFF:FEC2:1D, Ethernet1/1
O 4444::4/128 [110/10]
via FE80::C804:4CFF:FEC2:1D, Ethernet1/1

 

Below is the configuration on R1,R2,R3,R4 and R5.

R1
------------------------------
ipv6 unicast-routing

int eth1/0
ip address 100.10.20.1 255.255.255.0
no sh
ipv6 enable
ipv6 address FACE:12::1/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

int lo0
ip address 1.1.1.1 255.255.255.255
no sh
ipv6 enable
ipv6 address 1111::1/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

router ospfv3 1
router-id 1.1.1.1


R2
------------------------------
ipv6 unicast-routing
int eth1/0
ip address 100.10.20.2 255.255.255.0
no sh
ipv6 enable
ipv6 address FACE:12::2/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

int eth1/1
ip address 100.20.30.2 255.255.255.0
no sh
ipv6 enable
ipv6 address FACE:23::2/64
ip ospf 14 area 0

int lo1
ip address 22.22.22.22 255.255.255.255
no sh
ipv6 enable
ipv6 address 2002::2/64
ip ospf 14 area 0

int lo0
ip address 2.2.2.2 255.255.255.255
no sh
ipv6 enable
ipv6 address 2222::2/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

router ospfv3 1
router-id 2.2.2.2

no router ospfv3 14
router-id 22.22.22.22
router ospf 14
router-id 22.22.22.22
mpls ldp autoconfig

router bgp 14
neighbor 44.44.44.44 remote-as 14
neighbor 44.44.44.44 update-source lo1
address-family ipv6 unicast
no neighbor 44.44.44.44 next-hop-self
neighbor 44.44.44.44 activate
neighbor 44.44.44.44 send-label

R3
------------------------------
no ipv6 unicast-routing
int eth1/0
ip address 100.30.40.3 255.255.255.0
no sh
no ipv6 enable
no ipv6 address FACE:34::3/64
ip ospf 1 area 0

int eth1/1
ip address 100.20.30.3 255.255.255.0
no sh
no ipv6 enable
no ipv6 address FACE:23::3/64
ip ospf 1 area 0

int lo0
ip address 3.3.3.3 255.255.255.255
no sh
ipv6 enable
ipv6 address 3333:33::2/64
ip ospf 14 area 0

router ospf 1
router-id 3.3.3.3
R4
------------------------------
ipv6 unicast-routing
int eth1/0
ip address 100.30.40.4 255.255.255.0
no sh
ipv6 enable
no ipv6 address FACE:34::3/64
ipv6 address FACE:34::4/64
ip router ospf 14 area 0

int eth1/1
ip address 100.40.50.4 255.255.255.0
no sh
ipv6 enable
ipv6 address FACE:45::4/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0


int lo0
ip address 4.4.4.4 255.255.255.255
no sh
ipv6 enable
ipv6 address 4444::4/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

int lo1
ip address 44.44.44.44 255.255.255.255
no sh
ipv6 enable
ipv6 address 4004::2/64
ip router ospf 14 area 0

router ospfv3 1
router-id 4.4.4.4

no router ospfv3 14
router-id 44.44.44.44

router ospf 14
router-id 44.44.44.44
mpls ldp autoconfig

router bgp 14
no bgp default ipv4-unicast
neighbor 22.22.22.22 remote-as 14
neighbor 22.22.22.22 update-source lo1
address-family ipv6 unicast
no neighbor 22.22.22.22 next-hop-self
neighbor 22.22.22.22 activate
neighbor 22.22.22.22 send-label
R5
------------------------------
ipv6 unicast-routing
int eth1/1
ip address 100.40.50.5 255.255.255.0
no sh
ipv6 enable
ipv6 address FACE:45::5/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

int lo0
ip address 5.5.5.5 255.255.255.255
no sh
ipv6 enable
ipv6 address 5555::5/64
ospfv3 1 ipv4 area 0
ospfv3 1 ipv6 area 0

router ospfv3 1
router-id 5.5.5.5
 
Thanks,
Sachin
1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @sachin30720041 ,

 

LDP is not configured on R3. You need an LSP to be signaled from R2 to R4 and vice versa for 6PE to work.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Hi @sachin30720041 ,

 

LDP is not configured on R3. You need an LSP to be signaled from R2 to R4 and vice versa for 6PE to work.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Thank you two. I have learnd a new command.

 

mpls ldp autoconfig

Great Job!
https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/12_2sba/feature/guide/sbadpaut.html