Networking > Troubleshooting & Monitoring > Packet Capture
Keyword | Value |
ethtype | Ethernet type in HEX format. 0x<ETHTYPE> |
mac | Source or destination MAC address |
srcmac | Source MAC address |
dstmac | Destination MAC address |
ipproto | IP protocol in HEX format. 0x<PROTO> |
ip | Source or destination IPv4 address |
ip6 | Source or destination IPv6 address |
srcip | Source IPv4 address |
dstip | Destination IPv4 address |
srcip6 | Source IPv6 address |
dstip6 | Destination IPv6 address |
port | Source or destination TCP port |
srcport | Source TCP port |
dstport | Destination TCP port |
srcudpport | Source UDP port |
dstudpport | Destination UDP port |
vni | VNI of the flow. When specified, the decoding offset for the remainder of the expression changes to the inner packet. |
vlan | VLAN ID |
Option | Description |
---|---|
<interface-name> | Network interface argument |
<capture-direction> | Packet capture direction parameter Allowed values: input, output, dual |
<filename> | Capture file name Allowed pattern: ^[^/ *;&|]+$ |
<packet-count> | Packet count value greater than or equal to 1 |
<expression> | Packet capture expression Allowed pattern: ^.*$ |