• Use to match any route that has a destination network number that is permitted by
an access list, a prefix list, or a prefix tree, or performs policy routing on packets.
• Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match ip address prefix-tree boston
• Use the no version to delete the match clause from a route map or a specified value
from the match clause.
• See match ip address.
match ip next-hop
• Use to match any routes that have a next-hop router address passed by the specified
access list, prefix list, or prefix tree.
• Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match ip next-hop 5 192.54.24.1
• Use the no version to delete the match clause from a route map or a specified value
from the match clause.
• See match ip next-hop.
match level
• Use to match routes for the specified type.
• Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match level level-1
• Use the no version to delete the match clause from a route map or a specified value
from the match clause.
• See match level.
match metric
• Use to match a route for the specified metric value.
• Example
host1(config)#route-map nyc1 permit 10
host1(config-route-map)#match metric 10
• Use the no version to delete the match clause from a route map or a specified value
from the match clause.
• See match metric.
match metric-type
• Use to match a route for the specified metric type.
• Example
73Copyright © 2010, Juniper Networks, Inc.
Chapter 1: Configuring BGP Routing