[c-nsp] show ip bgp vpnv4 * commands for a specific VPNV4 Route-Target

Clinton Work clinton at scripty.com
Wed Mar 2 15:20:22 EST 2005


IOS 12.0(25)Sx allows you to find vpnv4 routes for a specific
RD, but it doesn't support the same for a specific RT. I'm running
these commands on a VPNV4 route reflector.

Works for RD:
show ip bgp vpnv4 rd 65001:200

I want to do something like:
show ip bgp vpnv4 * extcommunity rt 65001:300

I have tried the following:
conf t
ip extcommunity-list 85 permit rt 65001:300
route-map test permit 10
  match extcommunity 85
end

Doesn't work:
show ip bgp vpnv4 * community rt 65001:300
show ip bgp vpnv4 * community rt:65001:300
show ip bgp vpnv4 * community-list 85

The following works, but requires configure privilege to create the
route-map:
show ip bgp vpnv4 * route-map test

Has Cisco added these features to a later IOS version?


The following enhancements would be nice as well when troubleshooting
MPLS VPN problems:
show ip bgp vpnv4 rd 65001:200 labels <label>
show ip bgp vpnv4 rd 65001:200 <prefix> labels

-- 
===================================================
Clinton Work	clinton at scripty.com
Calgary, AB


More information about the cisco-nsp mailing list