Export the full routing table without receiving any prefixes
!
route-map MONITOR_IN_V4 deny 100
!
route-map MONITOR_IN_V6 deny 100
!
!
route-map MONITOR_OUT_V4 permit 100
!
route-map MONITOR_OUT_V6 permit 100
!
router bgp 202032
!
template peer-policy MONITOR_V4_POLICY
route-map MONITOR_IN_V4 in
route-map MONITOR_OUT_V4 out
exit-peer-policy
!
template peer-policy MONITOR_V6_POLICY
route-map MONITOR_IN_V6 in
route-map MONITOR_OUT_V6 out
exit-peer-policy
!
template peer-session MONITOR_V4_SESSION
description MONITOR_V4_SESSION
ebgp-multihop 255
update-source GigabitEthernet0/2
version 4
disable-connected-check
exit-peer-session
!
template peer-session MONITOR_V6_SESSION
description MONITOR_V6_SESSION
ebgp-multihop 255
update-source GigabitEthernet0/2
version 4
disable-connected-check
exit-peer-session
!
neighbor 2A00:1620:C0:4E:146:48:78:13 remote-as 65517
neighbor 2A00:1620:C0:4E:146:48:78:13 inherit peer-session MONITOR_V6_SESSION
neighbor 2A00:1620:C0:4E:146:48:78:13 description Progetto Isolario
neighbor 146.48.78.13 remote-as 65517
neighbor 146.48.78.13 inherit peer-session MONITOR_V4_SESSION
neighbor 146.48.78.13 description Progetto Isolario
address-family ipv4
neighbor 146.48.78.13 activate
neighbor 146.48.78.13 inherit peer-policy MONITOR_V4_POLICY
exit-address-family
address-family ipv6
neighbor 2A00:1620:C0:4E:146:48:78:13 activate
neighbor 2A00:1620:C0:4E:146:48:78:13 inherit peer-policy MONITOR_V6_POLICY
exit-address-family