XEDIA-RADIUS-MIB

File: XEDIA-RADIUS-MIB.mib (27718 bytes)

Imported modules

SNMPv2-TC RADIUS-ACC-CLIENT-MIB RADIUS-AUTH-CLIENT-MIB
SNMPv2-SMI SNMPv2-CONF XEDIA-REG

Imported symbols

RowStatus DisplayString radiusAccServerEntry
radiusAuthServerEntry MODULE-IDENTITY OBJECT-TYPE
IpAddress Integer32 Counter32
Gauge32 TimeTicks MODULE-COMPLIANCE
OBJECT-GROUP xediaMibs

Defined Types

XRadiuscAuthSvrEntry  
SEQUENCE    
  xradiuscAuthSvrIpAddress IpAddress
  xradiuscAuthSvrName DisplayString
  xradiuscAuthSvrPort INTEGER
  xradiuscAuthSvrTimeout INTEGER
  xradiuscAuthSvrRetries INTEGER
  xradiuscAuthSvrPriority INTEGER
  xradiuscAuthSvrSecretKey DisplayString
  xradiuscAuthSvrVendorOffset INTEGER
  xradiuscAuthSvrOperIpAddress IpAddress
  xradiuscAuthSvrOperState INTEGER
  xradiuscAuthSvrOperStateChange TimeTicks
  xradiuscAuthSvrOperBadPktIds Counter32
  xradiuscAuthSvrOperRxErrors Counter32
  xradiuscAuthSvrOperTxErrors Counter32
  xradiuscAuthSvrRowStatus RowStatus

XRadiuscActgSvrEntry  
SEQUENCE    
  xradiuscActgSvrIpAddress IpAddress
  xradiuscActgSvrName DisplayString
  xradiuscActgSvrPort INTEGER
  xradiuscActgSvrTimeout INTEGER
  xradiuscActgSvrRetries INTEGER
  xradiuscActgSvrPriority INTEGER
  xradiuscActgSvrSecretKey DisplayString
  xradiuscActgSvrVendorOffset INTEGER
  xradiuscActgSvrOperIpAddress IpAddress
  xradiuscActgSvrOperState INTEGER
  xradiuscActgSvrOperStateChange TimeTicks
  xradiuscActgSvrOperBadPktIds Counter32
  xradiuscActgSvrOperRxErrors Counter32
  xradiuscActgSvrOperTxErrors Counter32
  xradiuscActgSvrRowStatus RowStatus

Defined Values

xediaRadiusMIB 1.3.6.1.4.1.838.3.16
This module defines additional objects for management of Radius in Xedia devices, above and beyond what is defined in the proposed drafts.
MODULE-IDENTITY    

xRadiusObjects 1.3.6.1.4.1.838.3.16.1
OBJECT IDENTIFIER    

xRadiusConformance 1.3.6.1.4.1.838.3.16.2
OBJECT IDENTIFIER    

xRadiuscObjects 1.3.6.1.4.1.838.3.16.1.1
OBJECT IDENTIFIER    

xRadiuscGlobal 1.3.6.1.4.1.838.3.16.1.1.1
OBJECT IDENTIFIER    

xRadiuscAuthentication 1.3.6.1.4.1.838.3.16.1.1.2
OBJECT IDENTIFIER    

xRadiuscAccounting 1.3.6.1.4.1.838.3.16.1.1.3
OBJECT IDENTIFIER    

xRadiuscGlobalCfg 1.3.6.1.4.1.838.3.16.1.1.1.1
OBJECT IDENTIFIER    

xRadiuscGlobalStat 1.3.6.1.4.1.838.3.16.1.1.1.2
OBJECT IDENTIFIER    

xradiuscAdminAuthStatus 1.3.6.1.4.1.838.3.16.1.1.1.1.1
The administrative status of Radius Authentication in the router. Changing this parameter may require a node boot to take affect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xradiuscAdminActgStatus 1.3.6.1.4.1.838.3.16.1.1.1.1.2
The administrative status of Radius Accounting in the router. Changing this parameter may require a node boot to take affect.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

