CIENA-CES-RADIUS-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: CIENA CORPORATION


 Home MIB: CIENA-CES-RADIUS-CLIENT-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
 cienaCesRadiusClientMIB 1.3.6.1.4.1.1271.2.3.3
This module defines the objects used by the RADIUS client.
     cienaCesRadiusClientMIBObjects 1.3.6.1.4.1.1271.2.3.3.1
         cienaCesRadiusClient 1.3.6.1.4.1.1271.2.3.3.1.1
             cienaCesRadiusClientGlobal 1.3.6.1.4.1.1271.2.3.3.1.1.1
                 cienaCesRadiusAdminState 1.3.6.1.4.1.1271.2.3.3.1.1.1.1 cienaglobalstate read-write
Setting this object administratively enables or disables the RADIUS client.
                 cienaCesRadiusOperState 1.3.6.1.4.1.1271.2.3.3.1.1.1.2 cienaglobalstate read-only
This object returns the operational state of the RADIUS client.
                 cienaCesRadiusClientTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.1.3 integer32 read-write
This is the time in seconds between re-transmissions to the RADIUS server.
                 cienaCesRadiusClientRetries 1.3.6.1.4.1.1271.2.3.3.1.1.1.4 integer32 read-write
Indicates the number of times the RADIUS server should be tried before giving up on the server.
                 cienaCesRadiusClientAuthKey 1.3.6.1.4.1.1271.2.3.3.1.1.1.5 radiusstring read-write
The authenticaion key to be used for RADIUS servers. Retrieving the value of this object via SNMP returns an empty string for security reasons.
                 cienaCesRadiusClientAuthKeyUnset 1.3.6.1.4.1.1271.2.3.3.1.1.1.6 truthvalue read-write
Setting this object to true clears the value of cienaCesRadiusClientAuthKey. Reading this object always returns a value of false.
                 cienaCesRadiusClientSearchType 1.3.6.1.4.1.1271.2.3.3.1.1.1.7 integer read-write
This object sets the search type of the RADIUS client. Enumeration: 'cached': 1, 'priority': 2.
             cienaCesRadiusClientServer 1.3.6.1.4.1.1271.2.3.3.1.1.2
                 cienaCesRadiusClientServerTable 1.3.6.1.4.1.1271.2.3.3.1.1.2.1 no-access
Lists the possible RADIUS servers. While creating an entry, cienaCesRadiusRadiusClientServerStatus and cienaCesRadiusClientServerAddr must be specified. The SNMP multiple set operation must be used to create an entry.
                     cienaCesRadiusClientServerEntry 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1 no-access
RADIUS server entry.
                         cienaCesRadiusClientServerIndex 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.1 integer32 no-access
Specifies the index of this table.
                         cienaCesRadiusClientServerAddr 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.2 displaystring read-only
Host name or IP address of the RADIUS server.
                         cienaCesRadiusClientServerResolvedAddr 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.3 ipaddress read-only
Specifies the resolved IP address if cienaCesRadiusClientServerAddr is set to host name. If cienaCesRadiusClientServerAddr is set to IP address, then cienaCesRadiusClientServerResolvedAddr contains the same information as cienaCesRadiusClientServerAddr.
                         cienaCesRadiusClientServerPriority 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.4 integer32 read-only
Specifies the priority of RADIUS servers configured on the device.
                         cienaCesRadiusClientServerAuthPort 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.5 integer32 read-only
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server is not used for authentication if this port number is 0.
                         cienaCesRadiusClientServerRoundTripTime 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.6 timeticks read-only
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
                         cienaCesRadiusClientServerAccessRequests 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.7 counter32 read-only
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
                         cienaCesRadiusClientServerAccessRetransmissions 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.8 counter32 read-only
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
                         cienaCesRadiusClientServerAccessAccepts 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.9 counter32 read-only
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
                         cienaCesRadiusClientServerAccessRejects 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.10 counter32 read-only
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
                         cienaCesRadiusClientServerAccessChallenges 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.11 counter32 read-only
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
                         cienaCesRadiusClientServerMalformedAccessResponses 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.12 counter32 read-only
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses.
                         cienaCesRadiusClientServerBadAuthenticators 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.13 counter32 read-only
