---
title: VPN.PPP
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/vpn/ppp-data.dictionary
---

# VPN.PPP

The dictionary that contains PPP settings.

## Declaration

```data
object VPN.PPP
```

## Properties

AuthEAPPlugins: An array of authentication plugins. For use of RSA SecurID, this array should only have one value: EAP-RSA. This key is for use with L2TP and PPTP networks. AuthName: The VPN account user name. This key is for use with L2TP and PPTP networks. AuthPassword: If TokenCard is 1, use this password for authentication. This key is for use with L2TP and PPTP networks. AuthProtocol: An array of authentication protocols. For use of RSA SecurID, this array should have one value, EAP. This key is for use with L2TP and PPTP networks. CCPEnabled: If 1, enables encryption on the connection. This key is for use with PPTP networks. CCPMPPE128Enabled: If 1 and CCPEnabled is also 1, enables CCPMPPE40 encryption. CCPMPPE40Enabled: If 1 and CCPEnabled is also 1, enables CCPMPPE128 encryption. CommRemoteAddress: The IP address or host name of VPN server. This key is for use with L2TP and PPTP networks. DisconnectOnIdle: If 1, disconnects after an on demand connection idles. DisconnectOnIdleTimer: The length of time to wait before disconnecting an on demand connection TokenCard: If 1, uses a token card such as an RSA SecurID card for connecting. This key is for use with L2TP networks.

## See Also

### Objects

- [VPN.AlwaysOn](devicemanagement/vpn/alwayson-data.dictionary.md)
- [VPN.DNS](devicemanagement/vpn/dns-data.dictionary.md)
- [VPN.IKEv2](devicemanagement/vpn/ikev2-data.dictionary.md)
- [VPN.IPSec](devicemanagement/vpn/ipsec-data.dictionary.md)
- [VPN.IPv4](devicemanagement/vpn/ipv4-data.dictionary.md)
- [VPN.Proxies](devicemanagement/vpn/proxies-data.dictionary.md)
- [VPN.TransparentProxy](devicemanagement/vpn/transparentproxy-data.dictionary.md)
- [VPN.VPN](devicemanagement/vpn/vpn-data.dictionary.md)
- [VPN.VendorConfig](devicemanagement/vpn/vendorconfig-data.dictionary.md)
