Route Map Commands
1039 Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide
53
User Guidelines
Use the set ip next-hop command to set the IP address of the next hop policy
routing.
Example
In the following example sets IP address 192.168.30.1 as the next hop IP address:
switchxxxxxx(config)#
route-map bpr
switchxxxxxx(config-route-map)#
match ip address access-list acl
switchxxxxxx(config-route-map)#
set ip next-hop 192.168.30.1
switchxxxxxx(config-route-map)#
exit
53.5 set ipv6 next-hop
To specify the IPv6 address of the next hop policy routing, use the set ipv6
next-hop command in Route Map Configuration Mode. To delete an entry, use the
no form of this command.
Syntax
set ipv6 next-hop
next-hop
no set ipv6 next-hop
Parameters
•
next-hop
—IPv6 address of the next hop router.
Default Configuration
This command is disabled by default.
Command Mode
Route Map Configuration Mode
User Guidelines
Use the set ip next-hop command to set the IPv6 address of the next hop policy
routing.