SROS Command Line Interface Reference Guide
Route Map Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1293
set ip default next-hop [
<interface>
| null 0]
Use the
set ip default next-hop
command to set the next-hop IP address to the specified interface’s
address for all routes serviced by the route map that do no have explicit routing information available. Use
the
no
form of this command to remove the configured default next-hop.
Syntax Description
<interface>
Specifies the default interface. Type
set default next-hop ?
for a
list of valid interface types.
null 0
Redirects traffic to the specified interface regardless of available
routing information.
Default Values
No default value necessary for this command.
Usage Examples
The following example sets the default next-hop interface to the ppp 1 interface:
ProCurve(config)#
route-map MyMap permit 100
ProCurve(config-route-map)#
set default next-hop ppp 1