BAY-STACK-RADIUS-MIB

File: BAY-STACK-RADIUS-MIB.mib (18211 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
SYNOPTICS-ROOT-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Integer32
Unsigned32 NOTIFICATION-TYPE RowStatus
TruthValue DisplayString InetAddressType
InetAddress InetPortNumber bayStackMibs

Defined Types

BsRadiusServerEntry  
SEQUENCE    
  bsRadiusServerIndex Integer32
  bsRadiusServerPriority Integer32
  bsRadiusServerAddressType InetAddressType
  bsRadiusServerAddress InetAddress
  bsRadiusServerUdpPort InetPortNumber
  bsRadiusServerTimeout Integer32
  bsRadiusServerSecret OCTET STRING
  bsRadiusServerRowStatus RowStatus
  bsRadiusServerAccountingPort InetPortNumber
  bsRadiusServerAccountingEnabled TruthValue
  bsRadiusServerRetryLimit Integer32

BsRadiusDynAuthClientEntry  
SEQUENCE    
  bsRadiusDynAuthClientAddressType InetAddressType
  bsRadiusDynAuthClientAddress InetAddress
  bsRadiusDynAuthClientUdpPort InetPortNumber
  bsRadiusDynAuthClientSecret OCTET STRING
  bsRadiusDynAuthClientEnabled TruthValue
  bsRadiusDynAuthClientProcessDisconnectRequests TruthValue
  bsRadiusDynAuthClientProcessCoARequests TruthValue
  bsRadiusDynAuthClientRowStatus RowStatus
  bsRadiusDynAuthClientReplayProtection TruthValue

Defined Values

bayStackRadiusMib 1.3.6.1.4.1.45.5.21
This MIB module is used for RADIUS configuration settings in Nortel's software and products.
MODULE-IDENTITY    

bsRadiusNotifications 1.3.6.1.4.1.45.5.21.0
OBJECT IDENTIFIER    

bsRadiusObjects 1.3.6.1.4.1.45.5.21.1
OBJECT IDENTIFIER    

bsRadiusScalars 1.3.6.1.4.1.45.5.21.1.1
OBJECT IDENTIFIER    

bsRadiusUseMgmtIp 1.3.6.1.4.1.45.5.21.1.1.1
This object controls whether RADIUS uses the system's management IP address as the source address for RADIUS requests.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusAccountingEnabled 1.3.6.1.4.1.45.5.21.1.1.2
This object controls whether RADIUS accounting is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusPasswordFallbackEnabled 1.3.6.1.4.1.45.5.21.1.1.3
This object controls whether RADIUS password fallback is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusAccountingPort 1.3.6.1.4.1.45.5.21.1.1.4
This object controls the port used for RADIUS accounting.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

bsRadiusAccountingInterimUpdates 1.3.6.1.4.1.45.5.21.1.1.5
This object controls whether RADIUS interim updates are enabled or disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusAccountingInterimUpdatesInterval 1.3.6.1.4.1.45.5.21.1.1.6
This object controls the interval for RADIUS interim updates.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0 | 60..3600  

bsRadiusAccountingInterimUpdatesIntervalSource 1.3.6.1.4.1.45.5.21.1.1.7
This object controls the source for the interval value for RADIUS interim updates. If the value is configuredValue(1), then the value of bsRadiusAccountingInterimUpdatesInterval is used. If the value is radiusServer(2), then a value obtained from the RADIUS server is used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER configuredValue(1), radiusServer(2)  

bsRadiusDynAuthReplayProtection 1.3.6.1.4.1.45.5.21.1.1.8
Globally enable or disable RADIUS replay protection.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusReachability 1.3.6.1.4.1.45.5.21.1.1.9
Select the method used to test RADIUS server reachablity.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER useRadius(1), useIcmp(2)  

bsRadiusReachabilityUserName 1.3.6.1.4.1.45.5.21.1.1.10
The username used for the RADIUS server reachability useRadius option.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

bsRadiusReachabilityPassword 1.3.6.1.4.1.45.5.21.1.1.11
The password used for the RADIUS server reachability useRadius option.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..16)  

bsRadiusEncapsulationProtocol 1.3.6.1.4.1.45.5.21.1.1.12
This object specifies the type of encapsulation for RADIUS packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER pap(1), ms-chap-v2(2)  

bsRadiusServerTable 1.3.6.1.4.1.45.5.21.1.2
This table is used to control RADIUS server settings.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsRadiusServerEntry

bsRadiusServerEntry 1.3.6.1.4.1.45.5.21.1.2.1
An entry containing objects defining how to connect to a RADIUS server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsRadiusServerEntry  

bsRadiusServerIndex 1.3.6.1.4.1.45.5.21.1.2.1.1
A unique integer value used to identify entries in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..64  

