show route match-prefix
구문
show route match-prefix match-prefix;
설명
POSIX 1003.2에 정의된 확장된(최신) 정규 표현식을 기반으로 정규식을 사용하여 경로를 검색할 수 있습니다.
옵션
match-prefix |
형식이 지정된 접두사에 일치하는 정규 표현식입니다. |
추가 정보
필수 권한 수준
보기
출력 필드
출력 필드에 대한 정보는 명령, 명령, 명령, show route detail
명령 show route extensive
또는 show route terse
명령에 대한 show route
출력 필드 테이블을 참조하십시오.
샘플 출력
- show route match-prefix *:10.255.2.200:6:*(모든 경로 일치 경로 일치 경로 표시 10.255.2.200:6)
- show route match-prefix 2*(모든 mvpn type-2 경로 표시)
- show route match-prefix *:224.* (일치하는 모든 경로 표시 그룹 224/4)
show route match-prefix *:10.255.2.200:6:*(모든 경로 일치 경로 일치 경로 표시 10.255.2.200:6)
user@host> show route match-prefix *:10.255.2.200:6:*
show route match-prefix 2*(모든 mvpn type-2 경로 표시)
user@host> show route table vrf1.inet.0 match-prefix 2*
vrf1.inet.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 20.1.1.0/24 *[Direct/0] 00:48:39 > via ge-3/0/8.0 20.1.1.1/32 *[Local/0] 00:48:39 Local via ge-3/0/8.0
show route match-prefix *:224.* (일치하는 모든 경로 표시 그룹 224/4)
user@host> show route match-prefix *:224.*
출시 정보
Junos OS 릴리스 11.4에서 소개된 명령입니다.