•
Use to match any routes that have a next-hop router address passed by the specified
access list or prefix list.
•
Example
host1(config-route-map)#
match ipv6 next-hop prefix-list next1
•
Use the
no
version to delete all next-hop match clauses from a route map unless you
specify an access list or prefix list, in which case the router removes only the list match
from the route map.
•
See match ipv6 next-hop.
Prefix Trees
A prefix tree is a nonsequential collection of permit and deny conditions that apply to IP
addresses. Like a prefix list, the prefix tree specifies a base IP address and a length, the
number of bits applied to the base to determine the network prefix. The tested address
is matched against the prefix. The prefix tree also enables route summarization.
However, the prefix tree does not match addresses one by one in sequence against the
listed conditions. The router performs a binary search against the tree structure of the
entries. If the tested address is less than a particular entry, it branches one way to another
test pair; if it is greater than the entry, it branches the other way to another mutually
exclusive test pair. The router stops testing conditions when it finds the best match. If
no conditions match, the router rejects the address. An empty prefix tree results in an
automatic permit of the tested address.
The prefix tree provides a faster search method and matches the test address more
closely than either the access list or the prefix list.
Use the
ip prefix-tree
command to define an IP prefix tree. Use the
prefix-tree
keyword
with the
match ip address
or
match ip next-hop
commands to add a clause to a route
map. Use the
match-set summary prefix-tree
command to specify the prefix tree that
summarizes routes for a particular route map.
Using a Prefix Tree
The following example creates a prefix tree that permits routes with a prefix length of
24 or larger in the 10.10.2.0/24 network:
host1(config)#
ip prefix-tree xyz permit 10.10.2.0/24
clear ip prefix-tree
•
Use to clear all hit counts in the prefix trees or the specified entry from the specified
prefix tree. (The router increments the hit count by 1 each time an entry matches.)
•
Example
host1#
clear ip prefix-tree xyz
•
There is no
no
version.
•
See clear ip prefix-tree.
35
Copyright © 2010, Juniper Networks, Inc.
Chapter 1: Configuring Routing Policy
Содержание JUNOSE 11.2.X IP SERVICES
Страница 6: ...Copyright 2010 Juniper Networks Inc vi...
Страница 8: ...Copyright 2010 Juniper Networks Inc viii JunosE 11 2 x IP Services Configuration Guide...
Страница 18: ...Copyright 2010 Juniper Networks Inc xviii JunosE 11 2 x IP Services Configuration Guide...
Страница 22: ...Copyright 2010 Juniper Networks Inc xxii JunosE 11 2 x IP Services Configuration Guide...
Страница 28: ...Copyright 2010 Juniper Networks Inc 2 JunosE 11 2 x IP Services Configuration Guide...
Страница 116: ...Copyright 2010 Juniper Networks Inc 90 JunosE 11 2 x IP Services Configuration Guide...
Страница 144: ...Copyright 2010 Juniper Networks Inc 118 JunosE 11 2 x IP Services Configuration Guide...
Страница 230: ...Copyright 2010 Juniper Networks Inc 204 JunosE 11 2 x IP Services Configuration Guide...
Страница 262: ...Copyright 2010 Juniper Networks Inc 236 JunosE 11 2 x IP Services Configuration Guide...
Страница 294: ...Copyright 2010 Juniper Networks Inc 268 JunosE 11 2 x IP Services Configuration Guide...
Страница 328: ...Copyright 2010 Juniper Networks Inc 302 JunosE 11 2 x IP Services Configuration Guide...
Страница 345: ...PART 2 Index Index on page 321 319 Copyright 2010 Juniper Networks Inc...
Страница 346: ...Copyright 2010 Juniper Networks Inc 320 JunosE 11 2 x IP Services Configuration Guide...
Страница 356: ...Copyright 2010 Juniper Networks Inc 330 JunosE 11 2 x IP Services Configuration Guide...