Cisco Cisco ASA 5510 Adaptive Security Appliance Leaflet

Page of 1264
 
1-83
Cisco ASA Series 명령 참조, S 명령      
 
1      same-security-traffic through shape 명령
  set as-path   
다음 예에서는 재배포된 경로의 태그를 자동 시스템 경로로 변환합니다.
ciscoasa(config)# route-map set-as-path-from-tag
ciscoasa(config-route-map)# set as-path tag
ciscoasa(config-route-map)# router bgp 100
ciscoasa(config-router)# address-family ipv4
ciscoasa(config-router-af)# redistribute ospf 109 route-map set-as-path-from-tag
다음 예에서는 10.108.1.1로 보급되는 모든 경로 앞에 100 100 100을 추가합니다.
ciscoasa(config)# route-map set-as-path
ciscoasa(config-route-map)# match as-path 1
ciscoasa(config-route-map)# set as-path prepend 100 100 100
ciscoasa(config-route-map)# router bgp 100
ciscoasa(config-router)# address-family ipv4
ciscoasa(config-router-af)# neighbor 10.108.1.1 route-map set-as-path out
관련 명령
명령
설명
clear bgp
하드 또는 소프트 재구성을 사용하여 BGP 연결을 재설정합니다.
bgp asnotation dot
BGP(Border Gateway Protocol) 4바이트 자동 시스템 번호의 기본 표시 
및 정규식 일치 형식을 asplain 형식(십진수 값)에서 점 표기법으로 변경
합니다.