source-address-filter-list
source-address-filter-list(목록 생성)
source-address-filter-list source-address-filter-list-name;
계층 수준
[edit logical-systems logical-system-name policy-options], [edit policy-options]
source-address-filter-list(목록 사용)
source-address-filter-list source-address-filter-list-name;
계층 수준
[edit logical-systems logical-system-name policy-statement policy-statement-name term term-name from], [edit policy-options policy-statement policy-statement-name term term-name from]
설명
소스 주소 필터 목록은 사용자가 구성한 개별 소스 주소 필터 목록으로, 일반적으로 계층 수준에서 생성하는 [edit policy-options]
MBGP(멀티프로토콜 BGP) 및 MSDP(멀티캐스트 소스 검색 프로토콜) 환경에서 수신 경로 주소를 유니캐스트 소스 주소와 일치시키는 데 사용됩니다. 목록의 각 항목은 소스 접두사 주소, 일치 유형 및 선택적 작업으로 구성된 완전한 소스 주소 필터 문으로 구성됩니다.
예를 들어:
[edit] user@router# show policy-options source-address-filter-list saf-test-list 203.0.113.0/26 exact; 192.0.2.0/24 longer accept; 198.51.100.8/29 exact reject;
일단 구성 source-address-filter-list
되면 계층 수준에서 을 source-address-filter-list-name
policy-statement
[edit policy-options policy-statement policy-statement-name term term-name from]
(를) 참조하여 사용합니다. 원본 주소 필터 목록은 다른 source-address-filter
문과 함께 사용할 수 있습니다.
예를 들어:
[edit] user@router# show policy-options policy-statement test-saf-list-statement from { source-address-filter 198.51.100.16/29 exact accept; source-address-filter-list saf-test-list; } then reject;
필요한 권한 수준
routing - 구성에서 이 명령문을 볼 수 있습니다.
routing-control - 구성에 이 명령문을 추가할 수 있습니다.
릴리스 정보
M 시리즈, MX 시리즈 및 T 시리즈의 Junos OS 릴리스 16.1에서 처음 소개된 명령문입니다.