Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ip prefix-list prune deny 10.10.10.0/24
ip prefix-list prune permit 0.0.0.0/0 le 32
router bgp 65000
neigh 192.168.10.2 prefix-list prune out
neigh 192.168.10.2 description L2
clear ip bgp 192.168.10.2 soft out
ip access-list extended prune
deny ip 10.10.10.0 0.0.0.255 any
permit ip any any
router bgp 65000
neigh 192.168.10.2 distribute-list prune out
clear ip bgp 192.168.10.2 soft out
ip prefix-list prune deny 10.10.10.0/24
ip prefix-list prune permit 0.0.0.0/0 le 32
route-map rmap-prune
match ip address prefix-list prune
router bgp 65000
neigh 192.168.10.2 route-map rmap-prune out
clear ip bgp 192.168.10.2 soft out