Class implementing Point-to-Point Protocol (PPP) More...
Methods | |
AuthProtocol.Chap.Add | |
This method will add the Challenge-handshake Authentication Protocol. More... | |
AuthProtocol.Chap.Get | |
This method will return the current configured Challenge-Handshake Authentication Protocols. More... | |
AuthProtocol.Pap.Add | |
This method will add the Password Authentication Protocol. More... | |
AuthProtocol.Pap.Get | |
This method will return the current configured Password Authentication Protocols. More... | |
Description.Get | |
Returns a textual description of the object. | |
Ncp.Ipcp.Add | |
This method will add support for an IPv6 Control Protocol. More... | |
Ncp.Ipcp.Get | |
This method will return the current configured Internet Protocol Control Protocols (IPCP). More... | |
Ncp.Ipv6cp.Add | |
This method will add support for an IPv4 Control Protocol. More... | |
Ncp.Ipv6cp.Get | |
This method will return the current configured IPv6 Control Protocols (IPv6CP). More... | |
Parent.Get | |
Returns the parent object. | |
Class implementing Point-to-Point Protocol (PPP)
The Point-to-Point Protocol (PPP) provides a standard method for transporting multi-protocol datagrams over point-to-point links. PPP is comprised of three main components:
The implementation is conform RFC1661.
Layer2.Ppp::AuthProtocol.Chap.Add |
This method will add the Challenge-handshake Authentication Protocol.
Layer2.Ppp::AuthProtocol.Chap.Get |
Layer2.Ppp::AuthProtocol.Pap.Add |
This method will add the Password Authentication Protocol.
Layer2.Ppp::AuthProtocol.Pap.Get |
Layer2.Ppp::Ncp.Ipcp.Add |
This method will add support for an IPv6 Control Protocol.
IPCP is the Internet Protocol Control Protocol.
Adding IPCP as Network Control Protocol
Returns:
<Layer2.Ppp.NetworkControl.Ipcp object>
Layer2.Ppp::Ncp.Ipcp.Get |
This method will return the current configured Internet Protocol Control Protocols (IPCP).
Returns:
<Layer2.Ppp.NetworkControl.Ipcp object>
Layer2.Ppp::Ncp.Ipv6cp.Add |
This method will add support for an IPv4 Control Protocol.
IPv6CP is the Internet Protocol Control Protocol for IPv6.
Adding IPv6CP as Network Control Protocol
Returns:
<Layer2.Ppp.NetworkControl.Ipv6cp object>
Layer2.Ppp::Ncp.Ipv6cp.Get |
This method will return the current configured IPv6 Control Protocols (IPv6CP).
Returns:
<Layer2.Ppp.NetworkControl.Ipv6cp object>