Junos show route
では、使用すると、inet.0(グローバルルーティングテーブル)で始まるルーティングテーブルが表示され、次に各VRFがアルファベット順にリストされます。
私は次の理由で、新しいWAN展開のために同様のコマンドを実行しています:リモートエンジニアがLANに接続せずにVRF接続を確認するため、各VRFで必須の必須ルート(たとえば0/0)を一覧表示したいです。
私はこれを達成できることを知っshow ip bgp vpnv4 all
ていますが、これはグローバルルーティングテーブルを表示せず、現在管理に使用されています。
Junosで実行show route 0/0
すると、inet.0を含むデバイス全体のすべての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
私はこれを達成するための本当に明白な方法を逃していますか?