The number of RADIUS Access-Response packets containing invalid authenticators or signature attributes received from this server.
                         cienaCesRadiusClientServerPendingRequests 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.14 gauge32 read-only
The number of RADIUS Access-Request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an Access-Request is sent and decremented due to receipt of an Access-Accept, Access-Reject, Access-Challenge, a timeout, or retransmission.
                         cienaCesRadiusClientServerTimeouts 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.15 counter32 read-only
The number of authentication timeouts to this server. After a timeout the client may retry sending to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a request as well as a timeout.
                         cienaCesRadiusClientServerUnknownTypes 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.16 counter32 read-only
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
                         cienaCesRadiusClientServerPacketsDropped 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.17 counter32 read-only
The number of RADIUS packets which were received from this server on the authentication port and dropped for some other reason.
                         cienaCesRadiusClientServerApplication 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.18 integer read-only
This object specifies how the RADIUS server should be used for authentication. Enumeration: 'userLogin': 1, 'all': 2.
                         cienaCesRadiusClientServerStatus 1.3.6.1.4.1.1271.2.3.3.1.1.2.1.1.19 rowstatus read-only
To create a row in this table, a manager must set this object to createAndGo(4). To create an entry, cienaCesRadiusClientServerStatus and cienaCesRadiusClientServerAddr must be specified. The SNMP multiple set operation must be used to create the entry. To disable a RADIUS server, set the cienaCesRadiusClientServerStatus object to 'notInService' state.
             cienaCesRadiusUserLogin 1.3.6.1.4.1.1271.2.3.3.1.1.3
                 cienaCesRadiusUserLoginGlobal 1.3.6.1.4.1.1271.2.3.3.1.1.3.1
                     cienaCesRadiusUserLoginTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.1 integer32 read-write
This is the time in seconds between re-transmissions to the RADIUS server.
                     cienaCesRadiusUserLoginRetries 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.2 integer32 read-write
Indicates the number of times the RADIUS server should be tried before giving up on the server.
                     cienaCesRadiusUserLoginAuthKey 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.3 radiusstring read-write
The authenticaion key to be used for RADIUS servers. Retrieving the value of this object via SNMP returns an empty string for security reasons.
                     cienaCesRadiusUserLoginSearchType 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.4 integer read-write
This object sets the search type of the RADIUS client. Enumeration: 'cached': 1, 'priority': 2.
                     cienaCesRadiusUserLoginAuthSecret 1.3.6.1.4.1.1271.2.3.3.1.1.3.1.5 octet string read-write
Used to set the pre-encrypted secret for user-login auth. When read, this object returns the encrypted secret.
                 cienaCesRadiusUserLoginTable 1.3.6.1.4.1.1271.2.3.3.1.1.3.2 no-access
Lists the possible RADIUS user login servers. While creating an entry, cienaCesRadiusUserLoginStatus and cienaCesRadiusUserLoginAddr must be specified. The SNMP multiple set operation must be used to create an entry.
                     cienaCesRadiusUserLoginEntry 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1 no-access
RADIUS user login entry.
                         cienaCesRadiusUserLoginIndex 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.1 integer32 no-access
Specifies the index of this table.
                         cienaCesRadiusUserLoginResolvedInetAddrType 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.2 inetaddresstype read-only
Specifies the resolved IP address type. This OID is used in conjunction with cienaCesRadiusUserLoginInetAddrress. When set to : ipv4 : cienaCesRadiusUserLoginResolvedInetAddress should be compliant with InetAddressIPv4 ipv6 : cienaCesRadiusUserLoginResolvedInetAddress should be compliant with InetAddressIPv6
                         cienaCesRadiusUserLoginResolvedInetAddress 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.3 inetaddress read-only