bsRadiusServerPriority 1.3.6.1.4.1.45.5.21.1.2.1.2
This value indicates the order in which entries in this table are used when attempting to contact a RADIUS server. Entries with a lower priority number are tried first. If two entries have the same priority value, the entry with a lower index value is tried first. Also note that entries which contain an invalid internet address will not be used.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

bsRadiusServerAddressType 1.3.6.1.4.1.45.5.21.1.2.1.3
The type of address contained in the corresponding instance of bsRadiusServerAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

bsRadiusServerAddress 1.3.6.1.4.1.45.5.21.1.2.1.4
The internet address to use when attempting to contact a RADIUS server.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

bsRadiusServerUdpPort 1.3.6.1.4.1.45.5.21.1.2.1.5
The UDP port number to use when trying to contact the RADIUS server at the address contained in the corresponding instance of bsRadiusServerAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

bsRadiusServerTimeout 1.3.6.1.4.1.45.5.21.1.2.1.6
The time interval to wait before re-sending a message to this RADIUS server.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

bsRadiusServerSecret 1.3.6.1.4.1.45.5.21.1.2.1.7
The shared RADIUS secret to use when communicating with the RADIUS server. Note that when this object is retrieved, its value will always by a zero-length octet string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

bsRadiusServerRowStatus 1.3.6.1.4.1.45.5.21.1.2.1.8
Controls row creation/deletion in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsRadiusServerAccountingPort 1.3.6.1.4.1.45.5.21.1.2.1.9
The UDP accounting port number to use when trying to contact the RADIUS server at the address contained in the corresponding instance of bsRadiusServerAddress.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

bsRadiusServerAccountingEnabled 1.3.6.1.4.1.45.5.21.1.2.1.10
This object controls whether RADIUS accounting is enabled for this RADIUS server instance.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

bsRadiusServerRetryLimit 1.3.6.1.4.1.45.5.21.1.2.1.11
This object specifies the number of RADIUS retry attempts, for this RADIUS server instance.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..5  

bsRadiusDynAuthClientTable 1.3.6.1.4.1.45.5.21.1.3
This table is used to configure RADIUS Dynamic Authorization Clients. RADIUS Dynamic Authorization Clients are entities which can send Disconnect and Change Of Authorization requests to a RADIUS Dynamic Authorization Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BsRadiusDynAuthClientEntry

bsRadiusDynAuthClientEntry 1.3.6.1.4.1.45.5.21.1.3.1
An entry containing objects defining RADIUS Dynamic Authorization Clients which can connect to this RADIUS Dynamic Authorization Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BsRadiusDynAuthClientEntry  

bsRadiusDynAuthClientAddressType 1.3.6.1.4.1.45.5.21.1.3.1.1
The type of address contained in the corresponding instance of bsRadiusDynAuthClientAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

bsRadiusDynAuthClientAddress 1.3.6.1.4.1.45.5.21.1.3.1.2
The internet address of a RADIUS Dynamic Authorization Client configured in this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress Size(0..113)  

bsRadiusDynAuthClientUdpPort 1.3.6.1.4.1.45.5.21.1.3.1.3
The UDP port number the server/NAS listens on for requests from the RADIUS Dynamic Authorization Client configured in this entry.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

bsRadiusDynAuthClientSecret 1.3.6.1.4.1.45.5.21.1.3.1.4
The secret shared between RADIUS Dynamic Authorization Client and Server. Note that when this object is retrieved, its value will always by a zero-length octet string.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

bsRadiusDynAuthClientEnabled 1.3.6.1.4.1.45.5.21.1.3.1.5
Enable or disable packet receive from this RADIUS Dynamic Authorization Client. The NAS will not listen for requests from the client unless this object is true(1).
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bsRadiusDynAuthClientProcessDisconnectRequests 1.3.6.1.4.1.45.5.21.1.3.1.6
Enable or disable processing of Disconnect requests from the RADIUS Dynamic Authorization Client.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bsRadiusDynAuthClientProcessCoARequests 1.3.6.1.4.1.45.5.21.1.3.1.7
Enable or disable processing or Change-Of-Authorization requests from the RADIUS Dynamic Authorization Client.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bsRadiusDynAuthClientRowStatus 1.3.6.1.4.1.45.5.21.1.3.1.8
Controls row creation/deletion in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

bsRadiusDynAuthClientReplayProtection 1.3.6.1.4.1.45.5.21.1.3.1.9
Enable or disable RADIUS replay protection.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

bsRadiusReachabilityServerDown 1.3.6.1.4.1.45.5.21.0.1
This notification is generated when a Radius server fails to respond to reachability requests.
Status: current Access: read-create
NOTIFICATION-TYPE    

bsRadiusReachabilityServerUp 1.3.6.1.4.1.45.5.21.0.2
This notification is generated when a Radius server, which has previously failed to respond to reachability requests, responds to a reachability request.
Status: current Access: read-create
NOTIFICATION-TYPE