RP/0/RP0/CPU0:PE2#show running-config Sat Sep 12 02:54:42.020 UTC !! Building configuration... !! IOS XR Configuration 26.1.1 !! Last configuration change at Sat Sep 12 02:44:05 2026 by cisco ! hostname PE2 logging console disable service timestamps log datetime msec service timestamps debug datetime msec domain name virl.info domain lookup disable username cisco group root-lr group cisco-support secret 10 $6$BSG.K0b2UZ/M7K0.$QWES1iTRgnQ4ML5k8wT0wH2ERkQN5pDQyDzJxqoNPq1F8OpzkLO90P0bYc429LR8sOL2CN.FA43h1wye/EG1B/ ! vrf Mgmt address-family ipv4 unicast ! ! vrf CUST-A address-family ipv4 unicast import route-target 65001:1 ! export route-target 65001:1 ! ! ! line template vty timestamp exec-timeout 720 0 ! line console exec-timeout 0 0 absolute-timeout 0 session-timeout 0 ! line default exec-timeout 0 0 absolute-timeout 0 session-timeout 0 ! vty-pool default 0 50 control-plane management-plane inband interface all allow all ! ! ! ! ipv4 access-list LDP-LOOPBACKS 10 permit ipv4 host 2.2.2.2 any 20 permit ipv4 host 3.3.3.3 any 30 permit ipv4 host 4.4.4.4 any 40 permit ipv4 host 5.5.5.5 any ! interface Loopback0 ipv4 address 5.5.5.5 255.255.255.255 ! interface MgmtEth0/RP0/CPU0/0 description management vrf Mgmt ipv4 address 10.19.6.35 255.255.0.0 ! interface GigabitEthernet0/0/0/0 description to P2 (10.4.5.0/24) ipv4 address 10.4.5.5 255.255.255.0 ! interface GigabitEthernet0/0/0/1 description to CE2 (10.5.6.0/24, vrf CUST-A) vrf CUST-A ipv4 address 10.5.6.5 255.255.255.0 ! interface GigabitEthernet0/0/0/2 shutdown ! route-policy TO-CE2 pass end-policy ! route-policy FROM-CE2 pass end-policy ! router static vrf Mgmt address-family ipv4 unicast 0.0.0.0/0 10.19.0.1 ! ! ! router ospf 1 log adjacency changes router-id 5.5.5.5 area 0 interface Loopback0 passive enable ! interface GigabitEthernet0/0/0/0 network point-to-point ! ! ! router bgp 65001 bgp router-id 5.5.5.5 address-family vpnv4 unicast ! neighbor 2.2.2.2 remote-as 65001 description PE1 update-source Loopback0 address-family vpnv4 unicast soft-reconfiguration inbound always ! ! vrf CUST-A rd 65001:1 address-family ipv4 unicast ! neighbor 10.5.6.6 remote-as 65102 description CE2 address-family ipv4 unicast route-policy FROM-CE2 in route-policy TO-CE2 out soft-reconfiguration inbound always ! ! ! ! mpls ldp log neighbor session-protection ! router-id 5.5.5.5 address-family ipv4 label local allocate for LDP-LOOPBACKS ! ! ! interface GigabitEthernet0/0/0/0 ! ! ssh server v2 ssh server vrf Mgmt end