Specifies the resolved IP address if cienaCesRadiusUserLoginAddr is set to host name. If cienaCesRadiusUserLoginAddr is set to ip address then cienaCesRadiusUserLoginResolvedInetAddress will contain same information as cienaCesRadiusUserLoginAddr. This OID should be used in conjuction with cienaCesRadiusUserLoginResolvedInetAddrType.
                         cienaCesRadiusUserLoginAddr 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.4 displaystring read-only
Host name or IP address of the RADIUS server.
                         cienaCesRadiusUserLoginPriority 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.5 integer32 read-only
Specifies the priority of RADIUS servers configured on the device.
                         cienaCesRadiusUserLoginAuthPort 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.6 integer32 read-only
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server is not used for authentication if this port number is 0.
                         cienaCesRadiusUserLoginClearStatistics 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.7 truthvalue read-write
This object clears the statistics for a server.
                         cienaCesRadiusUserLoginRoundTripTime 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.8 timeticks read-only
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
                         cienaCesRadiusUserLoginRequests 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.9 counter32 read-only
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
                         cienaCesRadiusUserLoginRetransmissions 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.10 counter32 read-only
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
                         cienaCesRadiusUserLoginAccessAccepts 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.11 counter32 read-only
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAccessRejects 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.12 counter32 read-only
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAccessChallenges 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.13 counter32 read-only
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAccountingResponses 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.14 counter32 read-only
The number of RADIUS Accounting-Response packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginMalformedResponses 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.15 counter32 read-only
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses.
                         cienaCesRadiusUserLoginBadAuthenticators 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.16 counter32 read-only
The number of RADIUS Access-Response packets containing invalid authenticators or signature attributes received from this server.
                         cienaCesRadiusUserLoginTimeouts 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.17 counter32 read-only
The number of authentication timeouts to this server. After a timeout the client may retry sending to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a request as well as a timeout.
                         cienaCesRadiusUserLoginUnknownTypes 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.18 counter32 read-only
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
                         cienaCesRadiusUserLoginPacketsDropped 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.19 counter32 read-only
The number of RADIUS packets which were received from this server on the authentication port and dropped for some other reason.
                         cienaCesRadiusUserLoginStatus 1.3.6.1.4.1.1271.2.3.3.1.1.3.2.1.20 rowstatus read-only
To create a row in this table, a manager must specify cienaCesRadiusUserLoginAddr and set this object to createAndGo(4). The RADIUS server will initially be administratively disabled. To administratively enable the RADIUS server, set this object to active(1). To administratively disable the RADIUS server set this object to notInService(2).
             cienaCesRadiusDot1xAuth 1.3.6.1.4.1.1271.2.3.3.1.1.4
                 cienaCesRadiusDot1xAuthGlobal 1.3.6.1.4.1.1271.2.3.3.1.1.4.1
                     cienaCesRadiusDot1xAuthTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.1 integer32 read-write
This is the time in seconds between re-transmissions to the RADIUS server.
                     cienaCesRadiusDot1xAuthRetries 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.2 integer32 read-write
Indicates the number of times the RADIUS server should be tried before giving up on the server.
                     cienaCesRadiusDot1xAuthAuthKey 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.3 radiusstring read-write
The authenticaion key to be used for RADIUS servers. Retrieving the value of this object via SNMP returns an empty string for security reasons.
                     cienaCesRadiusDot1xAuthSearchType 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.4 integer read-write
This object sets the search type of the RADIUS client. Enumeration: 'priority': 1, 'loadBalance': 2.
                     cienaCesRadiusDot1xAuthGreylistTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.5 unsigned32 read-write
The max greylist timeout for a RADIUS Dot1x Auth server between 1 minute and 4 hours.
                     cienaCesRadiusDot1xAuthAuthSecret 1.3.6.1.4.1.1271.2.3.3.1.1.4.1.6 octet string read-write
Used to set the pre-encrypted secret for dot1x auth. When read, this object returns the encrypted secret.
                 cienaCesRadiusDot1xAuthTable 1.3.6.1.4.1.1271.2.3.3.1.1.4.2 no-access
