BIANCA-BRICK-L2TP-MIB

File: BIANCA-BRICK-L2TP-MIB.mib (23663 bytes)

Imported modules

RFC1155-SMI RFC1158-MIB RFC-1212

Imported symbols

IpAddress Counter enterprises
DisplayString OBJECT-TYPE

Defined Types

L2tpTunnelProfileEntry  
SEQUENCE    
  l2tpTunnelProfileIndex INTEGER
  l2tpTunnelProfileName DisplayString
  l2tpTunnelProfileRemoteIpAddress IpAddress
  l2tpTunnelProfileRemoteIpAddressBackup IpAddress
  l2tpTunnelProfileRemoteUdpPort INTEGER
  l2tpTunnelProfileRemoteHostname DisplayString
  l2tpTunnelProfileLocalIpAddress IpAddress
  l2tpTunnelProfileLocalUdpPort INTEGER
  l2tpTunnelProfileLocalHostname DisplayString
  l2tpTunnelProfilePassword DisplayString
  l2tpTunnelProfileReceiveWindowSize INTEGER
  l2tpTunnelProfileHelloInterval INTEGER
  l2tpTunnelProfileSessionDataSequencing INTEGER
  l2tpTunnelProfileMinRetryTime INTEGER
  l2tpTunnelProfileMaxRetryTime INTEGER
  l2tpTunnelProfileMaxRetries INTEGER
  l2tpTunnelProfileRadiusAssignment INTEGER
  l2tpTunnelProfileRadiusGroupId INTEGER

L2tpTunnelEntry  
SEQUENCE    
  l2tpTunnelRemoteIpAddress IpAddress
  l2tpTunnelRemoteUdpPort INTEGER
  l2tpTunnelRemoteTunnelId INTEGER
  l2tpTunnelRemoteReceiveWindowSize INTEGER
  l2tpTunnelRemoteHostname DisplayString
  l2tpTunnelRemoteVendorName DisplayString
  l2tpTunnelLocalIpAddress IpAddress
  l2tpTunnelLocalUdpPort INTEGER
  l2tpTunnelLocalTunnelId INTEGER
  l2tpTunnelLocalReceiveWindowSize INTEGER
  l2tpTunnelLocalHostname DisplayString
  l2tpTunnelPassword DisplayString
  l2tpTunnelHelloInterval INTEGER
  l2tpTunnelSessionDataSequencing INTEGER
  l2tpTunnelMinRetryTime INTEGER
  l2tpTunnelMaxRetryTime INTEGER
  l2tpTunnelMaxRetries INTEGER
  l2tpTunnelState INTEGER

L2tpSessionEntry  
SEQUENCE    
  l2tpSessionRemoteIpAddress IpAddress
  l2tpSessionRemoteUdpPort INTEGER
  l2tpSessionRemoteTunnelId INTEGER
  l2tpSessionRemoteSessionId INTEGER
  l2tpSessionRemoteHostname DisplayString
  l2tpSessionLocalIpAddress IpAddress
  l2tpSessionLocalUdpPort INTEGER
  l2tpSessionLocalTunnelId INTEGER
  l2tpSessionLocalSessionId INTEGER
  l2tpSessionLocalHostname DisplayString
  l2tpSessionCallSerialNumber INTEGER
  l2tpSessionDataSequencing INTEGER
  l2tpSessionState INTEGER
  l2tpSessionInfo DisplayString
  l2tpSessionClientPPPCrcErrors INTEGER
  l2tpSessionClientPPPFramingErrors INTEGER
  l2tpSessionClientPPPHardwareOverruns INTEGER
  l2tpSessionClientPPPBufferOverruns INTEGER
  l2tpSessionClientPPPTimeoutErrors INTEGER
  l2tpSessionClientPPPAlignmentErrors INTEGER

Defined Values

bintec 1.3.6.1.4.1.272
OBJECT IDENTIFIER    

bibo 1.3.6.1.4.1.272.4
OBJECT IDENTIFIER    

vpn 1.3.6.1.4.1.272.4.23
OBJECT IDENTIFIER    

l2tp 1.3.6.1.4.1.272.4.23.8
OBJECT IDENTIFIER    

l2tpGlobals 1.3.6.1.4.1.272.4.23.8.10
OBJECT IDENTIFIER    

l2tpGlobUdpPort 1.3.6.1.4.1.272.4.23.8.10.10
The UDP port which is monitored by L2TP for tunnel establishment requests received from remote hosts.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

l2tpGlobPortUsage 1.3.6.1.4.1.272.4.23.8.10.20
This object specifies whether L2TP uses only one UDP port (which number is defined by l2tpGlobUdpPort), or if it allocates a new available port, to send messages to the remote equipment. Choosing 'single' makes it sometimes easier to process L2TP through NAT since L2TP traffic can be classified based on the UDP port number. Choosing 'floating' selects the behavior which is recommended in RFC2331. Possible values: single(1), -- L2TP uses the UDP port defined by l2tpGlobUdpPort -- to send messages to the remote equipment. floating(2) -- L2TP allocates a new port to send messages to -- the remote equipment (default).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER single(1), floating(2)  

