MIBs Depot

CISCO-RADIUS-MIB

Registered at
1.3.6.1.4.1.9.9.288
Last updated
2009-02-06 00:00
Organization
Cisco Systems Inc.
Revisions
2009-02-06 00:00, 2007-07-22 00:00, 2007-01-03 00:00, 2004-03-03 00:00, 2002-11-09 00:00, 2002-10-08 00:00
Namespace
cisco
Source file
CISCO-RADIUS-MIB
Digest
sha256:4243d2789728916c266e1c37e6568b53fea5c0b3758ab60872c05920e3befe71

Description

MIB module for monitoring and configuring authentication and logging services using RADIUS (Remote Authentication Dial In User Service) related objects. The RADIUS (RFC2865) framework consists of clients and servers. A client is responsible for passing user information to designated RADIUS servers, and then acting on the response which is returned. RADIUS server is responsible for receiving user connection requests, authenticating the user, and then returning all configuration information necessary for the client to deliver service to the user. This MIB module also contains objects for enabling/disabling telnet and SSH (Secure Shell) authentication. Secure Shell is program which is used to log into another machine over a secured session.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553 -NETS E-mail: cs-san@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCCiscoPort, TimeIntervalMin, TimeIntervalSec
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMIMODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, 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.

CISCO-RADIUS-MIB
CISCO-SMI
CISCO-TC
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CiscoRadiusAuthKey
TEXTUAL-CONVENTION
The authentication key of a radius server. The first octet of this object contains the the type of key. The octets following the first octet contain the key. If the value of the first object is ascii value 'p', then the key is in plain text. If the value of first object is ascii value 'e', the key is encrypted. Note that this object has same format as TC DisplayString.
current
CiscoRadiusRetransPercent
TEXTUAL-CONVENTION
This textual convention represents the number of retransmisions per session expressed as a percent of the retransmissions configured for the RADIUS server.
current
CiscoRadiusRoundTripTimePercent
TEXTUAL-CONVENTION
This textual convention represents a round-trip time per session expressed as a percent of the round-trip time configured for the RADIUS server.
current

Objects

