AISLCSYSCFG-MIB

MIB Reference — IPNetwork Monitor

All MIBsAISLCSYSCFG-MIB

Organization: Applied Innovation Inc.

Last Updated: 2000-06-20

Category: Vendor: Applied Innovation

Description:

Manages system configuration parameters on Applied Innovation SLC (Serial/LAN Console) server appliances.

Imported Objects

From RFC1155-SMI

IpAddress

From SNMPv2-SMI

MODULE-IDENTITY
OBJECT-TYPE
enterprises

From SNMPv2-TC

DisplayString
TruthValue

What Is AISLCSYSCFG-MIB?

AISLCSYSCFG-MIB is a proprietary Applied Innovation MIB defining system-wide configuration parameters for SLC (Serial/LAN Console) server appliances, covering items such as the system prompt, shell logging level, FTP/Telnet service ports, SNMP manager/community settings, and system time. It exposes both scalar configuration values and a manager table listing each configured SNMP trap destination with its address, trap port, and community strings. As a system-configuration MIB, it supports monitoring device software status by revealing which management services (Telnet, FTP) are enabled on which ports, what the minimum log level is, and which trap managers are registered to receive alerts, which helps confirm the device is reachable and correctly wired into the monitoring infrastructure. It works alongside standard SNMPv2-MIB/community-based access control rather than any specific IETF trap MIB. It is typically deployed on Applied Innovation console server / SLC appliances used for out-of-band terminal access in telecom and data center environments. Engineers can download the AISLCSYSCFG-MIB file directly to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in AISLCSYSCFG-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

  • Telnet/FTP service ports
  • shell minimum log level
  • SNMP trap manager address and port
  • SNMP community strings
  • system prompt/time configuration

Supported Devices

  • Applied Innovation SLC console server appliance

Monitoring Examples

An administrator would read aislcscTelnetPort and aislcscFtpPort to confirm management services are running on expected ports, and walk aiSLCSysCfgManagerTable/aiSLCSysCfgManagerEntry to verify aislcscManagerAddress and aislcscManagerTrapPort point to the correct monitoring station with the expected aislcscReadCommunity/aislcscWriteCommunity strings. A missing or incorrect manager entry would explain why the device's traps are not reaching the NMS, and an unexpectedly low aislcscShellMinLogLevel could reveal excessive or insufficient console logging.

