Specifications

Table Of Contents
2-112
Cisco SCE 2000 and SCE 1000 CLI Command Reference
OL-26797-03
Chapter 2 CLI Command Reference
flow-capture
(The show command shows that recording is in progress.)
4. Capture concludes automatically when the file size reaches the limit.
SCE>enable 10
Password:<cisco>
SCE#>configure
SCE(config)#interface linecard 0
SCE(config if)#default flow-capture controllers max-l4-payload-length
SCE(config if)#default flow-capture controllers time
SCE(config if)#traffic-rule name FlowCaptureRule IP-addresses subscriber-side all
network-side all protocol 250 direction both traffic-counter counter2 action flow-capture
SCE(config if)#end
SCE# flow-capture start format cap ftp://myUser:myPassword@10.10.10.80/./myCap
SCE# show interface linecard 0 flow-capture
Flow Capture Status:
--------------------
Flow capture status: RECORDING
Capturing type: ONLINE
Target file size (bytes): 219616
Time limit (sec): 45
Max L4 payload length (bytes): 200
Number of recorded packets: 830
Number of lost packets: 0
after 45 minutes...
SCE# show interface linecard 0 flow-capture
Flow Capture Status:
--------------------
Flow capture status: NOT RECORDING
Capturing type: ONLINE
Last stop cause: Cannot Write To File or Max Allowed File Size Exceeded
Target file size (bytes): 13417700
Time limit (sec): 3600
Max L4 payload length (bytes): Unlimited
Number of recorded packets: 2216548
Number of lost packets: 0
SCE#
Related Commands Command Description
flow-capture controllers Configures limitations on the flow capture feature.
traffic-rule Defines a new traffic rule.
show interface linecard
flow-capture
Displays the flow capture status.