NameOIDSyntaxAccessStatus
ciscoRadiusMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1
crRadiusGenericConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.1
crRadiusLoginAuthentication
OBJECT-TYPE
The login authentication using RADIUS feature is enabled for telnet/SSH sessions if the 'telnet (0) ' bit is set, and disabled if this bit is reset. The login authentication using RADIUS feature is enabled for console sessions if the 'console (1) ' bit is set, and disabled if this bit is reset. The login authentication using RADIUS feature is enabled for remote web sessions if the 'http (2) ' bit is set, and disabled if this bit is reset.
1.3.6.1.4.1.9.9.288.1.1.1Bits {telnet(0), console(1), http(2)}read-writecurrent
crRadiusDeadtime
OBJECT-TYPE
Indicates the length of time in minutes that the system will mark the server dead when a RADIUS server does not respond to an authentication request. During the interval of the dead time, any authentication request that comes up would not be sent to that RADIUS server that was marked as dead. The default value of 0 means that the RADIUS servers will not be marked dead if they do not respond.
1.3.6.1.4.1.9.9.288.1.1.2TimeIntervalMin (0..1440)read-writecurrent
crRadiusAuthKey
OBJECT-TYPE
The key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server. A zero-length string is always returned when this object is read.
1.3.6.1.4.1.9.9.288.1.1.3CiscoRadiusAuthKeyread-writecurrent
crRadiusTimeout
OBJECT-TYPE
This is the time in seconds between retransmissions to the RADIUS server.
1.3.6.1.4.1.9.9.288.1.1.4TimeIntervalSec (1..1000)read-writecurrent
crRadiusRetransmits
OBJECT-TYPE
The additional number of times the RADIUS server should be tried by the RADIUS client before giving up on the server.
1.3.6.1.4.1.9.9.288.1.1.5Unsigned32 (0..100)read-writecurrent
crRadiusAccountingLogMaxSize
OBJECT-TYPE
The maximum size of the accounting log file in bytes. The log file is stored on local persistent storage at the device. If the size is set to a smaller value than the existing one, then smaller log will be available for view by the user.
1.3.6.1.4.1.9.9.288.1.1.6Unsigned32 (0..30000)read-writecurrent
crRadiusAccountingMethod
OBJECT-TYPE
The accounting method on the device. If bit 0 is set, the accounting method is RADIUS. If bit 1 is set, then the accounting method is local. It is possible for the user to set both the bits so that both the RADIUS as well as local accounting methods are used. It is also possible to set none of the methods; in this case the switch will not do any accounting.
1.3.6.1.4.1.9.9.288.1.1.7Bits {radius(0), local(1)}read-writecurrent
crRadiusServerConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.2
crRadiusServerTableMaxEntries
OBJECT-TYPE
The maximum number of entries that the agent supports in the crRadiusServerTable.
1.3.6.1.4.1.9.9.288.1.2.1Unsigned32 (0..65536)read-onlycurrent
crRadiusServerTable
OBJECT-TYPE
This table lists RADIUS servers.
1.3.6.1.4.1.9.9.288.1.2.2not-accessiblecurrent
crRadiusServerEntry
OBJECT-TYPE
A RADIUS server table entry. Users can add/delete entries in this table using object 'crRadiusServerRowStatus'. An entry cannot be created until following objects are instantiated : - crRadiusServerAddrType - crRadiusServerAddr Also, following objects cannot be modified when 'crRadiusServerRowStatus' is 'active' : - crRadiusServerAddrType - crRadiusServerAddr To modify above objects, the entry must be deleted and re-created with new values of above objects. If 'crRadiusServerKey' is not instantiated or is a zero-length string, then value of the object 'crRadiusAuthkey' is used as the key to communicate with the corresponding RADIUS server.
1.3.6.1.4.1.9.9.288.1.2.2.1not-accessiblecurrent
crRadiusServerIndex
OBJECT-TYPE
An arbitrary integer value, greater than zero, and less than and equal to crRadiusServerTableMaxEntries, which identifies a RADIUS Server in this table. The value of this object must be persistent across reboots/reinitialization of the device.
1.3.6.1.4.1.9.9.288.1.2.2.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
crRadiusServerAddrType
OBJECT-TYPE
The type of address of the RADIUS Server as specified by object 'crRadiusServerAddr'.
1.3.6.1.4.1.9.9.288.1.2.2.1.2InetAddressTyperead-createcurrent
crRadiusServerAddr
OBJECT-TYPE
The address of the RADIUS Server.
1.3.6.1.4.1.9.9.288.1.2.2.1.3InetAddressread-createcurrent
crRadiusServerAuthPort
OBJECT-TYPE
This is the destination UDP port number to which RADIUS authentication messages should be sent. The RADIUS server will not be used for authentication if this port number is 0.
1.3.6.1.4.1.9.9.288.1.2.2.1.4CiscoPortread-createcurrent
crRadiusServerAcctPort
OBJECT-TYPE
This is the destination UDP port number to which RADIUS accounting messages should be sent.
1.3.6.1.4.1.9.9.288.1.2.2.1.5CiscoPortread-createcurrent
crRadiusServerKey
OBJECT-TYPE
The key used in encrypting the packets passed between the RADIUS server and the client. This key must match the one configured on the server. A zero-length string is always returned when this object is read. Note that if this object is a zero length string, then 'crRadiusAuthKey' is used as the key for this server.
1.3.6.1.4.1.9.9.288.1.2.2.1.6CiscoRadiusAuthKeyread-createcurrent
crRadiusServerType
OBJECT-TYPE
Type of the RADIUS server. other (1), - a lower priority server primary (2) - the primary server which is tried first by the RADIUS client.
1.3.6.1.4.1.9.9.288.1.2.2.1.7INTEGER {other(1), primary(2)}read-createcurrent
crRadiusServerMode
OBJECT-TYPE
Mode of the RADIUS server. none (1) - neither authentication nor accounting authAndAcct (2) - both authentication and accounting authOnly (3) - only for authentication acctOnly (4) - only for accounting.
1.3.6.1.4.1.9.9.288.1.2.2.1.8INTEGER {none(1), authAndAcct(2), authOnly(3), acctOnly(4)}read-createcurrent
crRadiusServerRowStatus
OBJECT-TYPE
Status of this row.
1.3.6.1.4.1.9.9.288.1.2.2.1.9RowStatusread-createcurrent
crRadiusServerRTTThldNorm
OBJECT-TYPE
This object represents the normal threshold on the round-trip time of RADIUS authentication messages. This is measured as a percentage of configured round-trip time as per RFC-2865. If the round-trip time is less than or equal to this threshold, the agent generates the crRadiusServerRTTNormNotif notification. The value configured through this object should never be greater than that configured through crRadiusServerRTTThldHi.
1.3.6.1.4.1.9.9.288.1.2.2.1.10CiscoRadiusRoundTripTimePercentread-createcurrent
crRadiusServerRTTThldHi
OBJECT-TYPE
This object represents the high threshold on the round-trip time of RADIUS authentication messages. This is measured as a percentage of configured round-trip time as per RFC-2865. If the round-trip time is greater than or equal to this threshold, the agent generates the crRadiusServerRTTHiNotif notification. The value configured through this object should never be smaller than that configured through crRadiusServerRTTThldNorm.
1.3.6.1.4.1.9.9.288.1.2.2.1.11CiscoRadiusRoundTripTimePercentread-createcurrent
crRadiusServerRetransThldNorm
OBJECT-TYPE
This object represents the normal threshold on the retransmitted RADIUS authentication messages per session. This is measured as a percentage of crRadiusRetransmits. If the number of retransmits is less than or equal to this threshold, the agent generates the crRadiusServerRetransNormNotif notification. The value configured through this object should never be greater than that configured through crRadiusServerRetransThldHi.
1.3.6.1.4.1.9.9.288.1.2.2.1.12CiscoRadiusRetransPercentread-createcurrent
crRadiusServerRetransThldHi
OBJECT-TYPE
This object represents the high threshold on the retransmitted RADIUS authentication messages per session. This is measured as a percentage of crRadiusRetransmits. If the number of retransmits is greater than or equal to this threshold, the agent generates the crRadiusServerRetransHiNotif notification. The value configured through this object should never be smaller than that configured through crRadiusServerRetransThldNorm.
1.3.6.1.4.1.9.9.288.1.2.2.1.13CiscoRadiusRetransPercentread-createcurrent
crRadiusAttributesConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.3
crRadiusFramedIpAddrIncluded
OBJECT-TYPE
Specifies if Access-Request packets will include Framed-IP-Address attributes.
1.3.6.1.4.1.9.9.288.1.3.1TruthValueread-writecurrent
crRadiusFramedMtu
OBJECT-TYPE
Specifies the Framed-MTU attribute value to be sent to the RADIUS server.
1.3.6.1.4.1.9.9.288.1.3.2Unsigned32read-writecurrent
crRadiusVlanConfigGroup
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.4
crRadiusVlanAssignmentEnabled
OBJECT-TYPE
Specifies if VLANs will be assigned by RADIUS server via the tunnel attribute during the authentication.
1.3.6.1.4.1.9.9.288.1.4.1TruthValueread-writecurrent
crVlanGroupTable
OBJECT-TYPE
A table containing VLAN Group Mapping information for the purpose of distributing users across multiple VLANs which have the same group name.
1.3.6.1.4.1.9.9.288.1.4.2not-accessiblecurrent
crVlanGroupEntry
OBJECT-TYPE
An entry containing an VLAN Group Mapping information applicable to a particular VLAN. Entries in this table can be created or deleted using cpaeVlanGroupRowStatus object.
1.3.6.1.4.1.9.9.288.1.4.2.1not-accessiblecurrent
crVlanGroupName
OBJECT-TYPE
Specifies the name of the VLAN group.
1.3.6.1.4.1.9.9.288.1.4.2.1.1SnmpAdminStringnot-accessiblecurrent
crVlanGroupVlansLow
OBJECT-TYPE
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 0 to 2047. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 0 through 7, the second octet specifying VLANs 8 through 15, etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN. Thus, each VLAN of the device is represented by a single bit within the value of this object. If that bit has a value of '1' then that VLAN is included in the group; the VLAN is not mapped to the group if its bit has a value of '0'.
1.3.6.1.4.1.9.9.288.1.4.2.1.2OCTET STRING (SIZE(0..256))read-createcurrent
crVlanGroupVlansHigh
OBJECT-TYPE
A string of octets containing one bit per VLAN for VLANs with VlanIndex value of 2048 to 4095. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 2048 through 2055, the second octet specifying VLANs 2056 through 2063, etc. Within each octet, the most significant bit represents the lowest numbered VLAN, and the least significant bit represents the highest numbered VLAN. Thus, each VLAN of the device is represented by a single bit within the value of this object. If that bit has a value of '1' then that VLAN is included in the group; the VLAN is not mapped to the group if its bit has a value of '0'.
1.3.6.1.4.1.9.9.288.1.4.2.1.3OCTET STRING (SIZE(0..256))read-createcurrent
crVlanGroupRowStatus
OBJECT-TYPE
This object is used to manage the creation and deletion of rows in this table. The only way to create an entry is by setting the value createAndGo(4), and the only way to delete an entry is by setting the value destroy(6) to this object.
1.3.6.1.4.1.9.9.288.1.4.2.1.4RowStatusread-createcurrent
crRadiusKeepAliveConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.5
crRadiusKeepAliveEnabled
OBJECT-TYPE
Specifies whether RADIUS keep-alive feature is enabled or not.
1.3.6.1.4.1.9.9.288.1.5.1TruthValueread-writecurrent
crRadiusKeepAliveInterval
OBJECT-TYPE
Specifies the RADIUS keep-alive interval value. When the object value of crRadiusKeepAliveEnabled is 'true', a tracking message is sent to every configured RADIUS server at the interval of crRadiusKeepAliveInterval to query the status of the server.
1.3.6.1.4.1.9.9.288.1.5.2Unsigned32read-writecurrent
crRadiusKeepAliveServerTable
OBJECT-TYPE
This table contains the keep-alive information on every RADIUS server configured on the system.
1.3.6.1.4.1.9.9.288.1.5.3not-accessiblecurrent
crRadiusKeepAliveServerEntry
OBJECT-TYPE
An entry containing keep-alive information of a corresponding RADIUS server configured in crRadiusServerTable.
1.3.6.1.4.1.9.9.288.1.5.3.1not-accessiblecurrent
crRadiusKeepAliveServerStatus
OBJECT-TYPE
Indicates the current keep-alive status of the RADIUS server. other : none of the following. init : the server is in init state. active : the server is in active state. checkup: the server is in checkup state. dead : the server is in dead state. This object is only instantiated when the corresponding instance value of crRadiusServerRowStatus is 'active' and the object value of crRadiusKeepAliveEnabled is 'true'.
1.3.6.1.4.1.9.9.288.1.5.3.1.1INTEGER {other(1), init(2), active(3), checkup(4), dead(5)}read-onlycurrent
crRadiusPortAutoInitialize
OBJECT-TYPE
Specifies whether a port's state machines will be re- initialized if their state machines are in 'aaaFail' when a RADIUS server becomes available.
1.3.6.1.4.1.9.9.288.1.5.4TruthValueread-writecurrent
crRadiusKeepAliveUserName
OBJECT-TYPE
Specifies the user name used in keep-alive communication with RADIUS server.
1.3.6.1.4.1.9.9.288.1.5.5SnmpAdminStringread-writecurrent
crRadiusServerNotifCntl
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.1.6
crRadiusServerRTTNormNotifEnable
OBJECT-TYPE
This object is used to control the generation of crRadiusServerRTTNormNotif notification. A value of 'true' indicates that the notification will be generated when the current server round-trip time is less than or equal to crRadiusServerRTTThldNorm.
1.3.6.1.4.1.9.9.288.1.6.1TruthValueread-writecurrent
crRadiusServerRTTHiNotifEnable
OBJECT-TYPE
This object is used to control the generation of crRadiusServerRTTHiNotif notification. A value of 'true' indicates that the notification will be generated when the current server round-trip time is greater than or equal to crRadiusServerRTTThldHi.
1.3.6.1.4.1.9.9.288.1.6.2TruthValueread-writecurrent
crRadiusServerRetransNormNotifEnable
OBJECT-TYPE
This object is used to control the generation of crRadiusServerRetransNormNotif notification. A value of 'true' indicates that the notification will be generated when the current number of server retransmissions are less than or equal to crRadiusServerRetransThldNorm.
1.3.6.1.4.1.9.9.288.1.6.3TruthValueread-writecurrent
crRadiusServerRetransHiNotifEnable
OBJECT-TYPE
This object is used to control the generation of crRadiusServerRetransHiNotif notification. A value of 'true' indicates that the notification will be generated when the current number of server retransmissions are greater than or equal to crRadiusServerRetransThldHi.
1.3.6.1.4.1.9.9.288.1.6.4TruthValueread-writecurrent
ciscoRadiusMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.2
ciscoRadiusMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.2.1
ciscoRadiusMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.2.2
ciscoRadiusMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.288.3

Notifications

NameOIDStatus
crRadiusServerRTTNormNotif
NOTIFICATION-TYPE
This notification indicates that the current server round-trip time is less than or equal to crRadiusServerRTTThldNorm. Once sent, this notification will be disarmed until the round-trip time exceeds the value configured through crRadiusServerRTTThldHi.
1.3.6.1.4.1.9.9.288.3.1current
crRadiusServerRTTHiNotif
NOTIFICATION-TYPE
This notification indicates that the current server round-trip time is greater than or equal to crRadiusServerRTTThldHi. Once sent, this notification will be disarmed until the round-trip time falls below the value configured through crRadiusServerRTTThldNorm.
1.3.6.1.4.1.9.9.288.3.2current
crRadiusServerRetransNormNotif
NOTIFICATION-TYPE
This notification indicates that the current number of server retransmissions are less than or equal to crRadiusServerRetransThldNorm. Once sent, this notification will be disarmed until the number of retransmissions exceed the value configured through crRadiusServerRetransThldHi.
1.3.6.1.4.1.9.9.288.3.3current
crRadiusServerRetransHiNotif
NOTIFICATION-TYPE
This notification indicates that the current number of server retransmissions are greater than or equal to crRadiusServerRetransThldHi. Once sent, this notification will be disarmed until the number of retransmissions falls below the value configured through crRadiusServerRetransThldNorm.
1.3.6.1.4.1.9.9.288.3.4current