l2tpTunnelProfileTable 1.3.6.1.4.1.272.4.23.8.20
This table contains profile information for L2TP tunnels.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    L2tpTunnelProfileEntry

l2tpTunnelProfileEntry 1.3.6.1.4.1.272.4.23.8.20.10
An entry in the l2tpTunnelProfileTable.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  L2tpTunnelProfileEntry  

l2tpTunnelProfileIndex 1.3.6.1.4.1.272.4.23.8.20.10.10
The unique index for this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

l2tpTunnelProfileName 1.3.6.1.4.1.272.4.23.8.20.10.15
The friendly name for this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelProfileRemoteIpAddress 1.3.6.1.4.1.272.4.23.8.20.10.20
The main remote IP address for the tunnel. Only meaningful in LAC mode. If l2tpTunnelProfileRadiusAssignment is set to 'enabled', this object is ignored and the L2TP daemon will ask the Radius daemon to send a request for the main and backup remote IP addresses.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

l2tpTunnelProfileRemoteIpAddressBackup 1.3.6.1.4.1.272.4.23.8.20.10.25
The backup remote IP address for the tunnel. Only meaningful in LAC mode. If l2tpTunnelProfileRadiusAssignment is set to 'enabled', this object is ignored and the L2TP daemon will ask the Radius daemon to send a request for the main and backup remote IP addresses.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

l2tpTunnelProfileRemoteUdpPort 1.3.6.1.4.1.272.4.23.8.20.10.30
The remote UDP port number for the tunnel. Only meaningful in LAC mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelProfileRemoteHostname 1.3.6.1.4.1.272.4.23.8.20.10.40
The name of the remote host. Use an empty string for default profile.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelProfileLocalIpAddress 1.3.6.1.4.1.272.4.23.8.20.10.50
The local IP address for the tunnel. If this value is set to 0, the IP address of the egress interface will be used in outgoing L2TP packets.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

l2tpTunnelProfileLocalUdpPort 1.3.6.1.4.1.272.4.23.8.20.10.60
The local UDP port number for the tunnel. Only meaningful in LAC mode. If this value is set to 0 (zero), the port number is allocated dynamically.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelProfileLocalHostname 1.3.6.1.4.1.272.4.23.8.20.10.70
The name of the local host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelProfilePassword 1.3.6.1.4.1.272.4.23.8.20.10.80
The password used for tunnel authentication.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelProfileReceiveWindowSize 1.3.6.1.4.1.272.4.23.8.20.10.90
The received window size used by L2TP on the local side of this tunnel. Currently, the only supported value is 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1  

l2tpTunnelProfileHelloInterval 1.3.6.1.4.1.272.4.23.8.20.10.100
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

l2tpTunnelProfileSessionDataSequencing 1.3.6.1.4.1.272.4.23.8.20.10.110
This object specifies if sequence numbers are used on the data channel of sessions supported by this tunnel. Additionally, if this object is set to delete (1), the entry is marked for discard.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1), disabled(2), enabled(3)  

l2tpTunnelProfileMinRetryTime 1.3.6.1.4.1.272.4.23.8.20.10.120
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

l2tpTunnelProfileMaxRetryTime 1.3.6.1.4.1.272.4.23.8.20.10.130
The maximum interval in seconds between two consecutive attempts to send an L2TP control packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 8..255  

l2tpTunnelProfileMaxRetries 1.3.6.1.4.1.272.4.23.8.20.10.140
The maximum number of retries to send an L2TP control packet. The total number of attempts will be one more than this value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

l2tpTunnelProfileRadiusAssignment 1.3.6.1.4.1.272.4.23.8.20.10.150
This object enables/disables the use of Radius for requesting main and backup remote IP addresses. Only meaningful in LAC mode.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

l2tpTunnelProfileRadiusGroupId 1.3.6.1.4.1.272.4.23.8.20.10.160
Determines the logical RADIUS server group to be addressed for sending the RADIUS Access-Request messages. Only meaningful in LAC mode. See also radiusSrvGroupId.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..9  

l2tpTunnelTable 1.3.6.1.4.1.272.4.23.8.30
This table contains information for L2TP tunnels.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    L2tpTunnelEntry

l2tpTunnelEntry 1.3.6.1.4.1.272.4.23.8.30.10
Entries in this table are created by the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  L2tpTunnelEntry  

l2tpTunnelRemoteIpAddress 1.3.6.1.4.1.272.4.23.8.30.10.10
The remote IP address for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

l2tpTunnelRemoteUdpPort 1.3.6.1.4.1.272.4.23.8.30.10.20
The remote UDP port number for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelRemoteTunnelId 1.3.6.1.4.1.272.4.23.8.30.10.30
The ID used by the remote end for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelRemoteReceiveWindowSize 1.3.6.1.4.1.272.4.23.8.30.10.35
The receive window size used by L2TP on the remote side of this tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

l2tpTunnelRemoteHostname 1.3.6.1.4.1.272.4.23.8.30.10.40
The name of the remote host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelRemoteVendorName 1.3.6.1.4.1.272.4.23.8.30.10.50
The vendor name of the remote host L2TP layer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelLocalIpAddress 1.3.6.1.4.1.272.4.23.8.30.10.60
The local IP address for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

