Home/Catalog/BAY-STACK-RADIUS-MIB

BAY-STACK-RADIUS-MIB

AI MIB Summary

The BAY-STACK-RADIUS-MIB module enables the monitoring and configuration of RADIUS authentication, authorization, and accounting parameters on Nortel BayStack networking devices. It facilitates the retrieval of critical operational metrics including server reachability, session counts, and authentication failure rates to ensure secure network access control.

This MIB module is used for RADIUS configuration settings in Nortel's software and products.
Main OID:
bayStackRadiusMib.bayStackMibs.21
43
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

43 total
Object Name
bayStackRadiusMibThis MIB module is used for RADIUS configuration settings in Nortel's software and products.
MODULE-IDENTITY
.bayStackMibs.21
IMPORTSThis MIB module is used for RADIUS configuration settings in Nortel's software and products.
Unknown
.bayStackMibs.21
bsRadiusNotifications
OBJECT IDENTIFIER
.bayStackMibs.21.0
bsRadiusReachabilityServerDownThis notification is generated when a Radius server fails to respond to reachability requests.
NOTIFICATION-TYPE
.bayStackMibs.21.0.1
bsRadiusReachabilityServerUpThis notification is generated when a Radius server, which has previously failed to respond to reachability requests, responds to a reachability request.
NOTIFICATION-TYPE
.bayStackMibs.21.0.2
bsRadiusObjects
OBJECT IDENTIFIER
.bayStackMibs.21.1
bsRadiusScalars
OBJECT IDENTIFIER
.bayStackMibs.21.1.1
bsRadiusUseMgmtIpThis object controls whether RADIUS uses the system's management IP address as the source address for RADIUS requests.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.1.1
bsRadiusAccountingEnabledThis object controls whether RADIUS accounting is enabled.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.1.2
bsRadiusPasswordFallbackEnabledThis object controls whether RADIUS password fallback is enabled.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.1.3
bsRadiusAccountingPortThis object controls the port used for RADIUS accounting.rw
InetPortNumber (INET-ADDRESS-MIB)
.bayStackMibs.21.1.1.4
bsRadiusAccountingInterimUpdatesThis object controls whether RADIUS interim updates are enabled or disabled.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.1.5
bsRadiusAccountingInterimUpdatesIntervalThis object controls the interval for RADIUS interim updates.rw
Unsigned32 (0 | 60..3600) UNITS "seconds"
.bayStackMibs.21.1.1.6
bsRadiusAccountingInterimUpdatesIntervalSourceThis 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.rw
Enumeration
.bayStackMibs.21.1.1.7
bsRadiusDynAuthReplayProtectionGlobally enable or disable RADIUS replay protection.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.1.8
bsRadiusReachabilitySelect the method used to test RADIUS server reachablity.rw
Enumeration
.bayStackMibs.21.1.1.9
bsRadiusReachabilityUserNameThe username used for the RADIUS server reachability useRadius option.rw
DisplayString
.bayStackMibs.21.1.1.10
bsRadiusReachabilityPasswordThe password used for the RADIUS server reachability useRadius option.rw
DisplayString
.bayStackMibs.21.1.1.11
bsRadiusEncapsulationProtocolThis object specifies the type of encapsulation for RADIUS packets.rw
Enumeration
.bayStackMibs.21.1.1.12
bsRadiusServerTableThis table is used to control RADIUS server settings.
SEQUENCE OF BsRadiusServerEntry
.bayStackMibs.21.1.2
bsRadiusServerEntryAn entry containing objects defining how to connect to a RADIUS server.
BsRadiusServerEntry
.bayStackMibs.21.1.2.1
bsRadiusServerIndexA unique integer value used to identify entries in this table.
Integer32
.bayStackMibs.21.1.2.1.1
bsRadiusServerPriorityThis 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.rw
Integer32
.bayStackMibs.21.1.2.1.2
bsRadiusServerAddressTypeThe type of address contained in the corresponding instance of bsRadiusServerAddress.rw
InetAddressType (INET-ADDRESS-MIB)
.bayStackMibs.21.1.2.1.3
bsRadiusServerAddressThe internet address to use when attempting to contact a RADIUS server.rw
InetAddress (INET-ADDRESS-MIB)
.bayStackMibs.21.1.2.1.4
bsRadiusServerUdpPortThe UDP port number to use when trying to contact the RADIUS server at the address contained in the corresponding instance of bsRadiusServerAddress.rw
InetPortNumber (INET-ADDRESS-MIB)
.bayStackMibs.21.1.2.1.5
bsRadiusServerTimeoutThe time interval to wait before re-sending a message to this RADIUS server.rw
Integer32 UNITS "seconds"
.bayStackMibs.21.1.2.1.6
bsRadiusServerSecretThe 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.rw
OCTET STRING
.bayStackMibs.21.1.2.1.7
bsRadiusServerRowStatusControls row creation/deletion in this table.rw
RowStatus (SNMPv2-TC)
.bayStackMibs.21.1.2.1.8
bsRadiusServerAccountingPortThe UDP accounting port number to use when trying to contact the RADIUS server at the address contained in the corresponding instance of bsRadiusServerAddress.rw
InetPortNumber (INET-ADDRESS-MIB)
.bayStackMibs.21.1.2.1.9
bsRadiusServerAccountingEnabledThis object controls whether RADIUS accounting is enabled for this RADIUS server instance.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.2.1.10
bsRadiusServerRetryLimitThis object specifies the number of RADIUS retry attempts, for this RADIUS server instance.rw
Integer32
.bayStackMibs.21.1.2.1.11
bsRadiusDynAuthClientTableThis 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.
SEQUENCE OF BsRadiusDynAuthClientEntry
.bayStackMibs.21.1.3
bsRadiusDynAuthClientEntryAn entry containing objects defining RADIUS Dynamic Authorization Clients which can connect to this RADIUS Dynamic Authorization Server.
BsRadiusDynAuthClientEntry
.bayStackMibs.21.1.3.1
bsRadiusDynAuthClientAddressTypeThe type of address contained in the corresponding instance of bsRadiusDynAuthClientAddress.
InetAddressType (INET-ADDRESS-MIB)
.bayStackMibs.21.1.3.1.1
bsRadiusDynAuthClientAddressThe internet address of a RADIUS Dynamic Authorization Client configured in this entry.
InetAddress
.bayStackMibs.21.1.3.1.2
bsRadiusDynAuthClientUdpPortThe UDP port number the server/NAS listens on for requests from the RADIUS Dynamic Authorization Client configured in this entry.rw
InetPortNumber (INET-ADDRESS-MIB)
.bayStackMibs.21.1.3.1.3
bsRadiusDynAuthClientSecretThe 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.rw
OCTET STRING
.bayStackMibs.21.1.3.1.4
bsRadiusDynAuthClientEnabledEnable 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).rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.3.1.5
bsRadiusDynAuthClientProcessDisconnectRequestsEnable or disable processing of Disconnect requests from the RADIUS Dynamic Authorization Client.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.3.1.6
bsRadiusDynAuthClientProcessCoARequestsEnable or disable processing or Change-Of-Authorization requests from the RADIUS Dynamic Authorization Client.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.3.1.7
bsRadiusDynAuthClientRowStatusControls row creation/deletion in this table.rw
RowStatus (SNMPv2-TC)
.bayStackMibs.21.1.3.1.8
bsRadiusDynAuthClientReplayProtectionEnable or disable RADIUS replay protection.rw
TruthValue (SNMPv2-TC)
.bayStackMibs.21.1.3.1.9
BAY-STACK-RADIUS-MIB - SNMP MIB Reference | MIBs Explorer