05-13-2014 02:46 AM - edited 03-04-2019 10:58 PM
Hi All,
I want to check the count of the static routes configured in the MPLS PE router under various VFRs.
I am using sh ip route vrf vrfname summary to check for each vrf .
can anyone please update me on command to find the all configured static routes in the MPLS VRF based routers .
My router is cisco 7613 running wih 15.x series IOS.
05-13-2014 04:11 AM
Hi,
Cannot see anything that would help from exec mode
How about
show run | inc ip route vrf
Regards
Alex
09-21-2016 01:28 AM
A bit late to the party sorry but please never use a show run | inc (whatever) on production routers. Some running configs can get very large and this is a very inefficient method. Instead you can use the following:
show ip route vrf (VRF Name) static
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide