RP/0/RP0/CPU0:PE1#show running-config Sun Sep 20 06:26:32.357 UTC !! Building configuration... !! IOS XR Configuration 26.1.1 !! No configuration change since last restart ! hostname PE1 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:100 ! export route-target 65001:100 ! ! ! vrf CUST-B address-family ipv4 unicast import route-target 65001:200 ! export route-target 65001:200 ! ! ! 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 ! ! ! ! interface Loopback0 ipv4 address 1.1.1.1 255.255.255.255 ! interface MgmtEth0/RP0/CPU0/0 description management vrf Mgmt ipv4 address 10.19.7.11 255.255.0.0 ! interface GigabitEthernet0/0/0/0 description to CE-A1 (172.16.1.0/24) customer A site1 vrf CUST-A ipv4 address 172.16.1.1 255.255.255.0 ! interface GigabitEthernet0/0/0/1 description to CE-B1 (172.16.1.0/24) customer B site1 vrf CUST-B ipv4 address 172.16.1.1 255.255.255.0 ! interface GigabitEthernet0/0/0/2 description to P1 (10.0.13.0/24) core ipv4 address 10.0.13.1 255.255.255.0 ! interface GigabitEthernet0/0/0/3 shutdown ! router static vrf Mgmt address-family ipv4 unicast 0.0.0.0/0 10.19.0.1 ! ! vrf CUST-A address-family ipv4 unicast 10.1.1.0/24 172.16.1.2 ! ! vrf CUST-B address-family ipv4 unicast 10.1.1.0/24 172.16.1.2 ! ! ! router ospf 1 log adjacency changes router-id 1.1.1.1 area 0 interface Loopback0 passive enable ! interface GigabitEthernet0/0/0/2 network point-to-point ! ! ! router bgp 65001 bgp router-id 1.1.1.1 address-family vpnv4 unicast ! neighbor 2.2.2.2 remote-as 65001 description PE2 update-source Loopback0 address-family vpnv4 unicast soft-reconfiguration inbound always ! ! vrf CUST-A rd 65001:1 address-family ipv4 unicast redistribute static ! ! vrf CUST-B rd 65001:2 address-family ipv4 unicast redistribute static ! ! ! mpls ldp router-id 1.1.1.1 interface GigabitEthernet0/0/0/2 ! ! ssh server v2 ssh server vrf Mgmt end