DLINKSW-AAA-SERVER-MIB
- Registered at
- 1.3.6.1.4.1.171.14.150.1.2
- Last updated
- 2013-07-18 00:00
- Organization
- D-Link Corp.
- Revisions
- 2013-07-18 00:00
- Namespace
- dlink
- Source file
DLINKSW-AAA-SERVER-MIB- Digest
sha256:c0e3ee04e9e74ed3a77b8046314b7f2eb05371adc0de59f6475d0986f420a819
Description
This 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)
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
| From | Symbols |
|---|---|
| DLINKSW-AAA-COMMON-MIB | dAaaMIBObjects |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
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-AAA-COMMON-MIB DLINKSW-AAA-SERVER-MIB IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| DlinkAAAGroupName TEXTUAL-CONVENTION Represents group name. The following name are reserved and cannot be created by user: enable, none, local, tacacs, xtacacs, tacacs+, radius | current | |||
| DlinkAAAProtocol TEXTUAL-CONVENTION Protocol used with this server. none(0) - No protocol specified, this value is read-only. tacacsplus(1) - TACACS+ radius(2) - RADIUS | current | |||
| VrfName TEXTUAL-CONVENTION Represents VRF name. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dAaaSrvMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.0 | |||
| dAaaSrvMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1 | |||
| dasConfig OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.1 | |||
| dasServerConfigTable OBJECT-TYPE This 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 | 1.3.6.1.4.1.171.14.150.1.2.1.1.1 | not-accessible | current | |
| dasServerConfigEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1 | not-accessible | current | |
| dasServerProtocol OBJECT-TYPE The variable indicates the protocol of the corresponding AAA server. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.1 | DlinkAAAProtocol | not-accessible | current |
| dasServerIndex OBJECT-TYPE A management station wishing to initiate a new AAA server configuration should use a random value for this object when creating an instance of dasServerConfigEntry. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.2 | Unsigned32 (1..4294967295) | not-accessible | current |
| dasServerAddrType OBJECT-TYPE This object indicates the address type of the AAA server. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.3 | InetAddressType | read-create | current |
| dasServerAddress OBJECT-TYPE The address of the server. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.4 | InetAddress | read-create | current |
| dasServerAuthenPort OBJECT-TYPE UDP/TCP port used for authentication in the configuration For TACACS+, this object should be explicitly set. Default value is 1812 for RADIUS. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.5 | Unsigned32 (0..65535) | read-create | current |
| dasServerAcctPort OBJECT-TYPE UDP/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. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.6 | Unsigned32 (0..65535) | read-create | current |
| dasServerKey OBJECT-TYPE The 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. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.7 | DisplayString (SIZE(0..254)) | read-create | current |
| dasServerTimeout OBJECT-TYPE The time in seconds for waiting server reply. Default value is 5 seconds. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.8 | Unsigned32 (1..255) | read-create | current |
| dasServerRetransmit OBJECT-TYPE The 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. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.9 | Unsigned32 (0..20) | read-create | current |
| dasServerPriority OBJECT-TYPE A number that indicates the priority of the server in this entry. Lower numbers indicate higher priority. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.10 | Unsigned32 (1..4294967295) | read-only | current |
| dasServerRowStatus OBJECT-TYPE The status of this entry. | 1.3.6.1.4.1.171.14.150.1.2.1.1.1.1.99 | RowStatus | read-create | current |
| dasRadiusServerDeadTime OBJECT-TYPE This 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. | 1.3.6.1.4.1.171.14.150.1.2.1.1.2 | Unsigned32 (0..1440) | read-write | current |
| dasStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.2 | |||
| dasTacplusStatisticsTable OBJECT-TYPE This 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 | 1.3.6.1.4.1.171.14.150.1.2.1.2.1 | not-accessible | current | |
| dasTacplusStatisticsEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1 | not-accessible | current | |
| dasTacplusSocketOpens OBJECT-TYPE The number of successful TCP socket connections to the TACACS+ server. | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1.1 | Counter32 | read-only | current |
| dasTacplusSocketCloses OBJECT-TYPE The number of successfully closed TCP socket attempts. | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1.2 | Counter32 | read-only | current |
| dasTacplusTotalPktSent OBJECT-TYPE The number of packets sent to the TACACS+ server | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1.3 | Counter32 | read-only | current |
| dasTacplusTotalPktRecv OBJECT-TYPE The number of packets received from the TACACS+ server. | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1.4 | Counter32 | read-only | current |
| dasTacplusReferenceCount OBJECT-TYPE The number of packets received from the TACACS+ server. | 1.3.6.1.4.1.171.14.150.1.2.1.2.1.1.5 | Counter32 | read-only | current |
| dasGroup OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.3 | |||
| dasGroupTable OBJECT-TYPE This 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 | 1.3.6.1.4.1.171.14.150.1.2.1.3.1 | not-accessible | current | |
| dasGroupEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.3.1.1 | not-accessible | current | |
| dasGroupProtocol OBJECT-TYPE The variable denotes the protocol used by the managed device with the AAA group corresponding to this entry in the table. | 1.3.6.1.4.1.171.14.150.1.2.1.3.1.1.1 | DlinkAAAProtocol | not-accessible | current |
| dasGroupName OBJECT-TYPE The server group name. | 1.3.6.1.4.1.171.14.150.1.2.1.3.1.1.2 | DlinkAAAGroupName | not-accessible | current |
| dasGroupRowStatus OBJECT-TYPE The 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). | 1.3.6.1.4.1.171.14.150.1.2.1.3.1.1.3 | RowStatus | read-create | current |
| dasGroupServerTable OBJECT-TYPE This 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 | 1.3.6.1.4.1.171.14.150.1.2.1.3.2 | not-accessible | current | |
| dasGroupServerEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1 | not-accessible | current | |
| dasGroupSrvIndex OBJECT-TYPE A 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. | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| dasGroupSrvAddrType OBJECT-TYPE This object indicates the type of network address denoted in dasGroupSrvAddress object. | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1.2 | InetAddressType | read-create | current |
| dasGroupSrvAddress OBJECT-TYPE The address of the server of the entry. | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1.3 | InetAddress | read-create | current |
| dasGroupSrvPriority OBJECT-TYPE A number that indicates the priority of the server in this group. Lower numbers indicate higher priority. | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1.4 | Unsigned32 (1..4294967295) | read-only | current |
| dasGroupServerRowStatus OBJECT-TYPE The 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). | 1.3.6.1.4.1.171.14.150.1.2.1.3.2.1.5 | RowStatus | read-create | current |
| dasVrf OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.4 | |||
| dasGroupVrfTable OBJECT-TYPE This 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 | 1.3.6.1.4.1.171.14.150.1.2.1.4.1 | not-accessible | current | |
| dasGroupVrfEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.4.1.1 | not-accessible | current | |
| dasGroupVrfName OBJECT-TYPE The VRF name of the entry. | 1.3.6.1.4.1.171.14.150.1.2.1.4.1.1.1 | VrfName | read-create | current |
| dasGroupVrfConfigRowStatus OBJECT-TYPE The status of this table entry. | 1.3.6.1.4.1.171.14.150.1.2.1.4.1.1.2 | RowStatus | read-create | current |
| dasSrcIf OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.5 | |||
| dasGroupSrcIfTable OBJECT-TYPE This table consists of a list of source interface configurations for each AAA server group. | 1.3.6.1.4.1.171.14.150.1.2.1.5.1 | not-accessible | current | |
| dasGroupSrcIfEntry OBJECT-TYPE An 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. | 1.3.6.1.4.1.171.14.150.1.2.1.5.1.1 | not-accessible | current | |
| dasGroupSrcAddrType OBJECT-TYPE This object indicates the type of the address which will be used as source address for sending RADIUS packets. | 1.3.6.1.4.1.171.14.150.1.2.1.5.1.1.1 | InetAddressType | not-accessible | current |
| dasGroupSrcIfIndex OBJECT-TYPE This object indicates the ifIndex of the interface whose IP/IPv6 address will be used as source IP/IPv6 address for sending RADIUS packets. | 1.3.6.1.4.1.171.14.150.1.2.1.5.1.1.2 | InterfaceIndex | read-create | current |
| dasGroupSrcIfConfigRowStatus OBJECT-TYPE The status of this table entry. | 1.3.6.1.4.1.171.14.150.1.2.1.5.1.1.3 | RowStatus | read-create | current |
| dasClear OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.1.6 | |||
| dasClearServerStatTable OBJECT-TYPE This table is used to clear statistics of the AAA servers. | 1.3.6.1.4.1.171.14.150.1.2.1.6.1 | not-accessible | current | |
| dasClearServerStatEntry OBJECT-TYPE An entry which can be used to clear the statistics of the AAA server. | 1.3.6.1.4.1.171.14.150.1.2.1.6.1.1 | not-accessible | current | |
| dasClearServerStatAction OBJECT-TYPE This 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. | 1.3.6.1.4.1.171.14.150.1.2.1.6.1.1.1 | INTEGER {clear(1), noOp(2)} | read-write | current |
| dasClearServerStatByGroup OBJECT-TYPE This 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. | 1.3.6.1.4.1.171.14.150.1.2.1.6.2 | DlinkAAAGroupName | read-write | current |
| dasClearServerStatByProtocol OBJECT-TYPE This 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. | 1.3.6.1.4.1.171.14.150.1.2.1.6.3 | DlinkAAAProtocol | read-write | current |
| dasClearAllServerStat OBJECT-TYPE This 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. | 1.3.6.1.4.1.171.14.150.1.2.1.6.4 | INTEGER {clear(1), noOp(2)} | read-write | current |
| dAaaSrvMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.2 | |||
| dasMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.2.1 | |||
| dasMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.150.1.2.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| dasMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the DLINKSW-AAA-SERVER-MIB. | 1.3.6.1.4.1.171.14.150.1.2.2.1.1 | current |
| dasTacplusStatisticsGroup OBJECT-GROUP Objects for providing AAA tacacs+ server statistics and status. | 1.3.6.1.4.1.171.14.150.1.2.2.2.1 | current |
| dasConfigGroup OBJECT-GROUP Objects for configuring the AAA servers. | 1.3.6.1.4.1.171.14.150.1.2.2.2.2 | current |
| dasSrvGroupGroup OBJECT-GROUP Objects for configuring the AAA server groups. | 1.3.6.1.4.1.171.14.150.1.2.2.2.3 | current |
| dasVrfGroup OBJECT-GROUP Objects for configuring the AAA VRF setting. | 1.3.6.1.4.1.171.14.150.1.2.2.2.4 | current |
| dasSrcIfGroup OBJECT-GROUP Objects for configuring the AAA source interface setting. | 1.3.6.1.4.1.171.14.150.1.2.2.2.5 | current |
| dasClearStatGroup OBJECT-GROUP Objects for clear the AAA server statistics. | 1.3.6.1.4.1.171.14.150.1.2.2.2.6 | current |