Conformance

NameOIDStatus
ciscoRadiusMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
1.3.6.1.4.1.9.9.288.2.1.1deprecated
ciscoRadiusMIBCompliance2
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
1.3.6.1.4.1.9.9.288.2.1.2deprecated
ciscoRadiusMIBCompliance3
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
1.3.6.1.4.1.9.9.288.2.1.3deprecated
ciscoRadiusMIBCompliance4
MODULE-COMPLIANCE
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
1.3.6.1.4.1.9.9.288.2.1.4current
crmConfigurationGroup
OBJECT-GROUP
A collection of objects for RADIUS configuration.
1.3.6.1.4.1.9.9.288.2.2.1current
crmAttributesGroup
OBJECT-GROUP
A collection of objects for RADIUS attributes configuration.
1.3.6.1.4.1.9.9.288.2.2.2current
crmVlanConfigGroup
OBJECT-GROUP
A collection of objects for RADIUS Vlans assignment configuration.
1.3.6.1.4.1.9.9.288.2.2.3current
crmKeepAliveGroup
OBJECT-GROUP
A collection of objects for RADIUS keep-alive information.
1.3.6.1.4.1.9.9.288.2.2.4current
crmAutoInitializeConfigGroup
OBJECT-GROUP
A collection of objects for RADIUS auto initialize configuration.
1.3.6.1.4.1.9.9.288.2.2.5current
crmAttributesGroup2
OBJECT-GROUP
A collection of additional objects for RADIUS attributes configuration.
1.3.6.1.4.1.9.9.288.2.2.6current
crmRadiusKeepAliveUserGroup
OBJECT-GROUP
A collection of objects for RADIUS keep-alive user configuration.
1.3.6.1.4.1.9.9.288.2.2.7current
crmRadiusServerNotifGroup
NOTIFICATION-GROUP
This collection of notifications is used to monitor the responsiveness of the RADIUS server.
1.3.6.1.4.1.9.9.288.2.2.8current
crmConfigurationGroupSup1
OBJECT-GROUP
This group supplements crmConfigurationGroup, to configure the thresholds on the round-trip times and retransmission counts.
1.3.6.1.4.1.9.9.288.2.2.9current
crmRadiusServerNotifCntlGroup
OBJECT-GROUP
This collection of objects control the generation of notifications related to RADIUS server.
1.3.6.1.4.1.9.9.288.2.2.10current