TIARA-V35-MIB

MIB Reference — IPNetwork Monitor

All MIBsTIARA-V35-MIB

Organization: Tiara Networks Inc.

Last Updated: 2000-08-18

Category: PPP and WAN Protocols, WAN and Serial Interfaces

Description:

Manages Tiara Networks WAN router V.35 serial interface configuration and status.

Imported Objects

From RFC-1215

TRAP-TYPE

From SNMPv2-SMI

Counter32
Integer32
MODULE-IDENTITY
OBJECT-TYPE

From TIARA-NETWORKS-SMI

tiaraInterfacesOBJECT-IDENTITY

What Is TIARA-V35-MIB?

TIARA-V35-MIB is a vendor-specific SNMP module for Tiara Networks WAN routers covering V.35 serial interface modules, a common physical-layer standard for connecting routers to CSU/DSUs or other WAN termination equipment. It exposes per-interface configuration (clock rate, clock source, operating mode, CRC setting, data mode, flow control) alongside a statistics table reporting alarm status, plus trap definitions for the interface. Its monitoring relevance is interface hardware/link health: v35StatsAlarmStatus reports whether a given V.35 port is currently in an alarm condition (such as loss of carrier or clock), letting an operator detect physical-layer WAN link failures, while the configuration table lets them confirm clocking and flow-control settings match what the connected DTE/DCE equipment expects. It complements standard IF-MIB interface counters by adding V.35-specific physical-layer detail, implying a loose dependency on the interfaces group for ifIndex correlation. It is deployed on Tiara routers with V.35 WAN ports, monitored via polling of alarm status and via subscription to v35Traps for real-time link-state notification. Network engineers evaluating or troubleshooting this functionality can download the TIARA-V35-MIB file directly to load it into their MIB browser.

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

  • V.35 interface alarm status
  • clock rate and clock source configuration
  • CRC and data mode configuration
  • flow control setting
  • V.35 interface trap notifications

Supported Devices

  • Tiara Networks WAN router with V.35 serial interface module

Monitoring Examples

An operator would poll v35StatsTable's v35StatsAlarmStatus (indexed by v35IfIndex) to detect whether a V.35 serial link has entered an alarm state such as loss of clock or carrier. v35ConfigClockSource and v35ConfigClockRate would be checked against the expected DCE/DTE clocking arrangement if a link is flapping, since a clock-source mismatch is a common cause of V.35 instability. A v35Traps notification with populated v35TrapVariables would alert the NMS the moment the alarm status changes, avoiding the need for continuous polling.

OIDs
OID symbolicOID numericTypeAccessDescription
tiaraV35Mib1.3.6.1.4.1.3174.2.7.3MIB definitions for Tiara V35 module.
v35ConfigTable1.3.6.1.4.1.3174.2.7.3.1not-accessibleTiara Networks V35 interface-related configurable parameters are listed in this table.
v35ConfigTableEntry1.3.6.1.4.1.3174.2.7.3.1.1not-accessibleV35 table entry.
INT v35IfIndex1.3.6.1.4.1.3174.2.7.3.1.1.1INTEGERnot-accessibleAn integer value that is an index in the entries of the ifTable (MIB-II) with a V.35 interface type.
I32 v35ConfigClockRate1.3.6.1.4.1.3174.2.7.3.1.1.2Integer32read-writeConfigures the clock rate for V35.
INT v35ConfigClockSource1.3.6.1.4.1.3174.2.7.3.1.1.3INTEGERread-writeConfigures the clock source for V35. It can be either internal or line.
INT v35ConfigMode1.3.6.1.4.1.3174.2.7.3.1.1.4INTEGERread-writeConfigures the mode for V35 to be either dce or dte.
INT v35ConfigCRC1.3.6.1.4.1.3174.2.7.3.1.1.5INTEGERread-writeConfigures the cyclic redundancy check for V35 to be either 16 or 32 bits.
INT v35ConfigDataMode1.3.6.1.4.1.3174.2.7.3.1.1.6INTEGERread-writeConfigures the data for V.35 to be either normal or inverted.
INT v35ConfigFlowControl1.3.6.1.4.1.3174.2.7.3.1.1.7INTEGERread-writeConfigures the hardware flow control for V.35 to be either on or off.
v35StatsTable1.3.6.1.4.1.3174.2.7.3.2not-accessibleTiara Networks V35 interface-related status variables are listed in this table.
v35StatsTableEntry1.3.6.1.4.1.3174.2.7.3.2.1not-accessibleV35 statistics table entry.
BIT v35StatsAlarmStatus1.3.6.1.4.1.3174.2.7.3.2.1.1Bitsread-onlySpecifies the status of the V35 alarm. If the bit is set, it indicates that the alarm state is on. Alarm bits are mode dependent; they are interpreted as follows: v35-alarms-DTR - DTR not received from DTE (V.35 is DCE) v35-alarms-DSR - DSR not received from DCE (V.35 is DTE) v35-alarms-ST - V.35 adaptor driving ST (V.35 is DCE) v35-alarms-CTS - CTS not received from DCE (V.35 is DTE) v35-alarms-RTS - RTS not received from DTE (V.35 is DCE)
C32 v35StatsFramesIn1.3.6.1.4.1.3174.2.7.3.2.1.2Counter32read-onlySpecifies the number of incoming frames.
C32 v35StatsFramesOut1.3.6.1.4.1.3174.2.7.3.2.1.3Counter32read-onlySpecifies the number of outgoing frames.
C32 v35StatsOctetsIn1.3.6.1.4.1.3174.2.7.3.2.1.4Counter32read-onlySpecifies the number of incoming octets.
C32 v35StatsOctetsOut1.3.6.1.4.1.3174.2.7.3.2.1.5Counter32read-onlySpecifies the number of outgoing octets.
C32 v35StatsCRCErrors1.3.6.1.4.1.3174.2.7.3.2.1.6Counter32read-onlySpecifies the number of CRC errors that have been identified so far.
v35Traps1.3.6.1.4.1.3174.2.7.3.3
NTF v35AlarmOnTrap1.3.6.1.4.1.3174.2.7.3.3.0.1V35 alarm traps for the Alarm On state.
NTF v35AlarmOffTrap1.3.6.1.4.1.3174.2.7.3.3.0.2V35 alarm traps for the Alarm Off state.
v35TrapVariables1.3.6.1.4.1.3174.2.7.3.3.1
INT v35SlotNumber1.3.6.1.4.1.3174.2.7.3.3.1.1INTEGERnot-accessibleThis V35 trap variable specifies the slot number of the V35 interface.
INT v35AlarmType1.3.6.1.4.1.3174.2.7.3.3.1.2INTEGERnot-accessibleThis V35 alarm type specifies the type of the alarm trap generated by the agent for the V35 interface. Alarm bits are mode dependent; they are interpreted as follows: v35-alarms-DTR - DTR not received from DTE (V.35 is DCE) v35-alarms-DSR - DSR not received from DCE (V.35 is DTE) v35-alarms-ST - V.35 adaptor driving ST (V.35 is DCE) v35-alarms-CTS - CTS not received from DCE (V.35 is DTE) v35-alarms-RTS - RTS not received from DTE (V.35 is DCE)

RFC description

Tiara Networks V35 interface configuration for clock rate, CRC, and flow control management.

Start monitoring Tiara Networks WAN router with V.35 serial interface module (clocking/alarm status) 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 TIARA-V35-MIB