Junos에서는 a를 사용할 때 show route
inet.0 (글로벌 라우팅 테이블)부터 시작하여 각 VRF를 알파벳 순서로 나열하여 라우팅 테이블을 표시합니다.
다음과 같은 이유로 새로운 WAN 배포와 비슷한 명령을 겪고 있습니다. 원격 엔지니어가 LAN에 연결하지 않고 VRF 연결을 확인하므로 각 VRF에서 필수 인 필수 경로 (예 : 0/0)를 나열하고 싶습니다.
나는 이것을 달성 할 수 있다는 것을 알고 show ip bgp vpnv4 all
있지만 이것은 글로벌 라우팅 테이블을 표시하지 않으며 현재 관리에 사용됩니다.
Junos show route 0/0
에서는 inet을 포함하여 장치의 모든 VRF에서 지정된 경로의 모든 발생을 표시하는 실행 됩니다.
iank@r1> show route 0/0 exact terse
vrf1.inet.0: 99 destinations, 105 routes (99 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
A Destination P Prf Metric 1 Metric 2 Next hop AS path
* 0.0.0.0/0 B 170 100 0 >172.31.30.2 64512 I
vrf2.inet.0: 362 destinations, 408 routes (362 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
A Destination P Prf Metric 1 Metric 2 Next hop AS path
* 0.0.0.0/0 B 170 100 >172.31.7.2 64999 I
vrf3.inet.0: 658 destinations, 711 routes (658 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
A Destination P Prf Metric 1 Metric 2 Next hop AS path
* 0.0.0.0/0 B 170 100 >172.31.12.2 64999 I
vrf4.inet.0: 377 destinations, 423 routes (377 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
A Destination P Prf Metric 1 Metric 2 Next hop AS path
* 0.0.0.0/0 B 170 100 >172.31.3.2 64999 I
이것을 달성하는 확실한 방법이 누락 되었습니까?