RemoteVendorName |
The vendor name of the remote host L2TP layer. |
RemoteHostname |
The name of the remote host. |
RemoteReceiveWindowSize |
The receive window size used by L2TP on the remote
side of this tunnel. |
RemoteIpAddress |
The remote IP address for the tunnel. |
RemoteTunnelId |
The ID used by the remote end for the tunnel. |
RemoteUdpPort |
The remote UDP port number for the tunnel. |
LocalIpAddress |
The local IP address for the tunnel. |
LocalReceiveWindowSize |
The receive window size used by L2TP on the local
side of this tunnel. Currently, the only supported
value is 1. |
LocalUdpPort |
The local UDP port number for the tunnel. |
LocalTunnelId |
The ID used by the local end for the tunnel. |
LocalHostname |
The name of the local host. |
State |
The current state of the tunnel as specified in
RFC2661. Selecting shutdown(5) value results in tunnel
hangup. Any other value is ignored. Enumerations: - idle (1)
- waitctlreply (2)
- waitctlconn (3)
- established (4)
- shutdown (5)
|
MaxRetries |
The maximum number of retries to send an L2TP control
packet. The total number of attempts will be one more
than this value. |
MinRetryTime |
The initial interval in seconds between two consecutive
attempts to send an L2TP control packet. The value of
this interval is doubled with each new attempt, until
the maximum value defined in l2tpTunnelProfileMaxRetryTime
is reached. |
SessionDataSequencing |
This object specifies if sequence numbers are used on
the data channel of sessions supported by this tunnel. Enumerations: |
HelloInterval |
The interval in seconds between two consecutive hello
requests sent by L2TP during the tunnel life. If this
object is set to 0 (zero), no hello requests are sent
by L2TP on this tunnel. |
Password |
The password used for tunnel authentication. |
MaxRetryTime |
The maximum interval in seconds between two consecutive
attempts to send an L2TP control packet. |