Catalyst 6500 および Cisco 7600 には、Route Processor(RP) 宛のパケット または Switch Processor (SP) 宛のパケットを、
簡易的にキャプチャーする debug 機能を搭載しているものがあります。
現在、4096 パケットまでキャプチャーすることが可能で、それ以上のパケットを受信した場合は、新しいものに
上書きされます。
主に CPU 向けのパケットに関する解析などで、大量にデータを取得する必要がない場合や、
特定の契機に CPU で受信されるパケットを見極めたい場合などに使用されることがあります。
この機能について、Cisco.com のコンフィグレーションガイドなどで紹介しているものはございません。
使用については、テスト環境等でお試しの上、実施されることをお勧めいたします。
debug netdr capture :キャプチャーを実施するコマンド
show netdr captured-packet : キャプチャーされたデータを見るコマンド
undebug all : キャプチャーを停止するコマンド
例 : WS-SUP720-3B / 12.2(33)SXI5 での出力例
Route Processor(RP) 宛:
F340.24.21-6500-2#debug netdr capture ?
acl (11) Capture packets matching an acl
and-filter (3) Apply filters in an and function: all must match
continuous (1) Capture packets continuously: cyclic overwrite
destination-ip-address Capture all packets matching ip dst address
dmac Capture packets matching destination mac
dstindex (7) Capture all packets matching destination index
ethertype (8) Capture all packets matching ethertype
interface (4) Capture packets related to this interface
or-filter (3) Apply filters in an or function: only one must
match
rx (2) Capture incoming packets only
smac Capture packets matching source mac
source-ip-address (9) Capture all packets matching ip src address
srcindex (6) Capture all packets matching source index
tx (2) Capture outgoing packets only
vlan (5) Capture packets matching this vlan number
Switch Processor (SP) 宛:
## remote login switch コマンドで、SP にログインします
F340.24.21-6500-2#remote login switch
Trying Switch ...
Entering CONSOLE for Switch
Type "^C^C^C" to end this session
F340.24.21-6500-2-sp#debug netdr capture ?
acl (11) Capture packets matching an acl
and-filter (3) Apply filters in an and function: all must match
continuous (1) Capture packets continuously: cyclic overwrite
destination-ip-address Capture all packets matching ip dst address
dmac Capture packets matching destination mac
dstindex (7) Capture all packets matching destination index
ethertype (8) Capture all packets matching ethertype
interface (4) Capture packets related to this interface
or-filter (3) Apply filters in an or function: only one must
match
rx (2) Capture incoming packets only
smac Capture packets matching source mac
source-ip-address (9) Capture all packets matching ip src address
srcindex (6) Capture all packets matching source index
tx (2) Capture outgoing packets only
vlan (5) Capture packets matching this vlan number