base
voq-base number
|
Specifies the voq-base number.
|
src-slice
slice-id
instance
|
Specifies the slice id.
|
ingress
interface
<voq-Interface handle number>
|
Specifies voq-Interface handle number.
|
ingress
interface
CEM
|
Specifies circuit emulation interface.
|
ingress
interface
EH
|
Specifies 800 Gigabit ethernet interface type.
|
ingress
interface
Fi
|
Specifies 50 Gigabit ethernet interface type.
|
ingress
interface
Fo
|
Specifies 40 Gigabit ethernet interface type.
|
ingress
interface
FH
|
Specifies 400 Gigabit ethernet interface type.
|
ingress
interface
Gi
|
Specifies Gigabit ethernet interface type.
|
ingress
interface
Hu
|
Specifies 100 Gigabit ethernet interface type.
|
ingress
interface
Mg
|
Specifies ethernet interface type.
|
ingress
interface
PTP
|
Specifies ethernet interface type.
|
ingress
interface
Te
|
Specifies 10 Gigabit ethernet interface type.
|
ingress
interface
TF
|
Specifies 25 Gigabit ethernet interface type.
|
ingress
interface
TH
|
Specifies 200 Gigabit ethernet interface type.
|
ingress
interface
all
|
Specifies all interface type.
|
R/S/I/P/B
|
Specifies the Rack/Slot/Instance/Port/Breakout of the voq.
|
location
node-id
|
Specifies the node. The node-id argument is entered in the rack/slot/module notation. Displays the information about a specific node.
|
location
all
|
Displays information about all nodes.
|
output-modifiers
begin
line
|
Displays information from the line that matches to the given content.
For example, if you want to display the running configuration starting from the interface configurations, you can enter as
| begin interface.
|
output-modifiers
exclude
line
|
Displays information by filtering out lines that contain the given content.
For example, if you want to view a configuration but skip all lines that mention "interface", you can enter as | exclude interface.
|
output-modifiers
include
line
|
Displays information that includes the content that you have given.
For example, if you want to view lines that contain the word "interface" within a configuration, you can enter as | include interface.
|
output-modifiers
utility
line
|
Specifies various Unix command-line tools to manipulate or analyze the command's output.
For example, if you want to sort the output of a command alphabetically, you can enter as | utility sort.
|
output-modifiers
file
|
Saves the information to a specific file.
For example, if you want to save information to a specific file, you can enter as | file filename vrf vrfname.
You can save the content in the following locations:
-
filename - Save the output to a specified filename in VRF.
-
append - Add the output to the end of an existing file.
-
config - Save the output to the device's configuration.
-
disk0 - Store the output on the device's disk0 storage.
-
ftp - Transfer and save the output to an FTP server.
-
harddisk - Save the output to the device's internal hard disk.
-
http - Send the output to an HTTP server.
-
https - Send the output to an HTTPS server.
-
rootfs - Save the output to the root file system of the device.
-
scp - Securely copy the output to a remote server using SCP.
-
sftp - Securely transfer the output to a remote server using SFTP.
-
tftp - Transfer the output to a TFTP server.
|