Lists the possible RADIUS Dot1x auth servers. While creating an entry, cienaCesRadiusDot1xAuthStatus and cienaCesRadiusDot1xAuthAddr must be specified. The SNMP multiple set operation must be used to create an entry.
                     cienaCesRadiusDot1xAuthEntry 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1 no-access
RADIUS user login entry.
                         cienaCesRadiusDot1xAuthIndex 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.1 integer32 no-access
Specifies the index of this table.
                         cienaCesRadiusDot1xAuthResolvedInetAddrType 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.2 inetaddresstype read-only
Specifies the resolved IP address type. This OID is used in conjunction with cienaCesRadiusDot1xAuthInetAddrress. When set to : ipv4 : cienaCesRadiusDot1xAuthResolvedInetAddress should be compliant with InetAddressIPv4 ipv6 : cienaCesRadiusDot1xAuthResolvedInetAddress should be compliant with InetAddressIPv6
                         cienaCesRadiusDot1xAuthResolvedInetAddress 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.3 inetaddress read-only
Specifies the resolved IP address if cienaCesRadiusDot1xAuthAddr is set to host name. If cienaCesRadiusDot1xAuthAddr is set to ip address then cienaCesRadiusDot1xAuthResolvedInetAddress will contain same information as cienaCesRadiusDot1xAuthAddr. This OID should be used in conjuction with cienaCesRadiusDot1xAuthResolvedInetAddrType.
                         cienaCesRadiusDot1xAuthAddr 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.4 displaystring read-only
Host name or IP address of the RADIUS server.
                         cienaCesRadiusDot1xAuthPriority 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.5 integer32 read-only
Specifies the priority of RADIUS servers configured on the device.
                         cienaCesRadiusDot1xAuthAuthPort 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.6 integer32 read-only
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server is not used for authentication if this port number is 0.
                         cienaCesRadiusDot1xAuthClearStatistics 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.7 truthvalue read-write
This object clears the statistics for a server.
                         cienaCesRadiusDot1xAuthGreylistTimeRemaining 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.8 unsigned32 read-only
Reflects the remaining time before the server removed from the greylist. A value of '0' (zero) indicates the current server is not greylisted
                         cienaCesRadiusDot1xAuthRoundTripTime 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.9 timeticks read-only
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
                         cienaCesRadiusDot1xAuthRequests 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.10 counter32 read-only
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
                         cienaCesRadiusDot1xAuthRetransmissions 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.11 counter32 read-only
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
                         cienaCesRadiusDot1xAuthAccessAccepts 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.12 counter32 read-only
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAuthAccessRejects 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.13 counter32 read-only
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAuthAccessChallenges 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.14 counter32 read-only
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAuthAccountingResponses 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.15 counter32 read-only
The number of RADIUS Accounting-Response packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAuthMalformedResponses 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.16 counter32 read-only
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses.
                         cienaCesRadiusDot1xAuthBadAuthenticators 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.17 counter32 read-only
The number of RADIUS Access-Response packets containing invalid authenticators or signature attributes received from this server.
                         cienaCesRadiusDot1xAuthTimeouts 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.18 counter32 read-only
The number of authentication timeouts to this server. After a timeout the client may retry sending to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a request as well as a timeout.
                         cienaCesRadiusDot1xAuthUnknownTypes 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.19 counter32 read-only
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
                         cienaCesRadiusDot1xAuthPacketsDropped 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.20 counter32 read-only
The number of RADIUS packets which were received from this server on the authentication port and dropped for some other reason.
                         cienaCesRadiusDot1xAuthStatus 1.3.6.1.4.1.1271.2.3.3.1.1.4.2.1.21 rowstatus read-only
To create a row in this table, a manager must specify cienaCesRadiusDot1xAuthAddr and set this object to createAndGo(4). The RADIUS server will initially be administratively disabled. To administratively enable the RADIUS server, set this object to active(1). To administratively disable the RADIUS server set this object to notInService(2).
             cienaCesRadiusDot1xAcct 1.3.6.1.4.1.1271.2.3.3.1.1.5
                 cienaCesRadiusDot1xAcctGlobal 1.3.6.1.4.1.1271.2.3.3.1.1.5.1
                     cienaCesRadiusDot1xAcctAdminState 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.1 integer read-write
