...
Code Block |
---|
admin@Xorplus# run show route vrf vrf1 IPv4 Routing table: 2 routes 172.168.1.1/32 [local(0)/0] > via vlan10/vlan10 172.168.1.0/24 [connected(0)/0] > via vlan10/vlan10 admin@Xorplus# run show route vrf vrf2 IPv4 Routing table: 2 routesshow ip route vrf vrf1 ======================= Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP, T - Table, v - VNC, V - VNC-Direct, A - Babel, D - SHARP, F - PBR, f - OpenFabric, > - selected route, * - FIB route, q - queued route, r - rejected route VRF vrf1: K>* 172.168.1.1/32 32 [local(0)/0] > via vlan20/vlan20255/8192] unreachable (ICMP unreachable), 04:31:56 K>* 172.168.1.0/24 24 [connected(0)/0] > via vlan20/vlan202400/8192] unreachable (ICMP unreachable), 04:31:56 show ipv6 route vrf vrf1 ========================= |
You can use the run show route forward-host command to check the information about the host hardware forwarding table information of the specific VRF, run show route forward-route command to check the hardware route forwarding table information of the specific VRF.
...