: inspect system vrf
Focus
Focus

inspect system vrf

Table of Contents

inspect system vrf

Use the
inspect system vrf
command to inspect all the kernel VRF link information for a device and used to debug any routing-related issues on the device.

Command

inspect system vrf ( all | vrf-name=
vrf name
)

Options

all
Enter all to display status of all the kernel VRF link information for a device.
vrf-name
Enter a VRF name to display a particular kernel VRF link information for a device.

Command Notes

Role
Super, Read Only
Related Commands
Introduced in
Release 6.3.1

Example

inspect system vrf all ------------------------------------------------------------------------------------------------------------------------------------------------------------ VRF-NAME INTERFACE VNI VRF-KERNEL-LINK VRF-TABLE-NUMBER PER-VRF-KERNEL-LINK PER-VRF-TABLE-NUMBER ------------------------------------------------------------------------------------------------------------------------------------------------------------ blue eth7.1 100 v100-e7.1 20004 NA 65535 red eth7.3 101 v101-e7.3 20005 NA 65535 red eth7.2 101 v101-e7.2 20006 NA 65535 ------------------------------------------------------------------------------------------------------------------------------------------------------ VRF-KERNEL-LINKS ------------------------------------------------------------------------------------------------------------------------------------------------------ 50: v101-e7.2: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 3e:ed:b2:cd:30:ec brd ff:ff:ff:ff:ff:ff VRF-MASTER: 47: eth7.2@eth7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master v101-e7.2 state UP mode DEFAULT group default qlen 1000 link/ether 00:50:56:be:0c:cb brd ff:ff:ff:ff:ff:ff ------------------------------------------------------------------------------------------------------------------------------------------------------------ 45: v100-e7.1: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 1a:ca:ba:b8:11:6d brd ff:ff:ff:ff:ff:ff VRF-MASTER: 36: eth7.1@eth7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master v100-e7.1 state UP mode DEFAULT group default qlen 1000 link/ether 00:50:56:be:0c:cb brd ff:ff:ff:ff:ff:ff ------------------------------------------------------------------------------------------------------------------------------------------------------------ 46: v101-e7.3: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 3a:b9:6d:f9:8c:5b brd ff:ff:ff:ff:ff:ff VRF-MASTER: 39: eth7.3@eth7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master v101-e7.3 state UP mode DEFAULT group default qlen 1000 link/ether 00:50:56:be:0c:cb brd ff:ff:ff:ff:ff:ff ------------------------------------------------------------------------------------------------------------------------------------------------------------
inspect system vrf name=blue ------------------------------------------------------------------------------------------------------------------------------------------------------------ VRF-NAME INTERFACE VNI VRF-KERNEL-LINK VRF-TABLE-NUMBER PER-VRF-KERNEL-LINK PER-VRF-TABLE-NUMBER ------------------------------------------------------------------------------------------------------------------------------------------------------------ blue eth7.1 100 v100-e7.1 20004 NA 65535 ------------------------------------------------------------------------------------------------------------------------------------------------------ VRF-KERNEL-LINKS ------------------------------------------------------------------------------------------------------------------------------------------------------ 45: v100-e7.1: <NOARP,MASTER,UP,LOWER_UP> mtu 65536 qdisc noqueue state UP mode DEFAULT group default qlen 1000 link/ether 1a:ca:ba:b8:11:6d brd ff:ff:ff:ff:ff:ff VRF-MASTER: 36: eth7.1@eth7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master v100-e7.1 state UP mode DEFAULT group default qlen 1000 link/ether 00:50:56:be:0c:cb brd ff:ff:ff:ff:ff:ff ------------------------------------------------------------------------------------------------------------------------------------------------------------

Recommended For You