■ Communications /↘ Cisco GNS
BGP Suppress-map 이론 및 실습
N's Story
2019. 5. 1. 21:01
728x90
반응형
BGP Suppress-map
특정 네트워크 대역 라우팅 테이블에서 제외
Topology
Command
R5에서 R3의 lo1 IP 정보를 받지 않게 R4에서 설정 하기
R4(config)#ip access-list standard suppressed
R4(config-std-nacl)#permit 200.1.16.0 0.0.0.255
R4(config-std-nacl)#permit 200.1.17.0 0.0.0.255
R4(config-std-nacl)#permit 200.1.18.0 0.0.0.255
R4(config)#route-map set_suppress permit
R4(config-route-map)#match ip address suppressed
R4(config)#router bgp 200
R4(config-router)#aggregate-address 200.1.0.0 255.255.0.0 suppress-map set_suppress
R4#clear ip bgp * soft
Check
728x90
반응형