User Manual UMN:CLI
V5808
249
To specify the L3 table aging time, use the following command.
ip tables aging-time <10-
4294967295>
Specifies the L3 table aging time (default: 300s).
7.20 Packet Dump
Failures in network can occurr by certain symptom. Each symptom can be traced to one
or more problems by using specific troubleshooting tools. The V5808 switch provides the
debug command to dump packet. Use debug commands only for problem isolation. Do
not use it to monitor normal network operation. The debug commands produce a large
amount of processor overhead.
The V5808 also provides debug command for Layer 3 routing protocols (BGP, OSPF, RIP
and PIM). If you want to debug about them, refer to the each configuration chapter.
7.20.1 Packet Dump by Protocol
You can see packets about BOOTPS, DHCP, ARP and ICMP using the following
command.
debug packet {interface INTERFACE | port
PORTS} protocol {bootps | dhcp | arp | icmp}
{src-ip A.B.C.D | dest-ip A.B.C.D}
Shows packet dump by protocol.
debug packet {interface INTERFACE | port
PORTS} host {src-ip A.B.C.D | dest-ip A.B.C.D}
{src-port <1-65535> | dest-port <1-65535>}
debug packet {interface INTERFACE | port
PORTS} multicast {src-ip A.B.C.D | dest-ip
A.B.C.D}
Shows multicast packet dump.
7.20.2 Packet Dump with Option
You can verify packets with tcpdump options using the following command.
Shows packet dump using options.