Junos'ta bir kullandığınızda show route
, inet.0 (genel yönlendirme tablosu) ile başlayıp her VRF'yi alfabetik sırada listeleyen yönlendirme tablolarını görüntüler.
Benzer bir komuttan sonra, aşağıdaki nedenden dolayı, yeni WAN dağıtımı yapıyorum: LAN'ı takmadan VRF bağlantısını doğrulamak için uzaktan mühendis, bu nedenle her VRF'de zorunlu olan zorunlu yolları listelemek istiyorum (örn. 0/0).
Bunu başarabileceğimi biliyorum, show ip bgp vpnv4 all
ancak bu global yönlendirme tablosunu görüntülemiyor ve şu anda yönetim için kullanılıyor.
Junos'ta, inet.0 show route 0/0
dahil olmak üzere cihazdaki her VRF'de belirtilen rotanın tüm örneklerini görüntüleyecek şekilde çalışardım.
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
bunu başarmanın çok açık bir yolunu mu kaçırıyorum?