xradiuscDebugCmd 1.3.6.1.4.1.838.3.16.1.1.1.1.3
The control for dumping in/out radius packets, and error/trace messages to the console. Although the summary of commands is displayed when read, command modifications must be done one at a time.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

xradiuscNasId 1.3.6.1.4.1.838.3.16.1.1.1.1.4
The NAS ID assigned to this node.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

xradiuscNasIP 1.3.6.1.4.1.838.3.16.1.1.1.1.5
The NAS IP Address assigned to this node.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

xradiuscBackgroundTimer 1.3.6.1.4.1.838.3.16.1.1.1.1.6
The number of seconds inwhich the background task will perform cleanup.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 90..86400  

xradiuscMaxOutstanding 1.3.6.1.4.1.838.3.16.1.1.1.1.7
The maximum number of outstanding resquests.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

xradiuscOperAuthStatus 1.3.6.1.4.1.838.3.16.1.1.1.2.1
The ccurrent operational state of Radius Authentication on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), stalled(3)  

xradiuscOperActgStatus 1.3.6.1.4.1.838.3.16.1.1.1.2.2
The ccurrent operational state of Radius Accounting on the router.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), stalled(3)  

xradiuscOperNasId 1.3.6.1.4.1.838.3.16.1.1.1.2.3
The NAS ID assigned to this node.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

xradiuscOperNasIP 1.3.6.1.4.1.838.3.16.1.1.1.2.4
The NAS IP Address currently being used.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xradiuscOperGenErrors 1.3.6.1.4.1.838.3.16.1.1.1.2.5
The number of general errors encounted by the Radius Client Task.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperAuthQCurr 1.3.6.1.4.1.838.3.16.1.1.1.2.6
The current number of elements in the Authentication queue.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperAuthQMax 1.3.6.1.4.1.838.3.16.1.1.1.2.7
The maximum number of elements in the Authentication queue at one time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

xradiuscOperAuthExpected 1.3.6.1.4.1.838.3.16.1.1.1.2.8
The expected number of elements in the Authentication queue by monitoring the enqueue/dequeue operations.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperAuthEnqueued 1.3.6.1.4.1.838.3.16.1.1.1.2.9
The number of requested posted to the Authentication queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperAuthDequeued 1.3.6.1.4.1.838.3.16.1.1.1.2.10
The number of requested removed from the Authentication queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperActgQCurr 1.3.6.1.4.1.838.3.16.1.1.1.2.11
The current number of elements in the Accounting queue.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperActgQMax 1.3.6.1.4.1.838.3.16.1.1.1.2.12
The maximum number of elements in the Accounting queue at one time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

xradiuscOperActgExpected 1.3.6.1.4.1.838.3.16.1.1.1.2.13
The expected number of elements in the Accounting queue by monitoring the enqueue/dequeue operations.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperActgEnqueued 1.3.6.1.4.1.838.3.16.1.1.1.2.14
The number of requested posted to the Accounting queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperActgDequeued 1.3.6.1.4.1.838.3.16.1.1.1.2.15
The number of requested removed from the Accounting queue.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperPendingListCurr 1.3.6.1.4.1.838.3.16.1.1.1.2.16
The current number of Authentication and Accounting requests Pending.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperPendingListMax 1.3.6.1.4.1.838.3.16.1.1.1.2.17
The maximum number of Authentication and Accounting requests Pending at one time.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

xradiuscOperPendingExpected 1.3.6.1.4.1.838.3.16.1.1.1.2.18
The expected number of elements in the Pending list by monitoring the enqueue/dequeue operations.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperPendingEnqueued 1.3.6.1.4.1.838.3.16.1.1.1.2.19
The number of requested posted to the Pending list.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperPendingDequeued 1.3.6.1.4.1.838.3.16.1.1.1.2.20
The number of requested removed from the Pending list.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscOperLastPktID 1.3.6.1.4.1.838.3.16.1.1.1.2.21
The last Packet ID that was used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperNextPktID 1.3.6.1.4.1.838.3.16.1.1.1.2.22
The next Packet ID that will most likely be used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperLastAuthIndex 1.3.6.1.4.1.838.3.16.1.1.1.2.23
The index of the last authentication server used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xradiuscOperLastActgIndex 1.3.6.1.4.1.838.3.16.1.1.1.2.24
The index of the last accounting server used.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xRadiuscAuthSvrTable 1.3.6.1.4.1.838.3.16.1.1.2.1
A list of Radius Client Authentication Server entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XRadiuscAuthSvrEntry

