CLI Reference Guide 64 Document #: LTRT-17940
System and VoIP Functionalities
Examples:
The following example starts a debug capture on the network interface vlan 12, with a
protocol filter (ip), no host filter, and no port filter. The captured traffic will be printed to the
CLI session:
debug capture voip interface vlan 12 proto all host any
The following example starts a debug capture on the network interface vlan 1, with a
protocol filter (ip), no host filter, and a port filter (514). The captured traffic will be saved to a
temporary file, and will be sent, when ctrl-c is used, to the TFTP server at address
171.18.1.21. This server is accessible via network interface vlan 2014:
debug capture voip interface vlan 1 proto ip host any port 514
tftp-server 171.18.1.21