TN-DEV-SYS-SNMPMGMT-MIB

File: TN-DEV-SYS-SNMPMGMT-MIB.mib (22452 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB ENTITY-MIB TN-MGMT-MIB
Q-BRIDGE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
Integer32 DisplayString RowStatus
TDomain TAddress InetAddressType
InetAddress SnmpAdminString entPhysicalIndex
tnDevMgmt SnmpEngineID PortList

Defined Types

TnDevSysSnmpMgmtEntry  
SEQUENCE    
  tnDevSysSnmpAccess INTEGER
  tnDevSysSnmpVersion DisplayString
  tnDevSysSnmpReadCommunity DisplayString
  tnDevSysSnmpWriteCommunity DisplayString

TnDevSysSnmpTrapManagerEntry  
SEQUENCE    
  tnDevSysSnmpTrapManagerIndex Integer32
  tnDevSysSnmpTrapManagerAddrTDomain TDomain
  tnDevSysSnmpTrapManagerAddrTAddress TAddress
  tnDevSysSnmpTrapManagerEngineID SnmpEngineID
  tnDevSysSnmpTrapManagerStatus RowStatus

TnDevSysSnmpTrapCfgEntry  
SEQUENCE    
  tnDevSysSnmpTrapCfgMode INTEGER
  tnDevSysSnmpTrapCfgCommunity SnmpAdminString
  tnDevSysSnmpTrapCfgAuthFailure INTEGER
  tnDevSysSnmpTrapCfgLinkChange INTEGER
  tnDevSysSnmpTrapCfgEngineIdProbe INTEGER
  tnDevSysSnmpTrapCfgAdminEngineId SnmpEngineID
  tnDevSysSnmpTrapCfgSecurityName SnmpAdminString
  tnDevSysSnmpTrapCfgVersion INTEGER
  tnDevSysSnmpTrapCfgInformMode INTEGER
  tnDevSysSnmpTrapCfgInformTimeout INTEGER
  tnDevSysSnmpTrapCfgInformRetry INTEGER

TnDevSysSnmpTrapServerCfgEntry  
SEQUENCE    
  tnDevSysSnmpTrapServerCfgName SnmpAdminString
  tnDevSysSnmpTrapServerCfgMode INTEGER
  tnDevSysSnmpTrapServerCfgVersion INTEGER
  tnDevSysSnmpTrapServerCfgCommunity SnmpAdminString
  tnDevSysSnmpTrapServerCfgDstAddress InetAddress
  tnDevSysSnmpTrapServerCfgDstPort INTEGER
  tnDevSysSnmpTrapServerCfgInformMode INTEGER
  tnDevSysSnmpTrapServerCfgInformTimeout INTEGER
  tnDevSysSnmpTrapServerCfgInformRetry INTEGER
  tnDevSysSnmpTrapServerCfgEngineIdProbe INTEGER
  tnDevSysSnmpTrapServerCfgAdminEngineId SnmpEngineID
  tnDevSysSnmpTrapServerCfgSecurityName SnmpAdminString
  tnDevSysSnmpTrapServerCfgEvtWstart INTEGER
  tnDevSysSnmpTrapServerCfgEvtCstart INTEGER
  tnDevSysSnmpTrapServerCfgEvtLinkUp PortList
  tnDevSysSnmpTrapServerCfgEvtLinkDown PortList
  tnDevSysSnmpTrapServerCfgEvtLldp PortList
  tnDevSysSnmpTrapServerCfgEvtAuthFail INTEGER
  tnDevSysSnmpTrapServerCfgEvtStp INTEGER
  tnDevSysSnmpTrapServerCfgEvtRmon INTEGER
  tnDevSysSnmpTrapServerCfgRowStatus RowStatus

Defined Values

tnDevSysSnmpmgmt 1.3.6.1.4.1.868.2.5.3.1.1.14
The mib provides functionalities for SNMP managing in TN modules.
MODULE-IDENTITY    

tnDevSysSnmpMgmtTable 1.3.6.1.4.1.868.2.5.3.1.1.14.1
Table to manage SNMP status for each device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysSnmpMgmtEntry

tnDevSysSnmpMgmtEntry 1.3.6.1.4.1.868.2.5.3.1.1.14.1.1
An entry containing SNMP status for each device.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysSnmpMgmtEntry  

tnDevSysSnmpAccess 1.3.6.1.4.1.868.2.5.3.1.1.14.1.1.1
The status of SNMP. Set this value to enabled(1) to enable SNMP access, set this value to disabled(2) to disable the SNMP access.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpVersion 1.3.6.1.4.1.868.2.5.3.1.1.14.1.1.2
The current active SNMP version. Possible versions are: v1: SNMP supported version 1. v2c: SNMP supported version 2c. v3: SNMP supported version 3.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..8)  