xRadiuscAuthSvrEntry 1.3.6.1.4.1.838.3.16.1.1.2.1.1
An entry containing additional management information applicable to a particular Radius Client Authentication Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  XRadiuscAuthSvrEntry  

xradiuscAuthSvrIpAddress 1.3.6.1.4.1.838.3.16.1.1.2.1.1.1
The IP Address of the specified Authentication Server. If this address is configured, it is used exclusively to communicate with this server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

xradiuscAuthSvrName 1.3.6.1.4.1.838.3.16.1.1.2.1.1.2
The name identifying the specified Authentication Server. If no IP Address is configured, then this name MAY be used during a DNS lookup.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xradiuscAuthSvrPort 1.3.6.1.4.1.838.3.16.1.1.2.1.1.3
The udp port number that the specified Authentication Server is listening for requests.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1025..65535  

xradiuscAuthSvrTimeout 1.3.6.1.4.1.838.3.16.1.1.2.1.1.4
The number of seconds to wait for a response to a resquests.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

xradiuscAuthSvrRetries 1.3.6.1.4.1.838.3.16.1.1.2.1.1.5
The number of times to resend the server a requests when no response has been received.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..5  

xradiuscAuthSvrPriority 1.3.6.1.4.1.838.3.16.1.1.2.1.1.6
The priority assigned to this server. Lowest priority servers are used first. In the case of multiple servers having the same priority, they will be used in a round- robin fashion when their priority is the highest of the available servers.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

xradiuscAuthSvrSecretKey 1.3.6.1.4.1.838.3.16.1.1.2.1.1.7
The shared secret key associated with the specified server. It is used to 'hide' user passwords and authenticate requests and responses. When this object is read from a non-superuser, '--------' is returned in order to maintain security.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xradiuscAuthSvrVendorOffset 1.3.6.1.4.1.838.3.16.1.1.2.1.1.8
The offset used to assign Vendor Specific attribute IDs to the standard attribute number space. Setting this value to 0, forces the encoding of Vendor Specific attributes within the Vendor's number space, using the standard 'Vendor-Specific' attribute. Setting this to a non-zero value uses standard attribute encoding, with the Vendor Specific Base for the attributes beginning with this offset.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

xradiuscAuthSvrOperIpAddress 1.3.6.1.4.1.838.3.16.1.1.2.1.1.9
The IP Address currently being used to communicate the specified Authentication server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xradiuscAuthSvrOperState 1.3.6.1.4.1.838.3.16.1.1.2.1.1.10
The operational state of the specified Authentication server. The 'unknown' state will be set periodically to allow 'notResponding' servers to be retried after a period of time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), responding(2), notResponding(3), notAvailable(4)  

xradiuscAuthSvrOperStateChange 1.3.6.1.4.1.838.3.16.1.1.2.1.1.11
The value of sysUpTime when the Authentication server last changed state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

xradiuscAuthSvrOperBadPktIds 1.3.6.1.4.1.838.3.16.1.1.2.1.1.12
The count of unexpected Packet IDs received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscAuthSvrOperRxErrors 1.3.6.1.4.1.838.3.16.1.1.2.1.1.13
The count of general Receive errors encountered by this server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscAuthSvrOperTxErrors 1.3.6.1.4.1.838.3.16.1.1.2.1.1.14
The count of general Transmit errors encountered by this server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscAuthSvrRowStatus 1.3.6.1.4.1.838.3.16.1.1.2.1.1.15
This variable displays the status of the entry. Setting it to 'destroy' marks the entry as removed. Eventually, when no other applications depend on that particular resource, it will be completely removed from the table. Setting it to either 'create', or 'active' will add a row to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xRadiuscActgSvrTable 1.3.6.1.4.1.838.3.16.1.1.3.1
A list of Radius Client Accounting Server entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    XRadiuscActgSvrEntry

