Which command on the PE router will confirm the presence of customer routes?

Your customer complains that their Layer 3 VPN is not passing traffic from one site to another. You assigned that customer to VPN-A.Which command on the PE router will confirm the presence of customer routes?

Your customer complains that their Layer 3 VPN is not passing traffic from one site to another. You assigned that customer to VPN-A.Which command on the PE router will confirm the presence of customer routes?

A.
show route VPN-A

B.
show route VPN-A table bgp.l2vpn.0

C.
show route table inet.3 VPN-A

D.
show route table VPN-A.inet.0



Leave a Reply 2

Your email address will not be published. Required fields are marked *


toto

toto

wrong – should be D.

avee

avee

On the local PE router, check that the routes from the local CE router are in the VRF table (routing-instance-name.inet.0):
user@host> show route table routing-instance-name.inet.0
The following example shows the routing table entries. Here, the loopback address of the CE router is 10.255.14.155/32 and the routing protocol between the PE and CE routers is BGP. The entry looks like any ordinary BGP announcement.

10.255.14.155/32 (1 entry, 1 announced)
*BGP Preference: 170/-101
Nexthop: 192.168.197.141 via fe-1/0/0.0, selected
State:
Peer AS: 1
Age: 45:46
Task: BGP_1.192.168.197.141+179
Announcement bits (2): 0-BGP.0.0.0.0+179 1-KRT
AS path: 1 I
Localpref: 100
Router ID: 10.255.14.155
If the routes from the local CE router are not present in the VRF routing table, check that the CE router is advertising routes to the PE router. If static routing is used between the CE and PE routers, make sure the proper static routes are configured.

http://www.juniper.net/techpubs/software/junos/junos95/swconfig-vpns/id-11036454.html

so Answer D should be correct.