l2tpTunnelLocalUdpPort 1.3.6.1.4.1.272.4.23.8.30.10.70
The local UDP port number for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelLocalTunnelId 1.3.6.1.4.1.272.4.23.8.30.10.80
The ID used by the local end for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpTunnelLocalReceiveWindowSize 1.3.6.1.4.1.272.4.23.8.30.10.85
The receive window size used by L2TP on the local side of this tunnel. Currently, the only supported value is 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..1  

l2tpTunnelLocalHostname 1.3.6.1.4.1.272.4.23.8.30.10.90
The name of the local host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelPassword 1.3.6.1.4.1.272.4.23.8.30.10.100
The password used for tunnel authentication.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpTunnelHelloInterval 1.3.6.1.4.1.272.4.23.8.30.10.120
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

l2tpTunnelSessionDataSequencing 1.3.6.1.4.1.272.4.23.8.30.10.130
This object specifies if sequence numbers are used on the data channel of sessions supported by this tunnel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

l2tpTunnelMinRetryTime 1.3.6.1.4.1.272.4.23.8.30.10.140
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

l2tpTunnelMaxRetryTime 1.3.6.1.4.1.272.4.23.8.30.10.150
The maximum interval in seconds between two consecutive attempts to send an L2TP control packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 8..255  

l2tpTunnelMaxRetries 1.3.6.1.4.1.272.4.23.8.30.10.160
The maximum number of retries to send an L2TP control packet. The total number of attempts will be one more than this value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

l2tpTunnelState 1.3.6.1.4.1.272.4.23.8.30.10.170
The current state of the tunnel as specified in RFC2661. Selecting shutdown(5) value results in tunnel hangup. Any other value is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), waitctlreply(2), waitctlconn(3), established(4), shutdown(5)  

l2tpSessionTable 1.3.6.1.4.1.272.4.23.8.40
This Table contains information for L2TP sessions.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    L2tpSessionEntry

l2tpSessionEntry 1.3.6.1.4.1.272.4.23.8.40.10
Entries in this table are created by the system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  L2tpSessionEntry  

l2tpSessionRemoteIpAddress 1.3.6.1.4.1.272.4.23.8.40.10.10
The remote IP address for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

l2tpSessionRemoteUdpPort 1.3.6.1.4.1.272.4.23.8.40.10.20
The remote UDP port number for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionRemoteTunnelId 1.3.6.1.4.1.272.4.23.8.40.10.30
The ID used by the remote end for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionRemoteSessionId 1.3.6.1.4.1.272.4.23.8.40.10.40
The ID used by the remote end for the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionRemoteHostname 1.3.6.1.4.1.272.4.23.8.40.10.50
The name of the remote host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpSessionLocalIpAddress 1.3.6.1.4.1.272.4.23.8.40.10.60
The local IP address for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

l2tpSessionLocalUdpPort 1.3.6.1.4.1.272.4.23.8.40.10.70
The local UDP port number for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionLocalTunnelId 1.3.6.1.4.1.272.4.23.8.40.10.80
The ID used by the local end for the tunnel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionLocalSessionId 1.3.6.1.4.1.272.4.23.8.40.10.90
The ID used by the local end for the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

l2tpSessionLocalHostname 1.3.6.1.4.1.272.4.23.8.40.10.100
The name of the local host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpSessionCallSerialNumber 1.3.6.1.4.1.272.4.23.8.40.10.110
The call serial number for the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionDataSequencing 1.3.6.1.4.1.272.4.23.8.40.10.120
This object specifies if sequence numbers are used on the data channel of the session.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(2), enabled(3)  

l2tpSessionState 1.3.6.1.4.1.272.4.23.8.40.10.130
The current state of the session as specified in RFC2661. Selecting shutdown(7) value results in session hangup. Any other value is ignored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER idle(1), waittunnel(2), waitcsanswer(3), waitreply(4), waitconnect(5), established(6), shutdown(7)  

l2tpSessionInfo 1.3.6.1.4.1.272.4.23.8.40.10.140
Info on the state of the session.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

l2tpSessionClientPPPCrcErrors 1.3.6.1.4.1.272.4.23.8.40.10.150
The number of PPP CRC errors detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionClientPPPFramingErrors 1.3.6.1.4.1.272.4.23.8.40.10.160
The number of PPP framing errors detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionClientPPPHardwareOverruns 1.3.6.1.4.1.272.4.23.8.40.10.170
The number of PPP hardware overruns detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionClientPPPBufferOverruns 1.3.6.1.4.1.272.4.23.8.40.10.180
The number of PPP buffer overruns detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionClientPPPTimeoutErrors 1.3.6.1.4.1.272.4.23.8.40.10.190
The number of PPP timeout errors detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

l2tpSessionClientPPPAlignmentErrors 1.3.6.1.4.1.272.4.23.8.40.10.200
The number of PPP alignment errors detected by the LAC while communicating with the PPP client. This value is only significant in L2TP-LNS mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER