RP/0/RP0/CPU0:R1#show running-config Thu Sep 10 04:44:25.724 UTC !! Building configuration... !! IOS XR Configuration 26.1.1 !! Last configuration change at Thu Sep 10 04:27:49 2026 by cisco ! hostname R1 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 ! ! 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 description router-id ipv4 address 10.0.0.1 255.255.255.255 ! interface Loopback1 description advertised network 192.168.1.0/24 ipv4 address 192.168.1.1 255.255.255.0 ! interface MgmtEth0/RP0/CPU0/0 description management vrf Mgmt ipv4 address 10.19.1.11 255.255.0.0 ! interface GigabitEthernet0/0/0/0 description to GigabitEthernet0/0/0/0.R2 (eBGP to AS 65002) ipv4 address 10.1.2.1 255.255.255.0 ! interface GigabitEthernet0/0/0/1 shutdown ! interface GigabitEthernet0/0/0/2 shutdown ! extcommunity-set rt RT-R1 65001:100, 10.0.0.1:200, 1.2:300 end-set ! extcommunity-set soo SOO-SITE1 65001:1 end-set ! extcommunity-set cost COST-R1 IGP:1:100 end-set ! extcommunity-set opaque COLOR-R1 42 end-set ! extcommunity-set bandwidth BW-R1 65001:1000 end-set ! route-policy TO-R2 set extcommunity rt RT-R1 set extcommunity soo SOO-SITE1 additive set extcommunity color COLOR-R1 additive set extcommunity bandwidth BW-R1 additive set extcommunity cost COST-R1 additive set community (65001:1) pass end-policy ! route-policy PASS-ALL pass end-policy ! router static vrf Mgmt address-family ipv4 unicast 0.0.0.0/0 10.19.0.1 ! ! ! router bgp 65001 bgp router-id 10.0.0.1 address-family ipv4 unicast network 192.168.1.0/24 ! neighbor 10.1.2.2 remote-as 65002 description eBGP to R2 (AS 65002) address-family ipv4 unicast send-community-ebgp route-policy PASS-ALL in route-policy TO-R2 out send-extended-community-ebgp soft-reconfiguration inbound always ! ! ! ssh server v2 ssh server vrf Mgmt end