7K
ethanalyzer
local interface inband limit-captured-frames 20000 autostop duration 120 write
bootflash:capture.pcap
IOS-XE Router
monitor capture
CAP int Gi0/0/1 both
monitor capture
CAP match ipv4 any any
monitor capture
CAP start
show monitor
capture CAP buffer brief
monitor capture
CAP stop
monitor capture
CAP export ftp://10.1.10.27/CAP.pcap
no monitor
capture CAP
IOS Router
- create access-list for packet filter
- create buffer
- filter buffer
- create capture point
- associate capture point with buffer
- start capture
- Look at progress
- See list of capture points
- Stop the capture
- Export buffer as PCAP
- Remove buffer
- Remove capture point
access-list 1 permit 10.100.1.45
monitor capture buffer holdpackets
monitor capture buffer holdpackets filter access-list 1
monitor capture point ip cef mytrace all both
monitor capture point associate mytrace holdpackets
monitor capture point start mytrace
show monitor capture buffer all parameters
show monitor capture point all
monitor capture point stop mytrace
monitor capture buffer holdpackets export
tftp://10.1.10.27/mytrace.pcap
no monitor capture buffer holdpackets
no monitor capture point ip cef mytrace all both
No comments:
Post a Comment