HSSIEXT-MIB --FORCE-INCLUDE --FORCE-INCLUDE --FORCE-INCLUDE --FORCE-INCLUDE "mibproto.h" DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI hssiExt FROM APENT-MIB; -- HSSIEXT MIB --hssiExtMib MODULE-IDENTITY -- LAST-UPDATED "9707202000Z" Wed July 20 20:00:00 EST 1997 -- ORGANIZATION "ArrowPoint Communications Inc." -- CONTACT-INFO -- " Steve Colby -- Postal: ArrowPoint Communications Inc. -- 235 Littleton Road -- Westford, Massachusetts 01886 -- Tel: +1 508 692 5875 -- E-Mail: mibsupport@arrowpoint.com" -- DESCRIPTION -- "This MIB module describes the ArrowPoint Communications -- enterprise MIB for the High Speed Serial Interface (HSSI) -- module." -- ::= { hssiExt 1 } -- the HSSI Configuration Table apHssiExtConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF ApHssiExtConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The HSSI Configuration table." ::= { hssiExt 2 } apHssiExtConfigEntry OBJECT-TYPE SYNTAX ApHssiExtConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Configuration table." INDEX { apHssiExtLineIndex } ::= { apHssiExtConfigTable 1 } ApHssiExtConfigEntry ::= SEQUENCE { apHssiExtLineIndex INTEGER, apHssiExtClockSource INTEGER, apHssiExtLoopbackConfig INTEGER, apHssiExtTransmitterDelay INTEGER } apHssiExtLineIndex OBJECT-TYPE SYNTAX INTEGER (1..'7fffffff'h) ACCESS read-only STATUS mandatory DESCRIPTION "This object is the identifier of a HSSI Inter- face on a managed device." ::= { apHssiExtConfigEntry 1 } apHssiExtClockSource OBJECT-TYPE SYNTAX INTEGER { lineclock(1), internalclock(2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to configure the HSSI interface to provide its own internal 45 MHz clock." DEFVAL { lineclock } ::= { apHssiExtConfigEntry 2 } apHssiExtLoopbackConfig OBJECT-TYPE SYNTAX INTEGER { hssiNoLoop(1), hssiInterfaceLoop(2), hssiAppliqueLoop(3), hssiExternalLoop(4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the loopback configuration of the HSSI inteface." DEFVAL { hssiNoLoop } ::= { apHssiExtConfigEntry 3 } apHssiExtTransmitterDelay OBJECT-TYPE SYNTAX INTEGER ( 0..131071 ) ACCESS read-write STATUS mandatory DESCRIPTION "This variable is the minimum number of HDLC flags to be sent between successive packets on a HSSI interface." DEFVAL { 0 } ::= { apHssiExtConfigEntry 4 } -- the HSSI Statistic Table apHssiExtStatisticTable OBJECT-TYPE SYNTAX SEQUENCE OF ApHssiExtStatisticEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The HSSI Statistics table." ::= { hssiExt 3 } apHssiExtStatisticEntry OBJECT-TYPE SYNTAX ApHssiExtStatisticEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the HSSI Statistics table." INDEX { apHssiExtLineIndex } ::= { apHssiExtStatisticTable 1 } ApHssiExtStatisticEntry ::= SEQUENCE { apHssiExtStatsLineIndex INTEGER, apHssiExtStatsPhysicalLineState INTEGER, apHssiExtStatsSoftwareLineState INTEGER } apHssiExtStatsLineIndex OBJECT-TYPE SYNTAX INTEGER (1..'7fffffff'h) ACCESS read-only STATUS mandatory DESCRIPTION "This object is the identifier of a HSSI Inter- face on a managed device. It is used to as the index into the HSSI Statistic Table." ::= { apHssiExtStatisticEntry 1 } apHssiExtStatsPhysicalLineState OBJECT-TYPE SYNTAX INTEGER { hssiPhysicalUp(1), hssiPhsyicalDown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object is the physical state of the HSSI interface. The line is considered UP if Carrier Detect (CD) is present." ::= { apHssiExtStatisticEntry 2 } apHssiExtStatsSoftwareLineState OBJECT-TYPE SYNTAX INTEGER { hssiUp(1), hssiDown(2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object is the software state of the HSSI interface. The line is considered UP if the software protocol considers the line usable (i.e. keepalive messages are successful) and the line has not been administratively shutdown." ::= { apHssiExtStatisticEntry 3 } apHssiExtStatsInterfaceBandwidth OBJECT-TYPE SYNTAX INTEGER (1..'7fffffff'h) ACCESS read-only STATUS mandatory DESCRIPTION "This object is the bandwith of the HSSI interface in kilobits per-second." ::= { apHssiExtStatisticEntry 4 } END