ITOUCH-RADIUS-MIB

MIB Reference — IPNetwork Monitor

All MIBsITOUCH-RADIUS-MIB

Category: Protocol: RADIUS, RADIUS and AAA, Vendor: Allied Telesis

Description:

Defines RADIUS authentication and authorization management objects for Allied Telesis iTouch network devices.

Imported Objects

From ITOUCH-MIB

iTouchOBJECT-IDENTITY

From RFC-1212

OBJECT-TYPE

From RFC1155-SMI

Counter

From RFC1213-MIB

DisplayString

What Is ITOUCH-RADIUS-MIB?

ITOUCH-RADIUS-MIB is an Allied Telesis iTouch enterprise MIB defining objects for RADIUS authentication and authorization management on iTouch network access devices. It exposes configuration data such as RADIUS server addresses, shared-secret/timeout parameters, and authentication statistics like accept/reject/timeout counts. From a monitoring standpoint it is a software/service-status MIB, letting an administrator confirm the RADIUS client subsystem on the device is functioning and successfully reaching its authentication servers rather than reporting physical hardware sensors. It depends conceptually on the RADIUS protocol (RFC 2865/2866) even though it is a vendor-specific management wrapper rather than the IETF RADIUS MIBs. Typical deployment is on dial-up or terminal-access iTouch devices that authenticate users centrally against a RADIUS infrastructure. Engineers can download the ITOUCH-RADIUS-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in ITOUCH-RADIUS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • RADIUS server reachability
  • authentication accept/reject counts
  • authentication timeouts
  • RADIUS client configuration

Supported Devices

  • iTouch Communications (later Black Box) network access/terminal server

Monitoring Examples

An administrator would monitor RADIUS authentication counters (accepts, rejects, and timeouts) to detect when a configured RADIUS server becomes unreachable or is rejecting an unusual volume of login attempts, which would show up as a spike in timeout or reject counts. No sample objects were provided for this module, so specific counter names are unconfirmed, but the MIB's purpose implies server-configuration and statistics objects analogous to a RADIUS server table. This makes it primarily useful for diagnosing authentication-service health rather than device hardware.

