Command Line Reference Guide

show config
Display the current PREFIX-LIST configurations.
S5000
Syntax
show config
Command Modes PREFIX-LIST
Command History
Version 9.0(1.3) Introduced on the S5000.
Example
FTOS(conf-nprefixl)#show config
!
ip prefix-list snickers
FTOS(conf-nprefixl)#
show ip prefix-list detail
Display details of the configured prefix lists.
S5000
Syntax
show ip prefix-list detail [prefix-name]
Parameters
prefix-name
(OPTIONAL) Enter a text string as the name of the prefix list, up to 140
characters.
Command Modes
EXEC
EXEC Privilege
Command History
Version 9.0(1.3) Introduced on the S5000.
Example
FTOS#show ip prefix-list detail
Prefix-list with the last deletion/insertion: filter_ospf
ip prefix-list filter_in:
count: 3, range entries: 3, sequences: 5 - 10
seq 5 deny 1.102.0.0/16 le 32 (hit count: 0)
seq 6 deny 2.1.0.0/16 ge 23 (hit count: 0)
seq 10 permit 0.0.0.0/0 le 32 (hit count: 0)
ip prefix-list filter_ospf:
count: 4, range entries: 1, sequences: 5 - 10
seq 5 deny 100.100.1.0/24 (hit count: 5)
seq 6 deny 200.200.1.0/24 (hit count: 1)
seq 7 deny 200.200.2.0/24 (hit count: 1)
225