DLINKSW-AAA-SERVER-MIB

MIB Reference — IPNetwork Monitor

All MIBsDLINKSW-AAA-SERVER-MIB

Organization: D-Link Corp.

Last Updated: 2013-07-18

Category: RADIUS/AAA

Description:

Configures AAA RADIUS and TACACS+ server parameters on D-Link switches.

Imported Objects

From IF-MIB

InterfaceIndex

From INET-ADDRESS-MIB

InetAddress
InetAddressType

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

Counter32
MODULE-IDENTITY
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DisplayString
RowStatus
TEXTUAL-CONVENTION

What Is DLINKSW-AAA-SERVER-MIB?

DLINKSW-AAA-SERVER-MIB is a D-Link proprietary MIB configuring and reporting statistics for AAA (Authentication, Authorization, Accounting) server operation on D-Link managed switches. Its server-configuration table records protocol (RADIUS/TACACS+), index, address type/address, authentication/accounting port, shared key, timeout, retransmit count, priority, and row status, alongside a RADIUS dead-time setting, TACACS+ socket-open/close and packet-sent/received statistics with a reference count, and a server-group table. As a configuration/status MIB it lets an administrator confirm AAA server priority ordering and watch TACACS+ socket statistics for connectivity problems. It is deployed on D-Link managed switches. Engineers can download the DLINKSW-AAA-SERVER-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in DLINKSW-AAA-SERVER-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • AAA server configuration, priority, and TACACS+ socket statistics

Supported Devices

  • D-Link managed switches

Monitoring Examples

An administrator checks dasServerPriority across configured RADIUS/TACACS+ servers to confirm the intended failover order before troubleshooting an authentication delay on a D-Link switch.