OIDs
OID symbolicOID numericTypeAccessDescription
xRadius1.3.6.1.4.1.33.35
xRadiusPort1.3.6.1.4.1.33.35.1
xRadiusPortTable1.3.6.1.4.1.33.35.1.1not-accessibleTable of fields indexed by port.
xRadiusPortEntry1.3.6.1.4.1.33.35.1.1.1not-accessibleA particular entry.
INT xRadiusPortIndex1.3.6.1.4.1.33.35.1.1.1.1INTEGERread-onlyThe index of the port.
INT xRadiusPortStatus1.3.6.1.4.1.33.35.1.1.1.2INTEGERread-onlyIndicates the state of Radius Authentication on the port.
INT xRadiusPortSolicitStatus1.3.6.1.4.1.33.35.1.1.1.3INTEGERread-writeIndicates the state of Radius solicitation mode on the port.
INT xRadiusAcctPortStatus1.3.6.1.4.1.33.35.1.1.1.4INTEGERread-onlyIndicates the state of Radius Accounting on the port.
xRadiusCircuit1.3.6.1.4.1.33.35.2
xRadiusCircuitTable1.3.6.1.4.1.33.35.2.1not-accessibleTable of fields indexed by circuit.
xRadiusCircuitEntry1.3.6.1.4.1.33.35.2.1.1not-accessibleA particular entry.
INT xRadiusCircuitIndex1.3.6.1.4.1.33.35.2.1.1.1INTEGERread-onlyThe index of the circuit.
INT xRadiusCircAcctOnOff1.3.6.1.4.1.33.35.2.1.1.2INTEGERread-onlyIndicates the state of Radius Accounting on the circuit.
xRadiusConfig1.3.6.1.4.1.33.35.3
INT xRadiusAuthServerPort1.3.6.1.4.1.33.35.3.1INTEGERread-writeThe UDP port on which the Radius authentication request will be made.
INT xRadiusAcctServerPort1.3.6.1.4.1.33.35.3.2INTEGERread-writeThe UDP port on which the Radius accounting request will be made.
INT xRadiusTimeout1.3.6.1.4.1.33.35.3.3INTEGERread-writeThe period of time that the Radius client will wait for a reply from the server.
INT xRadiusServerRetries1.3.6.1.4.1.33.35.3.4INTEGERread-writeThe number of times a Radius server will be tried.
INT xRadiusAcctLogAttempts1.3.6.1.4.1.33.35.3.5INTEGERread-writeThe number of times the client will attempt to log the accounting record to either the primary or secondary Radius server before giving up and failing.
INT xRadiusChapChallengeSize1.3.6.1.4.1.33.35.3.6INTEGERread-writeThe size of the CHAP challenge that is sent to the peer and the Radius server.
INT xRadiusLogging1.3.6.1.4.1.33.35.3.7INTEGERread-writeIndicates the state of Radius logging for packet tracing and troubleshooting. Messages are logged to the ITouch event log.
STR xRadiusMessage1.3.6.1.4.1.33.35.3.8DisplayStringread-writeThe authentication prompting message for Radius logins.
xRadiusServers1.3.6.1.4.1.33.35.4
xRadServer1SubGrp1.3.6.1.4.1.33.35.4.1
OCT xRadiusServerName11.3.6.1.4.1.33.35.4.1.1OCTET STRINGread-writeThe primary Radius server queried for authentication.
OCT xRadiusSecret11.3.6.1.4.1.33.35.4.1.2OCTET STRINGread-onlyThe secret value used to communicate with the primary Radius server.
CTR xRadiusServerAccess11.3.6.1.4.1.33.35.4.1.3Counterread-onlyThe number of successful accesses of primary Radius server.
CTR xRadiusServerAccessFailed11.3.6.1.4.1.33.35.4.1.4Counterread-onlyThe number of failed accesses of primary Radius server.
xRadServer2SubGrp1.3.6.1.4.1.33.35.4.2
OCT xRadiusServerName21.3.6.1.4.1.33.35.4.2.1OCTET STRINGread-writeThe secondary Radius server queried for authentication, if the primary one fails.
OCT xRadiusSecret21.3.6.1.4.1.33.35.4.2.2OCTET STRINGread-onlyThe secret value used to communicate with the secondary Radius server.
CTR xRadiusServerAccess21.3.6.1.4.1.33.35.4.2.3Counterread-onlyThe number of successful accesses of secondary Radius server.
CTR xRadiusServerAccessFailed21.3.6.1.4.1.33.35.4.2.4Counterread-onlyThe number of failed accesses of secondary Radius server.
xRadiusCounters1.3.6.1.4.1.33.35.5
xRadAuthCtsSubGrp1.3.6.1.4.1.33.35.5.1
CTR xRadiusLogins1.3.6.1.4.1.33.35.5.1.1Counterread-onlyThe number of successful logins using Radius.
CTR xRadiusLoginsFailed1.3.6.1.4.1.33.35.5.1.2Counterread-onlyThe number of failed logins resulting from being rejected by the Radius server.
CTR xRadiusConfigFailed1.3.6.1.4.1.33.35.5.1.3Counterread-onlyThe number of failed logins resulting from unsupported attribute values.
CTR xRadiusPolicyFailed1.3.6.1.4.1.33.35.5.1.4Counterread-onlyThe number of failed logins resulting from failing specific Radius policies on the ITouch unit.
xRadAcctCtsSubGrp1.3.6.1.4.1.33.35.5.2
CTR xRadiusAcctSuccess1.3.6.1.4.1.33.35.5.2.1Counterread-onlyThe number of successfully recorded Radius accounting log records.
CTR xRadiusAcctFailed1.3.6.1.4.1.33.35.5.2.2Counterread-onlyThe number of failed (not logged) Radius accounting log records.
CTR xRadiusAcctReqWait1.3.6.1.4.1.33.35.5.2.3Counterread-onlyThe number of log requests waiting for a reply from the Radius server.

RFC description

Manages RADIUS authentication client configuration and statistics on iTouch Communications network access servers.

Start monitoring iTouch Communications (Black Box) network access/terminal server (RADIUS) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download ITOUCH-RADIUS-MIB