Setting this object administratively enables/disables the RADIUS Dot1x accounting client on the device. Enumeration: 'disabled': 1, 'enabled': 2.
                     cienaCesRadiusDot1xAcctTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.2 integer32 read-write
This is the time in seconds between re-transmissions to the RADIUS server.
                     cienaCesRadiusDot1xAcctRetries 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.3 integer32 read-write
Indicates the number of times the RADIUS server should be tried before giving up on the server.
                     cienaCesRadiusDot1xAcctAuthKey 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.4 radiusstring read-write
The authenticaion key to be used for RADIUS servers. Retrieving the value of this object via SNMP returns an empty string for security reasons.
                     cienaCesRadiusDot1xAcctSearchType 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.5 integer read-write
This object sets the search type of the RADIUS client. Enumeration: 'priority': 1, 'loadBalance': 2.
                     cienaCesRadiusDot1xAcctGreylistTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.6 unsigned32 read-write
The max greylist timeout for a RADIUS Dot1x Acct server between 1 minute and 4 hours.
                     cienaCesRadiusDot1xAcctAuthSecret 1.3.6.1.4.1.1271.2.3.3.1.1.5.1.7 octet string read-write
Used to set the pre-encrypted secret for dot1x auth acct. When read, this object returns the encrypted secret.
                 cienaCesRadiusDot1xAcctTable 1.3.6.1.4.1.1271.2.3.3.1.1.5.2 no-access
Lists the possible RADIUS Dot1x Acct servers. While creating an entry, cienaCesRadiusDot1xAcctStatus and cienaCesRadiusDot1xAcctAddr must be specified. The SNMP multiple set operation must be used to create an entry.
                     cienaCesRadiusDot1xAcctEntry 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1 no-access
RADIUS user login entry.
                         cienaCesRadiusDot1xAcctIndex 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.1 integer32 no-access
Specifies the index of this table.
                         cienaCesRadiusDot1xAcctResolvedInetAddrType 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.2 inetaddresstype read-only
Specifies the resolved IP address type. This OID is used in conjunction with cienaCesRadiusDot1xAcctInetAddrress. When set to : ipv4 : cienaCesRadiusDot1xAcctResolvedInetAddress should be compliant with InetAddressIPv4 ipv6 : cienaCesRadiusDot1xAcctResolvedInetAddress should be compliant with InetAddressIPv6
                         cienaCesRadiusDot1xAcctResolvedInetAddress 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.3 inetaddress read-only
Specifies the resolved IP address if cienaCesRadiusDot1xAcctAddr is set to host name. If cienaCesRadiusDot1xAcctAddr is set to ip address then cienaCesRadiusDot1xAcctResolvedInetAddress will contain same information as cienaCesRadiusDot1xAcctAddr. This OID should be used in conjuction with cienaCesRadiusDot1xAcctResolvedInetAddrType.
                         cienaCesRadiusDot1xAcctAddr 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.4 displaystring read-only
Host name or IP address of the RADIUS server.
                         cienaCesRadiusDot1xAcctPriority 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.5 integer32 read-only
Specifies the priority of RADIUS servers configured on the device.
                         cienaCesRadiusDot1xAcctAuthPort 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.6 integer32 read-only
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server is not used for authentication if this port number is 0.
                         cienaCesRadiusDot1xAcctClearStatistics 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.7 truthvalue read-write
This object clears the statistics for a server.
                         cienaCesRadiusDot1xAcctGreylistTimeRemaining 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.8 unsigned32 read-only