tnDevSysSnmpReadCommunity 1.3.6.1.4.1.868.2.5.3.1.1.14.1.1.3
The SNMP Read-community string. Valid in v1/v2c version, default value is 'public'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tnDevSysSnmpWriteCommunity 1.3.6.1.4.1.868.2.5.3.1.1.14.1.1.4
The SNMP Write-community string. Valid in v1/v2c version, default value is 'private'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

tnDevSysSnmpLocal 1.3.6.1.4.1.868.2.5.3.1.1.14.3
OBJECT IDENTIFIER    

tnDevSysSnmpLocalEngineID 1.3.6.1.4.1.868.2.5.3.1.1.14.3.1
The SNMPv3 engine ID.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

tnDevSysSnmpTrapManagerTable 1.3.6.1.4.1.868.2.5.3.1.1.14.4
Table to maintain the engine IDs of the SNMPv3 trap managers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysSnmpTrapManagerEntry

tnDevSysSnmpTrapManagerEntry 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1
An entry in this table, containing the engineID of a SNMPv3 trap manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysSnmpTrapManagerEntry  

tnDevSysSnmpTrapManagerIndex 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1.1
Index of this table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

tnDevSysSnmpTrapManagerAddrTDomain 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1.2
The transport address type of the SNMP trap manager. The default value of this variable is snmpUDPDomain.
Status: current Access: read-write
OBJECT-TYPE    
  TDomain  

tnDevSysSnmpTrapManagerAddrTAddress 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1.3
The transport address of the SNMP trap manager. For snmpUDPDomain, a TAddress is 6 octets long, the initial 4 octets containing the IP-address in network-byte order and the last 2 containing the UDP port in network-byte order.
Status: current Access: read-write
OBJECT-TYPE    
  TAddress  

tnDevSysSnmpTrapManagerEngineID 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1.4
The engine ID of the SNMPv3 trap manager.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

tnDevSysSnmpTrapManagerStatus 1.3.6.1.4.1.868.2.5.3.1.1.14.4.1.20
This variable is used to dynamically create or delete an entry for this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnDevSysSnmpTrapCfgTable 1.3.6.1.4.1.868.2.5.3.1.1.14.5
Table to maintain the SNMP trap configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysSnmpTrapCfgEntry

tnDevSysSnmpTrapCfgEntry 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1
An entry in this table, containing the SNMP trap configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysSnmpTrapCfgEntry  

tnDevSysSnmpTrapCfgMode 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.1
The SNMP trap mode operation. Possible modes are: enabled - Enable SNMP trap mode operation. disabled - Disable SNMP trap mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapCfgCommunity 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.2
the community access string when sending SNMP trap packet.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

tnDevSysSnmpTrapCfgAuthFailure 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.3
Indicates that the SNMP entity is permitted to generate authentication failure traps. Possible modes are: enabled - Enable SNMP trap authentication failure. disabled - Disable SNMP trap authentication failure.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapCfgLinkChange 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.4
Indicates the SNMP trap link-up and link-down mode operation. Possible modes are: enabled - Enable SNMP trap link-up and link-down mode operation. disabled - Disable SNMP trap link-up and link-down mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapCfgEngineIdProbe 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.5
Indicates the SNMP trap probe security engine ID mode of operation. Possible values are: enabled - Enable SNMP trap probe security engine ID mode of operation. disabled - Disable SNMP trap probe security engine ID mode of operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapCfgAdminEngineId 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.6
Indicates the SNMP trap security engine ID. SNMPv3 sends traps and informs using USM for authentication and privacy. A unique engine ID for these traps and informs is needed. When tnDevSysSnmpTrapCfgEngineIdProbe is enabled, the ID will be probed automatically. Otherwise, the ID specified in this field is used.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

tnDevSysSnmpTrapCfgSecurityName 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.7
Indicates the SNMP trap security name. SNMPv3 traps and informs using USM for authentication and privacy. A unique security name is needed when traps and informs are enabled.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

