REDSTONE-RADIUS-CLIENT-MIB

File: REDSTONE-RADIUS-CLIENT-MIB.mib (32944 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
REDSTONE-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Counter32 Integer32 Gauge32
IpAddress TimeTicks DisplayString
RowStatus MODULE-COMPLIANCE OBJECT-GROUP
rsMgmt

Defined Types

RsRadiusAuthClientServerEntry  
SEQUENCE    
  rsRadiusAuthClientServerAddress IpAddress
  rsRadiusAuthClientServerPortNumber Integer32
  rsRadiusAuthClientRoundTripTime TimeTicks
  rsRadiusAuthClientAccessRequests Counter32
  rsRadiusAuthClientAccessRetransmissions Counter32
  rsRadiusAuthClientAccessAccepts Counter32
  rsRadiusAuthClientAccessRejects Counter32
  rsRadiusAuthClientAccessChallenges Counter32
  rsRadiusAuthClientMalformedAccessResponses Counter32
  rsRadiusAuthClientBadAuthenticators Counter32
  rsRadiusAuthClientPendingRequests Gauge32
  rsRadiusAuthClientTimeouts Counter32
  rsRadiusAuthClientUnknownTypes Counter32
  rsRadiusAuthClientPacketsDropped Counter32

RsRadiusAuthClientCfgServerEntry  
SEQUENCE    
  rsRadiusAuthClientCfgServerAddress IpAddress
  rsRadiusAuthClientCfgServerPortNumber Integer32
  rsRadiusAuthClientCfgKey DisplayString
  rsRadiusAuthClientCfgTimeoutInterval Integer32
  rsRadiusAuthClientCfgRetries Integer32
  rsRadiusAuthClientCfgMaxPendingRequests Integer32
  rsRadiusAuthClientCfgRowStatus RowStatus
  rsRadiusAuthClientCfgPrecedence Integer32
  rsRadiusAuthClientCfgDeadTime Integer32

RsRadiusAcctClientServerEntry  
SEQUENCE    
  rsRadiusAcctClientServerAddress IpAddress
  rsRadiusAcctClientServerPortNumber Integer32
  rsRadiusAcctClientRoundTripTime TimeTicks
  rsRadiusAcctClientRequests Counter32
  rsRadiusAcctClientRetransmissions Counter32
  rsRadiusAcctClientResponses Counter32
  rsRadiusAcctClientMalformedResponses Counter32
  rsRadiusAcctClientBadAuthenticators Counter32
  rsRadiusAcctClientPendingRequests Gauge32
  rsRadiusAcctClientTimeouts Counter32
  rsRadiusAcctClientUnknownTypes Counter32
  rsRadiusAcctClientPacketsDropped Counter32

RsRadiusAcctClientCfgServerEntry  
SEQUENCE    
  rsRadiusAcctClientCfgServerAddress IpAddress
  rsRadiusAcctClientCfgServerPortNumber Integer32
  rsRadiusAcctClientCfgKey DisplayString
  rsRadiusAcctClientCfgTimeoutInterval Integer32
  rsRadiusAcctClientCfgRetries Integer32
  rsRadiusAcctClientCfgMaxPendingRequests Integer32
  rsRadiusAcctClientCfgRowStatus RowStatus
  rsRadiusAcctClientCfgPrecedence Integer32
  rsRadiusAcctClientCfgDeadTime Integer32

Defined Values

rsRadiusClientMIB 1.3.6.1.4.1.2773.2.19
The RADIUS Client MIB for the Redstone Communications Inc. enterprise.
MODULE-IDENTITY    

rsRadiusClientObjects 1.3.6.1.4.1.2773.2.19.1
OBJECT IDENTIFIER    

rsRadiusGeneralClient 1.3.6.1.4.1.2773.2.19.1.1
OBJECT IDENTIFIER    

rsRadiusAuthClient 1.3.6.1.4.1.2773.2.19.1.2
OBJECT IDENTIFIER    

rsRadiusAcctClient 1.3.6.1.4.1.2773.2.19.1.3
OBJECT IDENTIFIER    

rsRadiusClientIdentifier 1.3.6.1.4.1.2773.2.19.1.1.1
The NAS-Identifier of the RADIUS client.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rsRadiusClientAlgorithm 1.3.6.1.4.1.2773.2.19.1.1.2
The algorithm used by the client when multiple authentication/accounting servers are configured: direct Use servers in order of precedence, each time beginning with the highest precedence server and proceeding to lower precedence servers if the the RADIUS request fails, until the request succeeds or all servers have been tried. roundRobin Use servers in round-robin order, each time beginning with the next round-robin-ordered server and proceeding cyclically through servers if the RADIUS request fails, until the request succeeds or all servers have been tried.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER direct(0), roundRobin(1)  

rsRadiusAuthClientInvalidServerAddresses 1.3.6.1.4.1.2773.2.19.1.2.1
The number of RADIUS Access-Response packets received from unknown addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientServerTable 1.3.6.1.4.1.2773.2.19.1.2.2
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRadiusAuthClientServerEntry

rsRadiusAuthClientServerEntry 1.3.6.1.4.1.2773.2.19.1.2.2.1
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRadiusAuthClientServerEntry  

rsRadiusAuthClientServerAddress 1.3.6.1.4.1.2773.2.19.1.2.2.1.1
The IP address of the RADIUS authentication server referred to in this table entry. A value of 0.0.0.0 indicates this entry is not in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rsRadiusAuthClientServerPortNumber 1.3.6.1.4.1.2773.2.19.1.2.2.1.2
The UDP port the client is using to send requests to this server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rsRadiusAuthClientRoundTripTime 1.3.6.1.4.1.2773.2.19.1.2.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRadiusAuthClientAccessRequests 1.3.6.1.4.1.2773.2.19.1.2.2.1.4
The number of RADIUS Access-Request packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientAccessRetransmissions 1.3.6.1.4.1.2773.2.19.1.2.2.1.5
The number of RADIUS Access-Request packets retransmitted to this RADIUS authentication server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientAccessAccepts 1.3.6.1.4.1.2773.2.19.1.2.2.1.6
The number of RADIUS Access-Accept packets (valid or invalid) received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientAccessRejects 1.3.6.1.4.1.2773.2.19.1.2.2.1.7
The number of RADIUS Access-Reject packets (valid or invalid) received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientAccessChallenges 1.3.6.1.4.1.2773.2.19.1.2.2.1.8
The number of RADIUS Access-Challenge packets (valid or invalid) received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientMalformedAccessResponses 1.3.6.1.4.1.2773.2.19.1.2.2.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientBadAuthenticators 1.3.6.1.4.1.2773.2.19.1.2.2.1.10
The number of RADIUS Access-Response packets containing invalid authenticators or Signature attributes received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientPendingRequests 1.3.6.1.4.1.2773.2.19.1.2.2.1.11
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 Acess-Accept, Access-Reject or Access-Challenge, a timeout or retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rsRadiusAuthClientTimeouts 1.3.6.1.4.1.2773.2.19.1.2.2.1.12
The number of authentication timeouts to this server. After a timeout the client may retry 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientUnknownTypes 1.3.6.1.4.1.2773.2.19.1.2.2.1.13
The number of RADIUS packets of unknown type which were received from this server on the authentication port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientPacketsDropped 1.3.6.1.4.1.2773.2.19.1.2.2.1.14
The number of RADIUS packets of which were received from this server on the authentication port and dropped for some other reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAuthClientCfgServerTable 1.3.6.1.4.1.2773.2.19.1.2.3
The (conceptual) table listing the RADIUS authentication servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRadiusAuthClientCfgServerEntry

rsRadiusAuthClientCfgServerEntry 1.3.6.1.4.1.2773.2.19.1.2.3.1
An entry (conceptual row) representing a RADIUS authentication server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRadiusAuthClientCfgServerEntry  

rsRadiusAuthClientCfgServerAddress 1.3.6.1.4.1.2773.2.19.1.2.3.1.1
The IP address of the RADIUS authentication server referred to in this table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rsRadiusAuthClientCfgServerPortNumber 1.3.6.1.4.1.2773.2.19.1.2.3.1.2
The UDP port the client is using to send requests to this server. Default is 1812.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

rsRadiusAuthClientCfgKey 1.3.6.1.4.1.2773.2.19.1.2.3.1.3
The secret (RADIUS authenticator) used by the client during exchanges with this authentication server. The default is a zero-length string, indicating no authenticator is used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rsRadiusAuthClientCfgTimeoutInterval 1.3.6.1.4.1.2773.2.19.1.2.3.1.4
The interval between retransmissions of a request to this authentication server. The default is 3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..10  

rsRadiusAuthClientCfgRetries 1.3.6.1.4.1.2773.2.19.1.2.3.1.5
The maximum number of times to resend a request to this authentication server (in addition to the original request), before resorting to the server specified in the next entry. The default is 3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10  

rsRadiusAuthClientCfgMaxPendingRequests 1.3.6.1.4.1.2773.2.19.1.2.3.1.6
The maximum number of outstanding requests this server can support. The default is 255.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..255  

rsRadiusAuthClientCfgRowStatus 1.3.6.1.4.1.2773.2.19.1.2.3.1.7
Supports 'createAndGo' and 'destroy' only.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsRadiusAuthClientCfgPrecedence 1.3.6.1.4.1.2773.2.19.1.2.3.1.8
Relative precedence of this server with respect to other servers configured in this table. Lower values correspond to higher precedence. Precedence is assigned by the device, in order of entry creation, from higher to lower precedence.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rsRadiusAuthClientCfgDeadTime 1.3.6.1.4.1.2773.2.19.1.2.3.1.9
The period of time, in minutes, to ignore this server after a request to the server times out (thereby avoiding additional request timeouts for this period, if the server failure persists).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..30  

rsRadiusAcctClientInvalidServerAddresses 1.3.6.1.4.1.2773.2.19.1.3.1
The number of RADIUS Accounting-Response packets received from unknown addresses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientServerTable 1.3.6.1.4.1.2773.2.19.1.3.2
The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRadiusAcctClientServerEntry

rsRadiusAcctClientServerEntry 1.3.6.1.4.1.2773.2.19.1.3.2.1
An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRadiusAcctClientServerEntry  

rsRadiusAcctClientServerAddress 1.3.6.1.4.1.2773.2.19.1.3.2.1.1
The IP address of the RADIUS accounting server referred to in this table entry. A value of 0.0.0.0 indicates this entry is not in use.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rsRadiusAcctClientServerPortNumber 1.3.6.1.4.1.2773.2.19.1.3.2.1.2
The UDP port the client is using to send requests to this server.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

rsRadiusAcctClientRoundTripTime 1.3.6.1.4.1.2773.2.19.1.3.2.1.3
The time interval between the most recent Accounting-Response and the Accounting-Request that matched it from this RADIUS accounting server.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rsRadiusAcctClientRequests 1.3.6.1.4.1.2773.2.19.1.3.2.1.4
The number of RADIUS Accounting-Request packets sent. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientRetransmissions 1.3.6.1.4.1.2773.2.19.1.3.2.1.5
The number of RADIUS Accounting-Request packets retransmitted to this RADIUS accounting server. Retransmissions include retries where the Identifier and Acct-Delay have been updated, as well as those in which they remain the same.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientResponses 1.3.6.1.4.1.2773.2.19.1.3.2.1.6
The number of RADIUS packets received on the accounting port from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientMalformedResponses 1.3.6.1.4.1.2773.2.19.1.3.2.1.7
The number of malformed RADIUS Accounting-Response packets received from this server. Malformed packets include packets with an invalid length. Bad authenticators and unknown types are not included as malformed accounting responses.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientBadAuthenticators 1.3.6.1.4.1.2773.2.19.1.3.2.1.8
The number of RADIUS Accounting-Response packets which contained invalid authenticators received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientPendingRequests 1.3.6.1.4.1.2773.2.19.1.3.2.1.9
The number of RADIUS Accounting-Request packets sent to this server that have not yet timed out or received a response. This variable is incremented when an Accounting-Request is sent and decremented due to receipt of an Accounting-Response, a timeout or a retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

rsRadiusAcctClientTimeouts 1.3.6.1.4.1.2773.2.19.1.3.2.1.10
The number of accounting timeouts to this server. After a timeout the client may retry 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 an Accounting-Request as well as a timeout.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientUnknownTypes 1.3.6.1.4.1.2773.2.19.1.3.2.1.11
The number of RADIUS packets of unknown type which were received from this server on the accounting port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientPacketsDropped 1.3.6.1.4.1.2773.2.19.1.3.2.1.12
The number of RADIUS packets which were received from this server on the accounting port and dropped for some other reason.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rsRadiusAcctClientCfgServerTable 1.3.6.1.4.1.2773.2.19.1.3.3
The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RsRadiusAcctClientCfgServerEntry

rsRadiusAcctClientCfgServerEntry 1.3.6.1.4.1.2773.2.19.1.3.3.1
An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret.
Status: current Access: not-accessible
OBJECT-TYPE    
  RsRadiusAcctClientCfgServerEntry  

rsRadiusAcctClientCfgServerAddress 1.3.6.1.4.1.2773.2.19.1.3.3.1.1
The IP address of the RADIUS accounting server referred to in this table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

rsRadiusAcctClientCfgServerPortNumber 1.3.6.1.4.1.2773.2.19.1.3.3.1.2
The UDP port the client is using to send requests to this server. Default is 1813.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

rsRadiusAcctClientCfgKey 1.3.6.1.4.1.2773.2.19.1.3.3.1.3
The secret (RADIUS authenticator) used by the client during exchanges with this accounting server. The default is a zero-length string, indicating no authenticator is used.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

rsRadiusAcctClientCfgTimeoutInterval 1.3.6.1.4.1.2773.2.19.1.3.3.1.4
The interval between retransmissions of a request to this accounting server. The default is 3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 3..10  

rsRadiusAcctClientCfgRetries 1.3.6.1.4.1.2773.2.19.1.3.3.1.5
The maximum number of times to resend a request to this accounting server (in addition to the original request), before resorting to the server specified in the next entry. The default is 3.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10  

rsRadiusAcctClientCfgMaxPendingRequests 1.3.6.1.4.1.2773.2.19.1.3.3.1.6
The maximum number of outstanding requests this server can support. The default is 255.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 10..255  

rsRadiusAcctClientCfgRowStatus 1.3.6.1.4.1.2773.2.19.1.3.3.1.7
Supports 'createAndGo' and 'destroy' only.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rsRadiusAcctClientCfgPrecedence 1.3.6.1.4.1.2773.2.19.1.3.3.1.8
Relative precedence of this server with respect to other servers configured in this table. Lower values correspond to higher precedence. Precedence is assigned by the device, in order of entry creation, from higher to lower precedence.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

rsRadiusAcctClientCfgDeadTime 1.3.6.1.4.1.2773.2.19.1.3.3.1.9
The period of time, in minutes, to ignore this server after a request to the server times out (thereby avoiding additional request timeouts for this period, if the server failure persists).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..30  

rsRadiusClientMIBConformance 1.3.6.1.4.1.2773.2.19.2
OBJECT IDENTIFIER    

rsRadiusClientMIBCompliances 1.3.6.1.4.1.2773.2.19.2.1
OBJECT IDENTIFIER    

rsRadiusClientMIBGroups 1.3.6.1.4.1.2773.2.19.2.2
OBJECT IDENTIFIER    

rsRadiusAuthClientCompliance 1.3.6.1.4.1.2773.2.19.2.1.1
The compliance statement for authentication clients implementing the Redstone RADIUS Client MIB authentication functionality.
Status: current Access: read-create
MODULE-COMPLIANCE    

rsRadiusAcctClientCompliance 1.3.6.1.4.1.2773.2.19.2.1.2
The compliance statement for accounting clients implementing the Redstone RADIUS Client MIB accounting functionality.
Status: current Access: read-create
MODULE-COMPLIANCE    

rsRadiusGeneralClientGroup 1.3.6.1.4.1.2773.2.19.2.2.1
The basic collection of objects providing management of RADIUS Clients.
Status: current Access: read-create
OBJECT-GROUP    

rsRadiusAuthClientGroup 1.3.6.1.4.1.2773.2.19.2.2.2
The basic collection of objects providing management of RADIUS Authentication Clients.
Status: current Access: read-create
OBJECT-GROUP    

rsRadiusAcctClientGroup 1.3.6.1.4.1.2773.2.19.2.2.3
The basic collection of objects providing management of RADIUS Accounting Clients.
Status: current Access: read-create
OBJECT-GROUP