xRadiuscActgSvrEntry 1.3.6.1.4.1.838.3.16.1.1.3.1.1
An entry containing additional management information applicable to a particular Radius Client Accounting Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  XRadiuscActgSvrEntry  

xradiuscActgSvrIpAddress 1.3.6.1.4.1.838.3.16.1.1.3.1.1.1
The IP Address of the specified Accounting Server. If this address is configured, it is used exclusively to communicate with this server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

xradiuscActgSvrName 1.3.6.1.4.1.838.3.16.1.1.3.1.1.2
The name identifying the specified Accounting Server. If no IP Address is configured, then this name MAY be used during a DNS lookup.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xradiuscActgSvrPort 1.3.6.1.4.1.838.3.16.1.1.3.1.1.3
The udp port number that the specified Accounting Server is listening for requests.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1025..65535  

xradiuscActgSvrTimeout 1.3.6.1.4.1.838.3.16.1.1.3.1.1.4
The number of seconds to wait for a response to a resquests.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

xradiuscActgSvrRetries 1.3.6.1.4.1.838.3.16.1.1.3.1.1.5
The number of times to resend the server a requests when no response has been received.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..5  

xradiuscActgSvrPriority 1.3.6.1.4.1.838.3.16.1.1.3.1.1.6
The priority assigned to this server. Lowest priority servers are used first. In the case of multiple servers having the same priority, they will be used in a round- robin fashion when their priority is the highest of the available servers.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..10  

xradiuscActgSvrSecretKey 1.3.6.1.4.1.838.3.16.1.1.3.1.1.7
The shared secret key associated with the specified server. It is used to authenticate requests and responses. When this object is read from a non-superuser, '--------' is returned in order to maintain security.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

xradiuscActgSvrVendorOffset 1.3.6.1.4.1.838.3.16.1.1.3.1.1.8
The offset used to assign Vendor Specific attribute IDs to the standard attribute number space. Setting this value to 0, forces the encoding of Vendor Specific attributes within the Vendor's number space, using the standard 'Vendor-Specific' attribute. Setting this to a non-zero value uses standard attribute encoding, with the Vendor Specific Base for the attributes beginning with this offset.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

xradiuscActgSvrOperIpAddress 1.3.6.1.4.1.838.3.16.1.1.3.1.1.9
The IP Address currently being used to communicate the specified Accounting server.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

xradiuscActgSvrOperState 1.3.6.1.4.1.838.3.16.1.1.3.1.1.10
The operational state of the specified Accounting server. The 'unknown' state will be set periodically to allow 'notResponding' servers to be retried after a period of time.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), responding(2), notResponding(3), notAvailable(4)  

xradiuscActgSvrOperStateChange 1.3.6.1.4.1.838.3.16.1.1.3.1.1.11
The value of sysUpTime when the Accounting server last changed state.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

xradiuscActgSvrOperBadPktIds 1.3.6.1.4.1.838.3.16.1.1.3.1.1.12
The count of unexpected Packet IDs received on this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscActgSvrOperRxErrors 1.3.6.1.4.1.838.3.16.1.1.3.1.1.13
The count of general Receive errors encountered by this server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscActgSvrOperTxErrors 1.3.6.1.4.1.838.3.16.1.1.3.1.1.14
The count of general Transmit errors encountered by this server
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

xradiuscActgSvrRowStatus 1.3.6.1.4.1.838.3.16.1.1.3.1.1.15
This variable displays the status of the entry. Setting it to 'destroy' marks the entry as removed. Eventually, when no other applications depend on that particular resource, it will be completely removed from the table. Setting it to either 'create', or 'active' will add a row to the table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

xradiusCompliances 1.3.6.1.4.1.838.3.16.2.1
OBJECT IDENTIFIER    

xradiusGroups 1.3.6.1.4.1.838.3.16.2.2
OBJECT IDENTIFIER    

xradiusCompliance 1.3.6.1.4.1.838.3.16.2.1.1
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

xradiusAllGroup 1.3.6.1.4.1.838.3.16.2.2.1
The set of all accessible objects in this MIB.
Status: current Access: read-create
OBJECT-GROUP