Users Guide

Table Of Contents
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match ipv6 address test100
Supported
Releases
10.3.0E or later
match ipv6 next-hop
Configures a filter to match based on the next-hop IPv6 addresses specified in IP prefix lists.
Syntax
match ipv6 next-hop prefix-list prefix-list
Parameters prefix-list Enter the name of the configured prefix list. A maximum of 140 characters.
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes the match.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match ipv6 next-hop prefix-list test100
Supported
Releases
10.3.0E or later
match metric
Configures a filter to match on a specific value.
Syntax
match metric metric-value
Parameters metric-value Enter a value to match the route metric against, from 0 to 4294967295.
Default Not configured
Command Mode ROUTE-MAP
Usage
Information
The no version of this command deletes the match.
Example
OS10(conf-route-map)# match metric 429132
Supported
Releases
10.2.0E or later
match origin
Configures a filter to match routes based on the origin attribute of BGP.
Syntax
match origin {egp | igp | incomplete}
Parameters
egp Match only remote EGP routes.
igp Match only on local IGP routes.
incomplete Match on unknown routes that are learned through some other means.
Default Not configured
Command Mode ROUTE-MAP
1306 Access Control Lists