Reflects the remaining time before the server removed from the greylist. A value of '0' (zero) indicates the current server is not greylisted
                         cienaCesRadiusDot1xAcctRoundTripTime 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.9 timeticks read-only
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
                         cienaCesRadiusDot1xAcctRequests 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.10 counter32 read-only
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
                         cienaCesRadiusDot1xAcctRetransmissions 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.11 counter32 read-only
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
                         cienaCesRadiusDot1xAcctAccessAccepts 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.12 counter32 read-only
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAcctAccessRejects 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.13 counter32 read-only
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAcctAccessChallenges 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.14 counter32 read-only
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAcctAccountingResponses 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.15 counter32 read-only
The number of RADIUS Accounting-Response packets (valid or invalid) received from this server.
                         cienaCesRadiusDot1xAcctMalformedResponses 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.16 counter32 read-only
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses.
                         cienaCesRadiusDot1xAcctBadAuthenticators 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.17 counter32 read-only
The number of RADIUS Access-Response packets containing invalid authenticators or signature attributes received from this server.
                         cienaCesRadiusDot1xAcctTimeouts 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.18 counter32 read-only
The number of authentication timeouts to this server. After a timeout the client may retry sending to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a request as well as a timeout.
                         cienaCesRadiusDot1xAcctUnknownTypes 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.19 counter32 read-only
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
                         cienaCesRadiusDot1xAcctPacketsDropped 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.20 counter32 read-only
The number of RADIUS packets which were received from this server on the authentication port and dropped for some other reason.
                         cienaCesRadiusDot1xAcctStatus 1.3.6.1.4.1.1271.2.3.3.1.1.5.2.1.21 rowstatus read-only
To create a row in this table, a manager must specify cienaCesRadiusDot1xAcctAddr and set this object to createAndGo(4). The RADIUS server will initially be administratively disabled. To administratively enable the RADIUS server, set this object to active(1). To administratively disable the RADIUS server set this object to notInService(2).
             cienaCesRadiusUserLoginAcct 1.3.6.1.4.1.1271.2.3.3.1.1.6
                 cienaCesRadiusUserLoginAcctGlobal 1.3.6.1.4.1.1271.2.3.3.1.1.6.1
                     cienaCesRadiusUserLoginAcctAdminState 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.1 integer read-write
Setting this object administratively enables/disables the RADIUS user login accounting client on the device. Enumeration: 'disabled': 1, 'enabled': 2.
                     cienaCesRadiusUserLoginAcctTimeout 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.2 integer32 read-write
This is the time in seconds between re-transmissions to the RADIUS server.
                     cienaCesRadiusUserLoginAcctRetries 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.3 integer32 read-write
Indicates the number of times the RADIUS server should be tried before giving up on the server.
                     cienaCesRadiusUserLoginAcctAuthKey 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.4 radiusstring read-write
The authenticaion key to be used for RADIUS servers. Retrieving the value of this object via SNMP returns an empty string for security reasons.
                     cienaCesRadiusUserLoginAcctSearchType 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.5 integer read-write
This object sets the search type of the RADIUS client. Enumeration: 'cached': 1, 'priority': 2.
                     cienaCesRadiusUserLoginAcctAuthSecret 1.3.6.1.4.1.1271.2.3.3.1.1.6.1.6 octet string read-write
Used to set the pre-encrypted secret for user-login accounting auth. When read, this object returns the encrypted secret.
                 cienaCesRadiusUserLoginAcctTable 1.3.6.1.4.1.1271.2.3.3.1.1.6.2 no-access
Lists the possible RADIUS user login servers. While creating an entry, cienaCesRadiusUserLoginAcctStatus and cienaCesRadiusUserLoginAcctAddr must be specified. The SNMP multiple set operation must be used to create an entry.
                     cienaCesRadiusUserLoginAcctEntry 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1 no-access
RADIUS user login entry.
                         cienaCesRadiusUserLoginAcctIndex 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.1 integer32 no-access
Specifies the index of this table.
                         cienaCesRadiusUserLoginAcctResolvedInetAddrType 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.2 inetaddresstype read-only
Specifies the resolved IP address type. This OID is used in conjunction with cienaCesRadiusUserLoginAcctInetAddrress. When set to : ipv4 : cienaCesRadiusUserLoginAcctResolvedInetAddress should be compliant with InetAddressIPv4 ipv6 : cienaCesRadiusUserLoginAcctResolvedInetAddress should be compliant with InetAddressIPv6
                         cienaCesRadiusUserLoginAcctResolvedInetAddress 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.3 inetaddress read-only
