SROS Command Line Interface Reference Guide
Demand Interface Configuration Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
838
ip address negotiated [no-default]
Use the
ip address negotiated
command to allow the interface to negotiate (i.e., be assigned) an IP
address from the far end PPP connection. Use the
no
form of this command to disable the negotiation for
an IP address
Syntax Description
no-default
Optional. Prevents the insertion of a default route. Some systems already have a
default route configured and need a static route to the PPP interface to function
correctly.
Default Values
By default, the interface is assigned an address with the
ip address
<address><mask>
command.
Usage Examples
The following example enables the demand interface to negotiate an IP address from the far end
connection:
ProCurve(config)#
interface demand 1
ProCurve(config-demand 1)#
ip address negotiated
The following example enables the demand interface to negotiate an IP address from the far end
connection without inserting a default route:
ProCurve(config)#
interface demand 1
ProCurve(config-demand 1)#
ip address negotiated no-default