DLINKSW-SNMP-MIB

File: DLINKSW-SNMP-MIB.mib (18715 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 DisplayString TruthValue
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpEngineID SnmpAdminString SnmpSecurityModel
ifIndex InterfaceIndexOrZero dlinkIndustrialCommon

Defined Types

DSnmpTrapIfCfgEntry  
SEQUENCE    
  dSnmpTrapIfSendTrapEnabled TruthValue

DSnmpCommunityEntry  
SEQUENCE    
  dSnmpCommunityName SnmpAdminString
  dSnmpCommunityAccessListName DisplayString

DSnmpGroupEntry  
SEQUENCE    
  dSnmpGroupName SnmpAdminString
  dSnmpGroupVersion SnmpSecurityModel
  dSnmpGroupAccessListName DisplayString

DSnmpHostEntry  
SEQUENCE    
  dSnmpHostAddrName SnmpAdminString
  dSnmpHostVrfName DisplayString
  dSnmpHostUdpPort Unsigned32

DSnmpUserEntry  
SEQUENCE    
  dSnmpUserName SnmpAdminString
  dSnmpUserAccessListName DisplayString

Defined Values

dlinkSwSnmpMIB 1.3.6.1.4.1.171.14.2
This MIB module defines objects for configuring SNMP ( Simple Network Management Protocol )
MODULE-IDENTITY    

dSnmpMIBNotifications 1.3.6.1.4.1.171.14.2.0
OBJECT IDENTIFIER    

dSnmpMIBObjects 1.3.6.1.4.1.171.14.2.1
OBJECT IDENTIFIER    

dSnmpMIBConformance 1.3.6.1.4.1.171.14.2.2
OBJECT IDENTIFIER    

dSnmpGeneral 1.3.6.1.4.1.171.14.2.1.1
OBJECT IDENTIFIER    

dSnmpServiceEnabled 1.3.6.1.4.1.171.14.2.1.1.1
A Boolean value represents the SNMP server is Enabled or Disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dSnmpServiceUdpPort 1.3.6.1.4.1.171.14.2.1.1.2
This object indicates the SNMP UDP port number. By default, the SNMP agent receives requests on UDP port 161.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dSnmpRspBcastRequestEnabled 1.3.6.1.4.1.171.14.2.1.1.3
A Boolean value represents whether response broadcast SNMP GetRequest packet.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dSnmpLocalEngineID 1.3.6.1.4.1.171.14.2.1.1.4
This object indicates the agent's local engineID value. Changing this variable will affect the value of snmpEngineID. The special value of '00 00 00 00 00'H indicates the local engineID is not specified, and snmpEngineID will be automatically created based on the device basic MAC address. The SNMP engine ID is a unique string to identify the device. The string is generated by default. Check RFC3411 for further details on the SNMP engine ID.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID  

dSnmpMIBTrap 1.3.6.1.4.1.171.14.2.1.2
OBJECT IDENTIFIER    

dSnmpTrapGlobalEnabled 1.3.6.1.4.1.171.14.2.1.2.1
A Boolean value to represent the global state of sending of trap packets.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

dSnmpTrapGlobalNotifyEnable 1.3.6.1.4.1.171.14.2.1.2.2
This object indicates global state about whether a specified notification is enabled or not. If a bit corresponding to a notification is set to 1, then the specified notification can be generated. linkUp(0) - sending a standard linkUp notification (defined in IF-MIB). linkDown(1) - sending a standard linkDown notification (defined in IF-MIB). coldStart(2) - sending a standard coldStart notification (defined in SNMPv2-MIB). warmStart(3) - sending a standard warmStart notification (defined in SNMPv2-MIB). Note: please use snmpEnableAuthenTraps (defined in SNMPv2-MIB) to control the generation of authenticationFailure traps.
Status: current Access: read-write
OBJECT-TYPE    
  BITS linkUp(0), linkDown(1), coldStart(2), warmStart(3), authentication(4)  

dSnmpTrapSourceIfIndex 1.3.6.1.4.1.171.14.2.1.2.3
The ifIndex of the interface whose IP address is used as the source IP address for outbound SNMP traps. A special value of zero indicates the source interface is not specified, the IP address of the closest interface will be used.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndexOrZero  

dSnmpTrapIfCtrl 1.3.6.1.4.1.171.14.2.1.2.4
OBJECT IDENTIFIER    

dSnmpTrapIfCfgTable 1.3.6.1.4.1.171.14.2.1.2.4.1
This table contains a list of interface-specific notification configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSnmpTrapIfCfgEntry

dSnmpTrapIfCfgEntry 1.3.6.1.4.1.171.14.2.1.2.4.1.1
An entry manages notification on an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSnmpTrapIfCfgEntry  

dSnmpTrapIfSendTrapEnabled 1.3.6.1.4.1.171.14.2.1.2.4.1.1.1
This object indicates whether sending trap on the interface. If the state is disabled, then SNMP notification traps generated by the system are not allowed to transmit out of the port.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

dSnmpAccessCfg 1.3.6.1.4.1.171.14.2.1.3
OBJECT IDENTIFIER    

dSnmpCommunityTable 1.3.6.1.4.1.171.14.2.1.3.1
This table consists of a list of communities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSnmpCommunityEntry

dSnmpCommunityEntry 1.3.6.1.4.1.171.14.2.1.3.1.1
An entry defines additional information which is not covered at snmpCommunityTable (defined in SNMP-COMMUNITY-MIB). An entry appears in this table when a community is created in snmpCommunityTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSnmpCommunityEntry  

dSnmpCommunityName 1.3.6.1.4.1.171.14.2.1.3.1.1.1
This object indicates the name of the community.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

dSnmpCommunityAccessListName 1.3.6.1.4.1.171.14.2.1.3.1.1.3
This object indicates the name of a standard access list to control the user to use this community string to access to the SNMP agent. Specify the valid user in the source address field of the access list entry. A zero length string indicates the access list is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dSnmpGroupTable 1.3.6.1.4.1.171.14.2.1.3.2
This table consists of a list of groups.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSnmpGroupEntry

dSnmpGroupEntry 1.3.6.1.4.1.171.14.2.1.3.2.1
An entry consists of additional informaiton which is not covered at vacmAccessTable (defined in SNMP-VIEW-BASED-ACM-MIB). An entry appears in this table when a group is created in vacmAccessTable or vacmSecurityToGroupTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSnmpGroupEntry  

dSnmpGroupName 1.3.6.1.4.1.171.14.2.1.3.2.1.1
This object indicates the name of the group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

dSnmpGroupVersion 1.3.6.1.4.1.171.14.2.1.3.2.1.2
This object indicates the version of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpSecurityModel  

dSnmpGroupAccessListName 1.3.6.1.4.1.171.14.2.1.3.2.1.3
This object indicates the name of a standard access control list (ACL) to associate with the group. A zero length string indicates the access list is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dSnmpHostTable 1.3.6.1.4.1.171.14.2.1.3.3
This table consists of a list of recipients for the SNMP notification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSnmpHostEntry

dSnmpHostEntry 1.3.6.1.4.1.171.14.2.1.3.3.1
An entry consists of additional informaiton which is not covered at snmpTargetAddrTable and snmpTargetParamsTable (defined in SNMP-TARGET-MIB). An entry appears in this table when a target address is created in snmpTargetAddrTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSnmpHostEntry  

dSnmpHostAddrName 1.3.6.1.4.1.171.14.2.1.3.3.1.1
This object indicates the address name of the recipients.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

dSnmpHostVrfName 1.3.6.1.4.1.171.14.2.1.3.3.1.2
This object indicates the name of the routing forwarding instance. A zero length string indicates the object is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dSnmpHostUdpPort 1.3.6.1.4.1.171.14.2.1.3.3.1.3
This object indicates trap UDP port number.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

dSnmpUserTable 1.3.6.1.4.1.171.14.2.1.3.4
This table consists of a list of recipients for the SNMP notification.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DSnmpUserEntry

dSnmpUserEntry 1.3.6.1.4.1.171.14.2.1.3.4.1
An entry consists of additional informaiton which is not covered at usmUserTable (defined in SNMP-USER-BASED-SM-MIB). An entry appears in this table when a user is created in usmUserTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  DSnmpUserEntry  

dSnmpUserName 1.3.6.1.4.1.171.14.2.1.3.4.1.1
This object indicates the name of the user.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(1..32)  

dSnmpUserAccessListName 1.3.6.1.4.1.171.14.2.1.3.4.1.2
This object indicates the name of a standard IP access control list (ACL) to associate with the user. A zero length string indicates the access list is not specified.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

dSnmpCompliances 1.3.6.1.4.1.171.14.2.2.1
OBJECT IDENTIFIER    

dSnmpCompliance 1.3.6.1.4.1.171.14.2.2.1.1
The compliance statement for entities which implement the DLINKSW-SNMP-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

dSnmpGroups 1.3.6.1.4.1.171.14.2.2.2
OBJECT IDENTIFIER    

dSnmpSysCfgGroup 1.3.6.1.4.1.171.14.2.2.2.1
A collection of objects provides the information for SNMP server.
Status: current Access: read-only
OBJECT-GROUP    

dSnmpTrapCfgGroup 1.3.6.1.4.1.171.14.2.2.2.2
A collection of objects provides system-wide control of traps.
Status: current Access: read-only
OBJECT-GROUP    

dSnmpTrapIfCfgGroup 1.3.6.1.4.1.171.14.2.2.2.3
A collection of objects provides interface-specific control of traps.
Status: current Access: read-only
OBJECT-GROUP    

dSnmpCommunityExtGroup 1.3.6.1.4.1.171.14.2.2.2.4
The collection of objects provides configuration for community feature which extends SNMP community.
Status: current Access: read-only
OBJECT-GROUP    

dSnmpTargetExtGroup 1.3.6.1.4.1.171.14.2.2.2.5
The collection of objects provides configuration for recipient of the SNMP notification.
Status: current Access: read-only
OBJECT-GROUP    

dSnmpVacmExtGroup 1.3.6.1.4.1.171.14.2.2.2.6
A collection of objects providing for remote configuration of an SNMP engine which extends the SNMP VACM (View-based Access Control Model) and USM (User-based Security Model).
Status: current Access: read-only
OBJECT-GROUP