DLINKMGMT-MIB

File: DLINKMGMT-MIB.mib (17872 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI ID-REC-MIB
RFC1213-MIB

Imported symbols

IpAddress TimeTicks MODULE-IDENTITY
OBJECT-TYPE dlink DisplayString
PhysAddress

Defined Types

AgentMibCapabilityEntry  
SEQUENCE    
  agentMibCapabilityIndex INTEGER
  agentMibCapabilityDescr DisplayString
  agentMibCapabilityVersion INTEGER
  agentMibCapabilityType INTEGER

AgentIpIfEntry  
SEQUENCE    
  agentIpIfIndex INTEGER
  agentIpIfAddress IpAddress
  agentIpIfNetMask IpAddress
  agentIpIfDefaultRouter IpAddress
  agentIpIfMacAddr PhysAddress
  agentIpIfType INTEGER

AgentIpTrapManagerEntry  
SEQUENCE    
  agentIpTrapManagerIpAddr IpAddress
  agentIpTrapManagerComm DisplayString
  agentIpTrapManagerStatus INTEGER

AgentManagerIpSecurityEntry  
SEQUENCE    
  agentManagerIpSecurityAddr IpAddress
  agentManagerIpSecurityStatus INTEGER

Defined Values

dlinkMgmtMIB 1.3.6.1.4.1.326.2.20.1.11
The Structure of Common Management Information for the D-Link enterprise.
MODULE-IDENTITY    

agentConfigInfo 1.3.6.1.4.1.326.2.20.1.11.1
OBJECT IDENTIFIER    

agentBasicInfo 1.3.6.1.4.1.326.2.20.1.11.1.1
OBJECT IDENTIFIER    

agentRuntimeSwVersion 1.3.6.1.4.1.326.2.20.1.11.1.1.1
This is a textual description of the runtime software version and revision. If the version number is one and revision number is zero agentRuntimeSwVersion would be 'Ver. 1.0'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

agentPromFwVersion 1.3.6.1.4.1.326.2.20.1.11.1.1.2
This is a textual description of the agent PROM firmware version and revision. If the version number is one and revision number is zero agentPromFwVersion would be 'Ver. 1.0'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

agentHwRevision 1.3.6.1.4.1.326.2.20.1.11.1.1.3
This is a textual description of the hardware version and revision. If the version number is one and revision number is zero agentHwRevision would be 'Ver. 1.0'
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)  

agentMgmtProtocolCapability 1.3.6.1.4.1.326.2.20.1.11.1.1.4
The network management protocol(s) supported by this agent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), snmp-ip(2), snmp-ipx(3), snmp-ip-ipx(4)  

agentMibCapabilityTable 1.3.6.1.4.1.326.2.20.1.11.1.1.5
A list of MIB capability entries supported by this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentMibCapabilityEntry

agentMibCapabilityEntry 1.3.6.1.4.1.326.2.20.1.11.1.1.5.1
A MIB capability entry contains objects describing a particular MIB supported by this agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentMibCapabilityEntry  

agentMibCapabilityIndex 1.3.6.1.4.1.326.2.20.1.11.1.1.5.1.1
A list of agentMibCapabilityDescr entries.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentMibCapabilityDescr 1.3.6.1.4.1.326.2.20.1.11.1.1.5.1.2
The name of the MIB supported by the agent.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

agentMibCapabilityVersion 1.3.6.1.4.1.326.2.20.1.11.1.1.5.1.3
The version of the MIB specified in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentMibCapabilityType 1.3.6.1.4.1.326.2.20.1.11.1.1.5.1.4
The type of the MIB specified in this entry.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), standard(2), proprietary(3), experiment(4)  

agentMgmtRole 1.3.6.1.4.1.326.2.20.1.11.1.1.6
The role of this agent within this particular switch structure .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), primary-master(2), backup-master(3)  

agentBasicConfig 1.3.6.1.4.1.326.2.20.1.11.1.2
OBJECT IDENTIFIER    

agentFirmwareFile 1.3.6.1.4.1.326.2.20.1.11.1.2.1
The name of the firmware file to be downloaded.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

agentFirmwareSourceAddr 1.3.6.1.4.1.326.2.20.1.11.1.2.2
The ip address where new firmware file is located on.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentFirmwareUpdateCtrl 1.3.6.1.4.1.326.2.20.1.11.1.2.3
while this object is set to 'activate', FTP download is working immediately, and agentFirmwareUpdateState is changed to 'in-process'. The agent always returns 'other' while it is read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), activate(2)  

agentFirmwareUpdateState 1.3.6.1.4.1.326.2.20.1.11.1.2.4
status of firmware download control. If the value is 'other', means never firmware updated since device started up.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), in-process(2), invalid-file(3), violation(4), file-not-found(5), disk-full(6), complete(7), time-out(8)  

