show ip prefix-list
- モード
- 非特権EXECモード
- カテゴリー
- IP / 経路制御(フィルタリング)
構文
> show ip prefix-list PLISTNAME
> show ip prefix-list [detail|summary] [PLISTNAME]
コマンド説明
IPプレフィックスリストを表示する。パラメーター
PLISTNAME- IPプレフィックスリスト名
detail- 詳細情報を表示させたいときに指定する
summary- サマリー情報を表示させたいときに指定する
使用例
オプション無指定時awplus> show ip prefix-list
ip prefix-list pDeny1620: 2 entries
seq 5 deny 172.16.20.0/24
seq 10 permit any
ip prefix-list pDenyTen: 2 entries
Description: Discard 10.0.0.0/8 prefixes.
seq 5 deny 10.0.0.0/8 le 32
seq 10 permit any
summaryオプション指定時
awplus> show ip prefix-list summary
Prefix-list with the last deletion/insertion: pDeny1620
ip prefix-list pDeny1620:
count: 2, range entries: 0, sequences: 5 - 10
ip prefix-list pDenyTen:
Description: Discard 10.0.0.0/8 prefixes.
count: 2, range entries: 0, sequences: 5 - 10
detailオプション指定時
awplus> show ip prefix-list detail
Prefix-list with the last deletion/insertion: pDeny1620
ip prefix-list pDeny1620:
count: 2, range entries: 0, sequences: 5 - 10
ripd:
seq 5 deny 172.16.20.0/24 (hit count: 10, refcount: 20)
seq 10 permit any (hit count: 10, refcount: 10)
ospfd:
seq 5 deny 172.16.20.0/24 (hit count: 0, refcount: 0)
seq 10 permit any (hit count: 0, refcount: 0)
ip prefix-list pDenyTen:
Description: Discard 10.0.0.0/8 prefixes.
count: 2, range entries: 0, sequences: 5 - 10
ripd:
seq 5 deny 10.0.0.0/8 le 32 (hit count: 28, refcount: 140)
seq 10 permit any (hit count: 168, refcount: 168)
ospfd:
seq 5 deny 10.0.0.0/8 le 32 (hit count: 0, refcount: 0)
seq 10 permit any (hit count: 0, refcount: 0)