440
Table 101 Command output
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 Index of an item.
deny
Match mode of the item:
• permit.
• deny.
6.6.6.0/24 IP address and mask.
ge Greater-equal, the lower mask length.
le Less-equal, the upper mask length.
Related commands
• ip prefix-list
• reset ip prefix-list
if-match ip
Use if-match ip to match IPv4 routes whose destination, next hop, or source matches the specified IPv4
prefix list.
Use undo if-match ip to remove the configuration.
Syntax
if-match ip { address | next-hop | route-source } { acl acl-number | prefix-list prefix-list-name }
undo if-match ip { address | next-hop | route-source } [ acl | prefix-list ]
Default
No IPv4 prefix list match criterion is configured.
Views
Routing policy node view
Predefined user roles
network-admin
Parameters
address: Matches the destination address of IPv4 routes.
next-hop: Matches the next hop of IPv4 routes.
route-source: Matches the source address of IPv4 route information.
acl acl-number: Specifies an ACL by its number in the range of 2000 to 3999 for address, and in the
range of 2000 to 2999 for next-hop and route-source.
prefix-list prefix-list-name: Specifies an IP prefix list by its name, a case-sensitive string of 1 to 63
characters.