DEVNM-MIB

File: DEVNM-MIB.mib (3725 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
ANIROOT-MIB

Imported symbols

IpAddress OBJECT-TYPE MODULE-IDENTITY
DisplayString device

Defined Types

AniDevNetworkMgrAccessEntry  
SEQUENCE    
  aniDevNMAccessIndex INTEGER
  aniDevNMAccessIp IpAddress
  aniDevNMReadAccessCommunity DisplayString
  aniDevNMWriteAccessCommunity DisplayString
  aniDevNMAccessControl INTEGER

Defined Values

aniDevNetworkManager 1.3.6.1.4.1.4325.2.7
The aniDevNetworkMgrAccessTable provides one level of security for access to the device by network management stations. Access is also constrained by community strings. Currently, creation and deletion of rows to this table through SNMP Agent is not allowed.
MODULE-IDENTITY    

aniDevNumManagingHosts 1.3.6.1.4.1.4325.2.7.1
This object gives the number of Managing Hosts configured.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..2  

aniDevNetworkMgrAccessTable 1.3.6.1.4.1.4325.2.7.2
This table controls access to SNMP objects by network management stations. If the table is empty, access to SNMP objects is unrestricted.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AniDevNetworkMgrAccessEntry

aniDevNetworkMgrAccessEntry 1.3.6.1.4.1.4325.2.7.2.1
Controls access to SNMP objects by a particular network management station. For each entry in this table, the contents are not readable unless the management station has read-write permission.
Status: current Access: not-accessible
OBJECT-TYPE    
  AniDevNetworkMgrAccessEntry  

aniDevNMAccessIndex 1.3.6.1.4.1.4325.2.7.2.1.1
Index used to order the table entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2  

aniDevNMAccessIp 1.3.6.1.4.1.4325.2.7.2.1.2
The IP address of the network management station. The address 0.0.0.0 is defined to mean any NMS. If traps are enabled for this entry, then the value must be the address of a specific device.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

aniDevNMReadAccessCommunity 1.3.6.1.4.1.4325.2.7.2.1.3
The Read access community string to be matched for access by this entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

aniDevNMWriteAccessCommunity 1.3.6.1.4.1.4325.2.7.2.1.4
The Write access community string to be matched for access by this entry.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

aniDevNMAccessControl 1.3.6.1.4.1.4325.2.7.2.1.5
Specifies the managing host access right to this device.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER read(1), readWrite(2), roWithTraps(3), rwWithTraps(4), trapsOnly(5)