Specifies the resolved IP address if cienaCesRadiusUserLoginAcctAddr is set to host name. If cienaCesRadiusUserLoginAcctAddr is set to ip address then cienaCesRadiusUserLoginAcctResolvedInetAddress will contain same information as cienaCesRadiusUserLoginAcctAddr. This OID should be used in conjuction with cienaCesRadiusUserLoginAcctResolvedInetAddrType.
                         cienaCesRadiusUserLoginAcctAddr 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.4 displaystring read-only
Host name or IP address of the RADIUS server.
                         cienaCesRadiusUserLoginAcctPriority 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.5 integer32 read-only
Specifies the priority of RADIUS servers configured on the device.
                         cienaCesRadiusUserLoginAcctAuthPort 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.6 integer32 read-only
The destination UDP port number to which RADIUS messages should be sent. The RADIUS server is not used for authentication if this port number is 0.
                         cienaCesRadiusUserLoginAcctClearStatistics 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.7 truthvalue read-write
This object clears the statistics for a server.
                         cienaCesRadiusUserLoginAcctRoundTripTime 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.8 timeticks read-only
The time interval (in hundredths of a second) between the most recent Access-Reply/Access-Challenge and the Access-Request that matched it from this RADIUS authentication server.
                         cienaCesRadiusUserLoginAcctRequests 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.9 counter32 read-only
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
                         cienaCesRadiusUserLoginAcctRetransmissions 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.10 counter32 read-only
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
                         cienaCesRadiusUserLoginAcctAccessAccepts 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.11 counter32 read-only
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAcctAccessRejects 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.12 counter32 read-only
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAcctAccessChallenges 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.13 counter32 read-only
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAcctAccountingResponses 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.14 counter32 read-only
The number of RADIUS Accounting-Response packets (valid or invalid) received from this server.
                         cienaCesRadiusUserLoginAcctMalformedResponses 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.15 counter32 read-only
The number of malformed RADIUS Access-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators or signature attributes or unknown types are not included as malformed access responses.
                         cienaCesRadiusUserLoginAcctBadAuthenticators 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.16 counter32 read-only
The number of RADIUS Access-Response packets containing invalid authenticators or signature attributes received from this server.
                         cienaCesRadiusUserLoginAcctTimeouts 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.17 counter32 read-only
The number of authentication timeouts to this server. After a timeout the client may retry sending to the same server, send to a different server, or give up. A retry to the same server is counted as a retransmit as well as a timeout. A send to a different server is counted as a request as well as a timeout.
                         cienaCesRadiusUserLoginAcctUnknownTypes 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.18 counter32 read-only
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
                         cienaCesRadiusUserLoginAcctPacketsDropped 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.19 counter32 read-only
The number of RADIUS packets which were received from this server on the authentication port and dropped for some other reason.
                         cienaCesRadiusUserLoginAcctStatus 1.3.6.1.4.1.1271.2.3.3.1.1.6.2.1.20 rowstatus read-only
To create a row in this table, a manager must specify cienaCesRadiusUserLoginAcctAddr and set this object to createAndGo(4). The RADIUS server will initially be administratively disabled. To administratively enable the RADIUS server, set this object to active(1). To administratively disable the RADIUS server set this object to notInService(2).
     cienaCesRadiusClientMIBNotificationPrefix 1.3.6.1.4.1.1271.2.3.3.2
         cienaCesRadiusClientMIBNotifications 1.3.6.1.4.1.1271.2.3.3.2.0
     cienaCesRadiusClientMIBConformance 1.3.6.1.4.1.1271.2.3.3.3
         cienaCesRadiusClientMIBCompliances 1.3.6.1.4.1.1271.2.3.3.3.1
         cienaCesRadiusClientMIBGroups 1.3.6.1.4.1.1271.2.3.3.3.2