PANDATEL-AGENT-MIB

File: PANDATEL-AGENT-MIB.mib (7657 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises Counter IpAddress
Gauge TimeTicks DisplayString
PhysAddress OBJECT-TYPE

Defined Types

AgentTrapReceiverTableEntry  
SEQUENCE    
  agTrapReceiverNetAddress IpAddress
  agTrapReceiverTrapCommunity DisplayString
  agTrapReceiverType INTEGER

AgentSecurityTableEntry  
SEQUENCE    
  agSecSecurityLevel INTEGER
  agSecCommunity DisplayString

Defined Values

pandatel 1.3.6.1.4.1.760
OBJECT IDENTIFIER    

mibs 1.3.6.1.4.1.760.1
OBJECT IDENTIFIER    

agent 1.3.6.1.4.1.760.1.10000
OBJECT IDENTIFIER    

agentGroup 1.3.6.1.4.1.760.1.10000.1
OBJECT IDENTIFIER    

agentNetAddress 1.3.6.1.4.1.760.1.10000.1.1
The administrative network address of this unit's agent, e.g. the IP address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

agentSubnetMask 1.3.6.1.4.1.760.1.10000.1.2
The administrative SubNet mask of this unit's agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

agentPhysAddress 1.3.6.1.4.1.760.1.10000.1.3
The physical address of this unit's agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  PhysAddress  

agentMgmtAccessMode 1.3.6.1.4.1.760.1.10000.1.4
The mode this unit's agent can be reached.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), inband(2), outband(3), proxy(4)  

agentHardwareRevision 1.3.6.1.4.1.760.1.10000.1.5
The hardware revision of this unit's agent. This is intended to be of the type like 1.00a, but can also contain any textual description.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

agentSoftwareRevision 1.3.6.1.4.1.760.1.10000.1.6
The software revision of this unit's agent. This is intended to be of the type like 1.00a, but can also contain any textual description.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

agentTrapReceiverTable 1.3.6.1.4.1.760.1.10000.1.7
This entity's Trap Receiver Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentTrapReceiverTableEntry

agentSecurityTable 1.3.6.1.4.1.760.1.10000.1.8
This entity's Security Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentSecurityTableEntry

agTrapReceiverTableEntry 1.3.6.1.4.1.760.1.10000.1.7.1
One entry in this entity's Trap Receiver Table, consisting of the trap receiver's IP address and the community string to be used with it.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AgentTrapReceiverTableEntry  

agTrapReceiverNetAddress 1.3.6.1.4.1.760.1.10000.1.7.1.1
The network address of this trap receiver, e.g. the IP Address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

agTrapReceiverTrapCommunity 1.3.6.1.4.1.760.1.10000.1.7.1.2
The community string used for traps to this receiver.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

agTrapReceiverType 1.3.6.1.4.1.760.1.10000.1.7.1.3
All entries return the value 1 (valid) for this object. Setting this object to the value 2 (invalid) deletes the entry from the trap receiver table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

agSecTableEntry 1.3.6.1.4.1.760.1.10000.1.8.1
One entry in this entity's security table, consisting of the security level and the community string to be used with it.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AgentSecurityTableEntry  

agSecSecurityLevel 1.3.6.1.4.1.760.1.10000.1.8.1.1
The security level that is indicated by using the security community string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER read-only-sysgroup(1), read-all-mgmt-objs(2), standard-mgmt-access(3), administrator-access(4), high-security-access(5)  

agSecCommunity 1.3.6.1.4.1.760.1.10000.1.8.1.2
The community string used for identification of the desired security level.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

agentMgmtSecurity 1.3.6.1.4.1.760.1.10000.1.9
OBJECT IDENTIFIER    

agentAuthRestrictMode 1.3.6.1.4.1.760.1.10000.1.9.1
Restricting management authorization means that only snmp requests from members of the trap receiver table will be accepted. Requests from other sources will instead cause an authentication trap, if enabled. When not restricted, snmp requests from any manager who uses a valid community will be accepted, although traps will be sent only to those destinations that are included in the trap receiver table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), notRestricted(2), restricted(3)