Hi there, We have a PA with two Virtual Routers, Internal VR and DMZ-Internet VR. When I type show routing fib virtual-router "Internal VR" for example the forwarding table shows a name for next hop and interface, see the output below: show routing fib virtual-router "Internal VR" id destination nexthop flags interface mtu -------------------------------------------------------------------------------- 51814 0.0.0.0/0 DMZ-Internet VR u Internal VR/i3 0 How can I change the output to see the IP address of "DMZ-Internet VR" instead of the name? Which interface is that Internal VR/i3, there is not such interface on show interface all. The same happens if I change the Virtual router on the command: show routing fib virtual-router "DMZ-Internet VR" id destination nexthop flags interface mtu -------------------------------------------------------------------------------- 34049 0.0.0.0/0 210.10.200.193 ug ae4.32 1500 50428 10.0.0.0/24 Internal VR u DMZ-Internet VR/i3 0 50429 10.4.0.0/24 Internal VR u DMZ-Internet VR/i3 0 52354 10.5.0.0/24 Internal VR u DMZ-Internet VR/i3 0 Cheers
... View more