RP/0/RP0/CPU0:R3#show running-config Wed Sep 9 23:12:14.834 UTC !! Building configuration... !! IOS XR Configuration 26.1.1 !! Last configuration change at Wed Sep 9 23:08:21 2026 by cisco ! hostname R3 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 / BGP peering ipv4 address 10.0.0.3 255.255.255.255 ipv6 address 2001:db8::3/128 ! interface Loopback1 description advertised network 192.168.3.0/24 and 2001:db8:3::/64 ipv4 address 192.168.3.1 255.255.255.0 ipv6 address 2001:db8:3::1/64 ! interface MgmtEth0/RP0/CPU0/0 description management vrf Mgmt ipv4 address 10.100.22.113 255.255.252.0 ! interface GigabitEthernet0/0/0/0 description to GigabitEthernet0/0/0/1.R2 (AS 65002 internal) ipv4 address 10.2.3.3 255.255.255.0 ipv6 address 2001:db8:23::3/64 ! interface GigabitEthernet0/0/0/1 shutdown ! interface GigabitEthernet0/0/0/2 shutdown ! route-policy PASS-ALL pass end-policy ! route-policy TO-R2-V4 pass end-policy ! route-policy TO-R2-V6 pass end-policy ! router static address-family ipv6 unicast 2001:db8::2/128 2001:db8:23::2 ! vrf Mgmt address-family ipv4 unicast 0.0.0.0/0 10.100.20.1 ! ! ! router ospf 1 router-id 10.0.0.3 area 0 interface Loopback0 passive enable ! interface GigabitEthernet0/0/0/0 network point-to-point ! ! ! router bgp 65002 bgp router-id 10.0.0.3 address-family ipv4 unicast network 192.168.3.0/24 ! address-family ipv6 unicast network 2001:db8:3::/64 ! neighbor 10.0.0.2 remote-as 65002 description iBGP to R2 (Loopback0) IPv4 session update-source Loopback0 address-family ipv4 unicast route-policy TO-R2-V4 out soft-reconfiguration inbound always ! address-family ipv6 unicast route-policy TO-R2-V6 out soft-reconfiguration inbound always ! ! ! ssh server v2 ssh server vrf Mgmt end