a10¶
thunderでpacket capture¶
define filter¶
#axdebug
(Axdebug) # filter 1
(Axdebug-filter: 1) # ip 15.15.15.10/32
exit
Save with FILENAME:¶
(Axdebug) # capture non-dispaly save <file name>
exit
Packet count limit¶
ax (axdebug) # count <0-65535>
※ The default is up to 3000 packet. 0 with no upper limit on the set
pcap time limit¶
(Axdebug) # timeout <0-65535>
※ Default is 5 mins.
Export Captured file to TFTP Server:¶
config
export axdebug <TFTP SERVER IP> use-mgmt-port tftp:<MGMT Source Interface>
Debug File¶
#show axdebug capture
(Axdebug) # Show Axdebug Status
(Axdebug) #show axdebug file
To stop the capture:
(Axdebug) # No Axdebug
Delete the capture file:¶
( Axdebug) # Delete <file_name>