agentFirmwareLastUpdateTime 1.3.6.1.4.1.326.2.20.1.11.1.2.5
record the sysUptime for last active agentFirmwareUpdateCtrl. Default is set to 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

agentSystemReset 1.3.6.1.4.1.326.2.20.1.11.1.2.6
This object indicates the agent system reset state. Setting this object to no-reset(3) has no effect. Setting this object to warm-start(2) will reset the agent. The agent always returns no-reset(3) when this object is read.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), warm-start(2), no-reset(3)  

agentRs232PortConfig 1.3.6.1.4.1.326.2.20.1.11.1.2.7
This object indicates the RS-232C mode while device restart.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), console(2), out-of-band(3)  

agentOutOfBandBaudRateConfig 1.3.6.1.4.1.326.2.20.1.11.1.2.8
This object indicates the out_of_band baud rate while device restart.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), baudRate-2400(2), baudRate-9600(3), baudRate-19200(4), baudRate-38400(5)  

agentIpProtoConfig 1.3.6.1.4.1.326.2.20.1.11.1.3
OBJECT IDENTIFIER    

agentIpNumOfIf 1.3.6.1.4.1.326.2.20.1.11.1.3.1
The total number of IP interfaces supported by this agent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentIpIfTable 1.3.6.1.4.1.326.2.20.1.11.1.3.2
A list of IP interface entries supported by the agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpIfEntry

agentIpIfEntry 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1
An agentIPIfEntry contains information about a particular IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpIfEntry  

agentIpIfIndex 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.1
This object uniquely identifies the IP interface number in the agentIpIfTable. This value should never greater than agentIpNumOfIf .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

agentIpIfAddress 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.2
The IP address of the interface .
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIpIfNetMask 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.3
The IP net mask for this interface .
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIpIfDefaultRouter 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.4
The default gateway for this IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIpIfMacAddr 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.5
The MAC address of this IP interface. For interfaces which do not have such an address. (e.g., a serial line), this object should contain an octet string of zero length.
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

agentIpIfType 1.3.6.1.4.1.326.2.20.1.11.1.3.2.1.6
The physical layer interface of the IP interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ethernet-csmacd(6), slip(28)  

agentIpBootServerAddr 1.3.6.1.4.1.326.2.20.1.11.1.3.3
The IP Address of Boot Server.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

agentIpGetIpFromBootpServer 1.3.6.1.4.1.326.2.20.1.11.1.3.4
This object indicates whether the agent get its system IP address from Bootp/DHCP server at start up.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), bootp(3), dhcp(4)  

agentIpUnauthAddr 1.3.6.1.4.1.326.2.20.1.11.1.3.5
The IP address of an unauthorized SNMP packet.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIpUnauthComm 1.3.6.1.4.1.326.2.20.1.11.1.3.6
The community string of an unauthorized SNMP packet.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..40)  

agentIpTrapManagerTable 1.3.6.1.4.1.326.2.20.1.11.1.3.9
A list of trap manager entries to which to send SNMP traps .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentIpTrapManagerEntry

agentIpTrapManagerEntry 1.3.6.1.4.1.326.2.20.1.11.1.3.9.1
This entry contains the particular trap manager settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentIpTrapManagerEntry  

agentIpTrapManagerIpAddr 1.3.6.1.4.1.326.2.20.1.11.1.3.9.1.1
The IP address to receive SNMP traps from this device.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentIpTrapManagerComm 1.3.6.1.4.1.326.2.20.1.11.1.3.9.1.2
The community string of the SNMP trap packet sent to the trap manager.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..40)  

agentIpTrapManagerStatus 1.3.6.1.4.1.326.2.20.1.11.1.3.9.1.3
This object indicates whether or not the trap should be send to this trap manager.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

agenMaxManagerIp 1.3.6.1.4.1.326.2.20.1.11.1.3.10
Maximum number of entries in the management ip security table (agentManagerIpSecurityTable).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agenCurrtManagerIp 1.3.6.1.4.1.326.2.20.1.11.1.3.11
Current applied number of entries in the management ip security table .
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

agentManagerIpSecurityTable 1.3.6.1.4.1.326.2.20.1.11.1.3.12
A table that contains information about security management ip . When the table is empty , the device permit any ip to manage the device . If the table is'nt empty , it will only permit the same destination address to manage the device .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentManagerIpSecurityEntry

agentManagerIpSecurityEntry 1.3.6.1.4.1.326.2.20.1.11.1.3.12.1
An entry containing a security ip address for a particular security request .
Status: current Access: not-accessible
OBJECT-TYPE    
  AgentManagerIpSecurityEntry  

agentManagerIpSecurityAddr 1.3.6.1.4.1.326.2.20.1.11.1.3.12.1.1
The IP address for the security request .
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

agentManagerIpSecurityStatus 1.3.6.1.4.1.326.2.20.1.11.1.3.12.1.2
This object indicates the security ip address status . To writing disabled value to the object, and then the corresponding entry will be removed from the table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)