RemoteIpAddress |
The remote IP address for the tunnel. |
RemoteUdpPort |
The remote UDP port number for the tunnel. Range: 0 to 65535 |
RemoteTunnelId |
The ID used by the remote end for the tunnel. Range: 0 to 65535 |
RemoteReceiveWindowSize |
The receive window size used by L2TP on the remote side of this tunnel. Range: 1 to 65535 |
RemoteHostname |
The name of the remote host. Length: 0 to 255 |
RemoteVendorName |
The vendor name of the remote host L2TP layer. Length: 0 to 255 |
LocalIpAddress |
The local IP address for the tunnel. |
LocalUdpPort |
The local UDP port number for the tunnel. Range: 0 to 65535 |
LocalTunnelId |
The ID used by the local end for the tunnel. Range: 0 to 65535 |
LocalReceiveWindowSize |
The receive window size used by L2TP on the local side of this tunnel. Currently, the only supported value is 1. Range: 1 to 1 |
LocalHostname |
The name of the local host. Length: 0 to 255 |
Password |
The password used for tunnel authentication. Length: 0 to 255 |
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. Range: 0 to 255 |
SessionDataSequencing |
This object specifies if sequence numbers are used on the data channel of sessions supported by this tunnel. Enumerations: |
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. Range: 1 to 255 |
MaxRetryTime |
The maximum interval in seconds between two consecutive attempts to send an L2TP control packet. Range: 8 to 255 |
MaxRetries |
The maximum number of retries to send an L2TP control packet. The total number of attempts will be one more than this value. Range: 1 to 255 |
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)
|