Command Reference Guide PPP Interface Configuration Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1070

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.
Applicable Platforms
This command applies to the NetVanta 300, 1000R, 2000, 3000, 4000, and 5000 and Total Access 900
Series units.
Command History
Release 5.1 Command was introduced.
Usage Examples
The following example enables the PPP interface to negotiate an IP address from the far end connection:
(config)#interface ppp 1
(config-ppp 1)#ip address negotiated
The following example enables the PPP interface to negotiate an IP address from the far end connection
without inserting a de fa ult rou te :
(config)#interface ppp 1
(config-ppp 1)#ip address negotiated no-default