casConfigEntry
CISCO-AAA-SERVER-MIB ·
.1.3.6.1.4.1.9.10.56.1.1.2.1
Object
row
An AAA server configuration identified by its protocol
and its index.
An entry is created/removed when a server is defined
or undefined with IOS 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. The station should then create the
associated instance of the row status and row index objects.
It must also, either in the same or in successive PDUs,
create an instance of casAddress where casAddress is the
IP address of the server to be added.
It should also modify the default values for casAuthenPort,
casAcctPort if the defaults are not appropriate.
If casKey is a zero-length string or is not explicitly set,
then the global key will be used. Otherwise, this value
is used as the key for this server instance.
Once the appropriate instance of all the configuration
objects have been created, either by an explicit SNMP set
request or by default, the row status should be set to
active(1) to initiate the request.
After the AAA server is made active, the entry can not be
modified - the only allowed operation after this is to
destroy the entry by setting casConfigRowStatus to destroy(6).
casPriority 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.
Entries in this table with casConfigRowStatus equal to
active(1) remain in the table until destroyed.
Entries in this table with casConfigRowStatus equal to
values other than active(1) will be destroyed after timeout
(5 minutes).
If a server address being created via SNMP exists already
in another active casConfigEntry, then a newly created row
can not be made active until the original row with the
with the same server address value is destroyed.
Upon reload, casIndex 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.
Context
- MIB
- CISCO-AAA-SERVER-MIB
- OID
.1.3.6.1.4.1.9.10.56.1.1.2.1- Type
- row
- Status
- current
- Parent
- casConfigTable
- Table
- casConfigTable
- Children
- 8
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| casProtocol The variable denotes the protocol used by the
managed device with the AAA server corresponding to
this entry in the table. | column | CiscoAAAProtocol | .1.3.6.1.4.1.9.10.56.1.1.2.1.1 |
| casIndex A management station wishing to initiate a new AAA server
configuration should use a random value for this object
when creating an instance of casConfigEntry.
The R… | column | Unsigned32 | .1.3.6.1.4.1.9.10.56.1.1.2.1.2 |
| casAddress The IP address of the server. | column | SNMPv2-SMIIpAddress | .1.3.6.1.4.1.9.10.56.1.1.2.1.3 |
| casAuthenPort UDP/TCP port used for authentication in the configuration
For TACACS+, this object should be explictly set.
Default value is the IOS default for radi… | column | Integer32 | .1.3.6.1.4.1.9.10.56.1.1.2.1.4 |
| casAcctPort UDP/TCP port used for accounting service in the configuration
For TACACS+, the value of casAcctPort is ignored.
casAuthenPort will be used instead.
D… | column | Integer32 | .1.3.6.1.4.1.9.10.56.1.1.2.1.5 |
| casKey The server key to be used with this server.
Retrieving the value of this object via SNMP will
return an empty string for security reasons. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.9.10.56.1.1.2.1.6 |
| casPriority A number that indicates the priority of the server in
this entry. Lower numbers indicate higher priority. | column | Unsigned32 | .1.3.6.1.4.1.9.10.56.1.1.2.1.7 |
| casConfigRowStatus 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). | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.9.10.56.1.1.2.1.8 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| casProtocol The variable denotes the protocol used by the
managed device with the AAA server corresponding to
this entry in the table. | column | CiscoAAAProtocol | .1.3.6.1.4.1.9.10.56.1.1.2.1.1 |
| casIndex A management station wishing to initiate a new AAA server
configuration should use a random value for this object
when creating an instance of casConfigEntry.
The R… | column | Unsigned32 | .1.3.6.1.4.1.9.10.56.1.1.2.1.2 |