You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Command-Reference.md
+35-14Lines changed: 35 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12977,14 +12977,14 @@ This command displays vnet neighbor information about all the vnets configured i
12977
12977
30.30.30.30 11:22:33:44:55:66 Ethernet0.1002
12978
12978
```
12979
12979
12980
-
**show vnet routes all**
12980
+
**show vnet routes all [<vnet_name>]**
12981
12981
12982
-
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.
12982
+
This command displays either all routes information about all the vnets or a specified vnet configured in the device. It also shows the vnet routes which are configured but may or may not be active based on endpoint BFD status.
12983
12983
12984
12984
- Usage:
12985
12985
12986
12986
```
12987
-
show vnet routes all
12987
+
show vnet routes all [<vnet_name>]
12988
12988
```
12989
12989
12990
12990
- Example:
@@ -12996,31 +12996,52 @@ This command displays all routes information about all the vnets configured in t
0 commit comments