MIBs Depot

DLINKSW-SNMP-MIB

Registered at
1.3.6.1.4.1.171.14.2
Last updated
2013-04-15 00:00
Organization
D-Link Corp.
Revisions
2013-04-15 00:00
Namespace
dlink
Source file
DLINKSW-SNMP-MIB
Digest
sha256:6a69480244ed9946620c879027a6db475f7a0cb5408c49b736dace4c93206b9b

Description

This MIB module defines objects for configuring SNMP ( Simple Network Management Protocol )

Contact

D-Link Corporation Postal: No. 289, Sinhu 3rd Rd., Neihu District, Taipei City 114, Taiwan, R.O.C Tel: +886-2-66000123 E-mail: tsd@dlink.com.tw

Imports

FromSymbols
DLINK-ID-REC-MIBdlinkIndustrialCommon
IF-MIBInterfaceIndexOrZero, ifIndex
SNMP-FRAMEWORK-MIBSnmpAdminString, SnmpEngineID, SnmpSecurityModel
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Objects

NameOIDSyntaxAccessStatus
dSnmpMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.0
dSnmpMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.1
dSnmpGeneral
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.1.1
dSnmpServiceEnabled
OBJECT-TYPE
A Boolean value represents the SNMP server is Enabled or Disabled.
1.3.6.1.4.1.171.14.2.1.1.1TruthValueread-writecurrent
dSnmpServiceUdpPort
OBJECT-TYPE
This object indicates the SNMP UDP port number. By default, the SNMP agent receives requests on UDP port 161.
1.3.6.1.4.1.171.14.2.1.1.2Unsigned32read-writecurrent
dSnmpRspBcastRequestEnabled
OBJECT-TYPE
A Boolean value represents whether response broadcast SNMP GetRequest packet.
1.3.6.1.4.1.171.14.2.1.1.3TruthValueread-writecurrent
dSnmpLocalEngineID
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.1.4SnmpEngineIDread-writecurrent
dSnmpMIBTrap
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.1.2
dSnmpTrapGlobalEnabled
OBJECT-TYPE
A Boolean value to represent the global state of sending of trap packets.
1.3.6.1.4.1.171.14.2.1.2.1TruthValueread-writecurrent
dSnmpTrapGlobalNotifyEnable
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.2.2Bits {linkUp(0), linkDown(1), coldStart(2), warmStart(3), authentication(4)}read-writecurrent
dSnmpTrapSourceIfIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.2.3InterfaceIndexOrZeroread-writecurrent
dSnmpTrapIfCtrl
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.1.2.4
dSnmpTrapIfCfgTable
OBJECT-TYPE
This table contains a list of interface-specific notification configuration.
1.3.6.1.4.1.171.14.2.1.2.4.1not-accessiblecurrent
dSnmpTrapIfCfgEntry
OBJECT-TYPE
An entry manages notification on an interface.
1.3.6.1.4.1.171.14.2.1.2.4.1.1not-accessiblecurrent
dSnmpTrapIfSendTrapEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.2.4.1.1.1TruthValueread-createcurrent
dSnmpAccessCfg
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.1.3
dSnmpCommunityTable
OBJECT-TYPE
This table consists of a list of communities.
1.3.6.1.4.1.171.14.2.1.3.1not-accessiblecurrent
dSnmpCommunityEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.1.1not-accessiblecurrent
dSnmpCommunityName
OBJECT-TYPE
This object indicates the name of the community.
1.3.6.1.4.1.171.14.2.1.3.1.1.1SnmpAdminStringnot-accessiblecurrent
dSnmpCommunityAccessListName
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.1.1.3DisplayStringread-writecurrent
dSnmpGroupTable
OBJECT-TYPE
This table consists of a list of groups.
1.3.6.1.4.1.171.14.2.1.3.2not-accessiblecurrent
dSnmpGroupEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.2.1not-accessiblecurrent
dSnmpGroupName
OBJECT-TYPE
This object indicates the name of the group.
1.3.6.1.4.1.171.14.2.1.3.2.1.1SnmpAdminStringnot-accessiblecurrent
dSnmpGroupVersion
OBJECT-TYPE
This object indicates the version of the entry.
1.3.6.1.4.1.171.14.2.1.3.2.1.2SnmpSecurityModelnot-accessiblecurrent
dSnmpGroupAccessListName
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.2.1.3DisplayStringread-writecurrent
dSnmpHostTable
OBJECT-TYPE
This table consists of a list of recipients for the SNMP notification.
1.3.6.1.4.1.171.14.2.1.3.3not-accessiblecurrent
dSnmpHostEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.3.1not-accessiblecurrent
dSnmpHostAddrName
OBJECT-TYPE
This object indicates the address name of the recipients.
1.3.6.1.4.1.171.14.2.1.3.3.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
dSnmpHostVrfName
OBJECT-TYPE
This object indicates the name of the routing forwarding instance. A zero length string indicates the object is not specified.
1.3.6.1.4.1.171.14.2.1.3.3.1.2DisplayStringread-writecurrent
dSnmpHostUdpPort
OBJECT-TYPE
This object indicates trap UDP port number.
1.3.6.1.4.1.171.14.2.1.3.3.1.3Unsigned32read-writecurrent
dSnmpUserTable
OBJECT-TYPE
This table consists of a list of recipients for the SNMP notification.
1.3.6.1.4.1.171.14.2.1.3.4not-accessiblecurrent
dSnmpUserEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.4.1not-accessiblecurrent
dSnmpUserName
OBJECT-TYPE
This object indicates the name of the user.
1.3.6.1.4.1.171.14.2.1.3.4.1.1SnmpAdminString (SIZE(1..32))not-accessiblecurrent
dSnmpUserAccessListName
OBJECT-TYPE
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.
1.3.6.1.4.1.171.14.2.1.3.4.1.2DisplayStringread-writecurrent
dSnmpMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.2
dSnmpCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.2.1
dSnmpGroups
OBJECT-IDENTITY
1.3.6.1.4.1.171.14.2.2.2

Conformance

NameOIDStatus
dSnmpCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the DLINKSW-SNMP-MIB.
1.3.6.1.4.1.171.14.2.2.1.1current
dSnmpSysCfgGroup
OBJECT-GROUP
A collection of objects provides the information for SNMP server.
1.3.6.1.4.1.171.14.2.2.2.1current
dSnmpTrapCfgGroup
OBJECT-GROUP
A collection of objects provides system-wide control of traps.
1.3.6.1.4.1.171.14.2.2.2.2current
dSnmpTrapIfCfgGroup
OBJECT-GROUP
A collection of objects provides interface-specific control of traps.
1.3.6.1.4.1.171.14.2.2.2.3current
dSnmpCommunityExtGroup
OBJECT-GROUP
The collection of objects provides configuration for community feature which extends SNMP community.
1.3.6.1.4.1.171.14.2.2.2.4current
dSnmpTargetExtGroup
OBJECT-GROUP
The collection of objects provides configuration for recipient of the SNMP notification.
1.3.6.1.4.1.171.14.2.2.2.5current
dSnmpVacmExtGroup
OBJECT-GROUP
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).
1.3.6.1.4.1.171.14.2.2.2.6current