Skip to content

Commit

Permalink
Updated command reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
siqbal1986 committed Sep 15, 2022
1 parent ac7549d commit bec449c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/Command-Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -9507,7 +9507,7 @@ This command displays vnet neighbor information about all the vnets configured i
**show vnet routes all**
This command displays all routes information about all the vnets configured in the device.
This command displays all routes information about all the vnets configured in the device. It also show the vnet routes which are configured but may or may not be active based on endpoint BFD status.
- Usage:
Expand All @@ -9524,10 +9524,11 @@ This command displays all routes information about all the vnets configured in t
Vnet_2000 100.100.3.0/24 Ethernet52
Vnet_3000 100.100.4.0/24 Vlan2000
vnet name prefix endpoint mac address vni
----------- -------------- ---------- ----------------- -----
Vnet_2000 100.100.1.1/32 10.10.10.1
Vnet_3000 100.100.2.1/32 10.10.10.2 00:00:00:00:03:04
vnet name prefix endpoint mac address vni status
----------- -------------- ---------- ----------------- ----- -------
Vnet_2000 100.100.1.1/32 10.10.10.1 active
Vnet_3000 100.100.2.1/32 10.10.10.2 00:00:00:00:03:04 inactive
Vnet_3000 100.100.2.3/32 10.10.10.6 00:00:00:00:03:04
```
**show vnet routes tunnel**
Expand Down

0 comments on commit bec449c

Please sign in to comment.