tnDevSysSnmpTrapCfgVersion 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.8
The current active SNMP Trap version. Possible versions are: v1: SNMP supported version 1. v2c: SNMP supported version 2c. v3: SNMP supported version 3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

tnDevSysSnmpTrapCfgInformMode 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.9
Indicates the SNMP trap inform mode operation. Possible modes are: Enabled: Enable SNMP trap inform mode operation. Disabled: Disable SNMP trap inform mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapCfgInformTimeout 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.10
Indicates the SNMP trap inform timeout. The allowed range is 0 to 2147 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tnDevSysSnmpTrapCfgInformRetry 1.3.6.1.4.1.868.2.5.3.1.1.14.5.1.11
Indicates the SNMP trap inform number of retry times. The allowed range is 0 to 255.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tnDevSysSnmpTrapServerCfgTable 1.3.6.1.4.1.868.2.5.3.1.1.14.6
Table to maintain the SNMP trap configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TnDevSysSnmpTrapServerCfgEntry

tnDevSysSnmpTrapServerCfgEntry 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1
An entry in this table, containing the SNMP trap configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  TnDevSysSnmpTrapServerCfgEntry  

tnDevSysSnmpTrapServerCfgName 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.1
the trap configuration name.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

tnDevSysSnmpTrapServerCfgMode 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.2
The SNMP trap mode operation. Possible modes are: enabled - Enable SNMP trap mode operation. disabled - Disable SNMP trap mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgVersion 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.3
The current active SNMP Trap version. Possible versions are: v1: SNMP supported version 1. v2c: SNMP supported version 2c. v3: SNMP supported version 3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

tnDevSysSnmpTrapServerCfgCommunity 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.4
the community access string when sending SNMP trap packet.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

tnDevSysSnmpTrapServerCfgDstAddress 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.5
Indicates destination ip address.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

tnDevSysSnmpTrapServerCfgDstPort 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.6
The allowed range for the port number is from 1 through 65535.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

tnDevSysSnmpTrapServerCfgInformMode 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.7
Indicates the SNMP trap inform mode operation. Possible modes are: Enabled: Enable SNMP trap inform mode operation. Disabled: Disable SNMP trap inform mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgInformTimeout 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.8
Indicates the SNMP trap inform timeout. The allowed range is 0 to 2147 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tnDevSysSnmpTrapServerCfgInformRetry 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.9
Indicates the SNMP trap inform number of retry times. The allowed range is 0 to 255.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

tnDevSysSnmpTrapServerCfgEngineIdProbe 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.10
Indicates the SNMP trap probe security engine ID mode of operation. Possible values are: enabled - Enable SNMP trap probe security engine ID mode of operation. disabled - Disable SNMP trap probe security engine ID mode of operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgAdminEngineId 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.11
Indicates the SNMP trap security engine ID. SNMPv3 sends traps and informs using USM for authentication and privacy. A unique engine ID for these traps and informs is needed. When tnDevSysSnmpTrapCfgEngineIdProbe is enabled, the ID will be probed automatically. Otherwise, the ID specified in this field is used.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

tnDevSysSnmpTrapServerCfgSecurityName 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.12
Indicates the SNMP trap security name. SNMPv3 traps and informs using USM for authentication and privacy. A unique security name is needed when traps and informs are enabled.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

tnDevSysSnmpTrapServerCfgEvtWstart 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.13
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgEvtCstart 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.14
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgEvtLinkUp 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.15
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnDevSysSnmpTrapServerCfgEvtLinkDown 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.16
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnDevSysSnmpTrapServerCfgEvtLldp 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.17
Status: current Access: read-write
OBJECT-TYPE    
  PortList  

tnDevSysSnmpTrapServerCfgEvtAuthFail 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.18
Indicates that the SNMP entity is permitted to generate authentication failure traps. Possible modes are: enabled - Enable SNMP trap authentication failure. disabled - Disable SNMP trap authentication failure.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgEvtStp 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.19
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgEvtRmon 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.20
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

tnDevSysSnmpTrapServerCfgRowStatus 1.3.6.1.4.1.868.2.5.3.1.1.14.6.1.21
This indicates the status of the entry, and is used to create and delete entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tnDevSysSnmpTrapGlobalCfgMode 1.3.6.1.4.1.868.2.5.3.1.1.14.7
The global SNMP trap mode operation. Possible modes are: enabled - Enable SNMP trap mode operation. disabled - Disable SNMP trap mode operation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)