OIDs
OID symbolicOID numericTypeAccessDescription
dlinkSwAAAServerMIB1.3.6.1.4.1.171.26.150.1.2This MIB provides configuration and statistics reflecting the state of AAA Server operation within the device and AAA communications with external servers. AAA stands for authentication, authorization, and accounting The AAA Server MIB provides the following information: 1) A Table for configuring AAA servers 2) Identities of external AAA servers 3) Distinct statistics for each AAA function 4) Status of servers providing AAA functions A server is defined as a logical entity which provides any of the three AAA functions. A TACACS+ server consists of all three functions with a single IP address and single TCP port. A RADIUS server consists of the authentication/accounting pair with a single IP address but distinct UDP ports, or it may be just one of authentication or accounting. It is possible to have two distinct RADIUS servers at the same IP address, one providing authentication only, the other accounting only. Note: Regarding RADIUS server statistics please refer to RADIUS-AUTH-CLIENT-MIB (RFC2618) and RADIUS-ACCT-CLIENT-MIB (RFC2620)
dAaaSrvMIBNotifications1.3.6.1.4.1.171.26.150.1.2.0
dAaaSrvMIBObjects1.3.6.1.4.1.171.26.150.1.2.1
dasConfig1.3.6.1.4.1.171.26.150.1.2.1.1
dasServerConfigTable1.3.6.1.4.1.171.26.150.1.2.1.1.1not-accessibleThis table consists of a list of configurations for each AAA server. An entry is created/removed when a new server is created/removed. The following table describes examples of AAA servers. Protocol Index AddressType IPv6Address AuthenPort AcctPort Key Priority ---------- ----- ----------- ------------- ---------- -------- ------ -------- tacacsplus 1 ipv6 2000::2 49 0 1 tacacsplus 2 ipv4 10.0.0.1 49 0 3 tacacsplus 3 ipv4 192.168.1.254 49 0 2 radius 1 ipv4 192.168.1.254 1812 1813 1 radius 2 ipv4 20.0.0.12 1812 1813 2
dasServerConfigEntry1.3.6.1.4.1.171.26.150.1.2.1.1.1.1not-accessibleAn entry consists of an AAA server configuration. An entry is created/removed when a server is defined or undefined with configuration commands via CLI or by issuing appropriate SNMP sets. A management station wishing to create an entry should first generate a random number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. dasServerPriority is automatically assigned once the entry is made active and reflects the relative priority of the defined server with respect to already configured servers. Newly-created servers will be assigned the lowest priority. To reassign server priorities to existing server entries, it may be necessary to destroy and recreate entries in order of priority. Upon reload, dasServerIndex values may be changed, but the priorities that were saved before reload will be retained, with lowest priority number corresponding to the higher priority servers.
DLI dasServerProtocol1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.1DlinkAAAProtocolnot-accessibleThe variable indicates the protocol of the corresponding AAA server.
U32 dasServerIndex1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.2Unsigned32not-accessibleA management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of dasServerConfigEntry.
IPt dasServerAddrType1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.3InetAddressTyperead-createThis object indicates the address type of the AAA server.
IP dasServerAddress1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.4InetAddressread-createThe address of the server.
U32 dasServerAuthenPort1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.5Unsigned32read-createUDP/TCP port used for authentication in the configuration For TACACS+, this object should be explicitly set. Default value is 1812 for RADIUS.
U32 dasServerAcctPort1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.6Unsigned32read-createUDP/TCP port used for accounting service in the configuration For TACACS+, the value of dasServerAcctPort is ignored. dasServerAuthenPort will be used instead. Default value is 1813 for RADIUS.
STR dasServerKey1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.7DisplayStringread-createThe server key to be used with this server. The maximum length for RADIUS is 32 characters. The maximum length for TACACS+ is 254 characters. When read, a zero length string will be returned for security reasons.
U32 dasServerTimeout1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.8Unsigned32read-createThe time in seconds for waiting server reply. Default value is 5 seconds.
U32 dasServerRetransmit1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.9Unsigned32read-createThe retransmit times of requests to the server when no response is received. For TACACS+, the value of dasServerRetransmit is ignored. Default value is 2 for RADIUS.
U32 dasServerPriority1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.10Unsigned32read-onlyA number that indicates the priority of the server in this entry. Lower numbers indicate higher priority.
ROW dasServerRowStatus1.3.6.1.4.1.171.26.150.1.2.1.1.1.1.99RowStatusread-createThe status of this entry.
U32 dasRadiusServerDeadTime1.3.6.1.4.1.171.26.150.1.2.1.1.2Unsigned32read-writeThis variable controls the default duration of time to skip the unresponsive server. The valid range is 0 to 1440 (24 hours). When setting to 0, the unresponsive server will not be marked as dead. The default value is 0.
dasStatistics1.3.6.1.4.1.171.26.150.1.2.1.2
dasTacplusStatisticsTable1.3.6.1.4.1.171.26.150.1.2.1.2.1not-accessibleThis table consists of a list of statistics for each TACACS+ server. The following table describes examples of TACACS+ servers statistics. Protocol Index SocketOpens SocketCloses TotalPktSend TotalPktRecv ReferenceCount ---------- ----- ----------- ------------ ------------ ------------ -------------- tacacsplus 1 1 1 0 0 0 tacacsplus 2 5 5 20 20 5 tacacsplus 3 10 10 25 25 10
dasTacplusStatisticsEntry1.3.6.1.4.1.171.26.150.1.2.1.2.1.1not-accessibleAn entry consists of statistical information about a particular server. Objects in this table are read-only and appear automatically whenever a TACACS+ server in the dasServerConfigTable is made active.
C32 dasTacplusSocketOpens1.3.6.1.4.1.171.26.150.1.2.1.2.1.1.1Counter32read-onlyThe number of successful TCP socket connections to the TACACS+ server.
C32 dasTacplusSocketCloses1.3.6.1.4.1.171.26.150.1.2.1.2.1.1.2Counter32read-onlyThe number of successfully closed TCP socket attempts.
C32 dasTacplusTotalPktSent1.3.6.1.4.1.171.26.150.1.2.1.2.1.1.3Counter32read-onlyThe number of packets sent to the TACACS+ server
C32 dasTacplusTotalPktRecv1.3.6.1.4.1.171.26.150.1.2.1.2.1.1.4Counter32read-onlyThe number of packets received from the TACACS+ server.
C32 dasTacplusReferenceCount1.3.6.1.4.1.171.26.150.1.2.1.2.1.1.5Counter32read-onlyThe number of packets received from the TACACS+ server.
dasGroup1.3.6.1.4.1.171.26.150.1.2.1.3
dasGroupTable1.3.6.1.4.1.171.26.150.1.2.1.3.1not-accessibleThis table consists of a list of configurations for each AAA server group. An entry is created/removed when a new server group is created/removed. The following table describes examples of AAA groups. Protocol Name ---------- ---------- tacacsplus tac_con tacacsplus tac_telnet radius rad_acct radius rad_ssh
dasGroupEntry1.3.6.1.4.1.171.26.150.1.2.1.3.1.1not-accessibleAn AAA server group configuration identified by its protocol, and its name. An entry is created/removed when a server group is defined or undefined with configuration commands via CLI or by issuing appropriate sets to this table using snmp.
DLI dasGroupProtocol1.3.6.1.4.1.171.26.150.1.2.1.3.1.1.1DlinkAAAProtocolnot-accessibleThe variable denotes the protocol used by the managed device with the AAA group corresponding to this entry in the table.
DLI dasGroupName1.3.6.1.4.1.171.26.150.1.2.1.3.1.1.2DlinkAAAGroupNamenot-accessibleThe server group name.
ROW dasGroupRowStatus1.3.6.1.4.1.171.26.150.1.2.1.3.1.1.3RowStatusread-createThe status of this table entry. Once the entry status is set to active, the associated entry cannot be modified except destroyed by setting this object to destroy(6).
dasGroupServerTable1.3.6.1.4.1.171.26.150.1.2.1.3.2not-accessibleThis table consists of a list of configurations for each AAA server group. An entry is created/removed when a new server group is created/removed. The following table describes examples of AAA server groups. Protocol Name SrvIndex AddressType IPv6Address Priority ---------- ---------- -------- ------------- ------------- -------- tacacsplus tac_con 1 ipv6 2000::2 1 tacacsplus tac_telnet 2 ipv4 10.0.0.1 2 tacacsplus tac_telnet 3 ipv4 192.168.1.254 3 radius rad_ssh 1 ipv4 20.0.0.12 1 radius rad_ssh 2 ipv4 20.0.0.13 2 radius rad_ssh 3 ipv4 20.0.0.14 3 radius rad_ssh 4 ipv4 20.0.0.15 4
dasGroupServerEntry1.3.6.1.4.1.171.26.150.1.2.1.3.2.1not-accessibleAn AAA server group configuration identified by its protocol, its name and its index. An entry is created/removed when a server group is defined or undefined with configuration commands via CLI or by issuing appropriate sets to this table using snmp. A management station wishing to create an entry should first generate a random number to be used as the index to this sparse table. dasGroupSrvPriority is automatically assigned once the entry is made active and reflects the relative priority of the defined server with respect to already configured servers. Newly-created servers will be assigned the lowest priority. To reassign server priorities to existing server entries, it may be necessary to destroy and recreate entries in order of priority. Upon reload, dasGroupSrvIndex values may be changed, but the priorities that were saved before reload will be retained, with lowest priority number corresponding to the higher priority servers.
U32 dasGroupSrvIndex1.3.6.1.4.1.171.26.150.1.2.1.3.2.1.1Unsigned32not-accessibleA management station wishing to initiate a new AAA server group configuration should use a random value for this object when creating an instance of dasGroupEntry. The RowStatus semantics of the dasGroupConfigRowStatus object will prevent access conflicts.
IPt dasGroupSrvAddrType1.3.6.1.4.1.171.26.150.1.2.1.3.2.1.2InetAddressTyperead-createThis object indicates the type of network address denoted in dasGroupSrvAddress object.
IP dasGroupSrvAddress1.3.6.1.4.1.171.26.150.1.2.1.3.2.1.3InetAddressread-createThe address of the server of the entry.
U32 dasGroupSrvPriority1.3.6.1.4.1.171.26.150.1.2.1.3.2.1.4Unsigned32read-onlyA number that indicates the priority of the server in this group. Lower numbers indicate higher priority.
ROW dasGroupServerRowStatus1.3.6.1.4.1.171.26.150.1.2.1.3.2.1.5RowStatusread-createThe status of this table entry. Once the entry status is set to active, the associated entry cannot be modified except destroyed by setting this object to destroy(6).
dasVrf1.3.6.1.4.1.171.26.150.1.2.1.4
dasGroupVrfTable1.3.6.1.4.1.171.26.150.1.2.1.4.1not-accessibleThis table shows current VRF configurations for each AAA server group, allows existing VRF to be removed and new ones to be created. The following table describes the examples of VRF setting for AAA server groups. Protocol group Name VRF name ---------- ---------- ---------- tacacsplus tac_con vrf1 tacacsplus tac_telnet vrf_taplus radius rad_acct vrf_radius radius rad_ssh vrf_100
dasGroupVrfEntry1.3.6.1.4.1.171.26.150.1.2.1.4.1.1not-accessibleAn AAA group VRF configuration identified by its protocol and its group name. An entry is created/removed when a VRF setting is defined or undefined with configuration commands via CLI or by issuing appropriate sets to this table using snmp. When a group VRF configuration is deleted, indicates the server group will use the global (default) routing table.
VRF dasGroupVrfName1.3.6.1.4.1.171.26.150.1.2.1.4.1.1.1VrfNameread-createThe VRF name of the entry.
ROW dasGroupVrfConfigRowStatus1.3.6.1.4.1.171.26.150.1.2.1.4.1.1.2RowStatusread-createThe status of this table entry.
dasSrcIf1.3.6.1.4.1.171.26.150.1.2.1.5
dasGroupSrcIfTable1.3.6.1.4.1.171.26.150.1.2.1.5.1not-accessibleThis table consists of a list of source interface configurations for each AAA server group.
dasGroupSrcIfEntry1.3.6.1.4.1.171.26.150.1.2.1.5.1.1not-accessibleAn AAA group source interface configuration identified by its protocol and its group name. An entry is created/removed when a source interface setting is defined or undefined with configuration commands via CLI or by issuing appropriate sets to this table using snmp. Note: The group name of radius and tacacs+ are reserved group names and its corresponding source interface is global setting for RADIUS and TACACS+ servers respectively. If both global and group-specific have the source interface settings, the setting of group-specific takes precedence.
IPt dasGroupSrcAddrType1.3.6.1.4.1.171.26.150.1.2.1.5.1.1.1InetAddressTypenot-accessibleThis object indicates the type of the address which will be used as source address for sending RADIUS packets.
NUM dasGroupSrcIfIndex1.3.6.1.4.1.171.26.150.1.2.1.5.1.1.2InterfaceIndexread-createThis object indicates the ifIndex of the interface whose IP/IPv6 address will be used as source IP/IPv6 address for sending RADIUS packets.
ROW dasGroupSrcIfConfigRowStatus1.3.6.1.4.1.171.26.150.1.2.1.5.1.1.3RowStatusread-createThe status of this table entry.
dasClear1.3.6.1.4.1.171.26.150.1.2.1.6
dasClearServerStatTable1.3.6.1.4.1.171.26.150.1.2.1.6.1not-accessibleThis table is used to clear statistics of the AAA servers.
dasClearServerStatEntry1.3.6.1.4.1.171.26.150.1.2.1.6.1.1not-accessibleAn entry which can be used to clear the statistics of the AAA server.
INT dasClearServerStatAction1.3.6.1.4.1.171.26.150.1.2.1.6.1.1.1INTEGERread-writeThis object is used to clear statistics of an AAA server when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
DLI dasClearServerStatByGroup1.3.6.1.4.1.171.26.150.1.2.1.6.2DlinkAAAGroupNameread-writeThis object is used to clear AAA server statistics based on group name. Setting this object to the group name which you want to clear. When read, a zero length string is returned.
DLI dasClearServerStatByProtocol1.3.6.1.4.1.171.26.150.1.2.1.6.3DlinkAAAProtocolread-writeThis object is used to clear AAA server statistics based on protocol. Setting this object to the protocol which you want to clear. When read, none(0) is returned.
INT dasClearAllServerStat1.3.6.1.4.1.171.26.150.1.2.1.6.4INTEGERread-writeThis object is used to clear all AAA server statistics when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned.
dAaaSrvMIBConformance1.3.6.1.4.1.171.26.150.1.2.2
dasMIBCompliances1.3.6.1.4.1.171.26.150.1.2.2.1
dasMIBCompliance1.3.6.1.4.1.171.26.150.1.2.2.1.1The compliance statement for entities which implement the DLINKSW-AAA-SERVER-MIB.
dasMIBGroups1.3.6.1.4.1.171.26.150.1.2.2.2
dasTacplusStatisticsGroup1.3.6.1.4.1.171.26.150.1.2.2.2.1Objects for providing AAA tacacs+ server statistics and status.
dasConfigGroup1.3.6.1.4.1.171.26.150.1.2.2.2.2Objects for configuring the AAA servers.
dasSrvGroupGroup1.3.6.1.4.1.171.26.150.1.2.2.2.3Objects for configuring the AAA server groups.
dasVrfGroup1.3.6.1.4.1.171.26.150.1.2.2.2.4Objects for configuring the AAA VRF setting.
dasSrcIfGroup1.3.6.1.4.1.171.26.150.1.2.2.2.5Objects for configuring the AAA source interface setting.
dasClearStatGroup1.3.6.1.4.1.171.26.150.1.2.2.2.6Objects for clear the AAA server statistics.

RFC description

Provides AAA server configuration and statistics for authentication, authorization, and accounting in D-Link network devices.

Start monitoring D-Link managed switch (AAA server config/statistics) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download DLINKSW-AAA-SERVER-MIB