CISCO-RADIUS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-RADIUS-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoRadiusMIB 1.3.6.1.4.1.9.9.288
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.
         ciscoRadiusMIBObjects 1.3.6.1.4.1.9.9.288.1
             crRadiusGenericConfig 1.3.6.1.4.1.9.9.288.1.1
                 crRadiusLoginAuthentication 1.3.6.1.4.1.9.9.288.1.1.1 bits read-write
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. Bits: 'http': 2, 'console': 1, 'telnet': 0.
                 crRadiusDeadtime 1.3.6.1.4.1.9.9.288.1.1.2 timeintervalmin read-write
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.
                 crRadiusAuthKey 1.3.6.1.4.1.9.9.288.1.1.3 ciscoradiusauthkey read-write
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.
                 crRadiusTimeout 1.3.6.1.4.1.9.9.288.1.1.4 timeintervalsec read-write
This is the time in seconds between retransmissions to the RADIUS server.
                 crRadiusRetransmits 1.3.6.1.4.1.9.9.288.1.1.5 unsigned32 read-write
The additional number of times the RADIUS server should be tried by the RADIUS client before giving up on the server.
                 crRadiusAccountingLogMaxSize 1.3.6.1.4.1.9.9.288.1.1.6 unsigned32 read-write
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.
                 crRadiusAccountingMethod 1.3.6.1.4.1.9.9.288.1.1.7 bits read-write
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. Bits: 'local': 1, 'radius': 0.
             crRadiusServerConfig 1.3.6.1.4.1.9.9.288.1.2
                 crRadiusServerTableMaxEntries 1.3.6.1.4.1.9.9.288.1.2.1 unsigned32 read-only
The maximum number of entries that the agent supports in the crRadiusServerTable.
                 crRadiusServerTable 1.3.6.1.4.1.9.9.288.1.2.2 no-access
This table lists RADIUS servers.
                     crRadiusServerEntry 1.3.6.1.4.1.9.9.288.1.2.2.1 no-access
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.
                         crRadiusServerIndex 1.3.6.1.4.1.9.9.288.1.2.2.1.1 unsigned32 no-access
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.
                         crRadiusServerAddrType 1.3.6.1.4.1.9.9.288.1.2.2.1.2 inetaddresstype read-only
The type of address of the RADIUS Server as specified by object 'crRadiusServerAddr'.
                         crRadiusServerAddr 1.3.6.1.4.1.9.9.288.1.2.2.1.3 inetaddress read-only
The address of the RADIUS Server.
                         crRadiusServerAuthPort 1.3.6.1.4.1.9.9.288.1.2.2.1.4 ciscoport read-only
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.
                         crRadiusServerAcctPort 1.3.6.1.4.1.9.9.288.1.2.2.1.5 ciscoport read-only
This is the destination UDP port number to which RADIUS accounting messages should be sent.
                         crRadiusServerKey 1.3.6.1.4.1.9.9.288.1.2.2.1.6 ciscoradiusauthkey read-only
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.
                         crRadiusServerType 1.3.6.1.4.1.9.9.288.1.2.2.1.7 integer read-only
Type of the RADIUS server. other (1), - a lower priority server primary (2) - the primary server which is tried first by the RADIUS client. Enumeration: 'other': 1, 'primary': 2.
                         crRadiusServerMode 1.3.6.1.4.1.9.9.288.1.2.2.1.8 integer read-only
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. Enumeration: 'authOnly': 3, 'none': 1, 'acctOnly': 4, 'authAndAcct': 2.
                         crRadiusServerRowStatus 1.3.6.1.4.1.9.9.288.1.2.2.1.9 rowstatus read-only
Status of this row.
                         crRadiusServerRTTThldNorm 1.3.6.1.4.1.9.9.288.1.2.2.1.10 ciscoradiusroundtriptimepercent read-only
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.
                         crRadiusServerRTTThldHi 1.3.6.1.4.1.9.9.288.1.2.2.1.11 ciscoradiusroundtriptimepercent read-only
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.
                         crRadiusServerRetransThldNorm 1.3.6.1.4.1.9.9.288.1.2.2.1.12 ciscoradiusretranspercent read-only
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.
                         crRadiusServerRetransThldHi 1.3.6.1.4.1.9.9.288.1.2.2.1.13 ciscoradiusretranspercent read-only
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.
             crRadiusAttributesConfig 1.3.6.1.4.1.9.9.288.1.3
                 crRadiusFramedIpAddrIncluded 1.3.6.1.4.1.9.9.288.1.3.1 truthvalue read-write
Specifies if Access-Request packets will include Framed-IP-Address attributes.
                 crRadiusFramedMtu 1.3.6.1.4.1.9.9.288.1.3.2 unsigned32 read-write
Specifies the Framed-MTU attribute value to be sent to the RADIUS server.
             crRadiusVlanConfigGroup 1.3.6.1.4.1.9.9.288.1.4
                 crRadiusVlanAssignmentEnabled 1.3.6.1.4.1.9.9.288.1.4.1 truthvalue read-write
Specifies if VLANs will be assigned by RADIUS server via the tunnel attribute during the authentication.
                 crVlanGroupTable 1.3.6.1.4.1.9.9.288.1.4.2 no-access
A table containing VLAN Group Mapping information for the purpose of distributing users across multiple VLANs which have the same group name.
                     crVlanGroupEntry 1.3.6.1.4.1.9.9.288.1.4.2.1 no-access
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.
                         crVlanGroupName 1.3.6.1.4.1.9.9.288.1.4.2.1.1 snmpadminstring no-access
