!! IOS XR Configuration 6.1.3 !! Last configuration change at Wed Jul 21 09:35:20 2021 by xrv ! hostname router-asn10 clock timezone CET 1 domain name eve-ng domain name-server 172.17.1.1 line template ssh exec-timeout 0 0 transport input ssh ! line console exec-timeout 0 0 ! vty-pool default 0 10 line-template ssh ntp server 172.17.1.1 prefer iburst update-calendar ! interface Loopback10 no shutdown description "full subnet avertised to the eBGP peers" ipv4 address 172.0.0.1 255.255.255.0 ! interface MgmtEth0/0/CPU0/0 no shutdown description "MGMT & access to the RPKI infrastructure" ipv4 address 192.168.122.101 255.255.255.0 ! interface GigabitEthernet0/0/0/0 no shutdown description "router_asn20:Gi0/0/0/0" ipv4 address 10.0.0.1 255.255.255.252 ! interface GigabitEthernet0/0/0/1 no shutdown description "router_asn30:Gi0/0/0/0" ipv4 address 10.0.0.5 255.255.255.252 ! interface GigabitEthernet0/0/0/2 no shutdown shutdown ! route-policy RPL-PASS-IN pass end-policy ! route-policy RPL-PASS-OUT if as-path is-local then pass else drop endif end-policy ! router static address-family ipv4 unicast 0.0.0.0/0 192.168.122.1 ! ! router bgp 10 bgp router-id 1.1.1.1 rpki server 192.168.122.253 transport tcp port 8282 refresh-time 30 ! bgp bestpath origin-as use validity address-family ipv4 unicast network 172.0.0.0/24 ! neighbor 10.0.0.2 remote-as 20 address-family ipv4 unicast route-policy RPL-PASS-IN in route-policy RPL-PASS-OUT out soft-reconfiguration inbound always ! ! neighbor 10.0.0.6 remote-as 30 address-family ipv4 unicast route-policy RPL-PASS-IN in route-policy RPL-PASS-OUT out soft-reconfiguration inbound always ! ! ! lldp ! ssh server v2 ssh server vrf default ! end