Reference Guide

match ip next-hop
Congures a lter to match based on the next-hop IP addresses specied in IP prex lists.
Syntax
match ip next-hop prefix-list prefix-list
Parameters prefix-list — Enter the name of the congured prex list. A maximum of 140 characters.
Default Not congured
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 ip next-hop prefix-list test100
Supported Releases 10.3.0E or later
match ipv6 address
Congures a lter to match routes based on IPv6 addresses specied in IP prex lists.
Syntax
match ipv6 address {prefix-list prefix-list | access-list}
Parameters
prefix-list — Enter the name of the congured prex list. A maximum of 140 characters.
access-list — Enter the name of the access group or list.
Default Not congured
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 address test100
Supported Releases 10.3.0E or later
match ipv6 next-hop
Congures a lter to match based on the next-hop IPv6 addresses specied in IP prex lists.
Syntax
match ipv6 next-hop prefix-list prefix-list
Parameters prefix-list — Enter the name of the congured prex list. A maximum of 140 characters.
Default Not congured
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
Access Control Lists 549