CISCO-RADIUS-MIB.mib object view, vendor Cisco
Introduction
Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers).
This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.
ActiveXperts Network Monitor 2024 can import MIB file CISCO-RADIUS-MIB and use it to monitor vendor specific OID's.
CISCO-RADIUS-MIB file content
Object view of CISCO-RADIUS-MIB:
Scalar Object |
crRadiusLoginAuthentication |
.1.3.6.1.4.1.9.9.288.1.1.1 |
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.
|
crRadiusDeadtime |
.1.3.6.1.4.1.9.9.288.1.1.2 |
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 |
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 |
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 |
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 |
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 |
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.
|
crRadiusFramedIpAddrIncluded |
.1.3.6.1.4.1.9.9.288.1.3.1 |
Specifies if Access-Request packets will include
Framed-IP-Address attributes.
|
crRadiusServerTableMaxEntries |
.1.3.6.1.4.1.9.9.288.1.2.1 |
The maximum number of entries that the agent supports in the
crRadiusServerTable.
|
crRadiusServerEntry |
.1.3.6.1.4.1.9.9.288.1.2.2.1 |
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.
|
crRadiusVlanAssignmentEnabled |
.1.3.6.1.4.1.9.9.288.1.4.1 |
Specifies if VLANs will be assigned by RADIUS server
via the tunnel attribute during the authentication.
|
crVlanGroupEntry |
.1.3.6.1.4.1.9.9.288.1.4.2.1 |
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.
|
Tabular Object |
crRadiusServerIndex |
.1.3.6.1.4.1.9.9.288.1.2.2.1.1 |
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 |
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 |
The address of the RADIUS Server.
|
crRadiusServerAuthPort |
.1.3.6.1.4.1.9.9.288.1.2.2.1.4 |
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 |
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 |
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 |
Type of the RADIUS server.
other (1), - a lower priority server
primary (2) - the primary server which is tried first
by the RADIUS client.
|
crRadiusServerMode |
.1.3.6.1.4.1.9.9.288.1.2.2.1.8 |
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.
|
crRadiusServerRowStatus |
.1.3.6.1.4.1.9.9.288.1.2.2.1.9 |
Status of this row.
|
crVlanGroupName |
.1.3.6.1.4.1.9.9.288.1.4.2.1.1 |
Specifies the name of the VLAN group.
|
crVlanGroupVlansLow |
.1.3.6.1.4.1.9.9.288.1.4.2.1.2 |
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 |
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 |
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.
|
Table |
crRadiusServerTable |
.1.3.6.1.4.1.9.9.288.1.2.2 |
This table lists RADIUS servers.
|
crVlanGroupTable |
.1.3.6.1.4.1.9.9.288.1.4.2 |
A table containing VLAN Group Mapping information for the
purpose of distributing users across multiple VLANs which
have the same group name.
|
Object Identifier |
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 |
ciscoRadiusMIBConformance |
.1.3.6.1.4.1.9.9.288.2 |
crRadiusGenericConfig |
.1.3.6.1.4.1.9.9.288.1.1 |
crRadiusServerConfig |
.1.3.6.1.4.1.9.9.288.1.2 |
crRadiusAttributesConfig |
.1.3.6.1.4.1.9.9.288.1.3 |
crRadiusVlanConfigGroup |
.1.3.6.1.4.1.9.9.288.1.4 |
ciscoRadiusMIBCompliances |
.1.3.6.1.4.1.9.9.288.2.1 |
ciscoRadiusMIBGroups |
.1.3.6.1.4.1.9.9.288.2.2 |
Group |
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.
|