OIDs
OID symbolicOID numericTypeAccessDescription
aii1.3.6.1.4.1.539
aiSLCSysCfg1.3.6.1.4.1.539.21MIB module for SLC system parameters.
STR aislcscSystemPrompt1.3.6.1.4.1.539.21.1DisplayStringread-writePrompt for login shells. Maximum length is 80 characters.
INT aislcscShellMinLogLevel1.3.6.1.4.1.539.21.2INTEGERread-writeMinimum message severity which will be logged to a shell connection.
INT aislcscFtpPort1.3.6.1.4.1.539.21.3INTEGERread-writeTCP port for accepting FTP connections.
INT aislcscTelnetPort1.3.6.1.4.1.539.21.4INTEGERread-writeTCP port for accepting Telnet connections.
aiSLCSysCfgManagerTable1.3.6.1.4.1.539.21.5not-accessibleTable of IP addresses to which SNMP traps will be sent, indexed by an integer.
aiSLCSysCfgManagerEntry1.3.6.1.4.1.539.21.5.1not-accessibleEntry of aiSLCSysCfgManagerTable.
NUM aislcscManagerIndex1.3.6.1.4.1.539.21.5.1.1PositiveIntegerread-onlyIndex into this table of SNMP managers.
IP aislcscManagerAddress1.3.6.1.4.1.539.21.5.1.2IpAddressread-writeSNMP manager IP address. 0.0.0.0 indicates an unused entry.
INT aislcscManagerTrapPort1.3.6.1.4.1.539.21.5.1.3INTEGERread-writeSNMP manager trap port destination number.
STR aislcscReadCommunity1.3.6.1.4.1.539.21.6DisplayStringread-writeSNMP community string for read-only access.
STR aislcscWriteCommunity1.3.6.1.4.1.539.21.7DisplayStringread-writeSNMP community string for read-write access.
STR aislcsctl1SourceID1.3.6.1.4.1.539.21.8DisplayStringread-writeTL1 source identifier. Maximum length is 20 characters.
T/F aislcsctl1LogonRequired1.3.6.1.4.1.539.21.9TruthValueread-writeIndicates whether or not an ACT-USER command is required for TL1 access.
NUM aislcsctl1NumBadLogons1.3.6.1.4.1.539.21.10PositiveIntegerread-onlyThe number of failed TL1 logons that have occurred since the last successful logon.
INT aislcscExtProbeStatus1.3.6.1.4.1.539.21.11INTEGERread-onlyThis is the state of the external temperature probe. It is either available or unavailable.
INT aislcscExtLowThreshCelsius1.3.6.1.4.1.539.21.12INTEGERread-writeThe lower threshold for the external temperature probe, in degrees Celsius. When the temperature drops below this value, an SNMP trap is sent.
INT aislcscExtHighThreshCelsius1.3.6.1.4.1.539.21.13INTEGERread-writeThe upper threshold for the external temperature probe, in degrees Celsius. When the temperature rises above this value, an SNMP trap is sent.
INT aislcscExtTempCelsius1.3.6.1.4.1.539.21.14INTEGERread-onlyThe current external temperature (Celsius).
INT aislcscIntProbeStatus1.3.6.1.4.1.539.21.15INTEGERread-onlyThis is the state of the internal temperature probe. It is either available or unavailable.
INT aislcscIntLowThreshCelsius1.3.6.1.4.1.539.21.16INTEGERread-writeThe lower threshold for the internal temperature probe, in degrees Celsius. When the temperature drops below this value, an SNMP trap is sent.
INT aislcscIntHighThreshCelsius1.3.6.1.4.1.539.21.17INTEGERread-writeThe upper threshold for the internal temperature probe, in degrees Celsius. When the temperature rises above this value, an SNMP trap is sent.
INT aislcscIntTempCelsius1.3.6.1.4.1.539.21.18INTEGERread-onlyThe current internal temperature (Celsius).
INT aislcscExceededThresholdValue1.3.6.1.4.1.539.21.19INTEGERread-onlyThe temperature sent with the last trap (Celsius).
aiSLCSysCfgKeepAliveTable1.3.6.1.4.1.539.21.20not-accessibleTable of IP addresses which will be pinged periodically.
aiSLCSysCfgKeepAliveEntry1.3.6.1.4.1.539.21.20.1not-accessibleEntry of aiSLCSysCfgKeepAliveTable.
NUM aislcscKeepAliveIndex1.3.6.1.4.1.539.21.20.1.1PositiveIntegerread-onlyIndex into this table.
IP aislcscKeepAliveAddress1.3.6.1.4.1.539.21.20.1.2IpAddressread-writeIP address of network element to ping. 0.0.0.0 indicates an unused entry.
INT aislcscKeepAliveInterval1.3.6.1.4.1.539.21.20.1.3INTEGERread-writeTime between successive pings of the network element. Allowable values are 5 to 600 seconds.
STR aislcscKeepAliveWarningText1.3.6.1.4.1.539.21.20.1.4DisplayStringread-writeMessage sent in SNMP trap when the network element stops responding to pings. Maximum length is 64 characters.
STR aislcscKeepAliveOKText1.3.6.1.4.1.539.21.20.1.5DisplayStringread-writeMessage sent in SNMP trap when the network element begins responding to pings after a period of unresponsiveness. Maximum length is 64 characters.
INT aislcscKeepAliveCommStat1.3.6.1.4.1.539.21.20.1.6INTEGERread-onlyDetermines the current communication status between the system and the target equipment. If the target equipment does not respond to pings, this object will be set to lost(3). This object will be set to disabled(1) if no IP address is configured.
STR aislcscActiveConfigName1.3.6.1.4.1.539.21.21DisplayStringread-writeName of the active configuration file. Maximum length is 255 characters; additional restrictions are system-dependent.
INT aislcscActiveConfigCRC1.3.6.1.4.1.539.21.22INTEGERread-only32-bit CRC of the active configuration file.
STR aislcscSoftwareUpdateName1.3.6.1.4.1.539.21.23DisplayStringread-writeTo update the system software, set this object to the name of the new image file, and monitor aislcscSoftwareUpdateStatus until it changes to ok(1) or error(3). If the update succeeds, the new software will be used after the system is rebooted. Maximum length is 255 characters; additional restrictions are system-dependent.
INT aislcscSoftwareUpdateStatus1.3.6.1.4.1.539.21.24INTEGERread-writeSee aislcscSoftwareUpdateName for a description of how to use this object. ready(1) -- ready to update software (read-write) inProgress(2) -- update is in progress (read-only) ok(3) -- update completed successfully (read-only) error(4) -- update failed (read-only)
INT aislcscResetSystem1.3.6.1.4.1.539.21.25INTEGERread-writeWhen read, this object is always none(1). Setting none(1) has no effect. Setting coldStart(2) reboots the system.
INT aislcscDiscPowerSupplyStatus1.3.6.1.4.1.539.21.26INTEGERread-onlyStatus of the power supply. okay(1) or trouble(2). When the SLC is booted, this indicates okay(1) until the software determines the correct status.
INT aislcsc48VSupplyAStatus1.3.6.1.4.1.539.21.27INTEGERread-onlyStatus of the 'A' 48V power supply.
INT aislcsc48VSupplyBStatus1.3.6.1.4.1.539.21.28INTEGERread-onlyStatus of the 'B' 48V power supply.
INT aislcscFanStatus1.3.6.1.4.1.539.21.29INTEGERread-onlyStatus of the fan unit.
STR aislcscMib2ReadCommunity1.3.6.1.4.1.539.21.30DisplayStringread-writeSNMP community string for read-only access with mib-2 view.
INT aislcscOverallAlarmSeverity1.3.6.1.4.1.539.21.31INTEGERread-writeCurrent overall alarm severity (0-7). This value can be set at the user's discretion, but will be overwritten when the next alarm is generated.
aislcSysCfgTime1.3.6.1.4.1.539.21.32
STR aislcscTimeZone1.3.6.1.4.1.539.21.32.1DisplayStringread-writeThe current Time Zone of the system in the following format: HH:MM, where HH is the number of hours and MM is the number of minutes. specifies the East/West direction. For example, EDT would be displayed as: -05:00
INT aislcscDayLightSaving1.3.6.1.4.1.539.21.32.2INTEGERread-writeIndicates whether Daylight saving is enabled.
INT aislcscSntpPoll1.3.6.1.4.1.539.21.32.3INTEGERread-writeIndicates whether the SNTP client is enabled on this system.
IP aislcscNtpServerAddr11.3.6.1.4.1.539.21.32.4IpAddressread-writeIP address of the primary NTP Server
IP aislcscNtpServerAddr21.3.6.1.4.1.539.21.32.5IpAddressread-writeIP address of the secondary NTP Server
INT aislcscSntpPollInterval1.3.6.1.4.1.539.21.32.6INTEGERread-writeSNTP poll interval in minutes
INT aislcscStandaloneStatus1.3.6.1.4.1.539.21.33INTEGERread-onlystandalone(1): The card is operating standalone (no external CLC). nonStandalone(2): The card is operating as a line card with a CLC.
INT aislcscShellPromptTimeout1.3.6.1.4.1.539.21.34INTEGERread-writeTime in minutes before an idle shell is automatically closed. 0 indicates no timeout.
STR aislcscDestMenuBreakSeq1.3.6.1.4.1.539.21.35DisplayStringread-writeSequence of characters to exit a connection made from the destination menu.

RFC description

Configures Applied Innovation SLC system parameters including FTP/Telnet ports, login prompts, and SNMP trap manager addresses.

Start monitoring Applied Innovation SLC console server appliance (legacy) 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 AISLCSYSCFG-MIB