cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1004
Views
5
Helpful
1
Replies

bgp ipv4 mvpn prefix details ?

metal_icer
Level 1
Level 1

Hello,

Does anyone knows how to see more detailed information for bgp ipv4 mvpn prefix in IOS-XR. When I type "show bgp ipv4 mvpn summary" I see the prefixes received:

RP/0/RSP0/CPU0:XR#show bgp ipv4 mvpn

Thu Oct 31 14:55:33.649 BGT

BGP router identifier 192.168.0.1, local AS number 65001

BGP generic scan interval 60 secs

Non-stop routing is enabled

BGP table state: Active

Table ID: 0x0   RD version: 1269813008

BGP main routing table version 37

BGP NSR Initial initsync version 3 (Reached)

BGP scan interval 60 secs

Status codes: s suppressed, d damped, h history, * valid, > best

              i - internal, r RIB-failure, S stale, N Nexthop-discard

Origin codes: i - IGP, e - EGP, ? - incomplete

   Network            Next Hop            Metric LocPrf Weight Path

Route Distinguisher: 10:10

*>i[1][192.168.0.4]/40

                      192.168.0.4                   100      0 i

.....snipped

Processed 8 prefixes, 8 paths

RP/0/RSP0/CPU0:XR#

But it is not clear how to see more details regarding the prefix itself (communities, PMSI attributes etc). The interactive help only says this:

RP/0/RSP0/CPU0:XR#show bgp ipv4 mvpn ?

  WORD                   ipv4 mvpn network

....snipped

I could not find any information in the docummentation.

Any help will be greatly appriciated!

Hristo

1 Reply 1

metal_icer
Level 1
Level 1

Found it!

Just copy the prefix without the RD value:

show bgp ipv4 mvpn [1][192.168.0.4]/40

Hristo