beautypg.com

Ppp peer default ip address – Enterasys Networks X-Pedition XSR CLI User Manual

Page 363

background image

PPP Commands

XSR CLI Reference Guide 8-93

Syntax

ppp pap sent-username [username] password [password]

Syntax of the “no” Form

Use the no form of this command to delete the username and password:

no pap sent-username

Default

No username or password

Mode

Interface configuration: 

XSR(config-if<xx>)#

Example

This example configuration of a the PAP authentication username of jim and a clear text PAP 
password of evans on serial interface 2/1:

XSR(config)#interface serial 2/1
XSR(config-if)#encapsulation ppp
XSR(config-if)#no shutdown
XSR(config-if)#ppp pap sent-username jim pass evans

ppp peer default ip address

This command specifies the default IP address of a remote peer for use during PPP/IPCP 
negotiation if the peer requests it. The address is used when the remote peer sends a 0.0.0.0 IP 
address in the CONFIG REQUEST and asks the local system to assign an IP address. The address 
will not be used if the peer already has been assigned an IP address with its own local 
configuration.

This command can be used for Interface Serial, T1/E1 channel groups, BRI leased line with PPP 
encapsulated; Ethernet sub‐interface and ATM sub‐interface with PPPoE or PPPoA encapsulated. 
When used at the dialer interface, it applies to the Point‐to‐Point (P2P) dialer interface only. For 
Dialer Multipoint‐to‐Point interfaces, the 

dialer map ip

 command supplies the remote address 

associated with particular dialing numbers.

username

Username sent in the PAP authentication request packet.

password

The clear text password sent in the PAP authentication request packet. Limit: up 
to 255 ASCII characters. Enclose password in double quotes if entering a string 
with spaces

Note: The peer default IP address takes effect only when the peer is configured as IP address
negotiated
.