match ip next-hop
Matches any routes that have a next-hop router address passed by the specified access list, prefix list, or prefix tree. 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 next-hop { accessListName [ accessListName ]* |
prefix-list prefixListName [ prefixListName ]* | prefix-tree treeName [ treeName ]* }no match ip next-hop [ accessListNumber ]* | prefix-list [ listName ]* |
prefix-tree [ treeName ]*
- accessListNameName of a single standard access list; string of up to 32 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.