Step 5: Verify Received BGP Routes
Purpose
Display the routing information received on router
R6,the ingress router for the reverse LSPR6-to-R1.Action
To verify that a particular BGP route is received on the egress router, enter the following JUNOS CLI operational mode command:
user@host>show route receive protocol bgpneighbor-addressSample Output 1
user@R6>show route receive-protocol bgp 10.0.0.1inet.0: 30 destinations, 46 routes (29 active, 0 holddown, 1 hidden)<<< missing routeinet.3: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)iso.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)mpls.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)__juniper_private1__.inet6.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)Sample Output 2
user@R6>show route receive-protocol bgp 10.0.0.1inet.0: 30 destinations, 46 routes (29 active, 0 holddown, 1 hidden)Prefix Nexthop MED Lclpref AS path* 100.100.1.0/24 10.0.0.1 100 Iinet.3: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)iso.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)mpls.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)__juniper_private1__.inet6.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden)What It Means
Sample Output 1 shows that ingress router
R6(reverse LSPR6-to-R1) does not receive any BGP routes into theinet.0routing table when the BGP configurations ofR1andR6are incorrect.Sample Output 2 shows a BGP route installed in the
inet.0routing table after the BGP configurations onR1andR6are corrected using Take Appropriate Action.