Command Manual – IPv4 Routing
H3C S7500E Series Ethernet Switches Chapter 6 Routing Policy Configuration Commands
6-24
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match as-path 1
[Sysname-route-policy] apply ip-address next-hop 193.1.1.8
6.2.2 display ip ip-prefix
Syntax
display ip ip-prefix [ ip-prefix-name ]
View
Any view
Parameters
ip-prefix-name: IP prefix list name, a string of 1 to 19 characters.
Description
Use the display ip ip-prefix command to display the statistics of an IPv4 prefix list. If
no ip-prefix-name is specified, statistics for all IPv4 prefix lists will be displayed.
Related commands: ip ip-prefix.
Examples
# Display the statistics of IPv4 prefix list abc.
<Sysname> display ip ip-prefix abc
Prefix-list abc
Permitted 0
Denied 0
index: 10 permit 1.0.0.0/11 ge 22 le 32
Table 6-3 Description on the fields of the display ip ip-prefix command.
Field Description
Prefix-list Name of the IPv4 prefix list
Permitted Number of routes satisfying the match criterion
Denied Number of routes not satisfying the match criterion
index Internal serial number of the IPv4 prefix list
permit Matching mode: permit or deny
1.0.0.0/11 Match IP address and mask
ge greater-equal, the lower limit mask
le less-equal, the upper limit mask