RP/0/RP0/CPU0:R5#show running-config Mon Sep 14 18:40:00.046 UTC !! Building configuration... !! IOS XR Configuration 26.1.1 !! No configuration change since last restart ! hostname R5 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 ipv4 address 5.5.5.5 255.255.255.255 ! interface Loopback1 description LAN advertised by BGP ipv4 address 192.168.5.1 255.255.255.0 ! interface Loopback2 description LAN advertised by BGP ipv4 address 192.168.6.1 255.255.255.0 ! interface MgmtEth0/RP0/CPU0/0 description management vrf Mgmt ipv4 address 10.19.2.15 255.255.0.0 ! interface GigabitEthernet0/0/0/0 description to R2 (10.2.5.0/24 eBGP, outside IS-IS) ipv4 address 10.2.5.5 255.255.255.0 ! interface GigabitEthernet0/0/0/1 description to R3 (10.3.5.0/24 eBGP, outside IS-IS) ipv4 address 10.3.5.5 255.255.255.0 ! interface GigabitEthernet0/0/0/2 shutdown ! prefix-set LAN6 192.168.6.0/24 end-set ! route-policy PASS pass end-policy ! route-policy TO-R2 if destination in LAN6 then set community (65005:100) endif pass end-policy ! route-policy TO-R3 if destination in LAN6 then set community (65005:100) endif pass end-policy ! router static address-family ipv4 unicast 0.0.0.0/0 10.2.5.2 0.0.0.0/0 10.3.5.3 ! vrf Mgmt address-family ipv4 unicast 0.0.0.0/0 10.19.0.1 ! ! ! router bgp 65005 bgp router-id 5.5.5.5 address-family ipv4 unicast network 192.168.5.0/24 network 192.168.6.0/24 ! neighbor 10.2.5.2 remote-as 65001 address-family ipv4 unicast route-policy PASS in route-policy TO-R2 out soft-reconfiguration inbound always ! ! neighbor 10.3.5.3 remote-as 65001 address-family ipv4 unicast route-policy PASS in route-policy TO-R3 out soft-reconfiguration inbound always ! ! ! ssh server v2 ssh server vrf Mgmt end