2009年11月25日水曜日

IP Accounting

インタフェースを出入りする IP パケットの IP Precedence 毎のパケット数をカウントする方法。

int s1/0
ip accounting precedence input
ip accounting precedence output
!
ip accounting-threshold 50000 ← 保存するエントリ数


#sh int s1/0 precedence
Serial1/0 To R2
Input
Precedence 2: 15605 packets, 18884970 bytes
Precedence 6: 27 packets, 1572 bytes
Output
Precedence 0: 2 packets, 228 bytes
Precedence 2: 15625 packets, 18909796 bytes
Precedence 6: 100 packets, 6569 bytes

任意の IP Precedence のパケットを出力するには、拡張 PING で ToS フィールドを指定すればよい。

参考

0 件のコメント: