TIMETRA-LOCAL-USER-DB-MIB

File: TIMETRA-LOCAL-USER-DB-MIB.mib (182475 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB TIMETRA-GLOBAL-MIB TIMETRA-TC-MIB
TIMETRA-L2TP-MIB TIMETRA-FILTER-MIB

Imported symbols

Unsigned32 MODULE-IDENTITY OBJECT-TYPE
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
TimeStamp TruthValue TEXTUAL-CONVENTION
MacAddress DisplayString InetAddressPrefixLength
InetAddressType InetAddress timetraSRMIBModules
tmnxSRObjs tmnxSRNotifyPrefix tmnxSRConfs
TmnxFilterProfileStringOrEmpty TmnxAdminState TNamedItem
TNamedItemOrEmpty TmnxServId TItemDescription
TmnxAncpStringOrZero TmnxDhcpOptionType TmnxSubIdentStringOrEmpty
TmnxSlaProfileStringOrEmpty TmnxSubProfileStringOrEmpty TmnxPppoeUserNameOrEmpty
TmnxActionType TmnxPppoePadoDelay TPolicyStatementNameOrEmpty
TmnxSubAleOffsetMode TmnxSubAleOffset TmnxMacSpecification
TmnxL2tpTunnelGroupNameOrEmpty TIPFilterIdOrEmpty

Defined Types

TmnxLocUsrDbUserNameFormat  
The data type TmnxLocUsrDbUserNameFormat represents how the username is specified: - 'none (0)': no username is specified - 'full (1)': both the host part and domain part are specified, example: joe@alcatel-lucent.com - 'hostOnly (2)': only the host part of the username is specified, example: joe - 'domainOnly (3)': only the domain part of the username is specified, example: alcatel-lucent.com
TEXTUAL-CONVENTION    
  INTEGER none(0), full(1), hostOnly(2), domainOnly(3)  

TmnxLocUsrDbPasswordType  
The data type TmnxLocUsrDbPasswordType represents what type of password is specified: - 'none (0)': no password is specified - 'ignore (1)': the password is ignored - 'pap (2)': password for PAP (Password Authentication Protocol) - 'chap (3)': password for CHAP (Challenge-Handshake Authentication Protocol) is specified
TEXTUAL-CONVENTION    
  INTEGER none(0), ignore(1), pap(2), chap(3)  

TmnxLocUsrDbMatchTypePppoe  
The data type TmnxLocUsrDbMatchTypePppoe represents the type of matching done to identify a PPPoE user. The match type refers to one of these objects in the tmnxLocUsrDbPppoeTable: match type | object -------------------------------------------- circuitId | tmnxLocUsrDbPppoeCircuitId macAddr | tmnxLocUsrDbPppoeMacAddress remoteId | tmnxLocUsrDbPppoeRemoteId userName | tmnxLocUsrDbPppoeUserName serviceName | tmnxLocUsrDbPppoeServiceName sapId | tmnxLocUsrDbPppoeSapId
TEXTUAL-CONVENTION    
  INTEGER none(0), circuitId(1), macAddr(2), remoteId(3), userName(4), serviceName(5), sapId(6)  

TmnxLocUsrDbMatchTypeDhcp  
The data type TmnxLocUsrDbMatchTypeDhcp represents the type of matching done to identify a DHCP host. The match type refers to one of these objects in the tmnxLocUsrDbDhcpTable: match type | object -------------------------------------------- circuitId | tmnxLocUsrDbDhcpCircuitId macAddr | tmnxLocUsrDbDhcpMacAddress remoteId | tmnxLocUsrDbDhcpRemoteId sapId | tmnxLocUsrDbDhcpSapId serviceId | tmnxLocUsrDbDhcpServiceId string | tmnxLocUsrDbDhcpString systemId | tmnxLocUsrDbDhcpSystemId option60 | tmnxLocUsrDbDhcpOption60
TEXTUAL-CONVENTION    
  INTEGER none(0), circuitId(1), macAddr(2), remoteId(3), sapId(4), serviceId(5), string(6), systemId(7), option60(8)  

TmnxLocUsrDbHostType  
The data type TmnxLocUsrDbHostType represents the usage type of a local user database host template: - 'any': any host can use this template; this type of host template is also referred to as 'generic'; - 'dhcp': only DHCP hosts can use this template; - 'ppp': only PPP hosts can use this template.
TEXTUAL-CONVENTION    
  INTEGER any(0), dhcp(1), ppp(2)  

TmnxLocUsrDbHostApplications  
The data type TmnxLocUsrDbHostApplications represents the usage types allowed for a particular local user database host template of type 'any': - 'dhcp': DHCP hosts can use this template; - 'ppp': PPP hosts can use this template.
TEXTUAL-CONVENTION    
  BITS bitDHCP(0), bitPPP(1)  

TmnxLocUsrDbUnmatchedReason  
The data type TmnxLocUsrDbUnmatchedReason denotates why this host was unmatched. - noMatchTypes : This host has no objects configured to match against. - duplicate : Another host was already matched with the same values of the objects to match against. - genError : The system failed to try the match.
TEXTUAL-CONVENTION    
  INTEGER noMatchTypes(1), duplicate(2), genError(3)  

TmnxLocUsrDbDataFormat  
The data type TmnxLocUsrDbDataFormat represents how the input data is specified: - 'ascii (2)': the data contains seven-bit ASCII characters - 'hex (3)': the data contains octets. It must be displayed in hexadecimal format because it contains non-printable characters.
TEXTUAL-CONVENTION    
  INTEGER ascii(2), hex(3)  

TmnxLocUsrDbMaskString  
The TmnxLocUsrDbMaskString data type contains a a substring that is stripped off the start or the end of an incoming string before it is matched. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring; it can be escaped by character '\'.
TEXTUAL-CONVENTION    
  DisplayString Size(0..127)  

TmnxLudbDataFormat  
The data type TmnxLudbDataFormat represents how the input data is specified: - 'none (1) : the format is unknown or not applicable - 'ascii (2)': the data contains seven-bit ASCII characters - 'hex (3)': the data contains octets. It must be displayed in hexadecimal format because it contains non-printable characters.
TEXTUAL-CONVENTION    
  INTEGER none(1), ascii(2), hex(3)  

TmnxLocalUserDbEntry  
SEQUENCE    
  tmnxLocUsrDbUserDatabaseName TNamedItem
  tmnxLocUsrDbRowStatus RowStatus
  tmnxLocUsrDbLastChangeTime TimeStamp
  tmnxLocUsrDbAdminState TmnxAdminState
  tmnxLocUsrDbDescription TItemDescription
  tmnxLocUsrDbMatchTypeDhcp1 TmnxLocUsrDbMatchTypeDhcp
  tmnxLocUsrDbMatchTypeDhcp2 TmnxLocUsrDbMatchTypeDhcp
  tmnxLocUsrDbMatchTypeDhcp3 TmnxLocUsrDbMatchTypeDhcp
  tmnxLocUsrDbMatchTypeDhcp4 TmnxLocUsrDbMatchTypeDhcp
  tmnxLocUsrDbMatchTypePppoe1 TmnxLocUsrDbMatchTypePppoe
  tmnxLocUsrDbMatchTypePppoe2 TmnxLocUsrDbMatchTypePppoe
  tmnxLocUsrDbMatchTypePppoe3 TmnxLocUsrDbMatchTypePppoe
  tmnxLocUsrDbPppoeCIdMaskPreStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbPppoeCIdMaskPreNum Unsigned32
  tmnxLocUsrDbPppoeCIdMaskSufStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbPppoeCIdMaskSufNum Unsigned32
  tmnxLocUsrDbDhcpCIdMaskPreStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbDhcpCIdMaskPreNum Unsigned32
  tmnxLocUsrDbDhcpCIdMaskSufStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbDhcpCIdMaskSufNum Unsigned32
  tmnxLocUsrDbHostCount Unsigned32

TmnxLocUsrDbPppoeEntry  
SEQUENCE    
  tmnxLocUsrDbPppoeHostName DisplayString
  tmnxLocUsrDbPppoeRowStatus RowStatus
  tmnxLocUsrDbPppoeLastChangeTime TimeStamp
  tmnxLocUsrDbPppoeAdminState TmnxAdminState
  tmnxLocUsrDbPppoeMacAddress MacAddress
  tmnxLocUsrDbPppoeCircuitIdFmt TmnxLocUsrDbDataFormat
  tmnxLocUsrDbPppoeCircuitId OCTET STRING
  tmnxLocUsrDbPppoeRemoteId OCTET STRING
  tmnxLocUsrDbPppoeUserNameFormat TmnxLocUsrDbUserNameFormat
  tmnxLocUsrDbPppoeUserName TmnxPppoeUserNameOrEmpty
  tmnxLocUsrDbPppoePasswordType TmnxLocUsrDbPasswordType
  tmnxLocUsrDbPppoePassword OCTET STRING
  tmnxLocUsrDbPppoeAddrType InetAddressType
  tmnxLocUsrDbPppoeAddress InetAddress
  tmnxLocUsrDbPppoePool TNamedItemOrEmpty
  tmnxLocUsrDbPppoeUseGiAddress TruthValue
  tmnxLocUsrDbPppoeIdStringOptNum Unsigned32
  tmnxLocUsrDbPppoeSubscriberId TmnxSubIdentStringOrEmpty
  tmnxLocUsrDbPppoeSlaProfString TmnxSlaProfileStringOrEmpty
  tmnxLocUsrDbPppoeSubProfString TmnxSubProfileStringOrEmpty
  tmnxLocUsrDbPppoeAppProfString DisplayString
  tmnxLocUsrDbPppoeAncpString TmnxAncpStringOrZero
  tmnxLocUsrDbPppoeInterDestId TNamedItemOrEmpty
  tmnxLocUsrDbPppoeUseClientPool TruthValue
  tmnxLocUsrDbPppoePadoDelay TmnxPppoePadoDelay
  tmnxLocUsrDbPppoeServiceName DisplayString
  tmnxLocUsrDbPppoeL2tpTunnelGroup TmnxL2tpTunnelGroupNameOrEmpty
  tmnxLocUsrDbPppoeAuthPolicy TNamedItemOrEmpty
  tmnxLocUsrDbPppoeRetailerSvcId TmnxServId
  tmnxLocUsrDbPppoeCategoryMapName TNamedItemOrEmpty
  tmnxLocUsrDbPppoeDefMsapPolicy TPolicyStatementNameOrEmpty
  tmnxLocUsrDbPppoeDefMsapService TmnxServId
  tmnxLocUsrDbPppoeDefMsapGroupIf TNamedItemOrEmpty
  tmnxLocUsrDbPppoeRemoteIdFmt TmnxLocUsrDbDataFormat
  tmnxLocUsrDbPppoeL2tpSvcId TmnxServId
  tmnxLocUsrDbPppoeService TmnxServId
  tmnxLocUsrDbPppoeInterface TNamedItemOrEmpty
  tmnxLocUsrDbPppoePrefixLength InetAddressPrefixLength
  tmnxLocUsrDbPppoeFltrProfString TmnxFilterProfileStringOrEmpty
  tmnxLocUsrDbPppoeSapId DisplayString
  tmnxLocUsrDbPppoeIngIpv4FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbPppoeEgrIpv4FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbPppoeIngIpv6FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbPppoeEgrIpv6FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbPppoeUseGiAddrScope INTEGER

TmnxLocUsrDbPppoeUnmatchedEntry  
SEQUENCE    
  tmnxLocUsrDbPppoeUnMacAddress MacAddress
  tmnxLocUsrDbPppoeUnCircuitId OCTET STRING
  tmnxLocUsrDbPppoeUnRemoteId OCTET STRING
  tmnxLocUsrDbPppoeUnUserNameFmt TmnxLocUsrDbUserNameFormat
  tmnxLocUsrDbPppoeUnUserName TmnxPppoeUserNameOrEmpty
  tmnxLocUsrDbPppoeUnmatchedReason TmnxLocUsrDbUnmatchedReason
  tmnxLocUsrDbPppoeUnDuplicateHost DisplayString
  tmnxLocUsrDbPppoeUnServiceName DisplayString
  tmnxLocUsrDbPppoeUnSapId DisplayString

TmnxLocUsrDbPppoeOptionEntry  
SEQUENCE    
  tmnxLocUsrDbPppoeOptionNumber Unsigned32
  tmnxLocUsrDbPppoeOptionRowStatus RowStatus
  tmnxLocUsrDbPppoeOptionLstChngTm TimeStamp
  tmnxLocUsrDbPppoeOptionType TmnxDhcpOptionType
  tmnxLocUsrDbPppoeOptionValue OCTET STRING

TmnxLocUsrDbDhcpEntry  
SEQUENCE    
  tmnxLocUsrDbDhcpHostName DisplayString
  tmnxLocUsrDbDhcpRowStatus RowStatus
  tmnxLocUsrDbDhcpLastChangeTime TimeStamp
  tmnxLocUsrDbDhcpAdminState TmnxAdminState
  tmnxLocUsrDbDhcpMacAddress MacAddress
  tmnxLocUsrDbDhcpCircuitIdFmt TmnxLocUsrDbDataFormat
  tmnxLocUsrDbDhcpCircuitId OCTET STRING
  tmnxLocUsrDbDhcpRemoteId OCTET STRING
  tmnxLocUsrDbDhcpSystemId DisplayString
  tmnxLocUsrDbDhcpServiceId TmnxServId
  tmnxLocUsrDbDhcpSapId DisplayString
  tmnxLocUsrDbDhcpString DisplayString
  tmnxLocUsrDbDhcpOption60 OCTET STRING
  tmnxLocUsrDbDhcpAddrType InetAddressType
  tmnxLocUsrDbDhcpAddress InetAddress
  tmnxLocUsrDbDhcpPool TNamedItemOrEmpty
  tmnxLocUsrDbDhcpUseGiAddress TruthValue
  tmnxLocUsrDbDhcpIdStringOptNum Unsigned32
  tmnxLocUsrDbDhcpSubscriberId TmnxSubIdentStringOrEmpty
  tmnxLocUsrDbDhcpSlaProfString TmnxSlaProfileStringOrEmpty
  tmnxLocUsrDbDhcpSubProfString TmnxSubProfileStringOrEmpty
  tmnxLocUsrDbDhcpAppProfString DisplayString
  tmnxLocUsrDbDhcpAncpString TmnxAncpStringOrZero
  tmnxLocUsrDbDhcpInterDestId TNamedItemOrEmpty
  tmnxLocUsrDbDhcpAuthPolicy TNamedItemOrEmpty
  tmnxLocUsrDbDhcpServerAddrType InetAddressType
  tmnxLocUsrDbDhcpServerAddress InetAddress
  tmnxLocUsrDbDhcpAuthDomainName DisplayString
  tmnxLocUsrDbDhcpCategoryMapName TNamedItemOrEmpty
  tmnxLocUsrDbDhcpOption60Fmt TmnxLocUsrDbDataFormat
  tmnxLocUsrDbDhcpUseClientPool TruthValue
  tmnxLocUsrDbDhcpDefMsapPolicy TPolicyStatementNameOrEmpty
  tmnxLocUsrDbDhcpDefMsapService TmnxServId
  tmnxLocUsrDbDhcpDefMsapGroupIf TNamedItemOrEmpty
  tmnxLocUsrDbDhcpRetailerSvcId TmnxServId
  tmnxLocUsrDbDhcpRemoteIdFmt TmnxLocUsrDbDataFormat
  tmnxLocUsrDbDhcpIpv6Addr InetAddress
  tmnxLocUsrDbDhcpIpv6Pfx InetAddress
  tmnxLocUsrDbDhcpIpv6PfxLen InetAddressPrefixLength
  tmnxLocUsrDbDhcpIpv6WanAddrPool TNamedItemOrEmpty
  tmnxLocUsrDbDhcpIpv6DelPfxPool TNamedItemOrEmpty
  tmnxLocUsrDbDhcpFltrProfString TmnxFilterProfileStringOrEmpty
  tmnxLocUsrDbDhcpIngIpv4FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbDhcpEgrIpv4FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbDhcpIngIpv6FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbDhcpEgrIpv6FltrId TIPFilterIdOrEmpty
  tmnxLocUsrDbDhcpUseGiAddrScope INTEGER

TmnxLocUsrDbDhcpUnmatchedEntry  
SEQUENCE    
  tmnxLocUsrDbDhcpUnMacAddress MacAddress
  tmnxLocUsrDbDhcpUnCircuitId OCTET STRING
  tmnxLocUsrDbDhcpUnRemoteId OCTET STRING
  tmnxLocUsrDbDhcpUnSystemId DisplayString
  tmnxLocUsrDbDhcpUnServiceId TmnxServId
  tmnxLocUsrDbDhcpUnSapId DisplayString
  tmnxLocUsrDbDhcpUnString DisplayString
  tmnxLocUsrDbDhcpUnOption60 OCTET STRING
  tmnxLocUsrDbDhcpUnmatchedReason TmnxLocUsrDbUnmatchedReason
  tmnxLocUsrDbDhcpUnDuplicateHost DisplayString

TmnxLocUsrDbDhcpOptionEntry  
SEQUENCE    
  tmnxLocUsrDbDhcpOptionNumber Unsigned32
  tmnxLocUsrDbDhcpOptionRowStatus RowStatus
  tmnxLocUsrDbDhcpOptionLastChngTm TimeStamp
  tmnxLocUsrDbDhcpOptionType TmnxDhcpOptionType
  tmnxLocUsrDbDhcpOptionValue OCTET STRING

TmnxLocUsrDbDhcpMaskEntry  
SEQUENCE    
  tmnxLocUsrDbDhcpMaskMatchType TmnxLocUsrDbMatchTypeDhcp
  tmnxLocUsrDbDhcpMaskRowStatus RowStatus
  tmnxLocUsrDbDhcpMaskPreStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbDhcpMaskPreNum Unsigned32
  tmnxLocUsrDbDhcpMaskSufStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbDhcpMaskSufNum Unsigned32

TmnxLocUsrDbPppoeMaskEntry  
SEQUENCE    
  tmnxLocUsrDbPppoeMaskMatchType TmnxLocUsrDbMatchTypePppoe
  tmnxLocUsrDbPppoeMaskRowStatus RowStatus
  tmnxLocUsrDbPppoeMaskPreStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbPppoeMaskPreNum Unsigned32
  tmnxLocUsrDbPppoeMaskSufStr TmnxLocUsrDbMaskString
  tmnxLocUsrDbPppoeMaskSufNum Unsigned32

TmnxLudbHostEntry  
SEQUENCE    
  tmnxLudbHostType TmnxLocUsrDbHostType
  tmnxLudbHostName DisplayString
  tmnxLudbHostRowStatus RowStatus
  tmnxLudbHostLastChangeTime TimeStamp
  tmnxLudbHostApplications TmnxLocUsrDbHostApplications
  tmnxLudbHostAdminState TmnxAdminState
  tmnxLudbHostMacAddress MacAddress
  tmnxLudbHostCircuitIdFmt TmnxLocUsrDbDataFormat
  tmnxLudbHostCircuitId OCTET STRING
  tmnxLudbHostRemoteIdFmt TmnxLocUsrDbDataFormat
  tmnxLudbHostRemoteId OCTET STRING
  tmnxLudbHostAddrType InetAddressType
  tmnxLudbHostAddress InetAddress
  tmnxLudbHostPool TNamedItemOrEmpty
  tmnxLudbHostUseGiAddress TruthValue
  tmnxLudbHostIdStringOptNum Unsigned32
  tmnxLudbHostSubscriberId TmnxSubIdentStringOrEmpty
  tmnxLudbHostSlaProfString TmnxSlaProfileStringOrEmpty
  tmnxLudbHostFltrProfString TmnxFilterProfileStringOrEmpty
  tmnxLudbHostSubProfString TmnxSubProfileStringOrEmpty
  tmnxLudbHostAppProfString DisplayString
  tmnxLudbHostAncpString TmnxAncpStringOrZero
  tmnxLudbHostInterDestId TNamedItemOrEmpty
  tmnxLudbHostUseClientPool TruthValue
  tmnxLudbHostAuthPolicy TNamedItemOrEmpty
  tmnxLudbHostRetailerSvcId TmnxServId
  tmnxLudbHostCategoryMapName TNamedItemOrEmpty
  tmnxLudbHostDefMsapPolicy TPolicyStatementNameOrEmpty
  tmnxLudbHostDefMsapService TmnxServId
  tmnxLudbHostDefMsapGroupIf TNamedItemOrEmpty
  tmnxLudbHostSystemId DisplayString
  tmnxLudbHostServiceId TmnxServId
  tmnxLudbHostSapId DisplayString
  tmnxLudbHostString DisplayString
  tmnxLudbHostIpv6Addr InetAddress
  tmnxLudbHostIpv6Pfx InetAddress
  tmnxLudbHostIpv6PfxLen InetAddressPrefixLength
  tmnxLudbHostAuthDomainName DisplayString
  tmnxLudbHostDhcpOption60Fmt TmnxLudbDataFormat
  tmnxLudbHostDhcpOption60 OCTET STRING
  tmnxLudbHostDhcpRelayAddrType InetAddressType
  tmnxLudbHostDhcpRelayAddress InetAddress
  tmnxLudbHostPppUserNameFormat TmnxLocUsrDbUserNameFormat
  tmnxLudbHostPppUserName TmnxPppoeUserNameOrEmpty
  tmnxLudbHostPppPasswordType TmnxLocUsrDbPasswordType
  tmnxLudbHostPppPassword OCTET STRING
  tmnxLudbHostPppServiceName DisplayString
  tmnxLudbHostPppL2tpTunnelGroup TmnxL2tpTunnelGroupNameOrEmpty
  tmnxLudbHostPppL2tpSvcId TmnxServId
  tmnxLudbHostPppService TmnxServId
  tmnxLudbHostPppInterface TNamedItemOrEmpty
  tmnxLudbHostPppoePadoDelay TmnxPppoePadoDelay

TmnxLudbPppAleEntry  
SEQUENCE    
  tmnxLudbPppAleRowStatus RowStatus
  tmnxLudbPppAleLastChangeTime TimeStamp
  tmnxLudbPppAleEncapOffsetMode TmnxSubAleOffsetMode
  tmnxLudbPppAleEncapOffset TmnxSubAleOffset
  tmnxLudbPppAleRateDown Unsigned32

TmnxLudbRadproxCacheEntry  
SEQUENCE    
  tmnxLudbRadproxCacheLastCh TimeStamp
  tmnxLudbRadproxCacheService TmnxServId
  tmnxLudbRadproxCacheServer TNamedItemOrEmpty
  tmnxLudbRadproxCacheMatchType INTEGER
  tmnxLudbRadproxCacheMatchOption Unsigned32
  tmnxLudbRadproxCacheFailAction INTEGER
  tmnxLudbRadproxCacheMacFormat TmnxMacSpecification

Defined Values

timetraLocalUserDbMIBModule 1.3.6.1.4.1.6527.1.1.3.51
This document is the SNMP MIB module to manage and provision the local user database for the Alcatel-Lucent SROS device. Copyright 2008-2012 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions. Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

tmnxLocalUserDb 1.3.6.1.4.1.6527.3.1.2.51
OBJECT IDENTIFIER    

tmnxLocalUserDbObjs 1.3.6.1.4.1.6527.3.1.2.51.1
OBJECT IDENTIFIER    

tmnxLocalUserDbNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.51
OBJECT IDENTIFIER    

tmnxLocalUserDbNotifications 1.3.6.1.4.1.6527.3.1.3.51.0
OBJECT IDENTIFIER    

tmnxLocalUserDbConformance 1.3.6.1.4.1.6527.3.1.1.51
OBJECT IDENTIFIER    

tmnxLocalUserDbCompliances 1.3.6.1.4.1.6527.3.1.1.51.1
OBJECT IDENTIFIER    

tmnxLocalUserDbGroups 1.3.6.1.4.1.6527.3.1.1.51.2
OBJECT IDENTIFIER    

tmnxLocalUserDbTableLastChange 1.3.6.1.4.1.6527.3.1.2.51.1.1
The value of the object tmnxLocalUserDbTableLastChange indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocalUserDbTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocalUserDbTable 1.3.6.1.4.1.6527.3.1.2.51.1.2
The table tmnxLocalUserDbTable contains objects to configure the local user database. The local database is used for authentication by either PPPoE (TIMETRA-PPPOE-MIB::tmnxPppoeIesIfPapChapUserDb) or a local DHCP server (TIMETRA-DHCP-SERVER-MIB::tmnxDhcpServerCfgUserDatabase).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocalUserDbEntry

tmnxLocalUserDbEntry 1.3.6.1.4.1.6527.3.1.2.51.1.2.1
Each row represents a local user database. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocalUserDbEntry  

tmnxLocUsrDbUserDatabaseName 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.1
The value of the object tmnxLocUsrDbUserDatabaseName specifies the name of this local user database.
Status: current Access: not-accessible
OBJECT-TYPE    
  TNamedItem  

tmnxLocUsrDbRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.2
The value of tmnxLocUsrDbRowStatus specifies the row status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbLastChangeTime 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.3
The value of the object tmnxLocUsrDbLastChangeTime indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbAdminState 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.4
The value of the object tmnxLocUsrDbAdminState specifies the administrative state of the tmnxLocalUserDbEntry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxLocUsrDbDescription 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.5
The value of the object tmnxLocUsrDbDescription specifies a user provided description for this local user database.
Status: current Access: read-create
OBJECT-TYPE    
  TItemDescription  

tmnxLocUsrDbMatchTypeDhcp1 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.6
The value of the object tmnxLocUsrDbMatchTypeDhcp1 specifies the type of the first user match criterion. The purpose of a user match criterion is to identify a DHCP host. The order of the user match criteria in the tmnxLocalUserDbEntry specifies the evaluation order. The match type specifies which of the index objects in the tmnxLocUsrDbDhcpTable must be used as the user match criterion. The values of the objects tmnxLocUsrDbMatchTypeDhcp1,2,3,4 must be set consistently, such that, if the value of tmnxLocUsrDbMatchTypeDhcp1 is equal to 'none', all subsequent tmnxLocUsrDbMatchTypeDhcp2,3,4 objects are also equal to 'none'. The value of the object tmnxLocUsrDbMatchTypeDhcp1 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypeDhcp  

tmnxLocUsrDbMatchTypeDhcp2 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.7
The value of the object tmnxLocUsrDbMatchTypeDhcp2 specifies the type of the second user match criterion. The value of the object tmnxLocUsrDbMatchTypeDhcp2 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypeDhcp  

tmnxLocUsrDbMatchTypeDhcp3 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.8
The value of the object tmnxLocUsrDbMatchTypeDhcp3 specifies the type of the third user match criterion. The value of the object tmnxLocUsrDbMatchTypeDhcp3 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypeDhcp  

tmnxLocUsrDbMatchTypeDhcp4 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.9
The value of the object tmnxLocUsrDbMatchTypeDhcp4 specifies the type of the fourth user match criterion. The value of the object tmnxLocUsrDbMatchTypeDhcp4 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypeDhcp  

tmnxLocUsrDbMatchTypePppoe1 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.10
The value of the object tmnxLocUsrDbMatchTypePppoe1 specifies the type of the first user match criterion. The purpose of a user match criterion is to identify a PPPoE user. The order of the user match criteria in the tmnxLocalUserDbEntry specifies the evaluation order. The match type specifies which of the index objects in the tmnxLocUsrDbPppoeTable must be used as the user match criterion. The values of the objects tmnxLocUsrDbMatchTypePppoe1,2,3 must be set consistently, such that, if the value of tmnxLocUsrDbMatchTypePppoe1 is equal to 'none', all subsequent tmnxLocUsrDbMatchTypePppoe2,3 objects are also equal to 'none'. The value of the object tmnxLocUsrDbMatchTypePppoe1 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypePppoe  

tmnxLocUsrDbMatchTypePppoe2 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.11
The value of the object tmnxLocUsrDbMatchTypePppoe2 specifies the type of the second user match criterion. The value of the object tmnxLocUsrDbMatchTypePppoe2 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypePppoe  

tmnxLocUsrDbMatchTypePppoe3 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.12
The value of the object tmnxLocUsrDbMatchTypePppoe3 specifies the type of the third user match criterion. The value of the object tmnxLocUsrDbMatchTypePppoe3 can only be modified while the value of tmnxLocUsrDbAdminState is equal to 'outOfService'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypePppoe  

tmnxLocUsrDbPppoeCIdMaskPreStr 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.13
The value of the object tmnxLocUsrDbPppoeCIdMaskPreStr specifies a substring that is stripped of the start of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbPppoeCircuitId. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring. It can be escaped by character '\'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbPppoeCIdMaskPreNum 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.14
The value of the object tmnxLocUsrDbPppoeCIdMaskPreNum specifies the number of characters to remove from the start of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbPppoeCircuitId.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbPppoeCIdMaskSufStr 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.15
The value of the object tmnxLocUsrDbPppoeCIdMaskSufStr specifies a substring that is stripped of the end of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbPppoeCircuitId. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring. It can be escaped by character '\'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbPppoeCIdMaskSufNum 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.16
The value of the object tmnxLocUsrDbPppoeCIdMaskSufNum specifies the number of characters to remove from the end of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbPppoeCircuitId.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbDhcpCIdMaskPreStr 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.17
The value of the object tmnxLocUsrDbDhcpCIdMaskPreStr specifies a substring that is stripped of the start of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbDhcpCircuitId. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring. It can be escaped by character '\'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbDhcpCIdMaskPreNum 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.18
The value of the object tmnxLocUsrDbDhcpCIdMaskPreNum specifies the number of characters to remove from the start of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbDhcpCircuitId.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbDhcpCIdMaskSufStr 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.19
The value of the object tmnxLocUsrDbDhcpCIdMaskSufStr specifies a substring that is stripped of the end of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbDhcpCircuitId. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring. It can be escaped by character '\'.
Status: obsolete Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbDhcpCIdMaskSufNum 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.20
The value of the object tmnxLocUsrDbDhcpCIdMaskSufNum specifies the number of characters to remove from the end of the incoming circuitId before it is matched against the value configured in tmnxLocUsrDbDhcpCircuitId.
Status: obsolete Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbHostCount 1.3.6.1.4.1.6527.3.1.2.51.1.2.1.21
The value of the object tmnxLocUsrDbHostCount indicates how many host there are configured in this local user database.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tmnxLocUsrDbPppoeTableLastChange 1.3.6.1.4.1.6527.3.1.2.51.1.3
The value of the object tmnxLocUsrDbPppoeTableLastChange indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbPppoeTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeTable 1.3.6.1.4.1.6527.3.1.2.51.1.4
The table tmnxLocUsrDbPppoeTable contains objects to configure PPPoE hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbPppoeEntry

tmnxLocUsrDbPppoeEntry 1.3.6.1.4.1.6527.3.1.2.51.1.4.1
Each row represents a (set of) host. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbPppoeEntry  

tmnxLocUsrDbPppoeHostName 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.1
The value of the object tmnxLocUsrDbPppoeHostName specifies the name of this host or set of hosts. To identify the hosts, the PPPoE parameters are matched against the values of these objects: tmnxLocUsrDbPppoeMacAddress, tmnxLocUsrDbPppoeCircuitId, tmnxLocUsrDbPppoeRemoteId, tmnxLocUsrDbPppoeUserName, tmnxLocUsrDbPppoeServiceName and tmnxLocUsrDbPppoeSapId.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

tmnxLocUsrDbPppoeRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.2
The value of the object tmnxLocUsrDbPppoeRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbPppoeLastChangeTime 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.3
The value of the object tmnxLocUsrDbPppoeLastChangeTime indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeAdminState 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.4
The value of the object tmnxLocUsrDbPppoeAdminState specifies the administrative state of the tmnxLocUsrDbPppoeEntry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxLocUsrDbPppoeMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.5
The value of the object tmnxLocUsrDbPppoeMacAddress specifies the MAC address to match against. If the value of this object is set to all zeros, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tmnxLocUsrDbPppoeCircuitIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.6
The value of the object tmnxLocUsrDbPppoeCircuitIdFmt specifies how the value of tmnxLocUsrDbPppoeCircuitId must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbPppoeCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.7
The value of the object tmnxLocUsrDbPppoeCircuitId specifies the circuit Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbPppoeRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.8
The value of the object tmnxLocUsrDbPppoeRemoteId specifies the remote Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLocUsrDbPppoeUserNameFormat 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.9
The value of the object tmnxLocUsrDbPppoeUserNameFormat specifies the format of tmnxLocUsrDbPppoeUserName.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbUserNameFormat  

tmnxLocUsrDbPppoeUserName 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.10
The value of the object tmnxLocUsrDbPppoeUserName specifies the PPPoE username to match against. If the value of this object is the empty string, then it is not used. In that case, tmnxLocUsrDbPppoeUserNameFormat must be 'none (0)'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPppoeUserNameOrEmpty  

tmnxLocUsrDbPppoePasswordType 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.11
The value of the object tmnxLocUsrDbPppoePasswordType specifies the type of tmnxLocUsrDbPppoePassword.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbPasswordType  

tmnxLocUsrDbPppoePassword 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.12
The value of the object tmnxLocUsrDbPppoePassword specifies the password of this host. This object can only be set if tmnxLocUsrDbPppoeUserName is not an empty string. If the value of this object is not an empty string, then the value of tmnxLocUsrDbPppoePasswordType must be either 'pap(2)' or 'chap(3)'. This object will always return an empty string on a read.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLocUsrDbPppoeAddrType 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.13
The value of the object tmnxLocUsrDbPppoeAddrType specifies the type of tmnxLocUsrDbPppoeAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxLocUsrDbPppoeAddress 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.14
The value of the object tmnxLocUsrDbPppoeAddress specifies the IP address of this host. This object can only be configured if object tmnxLocUsrDbPppoePool contains the empty string and object tmnxLocUsrDbPppoeUseGiAddress is 'false(2)'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tmnxLocUsrDbPppoePool 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.15
The value of the object tmnxLocUsrDbPppoePool specifies the IP address pool which is used to search for an IP address for this host. This object can only be configured if object tmnxLocUsrDbPppoeAddrType is 'unknown(0)' and the values of the objects tmnxLocUsrDbPppoeUseGiAddress and tmnxLocUsrDbPppoeUseClientPool are 'false (2)'.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeUseGiAddress 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.16
The value of the object tmnxLocUsrDbPppoeUseGiAddress specifies whether the GI address is used to search for an IP address for this host. If the value of this object is set to 'true(1)', then the Gateway IP address is used. This object can only be set to 'true(1)' when the value of tmnxLocUsrDbPppoeAddrType is 'unknown(0)' and tmnxLocUsrDbPppoePool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLocUsrDbPppoeIdStringOptNum 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.17
The value of the object tmnxLocUsrDbPppoeIdStringOptNum specifies the option number that the DHCP server uses to send the identification strings to the PPPoE client. If the value of this object is 0, then no identification strings will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..254  

tmnxLocUsrDbPppoeSubscriberId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.18
The value of the object tmnxLocUsrDbPppoeSubscriberId specifies the subscriber Id which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubIdentStringOrEmpty  

tmnxLocUsrDbPppoeSlaProfString 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.19
The value of the object tmnxLocUsrDbPppoeSlaProfString specifies the SLA profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSlaProfileStringOrEmpty  

tmnxLocUsrDbPppoeSubProfString 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.20
The value of the object tmnxLocUsrDbPppoeSubProfString specifies the subscriber profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubProfileStringOrEmpty  

tmnxLocUsrDbPppoeAppProfString 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.21
The value of the object tmnxLocUsrDbPppoeAppProfString specifies the application profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

tmnxLocUsrDbPppoeAncpString 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.22
The value of the object tmnxLocUsrDbPppoeAncpString specifies the ANCP string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAncpStringOrZero  

tmnxLocUsrDbPppoeInterDestId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.23
The value of the object tmnxLocUsrDbPppoeInterDestId specifies the intermediate destination identifier which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeUseClientPool 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.24
The value of the object tmnxLocUsrDbPppoeUseClientPool specifies if the IP address pool used to search for an IP address for this host is to be indicated by the vendor-specific sub-option 13 of the DHCP option 82. If the value of this object is set to 'true (1)', the IP address pool indicated by the sub-option 13 is used. This object can only be set to 'true (1)' when the value of tmnxLocUsrDbPppoeAddrType is 'unknown (0)' and tmnxLocUsrDbPppoePool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLocUsrDbPppoePadoDelay 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.25
The value of the object tmnxLocUsrDbPppoePadoDelay specifies the delay timeout before sending a PADO (PPPoE Active Discovery Offer).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPppoePadoDelay  

tmnxLocUsrDbPppoeServiceName 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.26
The value of the object tmnxLocUsrDbPppoeServiceName specifies the PPPoE service name to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeL2tpTunnelGroup 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.27
The value of the object tmnxLocUsrDbPppoeL2tpTunnelGroup specifies the tunnel group to use to setup an L2TP tunnel/session. If the value of this object is the empty string, no L2TP tunneling will be done.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxL2tpTunnelGroupNameOrEmpty  

tmnxLocUsrDbPppoeAuthPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.28
The value of the object tmnxLocUsrDbPppoeAuthPolicy specifies the RADIUS authentication policy to use to authenticate the PPPoE host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeRetailerSvcId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.29
The value of the object tmnxLocUsrDbPppoeRetailerSvcId specifies the retailer service Id for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbPppoeCategoryMapName 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.30
The value of the object tmnxLocUsrDbPppoeCategoryMapName specifies the name of the category map used when credit control is active for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeDefMsapPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.31
The value of the object tmnxLocUsrDbPppoeDefMsapPolicy specifies the default Managed SAP policy to use to create Managed SAPs when the response from the Radius server does not specify a Managed SAP policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tmnxLocUsrDbPppoeDefMsapService 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.32
The value of the object tmnxLocUsrDbPppoeDefMsapService specifies the service ID of the service where Managed SAP's are created when there is no Radius server available, or the Radius server does not specify the service ID. While the value of sapTlsDefMsapService is equal to zero, no Managed SAP's are created when there is no Radius server-specified service ID available.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbPppoeDefMsapGroupIf 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.33
The value of the object tmnxLocUsrDbPppoeDefMsapService specifies the name of the group interface where Managed SAP's are created when there is no Radius server available, or the Radius server does not specify the group interface. While the value of sapTlsDefMsapGroupIf is the empty string, no Managed SAP's are created when there is no Radius server-specified group interface available.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeRemoteIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.34
The value of the object tmnxLocUsrDbPppoeRemoteIdFmt specifies how the value of tmnxLocUsrDbPppoeRemoteIdFmt must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbPppoeL2tpSvcId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.35
The value of the object tmnxLocUsrDbPppoeL2tpSvcId specifies the service ID of the service from where to take the tunnel group (tmnxLocUsrDbPppoeL2tpTunnelGroup) to use to setup an L2TP LAC tunnel/session. If the value of this object is 0, L2TP tunneling will be done from the base router context.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbPppoeService 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.36
The value of the object tmnxLocUsrDbPppoeService specifies the service ID of the service where the PPP sessions are established.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbPppoeInterface 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.37
The value of the object tmnxLocUsrDbPppoeInterface specifies the name of the group interface where the PPP sessions are established
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoePrefixLength 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.38
The value of the object tmnxLocUsrDbPppoePrefixLength specifies the prefix length of tmnxLocUsrDbPppoeAddress. The value of the object tmnxLocUsrDbPppoePrefixLength is only relevant if the value of the object tmnxLocUsrDbPppoeAddrType is not 'unknown'; if the value of the object tmnxLocUsrDbPppoeAddrType is equal to 'unknown', the value of tmnxLocUsrDbPppoePrefixLength is ignored.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

tmnxLocUsrDbPppoeFltrProfString 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.39
The value of the object tmnxLocUsrDbPppoeFltrProfString specifies the filter profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxFilterProfileStringOrEmpty  

tmnxLocUsrDbPppoeSapId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.40
The value of the object tmnxLocUsrDbPppoeSapId specifies the sapId to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeIngIpv4FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.41
The value of the object tmnxLocUsrDbPppoeIngIpv4FltrId specifies the ingress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbPppoeEgrIpv4FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.42
The value of the object tmnxLocUsrDbPppoeEgrIpv4FltrId specifies the egress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbPppoeIngIpv6FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.43
The value of the object tmnxLocUsrDbPppoeIngIpv6FltrId specifies the egress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbPppoeEgrIpv6FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.44
The value of the object tmnxLocUsrDbPppoeEgrIpv6FltrId specifies the egress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbPppoeUseGiAddrScope 1.3.6.1.4.1.6527.3.1.2.51.1.4.1.45
The value of tmnxLocUsrDbPppoeUseGiAddrScope specifies whether the GI address selects a single subnet or a pool. The value of this object is only meaningful when the value of tmnxLocUsrDbPppoeUseGiAddress is set to 'true(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER subnet(0), pool(1)  

tmnxLocUsrDbPppoeUnmatchedTable 1.3.6.1.4.1.6527.3.1.2.51.1.5
The table tmnxLocUsrDbPppoeUnmatchedTable contains information about unmatched PPPoE hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbPppoeUnmatchedEntry

tmnxLocUsrDbPppoeUnmatchedEntry 1.3.6.1.4.1.6527.3.1.2.51.1.5.1
Each row represents a host (or set of hosts) that is unmatched. Objects tmnxLocUsrDbMatchTypePppoe1, tmnxLocUsrDbMatchTypePppoe2 and tmnxLocUsrDbMatchTypePppoe3 specify wich objects in the tmnxLocUsrDbPppoeTable are used to match the PPPoE parameters against. This table has entries for each host in the tmnxLocUsrDbPppoeTable that: - has no objects configured that correspond with the match types, or - has identical values configured for the objects that correspond with the match types, as another DHCP host. Entries in this table cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbPppoeUnmatchedEntry  

tmnxLocUsrDbPppoeUnMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.1
The value of the object tmnxLocUsrDbPppoeUnMacAddress indicates the MAC address of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

tmnxLocUsrDbPppoeUnCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.2
The value of the object tmnxLocUsrDbPppoeUnCircuitId indicates the circuit Id of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbPppoeUnRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.3
The value of the object tmnxLocUsrDbPppoeUnRemoteId indicates the remote Id of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLocUsrDbPppoeUnUserNameFmt 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.4
The value of the object tmnxLocUsrDbPppoeUnUserNameFmt indicates the format of tmnxLocUsrDbPppoeUnUserName.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxLocUsrDbUserNameFormat  

tmnxLocUsrDbPppoeUnUserName 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.5
The value of the object tmnxLocUsrDbPppoeUnUserName indicates the PPPoE username of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxPppoeUserNameOrEmpty  

tmnxLocUsrDbPppoeUnmatchedReason 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.6
The value of the object tmnxLocUsrDbPppoeUnmatchedReason indicates why this host is not matched.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxLocUsrDbUnmatchedReason  

tmnxLocUsrDbPppoeUnDuplicateHost 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.7
The value of the object tmnxLocUsrDbPppoeUnDuplicateHost indicates the name of the host that is already matched and that has the same values, configured for the objects that correspond with the match types, as this unmatched host. This value of this object is the empty string, unless the value of tmnxLocUsrDbPppoeUnmatchedReason is 'duplicate (2)'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxLocUsrDbPppoeUnServiceName 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.8
The value of the object tmnxLocUsrDbPppoeUnServiceName indicates the PPPoE service name of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeUnSapId 1.3.6.1.4.1.6527.3.1.2.51.1.5.1.9
The value of the object tmnxLocUsrDbPppoeUnSapId indicates the sapId of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeOptionTbleLstCh 1.3.6.1.4.1.6527.3.1.2.51.1.6
The value of the object tmnxLocUsrDbPppoeOptionTbleLstCh indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbPppoeOptionTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeOptionTable 1.3.6.1.4.1.6527.3.1.2.51.1.7
The table tmnxLocUsrDbPppoeOptionTable contains objects to configure the DHCP options of each PPPoE host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbPppoeOptionEntry

tmnxLocUsrDbPppoeOptionEntry 1.3.6.1.4.1.6527.3.1.2.51.1.7.1
Each row represents a DHCP option that is encoded in the DHCP reply message of this PPPoE host. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbPppoeOptionEntry  

tmnxLocUsrDbPppoeOptionNumber 1.3.6.1.4.1.6527.3.1.2.51.1.7.1.1
The value of the object tmnxLocUsrDbPppoeOptionNumber specifies the number of this DHCP option.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..254  

tmnxLocUsrDbPppoeOptionRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.7.1.2
The value of the object tmnxLocUsrDbPppoeOptionRowStatus specifies the row status of this row. Objects tmnxLocUsrDbPppoeOptionType and tmnxLocUsrDbPppoeOptionValue must be set when creating a new row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbPppoeOptionLstChngTm 1.3.6.1.4.1.6527.3.1.2.51.1.7.1.3
The value of the object tmnxLocUsrDbPppoeOptionLstChngTm indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeOptionType 1.3.6.1.4.1.6527.3.1.2.51.1.7.1.4
The value of the object tmnxLocUsrDbPppoeOptionType specifies how the value of this option in stored in tmnxLocUsrDbPppoeOptionValue. This object is mandatory at creation time.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxDhcpOptionType  

tmnxLocUsrDbPppoeOptionValue 1.3.6.1.4.1.6527.3.1.2.51.1.7.1.5
The value of the object tmnxLocUsrDbPppoeOptionValue specifies the value of this option. This object is mandatory at creation time. A zero length value is only allowed when the value of tmnxLocUsrDbPppoeOptionType is 'hex (3)'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbDhcpTableLastChange 1.3.6.1.4.1.6527.3.1.2.51.1.8
The value of the object tmnxLocUsrDbDhcpTableLastChange indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbDhcpTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbDhcpTable 1.3.6.1.4.1.6527.3.1.2.51.1.9
The table tmnxLocUsrDbDhcpTable contains objects to configure DHCP hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbDhcpEntry

tmnxLocUsrDbDhcpEntry 1.3.6.1.4.1.6527.3.1.2.51.1.9.1
Each row represents a (set of) host. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbDhcpEntry  

tmnxLocUsrDbDhcpHostName 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.1
The value of the object tmnxLocUsrDbDhcpHostName specifies the name of this host or set of hosts. To identify the hosts, the DHCP parameters are matched against the values of these objects: tmnxLocUsrDbDhcpMacAddress, tmnxLocUsrDbDhcpCircuitId, tmnxLocUsrDbDhcpRemoteId, tmnxLocUsrDbDhcpSystemId, tmnxLocUsrDbDhcpServiceId, tmnxLocUsrDbDhcpSapId, tmnxLocUsrDbDhcpString and tmnxLocUsrDbDhcpOption60.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

tmnxLocUsrDbDhcpRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.2
The value of the object tmnxLocUsrDbDhcpRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbDhcpLastChangeTime 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.3
The value of the object tmnxLocUsrDbDhcpLastChangeTime indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbDhcpAdminState 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.4
The value of the object tmnxLocUsrDbDhcpAdminState specifies the administrative state of the tmnxLocUsrDbDhcpEntry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxLocUsrDbDhcpMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.5
The value of the object tmnxLocUsrDbDhcpMacAddress specifies the MAC address to match against. If the value of this object is set to all zeros, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tmnxLocUsrDbDhcpCircuitIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.6
The value of the object tmnxLocUsrDbDhcpCircuitIdFmt specifies how the value of the value of tmnxLocUsrDbDhcpCircuitId must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbDhcpCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.7
The value of the object tmnxLocUsrDbDhcpCircuitId specifies the circuit Id from option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbDhcpRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.8
The value of the object tmnxLocUsrDbDhcpRemoteId specifies the remote Id from option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLocUsrDbDhcpSystemId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.9
The value of the object tmnxLocUsrDbDhcpSystemId specifies the system Id from the Alcatel-Lucent vendor specific sub-option in option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpServiceId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.10
The value of the object tmnxLocUsrDbDhcpServiceId specifies the service Id from the Alcatel-Lucent vendor specific sub-option in option 82 to match against. If the value of this object is 0, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbDhcpSapId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.11
The value of the object tmnxLocUsrDbDhcpSapId specifies the sapId from the Alcatel-Lucent vendor specific sub-option in option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.12
The value of the object tmnxLocUsrDbDhcpString specifies the string from the Alcatel-Lucent vendor specific sub-option in option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpOption60 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.13
The value of the object tmnxLocUsrDbDhcpOption60 specifies the Vendor-Identifying Vendor Option to match against. Option 60 is encoded as Type - Length - Value. The Value portion of Option 60 in the received DHCP request is used to match against tmnxLocUsrDbDhcpOption60. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLocUsrDbDhcpAddrType 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.14
The value of the object tmnxLocUsrDbDhcpAddrType specifies the type of tmnxLocUsrDbDhcpAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxLocUsrDbDhcpAddress 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.15
The value of the object tmnxLocUsrDbDhcpAddress specifies the IP address of this host. This object can only be configured if object tmnxLocUsrDbDhcpPool contains the empty string and object tmnxLocUsrDbDhcpUseGiAddress is 'false(2)'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tmnxLocUsrDbDhcpPool 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.16
The value of the object tmnxLocUsrDbDhcpPool specifies the IP address pool which is used to search for an IP address for this host. This object can only be configured if the value of tmnxLocUsrDbDhcpAddrType is 'unknown(0)' and the values of tmnxLocUsrDbDhcpUseGiAddress and tmnxLocUsrDbDhcpUseClientPool are 'false(2)'.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpUseGiAddress 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.17
The value of the object tmnxLocUsrDbDhcpUseGiAddress specifies whether the GI address is used to search for an IP address for this host. If the value of this object is set to 'true(1)', then the Gateway IP address is used. This object can only be set to 'true(1)' when the value of tmnxLocUsrDbDhcpAddrType is 'unknown(0)' and tmnxLocUsrDbDhcpPool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLocUsrDbDhcpIdStringOptNum 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.18
The value of the object tmnxLocUsrDbDhcpIdStringOptNum specifies the option number that the DHCP server uses to send the identification strings to the DHCP client. If the value of this object is 0, then no identification strings will be sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..254  

tmnxLocUsrDbDhcpSubscriberId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.19
The value of the object tmnxLocUsrDbDhcpSubscriberId specifies the subscriber Id which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubIdentStringOrEmpty  

tmnxLocUsrDbDhcpSlaProfString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.20
The value of the object tmnxLocUsrDbDhcpSlaProfString specifies the SLA profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSlaProfileStringOrEmpty  

tmnxLocUsrDbDhcpSubProfString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.21
The value of the object tmnxLocUsrDbDhcpSubProfString specifies the subscriber profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubProfileStringOrEmpty  

tmnxLocUsrDbDhcpAppProfString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.22
The value of the object tmnxLocUsrDbDhcpAppProfString specifies the application profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

tmnxLocUsrDbDhcpAncpString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.23
The value of the object tmnxLocUsrDbDhcpAncpString specifies the ANCP string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAncpStringOrZero  

tmnxLocUsrDbDhcpInterDestId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.24
The value of the object tmnxLocUsrDbDhcpInterDestId specifies the intermediate destination identifier which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpAuthPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.25
The value of the object tmnxLocUsrDbDhcpAuthPolicy specifies the RADIUS authentication policy to use to authenticate the DHCP host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpServerAddrType 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.26
The value of the object tmnxLocUsrDbDhcpServerAddrType specifies the type of tmnxLocUsrDbDhcpServerAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxLocUsrDbDhcpServerAddress 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.27
The value of the object tmnxLocUsrDbDhcpServerAddress specifies the address of the DHCP server to relay to.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tmnxLocUsrDbDhcpAuthDomainName 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.28
The value of the object tmnxLocUsrDbDhcpAuthDomainName specifies the domain name to use when RADIUS authentication is applicable.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxLocUsrDbDhcpCategoryMapName 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.29
The value of the object tmnxLocUsrDbDhcpCategoryMapName specifies the name of the category map used when credit control is active for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpOption60Fmt 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.30
The value of the object tmnxLocUsrDbDhcpOption60Fmt specifies how the value of the value of tmnxLocUsrDbDhcpOption60 must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbDhcpUseClientPool 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.31
The value of the object tmnxLocUsrDbDhcpUseClientPool specifies if the IP address pool used to search for an IP address for this host is to be indicated by the vendor-specific sub-option 13 of the DHCP option 82. If the value of this object is set to 'true (1)', the IP address pool indicated by the sub-option 13 is used. This object can only be set to 'true (1)' when the value of tmnxLocUsrDbDhcpAddrType is 'unknown (0)' and tmnxLocUsrDbDhcpPool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLocUsrDbDhcpDefMsapPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.32
The value of the object tmnxLocUsrDbDhcpDefMsapPolicy specifies the default Managed SAP policy to use to create Managed SAPs when the response from the Radius server does not specify a Managed SAP policy.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tmnxLocUsrDbDhcpDefMsapService 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.33
The value of the object tmnxLocUsrDbDhcpDefMsapService specifies specifies the service ID of the service where Managed SAP's are created when there is no Radius server available, or the Radius server does not specify the service ID. While the value of sapTlsDefMsapService is equal to zero, no Managed SAP's are created when there is no Radius server-specified service ID available.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbDhcpDefMsapGroupIf 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.34
The value of the object tmnxLocUsrDbDhcpDefMsapGroupIf specifies the name of the group interface where Managed SAP's are created when there is no Radius server available, or the Radius server does not specify the group interface. While the value of sapTlsDefMsapGroupIf is the empty string, no Managed SAP's are created when there is no Radius server-specified group interface available.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpRetailerSvcId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.35
The value of the object tmnxLocUsrDbDhcpRetailerSvcId specifies the retailer service Id for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbDhcpRemoteIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.36
The value of the object tmnxLocUsrDbDhcpRemoteIdFmt specifies how the value of the value of tmnxLocUsrDbDhcpRemoteId must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbDhcpIpv6Addr 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.37
The value of the object tmnxLocUsrDbDhcpIpv6Addr specifies the IPv6 non temporary address of this host. A value of 0::0 means that the address is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(16)  

tmnxLocUsrDbDhcpIpv6Pfx 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.38
The value of the object tmnxLocUsrDbDhcpIpv6Pfx specifies the IPv6 prefix of this host. A value of 0::0 means that the prefix-address is not configured. The value of tmnxLocUsrDbDhcpIpv6Pfx must be set together with the value of tmnxLocUsrDbDhcpIpv6PfxLen.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(16)  

tmnxLocUsrDbDhcpIpv6PfxLen 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.39
The value of tmnxLocUsrDbDhcpIpv6PfxLen indicates the length of the prefix-address stored in tmnxLocUsrDbDhcpIpv6Pfx. A value of 0 means that tmnxLocUsrDbDhcpIpv6Pfx is not configured. The value of tmnxLocUsrDbDhcpIpv6PfxLen must be set together with the value of tmnxLocUsrDbDhcpIpv6Pfx.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength 0 | 48..64  

tmnxLocUsrDbDhcpIpv6WanAddrPool 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.40
The value of tmnxLocUsrDbDhcpIpv6WanAddrPool specifies the IPv6 address pool which is used to search for an IPv6 address for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpIpv6DelPfxPool 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.41
The value of tmnxLocUsrDbDhcpIpv6DelPfxPool specifies the IPv6 address pool which is used to search for an IPv6 prefix for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbDhcpFltrProfString 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.42
The value of the object tmnxLocUsrDbDhcpFltrProfString specifies the filter profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxFilterProfileStringOrEmpty  

tmnxLocUsrDbDhcpIngIpv4FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.43
The value of the object tmnxLocUsrDbDhcpIngIpv4FltrId specifies the ingress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbDhcpEgrIpv4FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.44
The value of the object tmnxLocUsrDbDhcpEgrIpv4FltrId specifies the egress ipv4 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbDhcpIngIpv6FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.45
The value of the object tmnxLocUsrDbDhcpIngIpv6FltrId specifies the ingress ipv6 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbDhcpEgrIpv6FltrId 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.46
The value of the object tmnxLocUsrDbDhcpEgrIpv6FltrId specifies the egress ipv6 filter-id to be applied to this host. If the value of this object is '0', then the filter as specified in the applicable SLA-profile will be applied. If the value of this object is '-1', then no filter will be applied to this host, irrespective of the value specified in the applicable SLA-profile. If any value between 1 and 65535 is specified this value will be used as filter-id for this host irrespective of the value specified in the applicable SLA-profile
Status: current Access: read-create
OBJECT-TYPE    
  TIPFilterIdOrEmpty  

tmnxLocUsrDbDhcpUseGiAddrScope 1.3.6.1.4.1.6527.3.1.2.51.1.9.1.47
The value of tmnxLocUsrDbDhcpUseGiAddrScope specifies whether the GI address selects a single subnet or a pool. The value of this object is only meaningful when the value of tmnxLocUsrDbDhcpUseGiAddress is set to 'true(1)'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER subnet(0), pool(1)  

tmnxLocUsrDbDhcpUnmatchedTable 1.3.6.1.4.1.6527.3.1.2.51.1.10
The table tmnxLocUsrDbDhcpUnmatchedTable contains information about unmatched DHCP hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbDhcpUnmatchedEntry

tmnxLocUsrDbDhcpUnmatchedEntry 1.3.6.1.4.1.6527.3.1.2.51.1.10.1
Each row represents a host (or set of hosts) that is unmatched. Objects tmnxLocUsrDbMatchTypeDhcp1, tmnxLocUsrDbMatchTypeDhcp2, tmnxLocUsrDbMatchTypeDhcp3 and tmnxLocUsrDbMatchTypeDhcp4 specify wich objects in the tmnxLocUsrDbDhcpTable are used to match the DHCP parameters against. This table has entries for each host in the tmnxLocUsrDbDhcpTable that: - has no objects configured that correspond with the match types, or - has identical values configured for the objects that correspond with the match types, as another PPPoE host. Entries in this table cannot be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbDhcpUnmatchedEntry  

tmnxLocUsrDbDhcpUnMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.1
The value of the object tmnxLocUsrDbDhcpUnMacAddress indicates the MAC address of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

tmnxLocUsrDbDhcpUnCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.2
The value of the object tmnxLocUsrDbDhcpUnCircuitId indicates the circuit Id from option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbDhcpUnRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.3
The value of the object tmnxLocUsrDbDhcpUnRemoteId indicates the remote Id from option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLocUsrDbDhcpUnSystemId 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.4
The value of the object tmnxLocUsrDbDhcpUnSystemId indicates the system Id from the Alcatel-Lucenet vendor specific sub-option in option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpUnServiceId 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.5
The value of the object tmnxLocUsrDbDhcpUnServiceId indicates the service Id from the Alcatel-Lucent vendor specific sub-option in option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxServId  

tmnxLocUsrDbDhcpUnSapId 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.6
The value of the object tmnxLocUsrDbDhcpUnSapId indicates the sapId from the Alcatel-Lucent vendor specific sub-option in option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpUnString 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.7
The value of the object tmnxLocUsrDbDhcpUnString indicates the string from the Alcatel-Lucent vendor specific sub-option in option 82 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpUnOption60 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.8
The value of the object tmnxLocUsrDbDhcpUnOption60 indicates the option 60 of the unmatched host.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLocUsrDbDhcpUnmatchedReason 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.9
The value of the object tmnxLocUsrDbDhcpUnmatchedReason indicates why this host is not matched.
Status: current Access: read-only
OBJECT-TYPE    
  TmnxLocUsrDbUnmatchedReason  

tmnxLocUsrDbDhcpUnDuplicateHost 1.3.6.1.4.1.6527.3.1.2.51.1.10.1.10
The value of the object tmnxLocUsrDbDhcpUnDuplicateHost indicates the name of the host that is already matched and that has the same values, configured for the objects that correspond with the match types, as this unmatched host. This value of this object is the empty string, unless the value of tmnxLocUsrDbDhcpUnmatchedReason is 'duplicate (2)'.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxLocUsrDbDhcpOptionTableLstCh 1.3.6.1.4.1.6527.3.1.2.51.1.11
The value of the object tmnxLocUsrDbDhcpOptionTableLstCh indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbDhcpOptionTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbDhcpOptionTable 1.3.6.1.4.1.6527.3.1.2.51.1.12
The table tmnxLocUsrDbDhcpOptionTable contains objects to configure the DHCP options of each DHCP host.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbDhcpOptionEntry

tmnxLocUsrDbDhcpOptionEntry 1.3.6.1.4.1.6527.3.1.2.51.1.12.1
Each row represents a DHCP option that is encoded in the DHCP reply message of this DHCP host. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbDhcpOptionEntry  

tmnxLocUsrDbDhcpOptionNumber 1.3.6.1.4.1.6527.3.1.2.51.1.12.1.1
The value of the object tmnxLocUsrDbDhcpOptionNumber specifies the number of this DHCP option.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..254  

tmnxLocUsrDbDhcpOptionRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.12.1.2
The value of the object tmnxLocUsrDbDhcpOptionRowStatus specifies the row status of this row. Objects tmnxLocUsrDbDhcpOptionType and tmnxLocUsrDbDhcpOptionValue must be set when creating a new row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbDhcpOptionLastChngTm 1.3.6.1.4.1.6527.3.1.2.51.1.12.1.3
The value of the object tmnxLocUsrDbDhcpOptionLastChngTm indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbDhcpOptionType 1.3.6.1.4.1.6527.3.1.2.51.1.12.1.4
The value of the object tmnxLocUsrDbDhcpOptionType specifies how the value of this option in stored in tmnxLocUsrDbDhcpOptionValue. This object is mandatory at creation time.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxDhcpOptionType  

tmnxLocUsrDbDhcpOptionValue 1.3.6.1.4.1.6527.3.1.2.51.1.12.1.5
The value of the object tmnxLocUsrDbDhcpOptionValue specifies the value of this option. This object is mandatory at creation time. A zero length value is only allowed when the value of tmnxLocUsrDbDhcpOptionType is 'hex (3)'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbPppoeAuthTool 1.3.6.1.4.1.6527.3.1.2.51.1.13
OBJECT IDENTIFIER    

tmnxLocUsrDbPppoeAuthDbName 1.3.6.1.4.1.6527.3.1.2.51.1.13.1
The value of the object tmnxLocUsrDbPppoeAuthDbName specifies the name of the local user database in which to perform the match.
Status: current Access: read-write
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLocUsrDbPppoeAuthUsrName 1.3.6.1.4.1.6527.3.1.2.51.1.13.2
The value of the object tmnxLocUsrDbPppoeAuthUsrName specifies the username to match.
Status: current Access: read-write
OBJECT-TYPE    
  TmnxPppoeUserNameOrEmpty  

tmnxLocUsrDbPppoeAuthPwd 1.3.6.1.4.1.6527.3.1.2.51.1.13.3
The value of the object tmnxLocUsrDbPppoeAuthPwd indicates the password to match for the given username. This is optional. This object will always return an empty string on a read.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLocUsrDbPppoeAuthenticate 1.3.6.1.4.1.6527.3.1.2.51.1.13.4
Setting this object to 'doAction (1)' triggers an attempt to match the tmnxLocUsrDbPppoeAuthUsrName to a PPPoE user in the tmnxLocUsrDbPppoeTable. If a user is found and the value of tmnxLocUsrDbPppoeAuthPwd is not the empty string, the password will be verified. Reading this object returns the value 'notApplicable'.
Status: current Access: read-write
OBJECT-TYPE    
  TmnxActionType  

tmnxLocUsrDbPppoeAuthSuccessful 1.3.6.1.4.1.6527.3.1.2.51.1.13.5
The value of the object tmnxLocUsrDbPppoeAuthSuccessful indicates whether the authentication was successful. If the value of the object equals 'true (1)', then the value of tmnxLocUsrDbPppoeAuthHostName identifies the PPPoE user in the tmnxLocUsrDbPppoeTable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tmnxLocUsrDbPppoeAuthErrorMsg 1.3.6.1.4.1.6527.3.1.2.51.1.13.6
The value of the object tmnxLocUsrDbPppoeAuthErrorMsg indicates the reason of failure, in case the value of the object tmnxLocUsrDbPppoeAuthSuccessful is equal to 'false (2)'. If the value of the object tmnxLocUsrDbPppoeAuthSuccessful is equal to 'true (1)', this object contains an empty string.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeAuthTime 1.3.6.1.4.1.6527.3.1.2.51.1.13.7
The value of the object tmnxLocUsrDbPppoeAuthTime indicates the value of sysUpTime at the last time that the object tmnxLocUsrDbPppoeAuthSuccessful was written by the system.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeAuthHostName 1.3.6.1.4.1.6527.3.1.2.51.1.13.8
The value of the object tmnxLocUsrDbPppoeAuthHostName indicates the name of this host or set of hosts.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxLocUsrDbPppoeAuthMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.13.9
The value of the object tmnxLocUsrDbPppoeAuthMacAddress specifies the MAC address to match against. If the value of this object is set to all zeros, then it is not used.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

tmnxLocUsrDbPppoeAuthRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.13.10
The value of the object tmnxLocUsrDbPppoeAuthRemoteId specifies the remote Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLocUsrDbPppoeAuthCircuitIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.13.11
The value of the object tmnxLocUsrDbPppoeAuthCircuitIdFmt specifies how the value of tmnxLocUsrDbPppoeCircuitId must be formatted.
Status: current Access: read-write
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbPppoeAuthCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.13.12
The value of the object tmnxLocUsrDbPppoeAuthCircuitId specifies the circuit Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLocUsrDbPppoeAuthServiceName 1.3.6.1.4.1.6527.3.1.2.51.1.13.13
The value of the object tmnxLocUsrDbPppoeAuthServiceName specifies the PPPoE service name to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbPppoeAuthRemoteIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.13.14
The value of the object tmnxLocUsrDbPppoeAuthRemoteIdFmt specifies how the value of tmnxLocUsrDbPppoeRemoteId must be formatted.
Status: current Access: read-write
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLocUsrDbPppoeAuthSapId 1.3.6.1.4.1.6527.3.1.2.51.1.13.15
The value of the object tmnxLocUsrDbPppoeAuthSapId specifies the sapId to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLocUsrDbDhcpMaskTableLstCh 1.3.6.1.4.1.6527.3.1.2.51.1.14
The value of the object tmnxLocUsrDbDhcpMaskTableLstCh indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbDhcpMaskTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbDhcpMaskTable 1.3.6.1.4.1.6527.3.1.2.51.1.15
The table tmnxLocUsrDbDhcpMaskTable contains objects to configure local user database masking for DHCP hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbDhcpMaskEntry

tmnxLocUsrDbDhcpMaskEntry 1.3.6.1.4.1.6527.3.1.2.51.1.15.1
Each row represents a local user database mask. Entries in this table can be created or deleted via SNMP operations. An incoming string of the type that corresponds to the value of the tmnxLocUsrDbDhcpMaskMatchType index of this conceptual row is matched with the object in the tmnxLocUsrDbDhcpTable that corresponds to the values of the tmnxLocUsrDbUserDatabaseName and tmnxLocUsrDbDhcpMaskMatchType indices in this conceptual row: match type | object -------------------------------------------- circuitId | tmnxLocUsrDbDhcpCircuitId macAddr | tmnxLocUsrDbDhcpMacAddress remoteId | tmnxLocUsrDbDhcpRemoteId sapId | tmnxLocUsrDbDhcpSapId serviceId | tmnxLocUsrDbDhcpServiceId string | tmnxLocUsrDbDhcpString systemId | tmnxLocUsrDbDhcpSystemId option60 | tmnxLocUsrDbDhcpOption60
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbDhcpMaskEntry  

tmnxLocUsrDbDhcpMaskMatchType 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.1
xxx
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypeDhcp  

tmnxLocUsrDbDhcpMaskRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.2
The value of the object tmnxLocUsrDbDhcpMaskRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbDhcpMaskPreStr 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.3
The value of the object tmnxLocUsrDbDhcpMaskPreStr specifies a substring that is stripped off the start of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbDhcpTable. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring; it can be escaped by character '\'. At least one of the values of tmnxLocUsrDbDhcpMaskPreNum and tmnxLocUsrDbDhcpMaskPreStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbDhcpMaskPreNum 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.4
The value of the object tmnxLocUsrDbDhcpMaskPreNum specifies the number of characters to remove from the start of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbDhcpTable. At least one of the values of tmnxLocUsrDbDhcpMaskPreNum and tmnxLocUsrDbDhcpMaskPreStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbDhcpMaskSufStr 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.5
The value of the object tmnxLocUsrDbDhcpMaskSufStr specifies a substring that is stripped off the end of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbDhcpTable. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring; it can be escaped by character '\'. At least one of the values of tmnxLocUsrDbDhcpMaskSufNum and tmnxLocUsrDbDhcpMaskSufStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbDhcpMaskSufNum 1.3.6.1.4.1.6527.3.1.2.51.1.15.1.6
The value of the object tmnxLocUsrDbDhcpMaskSufNum specifies the number of characters to remove from the end of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbDhcpTable. At least one of the values of tmnxLocUsrDbDhcpMaskSufNum and tmnxLocUsrDbDhcpMaskSufStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbPppoeMaskTableLstCh 1.3.6.1.4.1.6527.3.1.2.51.1.16
The value of the object tmnxLocUsrDbPppoeMaskTableLstCh indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLocUsrDbPppoeMaskTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLocUsrDbPppoeMaskTable 1.3.6.1.4.1.6527.3.1.2.51.1.17
The table tmnxLocUsrDbPppoeMaskTable contains objects to configure local user database masking for PPPoE hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLocUsrDbPppoeMaskEntry

tmnxLocUsrDbPppoeMaskEntry 1.3.6.1.4.1.6527.3.1.2.51.1.17.1
Each row represents a local user database mask. Entries in this table can be created or deleted via SNMP operations. An incoming string of the type that corresponds to the value of the tmnxLocUsrDbPppoeMaskMatchType index of this conceptual row is matched with the object in the tmnxLocUsrDbPppoeTable that corresponds to the values of the tmnxLocUsrDbUserDatabaseName and tmnxLocUsrDbPppoeMaskMatchType indices in this conceptual row: match type | object -------------------------------------------- circuitId | tmnxLocUsrDbPppoeCircuitId macAddr | tmnxLocUsrDbPppoeMacAddress remoteId | tmnxLocUsrDbPppoeRemoteId userName | tmnxLocUsrDbPppoeUserName serviceName | tmnxLocUsrDbPppoeServiceName sapId | tmnxLocUsrDbPppoeSapId
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbPppoeMaskEntry  

tmnxLocUsrDbPppoeMaskMatchType 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.1
xxx
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbMatchTypePppoe  

tmnxLocUsrDbPppoeMaskRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.2
The value of the object tmnxLocUsrDbPppoeMaskRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLocUsrDbPppoeMaskPreStr 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.3
The value of the object tmnxLocUsrDbPppoeMaskPreStr specifies a substring that is stripped off the start of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbPppoeTable. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring; it can be escaped by character '\'. At least one of the values of tmnxLocUsrDbPppoeMaskPreNum and tmnxLocUsrDbPppoeMaskPreStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbPppoeMaskPreNum 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.4
The value of the object tmnxLocUsrDbPppoeMaskPreNum specifies the number of characters to remove from the start of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbPppoeTable. At least one of the values of tmnxLocUsrDbPppoeMaskPreNum and tmnxLocUsrDbPppoeMaskPreStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLocUsrDbPppoeMaskSufStr 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.5
The value of the object tmnxLocUsrDbPppoeMaskSufStr specifies a substring that is stripped of the end of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbPppoeTable. This string can only contain printable ASCII characters. Character '*' is a wildcard that matches any substring; it can be escaped by character '\'. At least one of the values of tmnxLocUsrDbPppoeMaskSufNum and tmnxLocUsrDbPppoeMaskSufStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbMaskString  

tmnxLocUsrDbPppoeMaskSufNum 1.3.6.1.4.1.6527.3.1.2.51.1.17.1.6
The value of the object tmnxLocUsrDbPppoeMaskSufNum specifies the number of characters to remove from the end of the incoming string before it is matched against the value configured in the corresponding object in the tmnxLocUsrDbPppoeTable. At least one of the values of tmnxLocUsrDbPppoeMaskSufNum and tmnxLocUsrDbPppoeMaskSufStr must be equal to the default value.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..127  

tmnxLudbHostTableLastChange 1.3.6.1.4.1.6527.3.1.2.51.1.20
The value of the object tmnxLudbHostTableLastChange indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLudbHostTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbHostTable 1.3.6.1.4.1.6527.3.1.2.51.1.21
The table tmnxLudbHostTable contains objects to configure local user database host templates.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLudbHostEntry

tmnxLudbHostEntry 1.3.6.1.4.1.6527.3.1.2.51.1.21.1
Each conceptual row represents a local user database host template. Entries in this table can be created or deleted via SNMP operations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLudbHostEntry  

tmnxLudbHostType 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.1
The value of the object tmnxLudbHostType specifies the type of actual host this local user database host template is intended for.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLocUsrDbHostType  

tmnxLudbHostName 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.2
The value of the object tmnxLudbHostName specifies the host name of this local user database host template.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

tmnxLudbHostRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.3
The value of the object tmnxLudbHostRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLudbHostLastChangeTime 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.4
The value of the object tmnxLudbHostLastChangeTime indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbHostApplications 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.5
The value of the object tmnxLudbHostApplications specifies the types of actual host this local user database host template is intended for if it is a generic host template. The value of this object is not relevant unless the value of the object tmnxLudbHostType is equal to 'any'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbHostApplications  

tmnxLudbHostAdminState 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.10
The value of the object tmnxLudbHostAdminState specifies the administrative state of the tmnxLudbHostEntry.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAdminState  

tmnxLudbHostMacAddress 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.11
The value of the object tmnxLudbHostMacAddress specifies the MAC address to match against. If the value of this object is set to all zeros, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tmnxLudbHostCircuitIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.12
The value of the object tmnxLudbHostCircuitIdFmt specifies how the value of tmnxLudbHostCircuitId must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLudbHostCircuitId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.13
The value of the object tmnxLudbHostCircuitId specifies the circuit Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

tmnxLudbHostRemoteIdFmt 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.14
The value of the object tmnxLudbHostRemoteIdFmt specifies how the value of tmnxLudbHostRemoteIdFmt must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbDataFormat  

tmnxLudbHostRemoteId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.15
The value of the object tmnxLudbHostRemoteId specifies the remote Id to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

tmnxLudbHostAddrType 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.16
The value of the object tmnxLudbHostAddrType specifies the type of tmnxLudbHostAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxLudbHostAddress 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.17
The value of the object tmnxLudbHostAddress specifies the IP address of this host. This object can only be configured if object tmnxLudbHostPool contains the empty string and object tmnxLudbHostUseGiAddress is 'false(2)'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tmnxLudbHostPool 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.18
The value of the object tmnxLudbHostPool specifies the IP address pool which is used to search for an IP address for this host. This object can only be configured if object tmnxLudbHostAddrType is 'unknown(0)' and the values of the objects tmnxLudbHostUseGiAddress and tmnxLudbHostUseClientPool are 'false (2)'. This object is applicable if it is the local DHCP server that queries the local user database.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostUseGiAddress 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.19
The value of the object tmnxLudbHostUseGiAddress specifies whether the GI address is used to search for an IP address for this host. If the value of this object is set to 'true(1)', then the Gateway IP address is used. This object can only be set to 'true(1)' when the value of tmnxLudbHostAddrType is 'unknown(0)' and tmnxLudbHostPool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLudbHostIdStringOptNum 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.20
The value of the object tmnxLudbHostIdStringOptNum specifies the option number that the DHCP server uses to send the identification strings. If the value of this object is 0, then no identification strings will be sent. This object is applicable if it is the local DHCP server that queries the local user database, regardless of the type of host template.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..254  

tmnxLudbHostSubscriberId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.21
The value of the object tmnxLudbHostSubscriberId specifies the subscriber Id which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubIdentStringOrEmpty  

tmnxLudbHostSlaProfString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.22
The value of the object tmnxLudbHostSlaProfString specifies the SLA profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSlaProfileStringOrEmpty  

tmnxLudbHostFltrProfString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.23
The value of the object tmnxLudbHostFltrProfString specifies the filter profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxFilterProfileStringOrEmpty  

tmnxLudbHostSubProfString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.24
The value of the object tmnxLudbHostSubProfString specifies the subscriber profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubProfileStringOrEmpty  

tmnxLudbHostAppProfString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.25
The value of the object tmnxLudbHostAppProfString specifies the application profile string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

tmnxLudbHostAncpString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.26
The value of the object tmnxLudbHostAncpString specifies the ANCP string which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxAncpStringOrZero  

tmnxLudbHostInterDestId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.27
The value of the object tmnxLudbHostInterDestId specifies the intermediate destination identifier which is encoded in the identification strings.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostUseClientPool 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.28
The value of the object tmnxLudbHostUseClientPool specifies if the IP address pool used to search for an IP address for this host is to be indicated by the vendor-specific sub-option 13 of the DHCP option 82. If the value of this object is set to 'true (1)', the IP address pool indicated by the sub-option 13 is used. This object can only be set to 'true (1)' when the value of tmnxLudbHostAddrType is 'unknown (0)' and tmnxLudbHostPool contains the empty string.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tmnxLudbHostAuthPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.29
The value of the object tmnxLudbHostAuthPolicy specifies the RADIUS authentication policy to use to authenticate the host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostRetailerSvcId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.30
The value of the object tmnxLudbHostRetailerSvcId specifies the retailer service Id for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbHostCategoryMapName 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.31
The value of the object tmnxLudbHostCategoryMapName specifies the name of the category map used when credit control is active for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostDefMsapPolicy 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.32
The value of the object tmnxLudbHostDefMsapPolicy specifies the default Managed SAP policy to use to create Managed SAPs. While the values of both this object and sapTlsDefMsapPolicy are empty, no Managed SAP's are created. This object is applicable in case of RADIUS fallback.
Status: current Access: read-create
OBJECT-TYPE    
  TPolicyStatementNameOrEmpty  

tmnxLudbHostDefMsapService 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.33
The value of the object tmnxLudbHostDefMsapService specifies the service ID of the service where Managed SAP's are created. While the values of both this object and sapTlsDefMsapService are equal to zero, no Managed SAP's are created. This object is applicable in case of RADIUS fallback.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbHostDefMsapGroupIf 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.34
The value of the object tmnxLudbHostDefMsapService specifies the name of the group interface where Managed SAP's are created. While the values of both this object and sapTlsDefMsapGroupIf are empty, no Managed SAP's are created. This object is applicable in case of RADIUS fallback.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostSystemId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.35
The value of the object tmnxLudbHostSystemId specifies the system Id from the Alcatel-Lucent vendor specific sub-option in option 82 to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLudbHostServiceId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.36
The value of the object tmnxLudbHostServiceId specifies the service ID to match against. If it is the local DHCP server that queries the local user database, it uses the Alcatel-Lucent vendor specific sub-option in option 82. If the value of this object is 0, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbHostSapId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.37
The value of the object tmnxLudbHostSapId specifies the SAP ID to match against. If it is the local DHCP server that queries the local user database, it uses the Alcatel-Lucent vendor specific sub-option in option 82. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLudbHostString 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.38
The value of the object tmnxLudbHostString specifies the string to match against. If it is the local DHCP server that queries the local user database, it uses the Alcatel-Lucent vendor specific sub-option in option 82. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLudbHostIpv6Addr 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.39
The value of the object tmnxLudbHostIpv6Addr specifies the IPv6 address to assign to the hosts of this local user database host template.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|16)  

tmnxLudbHostIpv6Pfx 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.40
The value of the object tmnxLudbHostIpv6Pfx specifies the IPv6 prefix to assign to the hosts of this local user database host template.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|16)  

tmnxLudbHostIpv6PfxLen 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.41
The value of the object tmnxLudbHostIpv6Pfx specifies the IPv6 prefix length to assign to the hosts of this local user database host template. The value zero means that the IPv6 prefix is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength 0 | 48..64  

tmnxLudbHostAuthDomainName 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.42
The value of the object tmnxLudbHostAuthDomainName specifies the domain name to use when RADIUS authentication is applicable.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

tmnxLudbHostDhcpOption60Fmt 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.100
The value of the object tmnxLudbHostDhcpOption60Fmt specifies how the value of the value of tmnxLudbHostDhcpOption60 must be formatted.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLudbDataFormat  

tmnxLudbHostDhcpOption60 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.101
The value of the object tmnxLudbHostDhcpOption60 specifies the Vendor-Identifying Vendor Option to match against. Option 60 is encoded as Type - Length - Value. The Value portion of Option 60 in the received DHCP request is used to match against tmnxLudbHostDhcpOption60. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLudbHostDhcpRelayAddrType 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.102
The value of the object tmnxLudbHostDhcpRelayAddrType specifies the type of tmnxLudbHostDhcpRelayAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

tmnxLudbHostDhcpRelayAddress 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.103
The value of the object tmnxLudbHostDhcpRelayAddress specifies the address of the DHCP server to relay to.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(0|4|16)  

tmnxLudbHostPppUserNameFormat 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.200
The value of the object tmnxLudbHostPppUserNameFormat specifies the format of tmnxLudbHostPppUserName.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbUserNameFormat  

tmnxLudbHostPppUserName 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.201
The value of the object tmnxLudbHostPppUserName specifies the PPPoE username to match against. If the value of this object is the empty string, then it is not used. In that case, tmnxLudbHostPppUserNameFormat must be 'none (0)'.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPppoeUserNameOrEmpty  

tmnxLudbHostPppPasswordType 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.202
The value of the object tmnxLudbHostPppPasswordType specifies the type of tmnxLudbHostPppPassword.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxLocUsrDbPasswordType  

tmnxLudbHostPppPassword 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.203
The value of the object tmnxLudbHostPppPassword specifies the password of this host. This object can only be set if tmnxLudbHostPppUserName is not an empty string. If the value of this object is not an empty string, then the value of tmnxLudbHostPppPasswordType must be either 'pap(2)' or 'chap(3)'. This object will always return an empty string on a read.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

tmnxLudbHostPppServiceName 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.204
The value of the object tmnxLudbHostPppServiceName specifies the PPPoE service name to match against. If the value of this object is the empty string, then it is not used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..255)  

tmnxLudbHostPppL2tpTunnelGroup 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.205
The value of the object tmnxLudbHostPppL2tpTunnelGroup specifies the tunnel group to use to setup an L2TP tunnel/session. If the value of this object is the empty string, no L2TP tunneling will be done.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxL2tpTunnelGroupNameOrEmpty  

tmnxLudbHostPppL2tpSvcId 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.206
The value of the object tmnxLudbHostPppL2tpSvcId specifies the service ID of the service from where to take the tunnel group (tmnxLudbHostPppL2tpTunnelGroup) to use to setup an L2TP LAC tunnel/session. If the value of this object is 0, L2TP tunneling will be done from the base router context.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbHostPppService 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.207
The value of the object tmnxLudbHostPppService specifies the service ID of the service where the PPP sessions are established.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbHostPppInterface 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.208
The value of the object tmnxLudbHostPppInterface specifies the name of the group interface where the PPP sessions are established
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbHostPppoePadoDelay 1.3.6.1.4.1.6527.3.1.2.51.1.21.1.290
The value of the object tmnxLudbHostPppoePadoDelay specifies the delay timeout before sending a PADO (PPPoE Active Discovery Offer).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxPppoePadoDelay  

tmnxLudbPppAleTableLastChange 1.3.6.1.4.1.6527.3.1.2.51.1.22
The value of the object tmnxLudbPppAleTableLastChange indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLudbPppAleTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbPppAleTable 1.3.6.1.4.1.6527.3.1.2.51.1.23
The table tmnxLudbPppAleTable contains objects to configure information related to the Access Loop Encapsulation of PPP hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLudbPppAleEntry

tmnxLudbPppAleEntry 1.3.6.1.4.1.6527.3.1.2.51.1.23.1
Each row represents a template for PPP hosts. Rows in this table can be created or deleted via SNMP operations. A row in this table can only be created while a row exists in the tmnxLocUsrDbPppoeTable with the same index.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLudbPppAleEntry  

tmnxLudbPppAleRowStatus 1.3.6.1.4.1.6527.3.1.2.51.1.23.1.1
The value of the object tmnxLudbPppAleRowStatus specifies the row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tmnxLudbPppAleLastChangeTime 1.3.6.1.4.1.6527.3.1.2.51.1.23.1.2
The value of the object tmnxLudbPppAleLastChangeTime indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbPppAleEncapOffsetMode 1.3.6.1.4.1.6527.3.1.2.51.1.23.1.3
The value of tmnxLudbPppAleEncapOffset specifies how the fixed packet offset will be derived. The tmnxLudbPppAleEncapOffset is used to convey the information about the Access Loop Encapsulation type for this host. The value 'none (0)' specifies that no adjustments are configured in this template. The value 'auto (1)' specifies that the adjustments be done according to the value of the object tmnxLudbPppAleEncapOffset.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubAleOffsetMode  

tmnxLudbPppAleEncapOffset 1.3.6.1.4.1.6527.3.1.2.51.1.23.1.4
The value of tmnxLudbPppAleEncapOffset specifies the fixed packet offset. The tmnxLudbPppAleEncapOffset is used to convey the information about the Access Loop Encapsulation type for this host. If the value of the object tmnxLudbPppAleEncapOffsetMode is equal to 'none', the offset is ignored. If the value of the object tmnxLudbPppAleEncapOffsetMode is equal to 'auto', the offset is used.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxSubAleOffset  

tmnxLudbPppAleRateDown 1.3.6.1.4.1.6527.3.1.2.51.1.23.1.6
The value of tmnxLudbPppAleRateDown specifies the last mile link downstram rate needed for proper (shaping) rate calculations and interleaving delay in the access loop. The value zero means that no speed is configured in this template.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100000  

tmnxLudbRadproxCacheTableLastCh 1.3.6.1.4.1.6527.3.1.2.51.1.24
The value of the object tmnxLudbRadproxCacheTableLastCh indicates the value of sysUpTime at the time of the last modification of an entry in the tmnxLudbRadproxCacheTable.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbRadproxCacheTable 1.3.6.1.4.1.6527.3.1.2.51.1.25
The table tmnxLudbRadproxCacheTable contains objects to configure information related to the RADIUS Proxy cache for DHCP hosts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TmnxLudbRadproxCacheEntry

tmnxLudbRadproxCacheEntry 1.3.6.1.4.1.6527.3.1.2.51.1.25.1
Each row represents RADIUS Proxy cache information for a specific host. A row in this table is present for each row in the tmnxLocUsrDbDhcpTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  TmnxLudbRadproxCacheEntry  

tmnxLudbRadproxCacheLastCh 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.1
The value of the object tmnxLudbRadproxCacheLastCh indicates the sysUpTime at the time of the last modification of this entry.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tmnxLudbRadproxCacheService 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.2
The value of tmnxLudbRadproxCacheService specifies the VPRN service instance ID of the RADIUS Proxy server whose cache this row is referring to. The value zero means either - that the RADIUS Proxy server is not specified (tmnxLudbRadproxCacheServer is empty), or - that the RADIUS Proxy server is in the Base router instance (tmnxLudbRadproxCacheServer not empty).
Status: current Access: read-create
OBJECT-TYPE    
  TmnxServId  

tmnxLudbRadproxCacheServer 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.3
The value of tmnxLudbRadproxCacheServer specifies the RADIUS Proxy server whose cache this row is referring to.
Status: current Access: read-create
OBJECT-TYPE    
  TNamedItemOrEmpty  

tmnxLudbRadproxCacheMatchType 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.4
The value of tmnxLudbRadproxCacheMatchType specifies how to find a match for a DHCP host in the cache of a RADIUS Proxy server. If the value of tmnxLudbRadproxCacheMatchType is equal to 'mac', the MAC address of the DHCP host is used as lookup key in the RADIUS Proxy cache. If the value of tmnxLudbRadproxCacheMatchType is equal to 'circuitId', the option-82 circuit-id sub-option of the DHCP host is used as lookup key in the RADIUS Proxy cache. If the value of tmnxLudbRadproxCacheMatchType is equal to 'remoteId', the option-82 remote-id sub-option of the DHCP host is used as lookup key in the RADIUS Proxy cache. If the value of tmnxLudbRadproxCacheMatchType is equal to 'option', the value of the object tmnxLudbRadproxCacheMatchOption is used as a lookup key in the RADIUS Proxy cache. In all cases, the cache in the corresponding RADIUS Proxy server must be configured accordingly.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER mac(1), circuitId(2), remoteId(3), option(4)  

tmnxLudbRadproxCacheMatchOption 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.5
The value of tmnxLudbRadproxCacheMatchOption specifies in what DHCP option to retrieve the value to be used as lookup key in the RADIUS Proxy cache. The value of tmnxLudbRadproxCacheMatchOption is only relevant if the value of tmnxLudbRadproxCacheMatchType is equal to 'option'. The value zero means that this object is not configured.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0 | 1..254  

tmnxLudbRadproxCacheFailAction 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.6
The value of tmnxLudbRadproxCacheFailAction specifies the action to take when no match is found in the cache.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER continue(1), drop(2)  

tmnxLudbRadproxCacheMacFormat 1.3.6.1.4.1.6527.3.1.2.51.1.25.1.7
The value of tmnxLudbRadproxCacheMacFormat specifies how a MAC address is represented. This is only used while the value of tmnxLudbRadproxCacheMatchType is equal to 'mac'. Examples: 'ab:' 00:0c:f1:99:85:b8 Alcatel-Lucent SROS style 'XY-' 00-0C-F1-99-85-B8 IEEE canonical style 'mmmm.' 0002.03aa.abff Cisco style.
Status: current Access: read-create
OBJECT-TYPE    
  TmnxMacSpecification Size(2..7)  

tmnxLocalUserDbGroup 1.3.6.1.4.1.6527.3.1.1.51.2.1
The group of objects supporting local user database capability on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbPppoeGroup 1.3.6.1.4.1.6527.3.1.1.51.2.2
The group of objects supporting local user databases for PPPoE hosts on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbDhcpGroup 1.3.6.1.4.1.6527.3.1.1.51.2.3
The group of objects supporting local user databases for DHCP hosts on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbToolsGroup 1.3.6.1.4.1.6527.3.1.1.51.2.4
The group of objects supporting local user database capability on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbPppoeV6v1Group 1.3.6.1.4.1.6527.3.1.1.51.2.5
The group of objects supporting local user databases for PPPoE hosts on Alcatel-Lucent SROS series systems release 6.1.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbPppoeV7v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.6
The group of objects supporting local user databases for PPPoE hosts on Alcatel-Lucent SROX series systems release 7.0.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbDhcpV7v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.7
The group of objects supporting local user databases for DHCP hosts on Alcatel-Lucent SROS series systems release 7.0.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbV7v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.8
The group of objects supporting local user database capability on Alcatel-Lucent SROS series systems release 7.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbObsoleteGroup 1.3.6.1.4.1.6527.3.1.1.51.2.9
The group of obsolete objects.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbToolsV7v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.10
The group of objects supporting local user database capability on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbRadiusFllbckGroup 1.3.6.1.4.1.6527.3.1.1.51.2.11
The group of objects supporting management of RADIUS fallback capabilities for local user databases on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbDhcpV8v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.12
The group of objects supporting local user databases for DHCP hosts on Alcatel-Lucent SROS series systems release 8.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbPppoeV8v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.13
The group of objects supporting local user databases for PPPoE hosts on Alcatel-Lucent SROS series systems release 8.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbToolsV8v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.14
The group of objects supporting local user database capability on Alcatel-Lucent SROS series systems release 8.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbHostGroup 1.3.6.1.4.1.6527.3.1.1.51.2.20
The group of objects supporting configuration of local user database host templates on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbPppoeV9v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.21
The group of objects supporting local user databases for PPPoE hosts on Alcatel-Lucent SROS series systems added in release 9.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbDhcpV9v0Group 1.3.6.1.4.1.6527.3.1.1.51.2.22
The group of objects supporting local user databases for DHCP hosts on Alcatel-Lucent SROS series systems release 9.0.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbFltrProfGroup 1.3.6.1.4.1.6527.3.1.1.51.2.23
The group of objects supporting configuration of local user database filter profiles on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLudbPppHostGroup 1.3.6.1.4.1.6527.3.1.1.51.2.24
The group of objects supporting local user databases for PPP hosts on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLudbRadproxGroup 1.3.6.1.4.1.6527.3.1.1.51.2.25
The group of objects supporting RADIUS Proxy cache lookup for local user database hosts on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
OBJECT-GROUP    

tmnxLocalUserDbCompliance 1.3.6.1.4.1.6527.3.1.1.51.1.1
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxLocalUserDbV6v1Compliance 1.3.6.1.4.1.6527.3.1.1.51.1.2
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxLocalUserDbV7v0Compliance 1.3.6.1.4.1.6527.3.1.1.51.1.3
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxLocalUserDbV8v0Compliance 1.3.6.1.4.1.6527.3.1.1.51.1.4
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
MODULE-COMPLIANCE    

tmnxLocalUserDbV9v0Compliance 1.3.6.1.4.1.6527.3.1.1.51.1.5
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: obsolete Access: read-create
MODULE-COMPLIANCE    

tmnxLocalUserDbV10v0Compliance 1.3.6.1.4.1.6527.3.1.1.51.1.6
The compliance statement for management of local user database on Alcatel-Lucent SROS series systems.
Status: current Access: read-create
MODULE-COMPLIANCE