How to configure BGP Route Filters on Cisco IOS Router using access-lists

Опубликовано: 06 Октябрь 2024
на канале: NetSpearo
597
1

How to configure #BGP #Route #Filters on Cisco IOS Router using #ACL :

ip access-list standard BGP_ROUTER_FILTER_IN
deny 192.168.100.0 0.0.0.255
permit any

router bgp 65535
bgp log-neighbor-changes
redistribute connected
neighbor 192.168.10.1 remote-as 65535
neighbor 192.168.10.1 soft-reconfiguration inbound
neighbor 192.168.10.1 distribute-list BGP_ROUTER_FILTER_IN in