ppp
vpn 0 interface ppp—Configure the properties for a PPP virtual interface (on vEdge routers only).
vManage Feature Template
For vEdge routers only:
Configuration ► Templates ► VPN Interface Ethernet
Configuration ► Templates ► VPN Interface PPP
Configuration ► Templates ► VPN Interface PPP Ethernet
Command Hierarchy
vpn 0 interface pppnumber ppp ac-name name authentication chap hostname hostname password password pap sent-username username password password
Options
- Access Concentrator Name
- ac-name name
Name of the access concentrator used by PPPoE to route connections to the Internet. - Authentication Credentials for CHAP
- chap hostname hostname password password
Hostname and password provided by your Internet Service Provider (ISP). hostname can be up to 255 characters. You can configure both CHAP and PAP authentication on the same PPP interface. The software tries both methods and uses the first one that succeeds. - Authentication Credentials for PAP
- pap sent-username username password password
Username and password provided by your Internet Service Provider (ISP). sent-username can be up to 255 characters. You can configure both CHAP and PAP authentication on the same PPP interface. The software tries both methods and uses the first one that succeeds.
Operational Commands
clear pppoe statistics
show pppoe session
show pppoe statistics
show ppp interface
Example
Configure CHAP authentication on a PPP interface:
vEdge# show running-config vpn 0 interface ppp10 vpn 0 interface ppp10 ppp authentication chap hostname branch100@corp.bank.myisp.net password $4$OHHjdmsC7M8zj5BgLEFXKw== !
Release Information
Command introduced in Viptela Software Release 15.3.3.
In Release 17.1, support ability to configure both CHAP and PAP authentication on a PPP interface.
Additional Information
See the Configuring PPPoE and Configuring Interfaces articles for your software release.
pppoe-client