match ip address
Matches any routes that have a destination network number address that is permitted by a standard or extended access list, a prefix list, or a prefix tree, or performs policy routing on packets. You cannot mix references in the same match command; you can only specify either access list(s), prefix list(s), or prefix tree(s). The no version removes the match clause from a route map unless you specify a value, in which case only that value is removed from the match clause.
match ip address { accessListName [ accessListName ]* |
prefix-list prefixListName [ prefixListName ]* | prefix-tree treeName [ treeName ]* }no match ip address [ accessListName ]* | prefix-list [ prefixListName ]* |
prefix-tree [ treeName ]*
- accessListNameString of up to 32 alphanumeric characters
- prefixListNameName of a single prefix list; string of up to 32 characters
- treeNameName of a single prefix tree; string of up to 32 characters
- *Indicates that one or more parameters can be repeated multiple times in a list in the command line
Policy List Configuration, Route Map Configuration
Release Information Command introduced before JUNOSe Release 7.1.0.