TIARA-NETWORKS-SNMP-MIB

File: TIARA-NETWORKS-SNMP-MIB.mib (5080 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC TIARA-NETWORKS-SMI

Imported symbols

OBJECT-TYPE IpAddress MODULE-IDENTITY
DisplayString tiaraMgmt

Defined Types

SnmpTrapRcvrEntry  
SEQUENCE    
  snmpTrapRcvrEntryStatus INTEGER
  snmpTrapRcvrAddress IpAddress
  snmpTrapRcvrCommunity DisplayString

Defined Values

tiaraSnmpMib 1.3.6.1.4.1.3174.2.5
SNMP Management group for Tiara Networks products.
MODULE-IDENTITY    

snmpObjects 1.3.6.1.4.1.3174.2.5.1
OBJECT IDENTIFIER    

snmpAgentType 1.3.6.1.4.1.3174.2.5.1.1
Type of SNMP agent running on this entity.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), snmpV1(2), snmpV2V1(3), snmpV2cV1(4)  

snmpRmonSupported 1.3.6.1.4.1.3174.2.5.1.2
Indicates whether the SNMP agent supports the RMON MIB.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER supported(1), not-supported(2)  

snmpTrapRcvrTable 1.3.6.1.4.1.3174.2.5.1.4
The trap receiver table lists the addresses of the network management stations that should receive trap messages from the agent. This list is used by the agent to send the traps. The snmpTrapRcvrEntryStatus parameter is used to add or delete an entry from the table. Only the entries with valid snmpTrapEntryStatus are used. A maximum of 10 entries can exist in this table at any point in time. A new entry can be created only if the values for all the columnar objects in the table are sent in the same SNMP SET request.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpTrapRcvrEntry

snmpTrapRcvrEntry 1.3.6.1.4.1.3174.2.5.1.4.1
A SNMP trap-receive table entry contains the information of the network management station to where the trap can be sent by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpTrapRcvrEntry  

snmpTrapRcvrEntryStatus 1.3.6.1.4.1.3174.2.5.1.4.1.1
The status of the SNMP trap-receive table entry. By default, the value is set to valid when a new entry is created. When a network management station is deleted from the table the value of the parameter is set to invalid.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

snmpTrapRcvrAddress 1.3.6.1.4.1.3174.2.5.1.4.1.2
IP address of the network management station which can receive the trap from the agent. It is unique for every entry and used as the index for the SNMP trap-receive table.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

snmpTrapRcvrCommunity 1.3.6.1.4.1.3174.2.5.1.4.1.3
Community string associated with the network management station receiving the trap messages. The community string is used in the trap messages.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..64)