Specifies the name of the VLAN group.
                         crVlanGroupVlansLow 1.3.6.1.4.1.9.9.288.1.4.2.1.2 octet string read-only
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'.
                         crVlanGroupVlansHigh 1.3.6.1.4.1.9.9.288.1.4.2.1.3 octet string read-only
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'.
                         crVlanGroupRowStatus 1.3.6.1.4.1.9.9.288.1.4.2.1.4 rowstatus read-only
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.
             crRadiusKeepAliveConfig 1.3.6.1.4.1.9.9.288.1.5
                 crRadiusKeepAliveEnabled 1.3.6.1.4.1.9.9.288.1.5.1 truthvalue read-write
Specifies whether RADIUS keep-alive feature is enabled or not.
                 crRadiusKeepAliveInterval 1.3.6.1.4.1.9.9.288.1.5.2 unsigned32 read-write
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.
                 crRadiusKeepAliveServerTable 1.3.6.1.4.1.9.9.288.1.5.3 no-access
This table contains the keep-alive information on every RADIUS server configured on the system.
                     crRadiusKeepAliveServerEntry 1.3.6.1.4.1.9.9.288.1.5.3.1 no-access
An entry containing keep-alive information of a corresponding RADIUS server configured in crRadiusServerTable.
                         crRadiusKeepAliveServerStatus 1.3.6.1.4.1.9.9.288.1.5.3.1.1 integer read-only
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'. Enumeration: 'active': 3, 'checkup': 4, 'init': 2, 'other': 1, 'dead': 5.
                 crRadiusPortAutoInitialize 1.3.6.1.4.1.9.9.288.1.5.4 truthvalue read-write
Specifies whether a port's state machines will be re- initialized if their state machines are in 'aaaFail' when a RADIUS server becomes available.
                 crRadiusKeepAliveUserName 1.3.6.1.4.1.9.9.288.1.5.5 snmpadminstring read-write
Specifies the user name used in keep-alive communication with RADIUS server.
             crRadiusServerNotifCntl 1.3.6.1.4.1.9.9.288.1.6
                 crRadiusServerRTTNormNotifEnable 1.3.6.1.4.1.9.9.288.1.6.1 truthvalue read-write
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.
                 crRadiusServerRTTHiNotifEnable 1.3.6.1.4.1.9.9.288.1.6.2 truthvalue read-write
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.
                 crRadiusServerRetransNormNotifEnable 1.3.6.1.4.1.9.9.288.1.6.3 truthvalue read-write
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.
                 crRadiusServerRetransHiNotifEnable 1.3.6.1.4.1.9.9.288.1.6.4 truthvalue read-write
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.
         ciscoRadiusMIBConformance 1.3.6.1.4.1.9.9.288.2
             ciscoRadiusMIBCompliances 1.3.6.1.4.1.9.9.288.2.1
                 ciscoRadiusMIBCompliance 1.3.6.1.4.1.9.9.288.2.1.1
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
                 ciscoRadiusMIBCompliance2 1.3.6.1.4.1.9.9.288.2.1.2
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
                 ciscoRadiusMIBCompliance3 1.3.6.1.4.1.9.9.288.2.1.3
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
                 ciscoRadiusMIBCompliance4 1.3.6.1.4.1.9.9.288.2.1.4
The compliance statement for entities which implement the CISCO-RADIUS-MIB.
             ciscoRadiusMIBGroups 1.3.6.1.4.1.9.9.288.2.2
                 crmConfigurationGroup 1.3.6.1.4.1.9.9.288.2.2.1
A collection of objects for RADIUS configuration.
                 crmAttributesGroup 1.3.6.1.4.1.9.9.288.2.2.2
A collection of objects for RADIUS attributes configuration.
                 crmVlanConfigGroup 1.3.6.1.4.1.9.9.288.2.2.3
A collection of objects for RADIUS Vlans assignment configuration.
                 crmKeepAliveGroup 1.3.6.1.4.1.9.9.288.2.2.4
A collection of objects for RADIUS keep-alive information.
                 crmAutoInitializeConfigGroup 1.3.6.1.4.1.9.9.288.2.2.5
A collection of objects for RADIUS auto initialize configuration.
                 crmAttributesGroup2 1.3.6.1.4.1.9.9.288.2.2.6
A collection of additional objects for RADIUS attributes configuration.
                 crmRadiusKeepAliveUserGroup 1.3.6.1.4.1.9.9.288.2.2.7
A collection of objects for RADIUS keep-alive user configuration.
                 crmRadiusServerNotifGroup 1.3.6.1.4.1.9.9.288.2.2.8
This collection of notifications is used to monitor the responsiveness of the RADIUS server.
                 crmConfigurationGroupSup1 1.3.6.1.4.1.9.9.288.2.2.9
This group supplements crmConfigurationGroup, to configure the thresholds on the round-trip times and retransmission counts.
                 crmRadiusServerNotifCntlGroup 1.3.6.1.4.1.9.9.288.2.2.10
This collection of objects control the generation of notifications related to RADIUS server.
         ciscoRadiusMIBNotifications 1.3.6.1.4.1.9.9.288.3
             crRadiusServerRTTNormNotif 1.3.6.1.4.1.9.9.288.3.1
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.
             crRadiusServerRTTHiNotif 1.3.6.1.4.1.9.9.288.3.2
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.
             crRadiusServerRetransNormNotif 1.3.6.1.4.1.9.9.288.3.3
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.
             crRadiusServerRetransHiNotif 1.3.6.1.4.1.9.9.288.3.4
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.