-- ============================================================================ -- -- Copyright (C) 1997-2001 Marconi Communications -- All rights reserved. -- -- NAME: Mariposa MIB -- -- ORGANIZATION "formerly Mariposa Technology" -- -- DESCRIPTION: This MIB supports the following products: -- -- 1) Mariposa ATX 50 / 150 -- 2) Ericsson AXD 321 -1 / 321 -3 -- 3) Newbridge NB 261 / 262 -- 4) Marconi SE 420 / 440 -- -- It is based on SMIv1. The above products currently support SNMPv1. -- It defines Mariposa objects in the Enterprises branch. -- The RFC1213 MIB is also supported by Mariposa products. -- The root of OID sub-tree assigned to Mariposa Technology, Inc. -- by the Internet Assigned Numbers Authority (IANA) is 2426." -- -- REVISION "200102082100" -- -- History: -- -- CREATED: 12/12/1997 by Kamran Ghane (kghane@mariposa-atm.com) -- UPDATED: 11/13/1998 by Kamran Ghane (kghane@mariposa-atm.com) -- UPDATED: 12/17/1999 by Kavitha Varadharaj (kvaradharaj@mariposatech.com) -- == Changes: Community String,Fan Failure, -- == Power Supply failure and System Resources -- UPDATED: 01/04/2000 by Kavitha Varadharaj (kvaradharaj@mariposatech.com) -- == Changes: Avm physical paramter,OC3 physical -- == parameters,OC3 TC layer parameters,Oc3 physical layer statistics -- UPDATED: 02/03/2000 by Lego Haryanto: -- == Added sysLowerTrayInstalled and sysUpperTrayInstalled -- == under sysParResources group. -- UPDATED: 02/07/2000 by Lego Haryanto: -- == Updated options inside TC Layer for OC-3c link. -- REMOVED: 02/08/2000 by Lego Haryanto: -- == Removed CES SPVC Table. -- UPDATED: 04/01/2000 by Kavitha Sudhakar: -- == Added Oc3 TC Layer Statistics. -- UPDATED: 04/06/2000 by Kavitha Sudhakar: -- == Added Ethernet Multiple Qos Support, UNI 4.0 support -- == and ALTA support. -- UPDATED: 04/10/2000 by Kavitha Sudhakar: -- == Added ANI Mapping Table. -- UPDATED: 04/17/2000 by Kavitha Sudhakar: -- == Separated AVM from VBR and also added DVM features. -- UPDATED: 04/19/2000 by Kavitha Sudhakar: -- == Added ESI. -- UPDATED: 05/01/2000 by Kavitha Sudhakar: -- == Added NAT Feature and Dynamic Bridging Enabling. -- UPDATED: 05/03/2000 by Kavitha Sudhakar: -- == Added AAL2 features. -- UPDATED: 05/08/2000 by Kavitha Sudhakar: -- == Added IP Routing Interface Configuration. -- UPDATED: 05/16/2000 by Kavitha Sudhakar: -- == Updated IP Routing RIP Configuration and Statistics. -- UPDATED: 05/18/2000 by Kavitha Sudhakar: -- == Added AAL1 VC Statistics. -- UPDATED: 06/02/2000 by Kavitha Sudhakar: -- == Added DVM CCS Signaling Parameters and Statistics. -- UPDATED: 06/05/2000 by Kavitha Sudhakar: -- == Added ARP CACHE Table. -- UPDATED: 06/15/2000 by Kavitha Sudhakar: -- == Changed the AAL5 parameters to indicate both AAL2 and AAL5. -- UPDATED: 01/17/2001 by K. H. Chang: -- == Added DS3/E3 ( Paul Fernerty ), SCES ( Kavitha Sudhakar) -- RIP Route Route Aggregation( Syu-Je Wang ), IMA, -- CBR Echo Cancellation, SCES Echo Cancellation, -- AVM-FXS CES, and AVM-EM CES. -- UPDATED: 02/08/2001 by K. H. Chang -- == Please notice that Voice Processing Objects -- ( for echo cancellation ) in SCES and ATM CBR -- are place holder for the features in the future. -- ============================================================================================= MARIPOSA-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises, IpAddress, TimeTicks, Counter, Gauge FROM RFC1155-SMI DisplayString, snmp, ifIndex FROM RFC1213-MIB OBJECT-TYPE FROM RFC-1212 TRAP-TYPE FROM RFC-1215; -- ============================ Textual Conventions ============================================ RowStatus ::= INTEGER { -- the following two values are states: -- these values may be read or written active (1), notInService (2), -- the following value is a state: -- this value may be read, but not written -- notReady (3), -- the following three values are -- actions: these values may be written, -- but are never read createAndGo (4), -- createAndWait (5), destroy (6) } -- TestAndIncr ::= INTEGER (0..2147483647) -- -- "Represents integer-valued information used for atomic -- operations. When the management protocol is used to specify -- that an object instance having this syntax is to be -- modified, the new value supplied via the management protocol -- must precisely match the value presently held by the -- instance. If not, the management protocol set operation -- fails with an error of `inconsistentValue'. Otherwise, if -- the current value is the maximum value of 2^31-1 (2147483647 -- decimal), then the value held by the instance is wrapped to -- zero; otherwise, the value held by the instance is -- incremented by one. (Note that regardless of whether the -- management protocol set operation succeeds, the variable- -- binding in the request and response PDUs are identical.) -- -- The value of the ACCESS clause for objects having this -- syntax is either `read-write' or `read-create'. When an -- instance of a columnar object having this syntax is created, -- any value may be supplied via the management protocol. -- -- When the network management portion of the system is re- -- initialized, the value of every object instance having this -- syntax must either be incremented from its value prior to -- the re-initialization, or (if the value prior to the re- -- initialization is unknown) be set to a pseudo-randomly -- generated value." Timeout ::= INTEGER -- a STP timer in units of 1/100 seconds -- -- To convert a Timeout value into a value in units of -- 1/256 seconds, the following algorithm should be used: -- -- b = floor( (n * 256) / 100) -- -- where: -- floor = quotient [ignore remainder] -- n is the value in 1/100 second units -- b is the value in 1/256 second units -- -- To convert the value from 1/256 second units back to -- 1/100 seconds, the following algorithm should be used: -- -- n = ceiling( (b * 100) / 256) -- -- where: -- ceiling = quotient [if remainder is 0], or -- quotient + 1 [if remainder is non-zero] -- n is the value in 1/100 second units -- b is the value in 1/256 second units -- -- Note: it is important that the arithmetic operations are -- done in the order specified (i.e., multiply first, divide -- second). -- TimeStamp ::= DisplayString -- TimeStamp ::= TimeTicks -- The value of the sysUpTime object at which a specific -- occurrence happened. The specific occurrence must be -- defined in the description of any object defined using this -- type." -- Boolean ::= INTEGER { true (1), false (2) } -- a truth value TruthValue ::= INTEGER { true (1), false (2) } -- Represents a boolean value." KBytes ::= INTEGER (0..2147483647) -- -- memory size, expressed in units of 1024 bytes DateAndTime ::= DisplayString (SIZE (30)) -- -- A date-time specification for the local time of day. -- This data type is intended to provide a consistent -- method of reporting date information. -- -- field octet# contents range -- _____ ______ ________ _____ -- 1 1-2 month 1..12 -- 2 3 '-' -- 3 4-5 day 1..31 -- 4 6 '-' -- 5 7-10 year 0..65536 -- (in network byte order) -- 6 11 ' ' -- 7 12-13 hour 0..23 -- 8 14 ':' -- 9 15-16 minutes 0..59 -- 10 17 ':' -- 11 18-19 seconds 0..60 -- (use 60 for leap-second) -- 12 20 '.' -- 13 21 deci-seconds 0..9 -- 14 22 ' ' -- 15 23 direction from UTC "+" / "-" -- (in ascii notation) -- 16 24-25 hours from UTC 0..11 -- 17 26 ':' -- 18 27-28 minutes from UTC 0..59 -- -- Note that if only local time is known, then -- timezone information (fields 16-18) is not present. InterfaceIndex ::= INTEGER (1..2147483647) -- A unique value, greater than zero, for each interface -- or interface sub-layer in the managed system. It is -- recommended that values are assigned contiguously -- starting from 1. The value for each interface sub- -- layer must remain constant at least from one re- -- initialization of the entity's network management -- system to the next re-initialization. IndexNumber ::= INTEGER (1..2147483647) -- A unique value, greater than zero, for objects used as -- an INDEX item in a table. It is -- recommended that values are assigned contiguously -- starting from 1. MacAddress ::= OCTET STRING (SIZE (6)) -- Represents an 802 MAC address represented in the -- `canonical' order defined by IEEE 802.1a, i.e., as if it -- were transmitted least significant bit first, even though -- 802.5 (in contrast to other 802.x protocols) requires MAC -- addresses to be transmitted most significant bit first. AtmAddress ::= OCTET STRING (SIZE (0..20)) -- ATM End-System Addresses use this data type. -- Note: The E.164 address is encoded in BCD format. AtmVcIdentifier ::= INTEGER (0..4095) -- AtmVcIdentifier ::= INTEGER (0..65535) -- The VCI value for a VCL. The maximum VCI value -- cannot exceed the value allowable by -- atmInterfaceMaxVciBits defined in ATM-MIB." AtmVpIdentifier ::= INTEGER (0..3) -- AtmVpIdentifier ::= INTEGER (0..4095) -- The VPI value for a VPL or VCL. The value VPI=0 -- is only allowed for a VCL. For ATM UNIs supporting -- VPCs the VPI value ranges from 1 to 255. For ATM -- UNIs supporting VCCs the VPI value ranges from 0 -- to 255. For ATM NNIs the VPI value ranges from 0 -- to 4095. The maximum VPI value cannot exceed the -- value allowable by atmInterfaceMaxVpiBits defined -- in ATM-MIB." -- -- AtmConnKind ::= INTEGER { -- pvc (1), -- svcIncoming (2), -- svcOutgoing (3), -- spvcInitiator (4), -- spvcTarget (5) -- } -- The use is as follows: -- pvc (1) -- Virtual link of a PVC. Should not be -- used in an PVC/SVC (i.e., SPVC) -- crossconnect. -- svcIncoming (2) -- Virtual link established after a -- received signaling request to setup -- an SVC. -- svcOutgoing (3) -- Virtual link established after a -- transmitted or forwarded signaling -- request to setup an SVC. -- spvcInitiator (4) -- Virtual link at the PVC side of an -- SVC/PVC crossconnect, where the -- switch is the initiator of the SPVC -- setup. -- spvcTarget (5) -- Virtual link at the PVC side of an -- SVC/PVC crossconnect, where the -- switch is the target of the SPVC -- setup. -- -- An spvcInitiator is always cross-connected to -- an svcOutgoing, and an spvcTarget is always -- cross-connected to an svcIncoming." -- -- AtmConnCastType ::= INTEGER { -- p2p (1), -- p2mpRoot (2), -- p2mpLeaf (3) -- } -- The type of topology of a connection (point-to-point, -- point-to-multipoint). In the case of point-to-multipoint, -- the orientation of this connection. -- * p2mpRoot indicates that the node is the root of -- the p2mp connection. -- * p2mpLeaf indicates that the node is a leaf of the -- p2mp connection. NetPrefix ::= OCTET STRING (SIZE (0..13)) -- A network prefix used for ILMI address -- registration. In the case of ATM endsystem -- addresses (AESAs), the network prefix is the first -- 13 octets of the address which includes the AFI, -- IDI, and HO-DSP fields. In the case of native -- E.164 addresses, the network prefix is the entire -- E.164 address encoded in 8 octets, as if it were -- an E.164 IDP in an ATM endsystem address structure. BridgeId ::= OCTET STRING (SIZE (8)) -- the Bridge-Identifier as used in the Spanning Tree -- Protocol to uniquely identify a bridge. Its first two -- octets (in network byte order) contain a priority -- value and its last 6 octets contain the MAC address -- used to refer to a bridge in a unique fashion -- (typically, the numerically smallest MAC address -- of all ports on the bridge). PerfCurrentCount ::= Gauge -- A Counter associated with interface -- performance measurements in a current 15 -- minute measurement interval. The value -- of this Counter start from zero and is -- increased when associated events occur, -- until the end of the 15 minute interval. -- At that time the value of the Counter is -- stored in the first 15 minute history -- interval, and the CurrentCount is -- restarted at zero." PerfIntervalCount ::= Gauge -- A Counter associated with interface -- performance measurements in a previous -- 15 minute measurement interval. In the -- case where the agent has no valid data -- available for a particular interval the -- corresponding object instance is not -- available and upon a retrieval request -- a corresponding error message (noSuch*) -- shall be returned. In a system supporting -- a history of n intervals with -- IntervalCount (1) and IntervalCount(n) the -- most and least recent intervals -- respectively, the following applies at -- the end of a 15 minute interval: -- - discard the value of IntervalCount(n) -- - the value of IntervalCount(i) becomes that -- of IntervalCount(i-1) for n >= i > 1 -- - the value of IntervalCount (1) becomes that -- of CurrentCount -- - the TotalCount, if supported, is adjusted." PerfTotalCount ::= Gauge -- A Counter associated with interface -- performance measurements agggregating the -- previous valid 15 minute measurement -- intervals. Intervals for which no valid -- data was available are counted as 0." AuthParam ::= DisplayString (SIZE (16)) -- Authentication parameter used for access control Password ::= DisplayString (SIZE (16)) -- Password string Version ::= DisplayString (SIZE (50)) -- Product version -- ======================== Mariposa's Top Level Tree ========================== mariposaTech OBJECT IDENTIFIER ::= { enterprises 2426 } -- Subtree for specific objects and event definitions. mariposaProducts OBJECT IDENTIFIER ::= { mariposaTech 1 } -- Subtree for registration -- mariposaReg OBJECT IDENTIFIER -- ::= { mariposaTech 2 } -- Subtree for common objects and event definitions. -- mariposaGeneric OBJECT IDENTIFIER -- ::= { mariposaTech 3 } -- ================ Subtree for agent profiles ========================= -- mariposaCaps OBJECT IDENTIFIER -- ::= { mariposaTech 4 } -- =============== Subtree for management application requirements ===== -- mariposaReqs OBJECT IDENTIFIER -- ::= { mariposaTech 5 } -- Subtree for experimental definitions." -- mariposaExpr OBJECT IDENTIFIER -- ::= { mariposaTech 6 } -- -- ================ Products subtree ====================================== -- This group provides global information about each device node -- mariposaAtx50Atx150Objs OBJECT IDENTIFIER ::= { mariposaProducts 2 } -- ============ Top Level Structure of mariposaProducts 2 ================= -- Security -- security OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 1 } -- System -- sys OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 2 } sysPar OBJECT IDENTIFIER ::= { sys 1 } sysParGeneral OBJECT IDENTIFIER ::= { sysPar 1 } sysParResources OBJECT IDENTIFIER ::= { sysPar 2 } sysParRS232 OBJECT IDENTIFIER ::= { sysPar 3 } sysParFlash OBJECT IDENTIFIER ::= { sysPar 4 } sysParFlashFtToAtx OBJECT IDENTIFIER ::= { sysParFlash 1 } sysParFlashFtFromAtx OBJECT IDENTIFIER ::= { sysParFlash 2 } sysParAccessCtrl OBJECT IDENTIFIER ::= { sysPar 5 } sysParAccessCtrlIP OBJECT IDENTIFIER ::= { sysParAccessCtrl 1 } sysParAccessCtrlPasswd OBJECT IDENTIFIER ::= { sysParAccessCtrl 2 } sysParAccessCtrlCommunities OBJECT IDENTIFIER ::= { sysParAccessCtrl 3 } sysParAccessCtrlTrapManagers OBJECT IDENTIFIER ::= { sysParAccessCtrl 4 } sysParDiag OBJECT IDENTIFIER ::= { sysPar 6 } sysParMemDump OBJECT IDENTIFIER ::= { sysParDiag 1 } sysParMemAddress OBJECT IDENTIFIER ::= { sysParDiag 2 } sysParSlot OBJECT IDENTIFIER ::= { sysPar 7 } sysParSlotInfo OBJECT IDENTIFIER ::= { sysParSlot 1 } sysStat OBJECT IDENTIFIER ::= { sys 2 } sysStatGen OBJECT IDENTIFIER ::= { sysStat 1 } sysStatDiag OBJECT IDENTIFIER ::= { sysStat 2 } sysDspDiag OBJECT IDENTIFIER ::= { sysStat 3 } -- ATM -- atm OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 3 } -- ATM Physical Layer -- atmPhy OBJECT IDENTIFIER ::= { atm 1 } atmT1E1Phy OBJECT IDENTIFIER ::= { atmPhy 1 } atmOc3Phy OBJECT IDENTIFIER ::= { atmPhy 2 } atmDs3E3Phy OBJECT IDENTIFIER ::= { atmPhy 3 } atmT1E1PhyPar OBJECT IDENTIFIER ::= { atmT1E1Phy 1 } atmT1E1PhyStat OBJECT IDENTIFIER ::= { atmT1E1Phy 2 } atmOc3PhyPar OBJECT IDENTIFIER ::= { atmOc3Phy 1 } atmOc3PhyStat OBJECT IDENTIFIER ::= { atmOc3Phy 2 } atmDs3E3PhyPar OBJECT IDENTIFIER ::= { atmDs3E3Phy 1 } atmDs3E3PhyStat OBJECT IDENTIFIER ::= { atmDs3E3Phy 2 } -- ATM Transmission Convergence -- atmTc OBJECT IDENTIFIER ::= { atm 2 } atmT1E1Tc OBJECT IDENTIFIER ::= { atmTc 1 } atmOc3Tc OBJECT IDENTIFIER ::= { atmTc 2 } atmDs3E3Tc OBJECT IDENTIFIER ::= { atmTc 3 } atmT1E1TcPar OBJECT IDENTIFIER ::= { atmT1E1Tc 1 } atmT1E1TcStat OBJECT IDENTIFIER ::= { atmT1E1Tc 2 } atmOc3TcPar OBJECT IDENTIFIER ::= { atmOc3Tc 1 } atmOc3TcStat OBJECT IDENTIFIER ::= { atmOc3Tc 2 } atmDs3E3TcPar OBJECT IDENTIFIER ::= { atmDs3E3Tc 1 } atmDs3E3TcStat OBJECT IDENTIFIER ::= { atmDs3E3Tc 2 } -- ATM ILMI -- atmIlmi OBJECT IDENTIFIER ::= { atm 3 } atmIlmiPar OBJECT IDENTIFIER ::= { atmIlmi 1 } atmIlmiStats OBJECT IDENTIFIER ::= { atmIlmi 2 } -- ATM Signaling -- atmSignaling OBJECT IDENTIFIER ::= { atm 4 } atmSignalingPar OBJECT IDENTIFIER ::= { atmSignaling 1 } atmSignalingParGen OBJECT IDENTIFIER ::= { atmSignalingPar 1 } atmSignalingStats OBJECT IDENTIFIER ::= { atmSignaling 2 } -- ATM Operation Administration Maintenance -- atmOam OBJECT IDENTIFIER ::= { atm 5 } atmOamPar OBJECT IDENTIFIER ::= { atmOam 1 } atmOamTest OBJECT IDENTIFIER ::= { atmOam 2 } atmOamStats OBJECT IDENTIFIER ::= { atmOam 3 } atmOamStatsF5 OBJECT IDENTIFIER ::= { atmOamStats 2 } -- ATM Connection Admission Control -- atmCac OBJECT IDENTIFIER ::= { atm 6 } atmCacPar OBJECT IDENTIFIER ::= { atmCac 1 } -- ATM IMA -- ima OBJECT IDENTIFIER ::= { atm 7 } imaPhy OBJECT IDENTIFIER ::= { ima 1 } imaTc OBJECT IDENTIFIER ::= { ima 2 } imaGroup OBJECT IDENTIFIER ::= { ima 3 } imaLink OBJECT IDENTIFIER ::= { ima 4 } imaPhyPar OBJECT IDENTIFIER ::= { imaPhy 1 } imaPhyStats OBJECT IDENTIFIER ::= { imaPhy 2 } imaTcPar OBJECT IDENTIFIER ::= { imaTc 1 } imaTcStats OBJECT IDENTIFIER ::= { imaTc 2 } --imaGroupTable OBJECT IDENTIFIER ::= { imaGroup 1 } --imaGroupGeneral OBJECT IDENTIFIER ::= { imaGroup 2 } --imaGroupStats OBJECT IDENTIFIER ::= { imaGroup 3 } --imaLinkTable OBJECT IDENTIFIER ::= { imaLink 1 } --imaLinkStats OBJECT IDENTIFIER ::= { imaLink 2 } --imaGroupStatTable OBJECT IDENTIFIER ::= { imaGroupStats 1 } --imaLinkStatTable OBJECT IDENTIFIER ::= { imaLinkStats 1 } -- AAL2/AAL5 -- aal2Aal5 OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 4 } aal2Aal5Par OBJECT IDENTIFIER ::= { aal2Aal5 1 } aal2Aal5Stats OBJECT IDENTIFIER ::= { aal2Aal5 2 } -- Connections -- atmConnections OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 5 } atmConnectionsPar OBJECT IDENTIFIER ::= { atmConnections 1 } remoteInband OBJECT IDENTIFIER ::= { atmConnections 2 } remoteInbandMgmtDest OBJECT IDENTIFIER ::= { remoteInband 1 } remoteInbandMgmtCfg OBJECT IDENTIFIER ::= { remoteInband 2 } remoteInbandMgmtStats OBJECT IDENTIFIER ::= { remoteInband 3 } -- Voice Interfaces -- voiceInterfaces OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 6 } vbr OBJECT IDENTIFIER ::= { voiceInterfaces 1 } cbr OBJECT IDENTIFIER ::= { voiceInterfaces 2 } avmEm OBJECT IDENTIFIER ::= { voiceInterfaces 3 } avmFxs OBJECT IDENTIFIER ::= { voiceInterfaces 4 } --avmFxo OBJECT IDENTIFIER ::= { voiceInterfaces 5 } dvm OBJECT IDENTIFIER ::= { voiceInterfaces 6 } sces OBJECT IDENTIFIER ::= { voiceInterfaces 7 } phoneNoMapping OBJECT IDENTIFIER ::= { voiceInterfaces 20 } -- VBR Voice -- vbrVoicePhy OBJECT IDENTIFIER ::= { vbr 1 } vbrVoicePhyPar OBJECT IDENTIFIER ::= { vbrVoicePhy 1 } vbrVoicePhyStat OBJECT IDENTIFIER ::= { vbrVoicePhy 2 } vbrVoiceProcessing OBJECT IDENTIFIER ::= { vbr 2 } vbrVoiceProcessingPar OBJECT IDENTIFIER ::= { vbrVoiceProcessing 1 } vbrVoiceProcessingStats OBJECT IDENTIFIER ::= { vbrVoiceProcessing 2 } -- VBR Voice Signaling vbrVoiceSignalingGen OBJECT IDENTIFIER ::= { vbr 3 } vbrVoiceSignalingGenPar OBJECT IDENTIFIER ::= { vbrVoiceSignalingGen 1 } vbrVoiceCAS OBJECT IDENTIFIER ::= { vbr 4 } vbrVoiceCASPar OBJECT IDENTIFIER ::= { vbrVoiceCAS 1 } vbrVoiceCCS OBJECT IDENTIFIER ::= { vbr 5 } vbrVoiceCCSPar OBJECT IDENTIFIER ::= { vbrVoiceCCS 1 } vbrVoiceCCSParGen OBJECT IDENTIFIER ::= { vbrVoiceCCSPar 1 } vbrVoiceCCSParLAPD OBJECT IDENTIFIER ::= { vbrVoiceCCSPar 2 } vbrVoiceCCSParL3 OBJECT IDENTIFIER ::= { vbrVoiceCCSPar 3 } vbrVoiceCCSStats OBJECT IDENTIFIER ::= { vbrVoiceCCS 2 } -- CBR Voice -- cbrPhy OBJECT IDENTIFIER ::= { cbr 1 } cbrPhyPar OBJECT IDENTIFIER ::= { cbrPhy 1 } cbrPhyStat OBJECT IDENTIFIER ::= { cbrPhy 2 } cbrCES OBJECT IDENTIFIER ::= { cbr 2 } cbrCESTSAssignment OBJECT IDENTIFIER ::= { cbrCES 1 } cbrCESPar OBJECT IDENTIFIER ::= { cbrCES 2 } cbrCESParBundle OBJECT IDENTIFIER ::= { cbrCESPar 1 } cbrCESStats OBJECT IDENTIFIER ::= { cbrCES 3 } cbrVoiceCCS OBJECT IDENTIFIER ::= { cbr 3 } cbrVoiceCCSPar OBJECT IDENTIFIER ::= { cbrVoiceCCS 1 } cbrVoiceCCSParGen OBJECT IDENTIFIER ::= { cbrVoiceCCSPar 1 } cbrVoiceCCSParLAPD OBJECT IDENTIFIER ::= { cbrVoiceCCSPar 2 } cbrVoiceCCSParL3 OBJECT IDENTIFIER ::= { cbrVoiceCCSPar 3 } cbrVoiceCCSStats OBJECT IDENTIFIER ::= { cbrVoiceCCS 2 } cbrVoiceSignalingGen OBJECT IDENTIFIER ::= { cbr 4 } cbrVoiceSignalingGenPar OBJECT IDENTIFIER ::= { cbrVoiceSignalingGen 1 } cbrVoiceCAS OBJECT IDENTIFIER ::= { cbr 5 } cbrVoiceCASPar OBJECT IDENTIFIER ::= { cbrVoiceCAS 1 } -- cbr voice processing -- All the objects under this tree are -- place holder for the features in the future. cbrVoiceProcessing OBJECT IDENTIFIER ::= { cbr 6 } cbrVoiceProcessingPar OBJECT IDENTIFIER ::= { cbrVoiceProcessing 1 } cbrVoiceProcessingStat OBJECT IDENTIFIER ::= { cbrVoiceProcessing 2 } -- AVM -- -- AVM EM -- avmEmPhy OBJECT IDENTIFIER ::= { avmEm 1 } avmEmPhyPar OBJECT IDENTIFIER ::= { avmEmPhy 1 } avmEmVoiceProcessing OBJECT IDENTIFIER ::= { avmEm 2 } avmEmVoiceProcessingPar OBJECT IDENTIFIER ::= { avmEmVoiceProcessing 1 } avmEmVoiceProcessingStats OBJECT IDENTIFIER ::= { avmEmVoiceProcessing 2 } avmEmVoiceSignalingGen OBJECT IDENTIFIER ::= { avmEm 3 } avmEmVoiceSignalingGenPar OBJECT IDENTIFIER ::= { avmEmVoiceSignalingGen 1 } -- AVM CES avmEmCES OBJECT IDENTIFIER ::= { avmEm 4 } avmEmCESTSAssignment OBJECT IDENTIFIER ::= { avmEmCES 1 } avmEmCESPar OBJECT IDENTIFIER ::= { avmEmCES 2 } avmEmCESParBundle OBJECT IDENTIFIER ::= { avmEmCESPar 1 } avmEmCESStats OBJECT IDENTIFIER ::= { avmEmCES 3 } -- AVM FXS -- avmFxsPhy OBJECT IDENTIFIER ::= { avmFxs 1 } avmFxsPhyPar OBJECT IDENTIFIER ::= { avmFxsPhy 1 } avmFxsVoiceProcessing OBJECT IDENTIFIER ::= { avmFxs 2 } avmFxsVoiceProcessingPar OBJECT IDENTIFIER ::= { avmFxsVoiceProcessing 1 } avmFxsVoiceProcessingStats OBJECT IDENTIFIER ::= { avmFxsVoiceProcessing 2 } avmFxsVoiceSignalingGen OBJECT IDENTIFIER ::= { avmFxs 3 } avmFxsVoiceSignalingGenPar OBJECT IDENTIFIER ::= { avmFxsVoiceSignalingGen 1 } --AVM FXS CES avmFxsCES OBJECT IDENTIFIER ::= { avmFxs 4 } avmFxsCESTSAssignment OBJECT IDENTIFIER ::= { avmFxsCES 1 } avmFxsCESPar OBJECT IDENTIFIER ::= { avmFxsCES 2 } avmFxsCESParBundle OBJECT IDENTIFIER ::= { avmFxsCESPar 1 } avmFxsCESStats OBJECT IDENTIFIER ::= { avmFxsCES 3 } -- DVM -- dvmPhy OBJECT IDENTIFIER ::= { dvm 1 } dvmPhyPar OBJECT IDENTIFIER ::= { dvmPhy 1 } dvmPhyStat OBJECT IDENTIFIER ::= { dvmPhy 2 } dvmVoiceProcessing OBJECT IDENTIFIER ::= { dvm 2 } dvmVoiceProcessingPar OBJECT IDENTIFIER ::= { dvmVoiceProcessing 1 } dvmVoiceProcessingStats OBJECT IDENTIFIER ::= { dvmVoiceProcessing 2 } dvmVoiceCAS OBJECT IDENTIFIER ::= { dvm 3 } dvmVoiceCASPar OBJECT IDENTIFIER ::= { dvmVoiceCAS 1 } dvmVoiceCCS OBJECT IDENTIFIER ::= { dvm 4 } dvmVoiceCCSPar OBJECT IDENTIFIER ::= { dvmVoiceCCS 1 } dvmVoiceCCSParGen OBJECT IDENTIFIER ::= { dvmVoiceCCSPar 1 } dvmVoiceCCSParLAPD OBJECT IDENTIFIER ::= { dvmVoiceCCSPar 2 } dvmVoiceCCSParL3 OBJECT IDENTIFIER ::= { dvmVoiceCCSPar 3 } dvmVoiceCCSStats OBJECT IDENTIFIER ::= { dvmVoiceCCS 2 } -- SCES -- scesPhy OBJECT IDENTIFIER ::= { sces 1 } scesPhyPar OBJECT IDENTIFIER ::= { scesPhy 1 } scesPhyStat OBJECT IDENTIFIER ::= { scesPhy 2 } scesCES OBJECT IDENTIFIER ::= { sces 2 } scesCESTSAssignment OBJECT IDENTIFIER ::= { scesCES 1 } scesCESPar OBJECT IDENTIFIER ::= { scesCES 2 } scesCESParBundle OBJECT IDENTIFIER ::= { scesCESPar 1 } scesCESStats OBJECT IDENTIFIER ::= { scesCES 3 } scesVoiceCCS OBJECT IDENTIFIER ::= { sces 3 } scesVoiceCCSPar OBJECT IDENTIFIER ::= { scesVoiceCCS 1 } scesVoiceCCSParGen OBJECT IDENTIFIER ::= { scesVoiceCCSPar 1 } scesVoiceCCSParLAPD OBJECT IDENTIFIER ::= { scesVoiceCCSPar 2 } scesVoiceCCSParL3 OBJECT IDENTIFIER ::= { scesVoiceCCSPar 3 } scesVoiceCCSStats OBJECT IDENTIFIER ::= { scesVoiceCCS 2 } scesVoiceSignalingGen OBJECT IDENTIFIER ::= { sces 4 } scesVoiceSignalingGenPar OBJECT IDENTIFIER ::= { scesVoiceSignalingGen 1 } scesVoiceCAS OBJECT IDENTIFIER ::= { sces 5 } scesVoiceCASPar OBJECT IDENTIFIER ::= { scesVoiceCAS 1 } scesVoiceProcessing OBJECT IDENTIFIER ::= { sces 6 } scesVoiceProcessingPar OBJECT IDENTIFIER ::= { scesVoiceProcessing 1 } scesVoiceProcessingStat OBJECT IDENTIFIER ::= { scesVoiceProcessing 2 } -- Phone Number Mapping -- outgoingCallMapping OBJECT IDENTIFIER ::= { phoneNoMapping 1 } incomingCallMapping OBJECT IDENTIFIER ::= { phoneNoMapping 2 } plar OBJECT IDENTIFIER ::= { phoneNoMapping 3 } aniTable OBJECT IDENTIFIER ::= { phoneNoMapping 4 } -- Ethernet -- ether OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 10 } etherPar OBJECT IDENTIFIER ::= { ether 1 } etherStat OBJECT IDENTIFIER ::= { ether 2 } -- Bridge -- dot1dBridge OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 11 } dot1dBridgePar OBJECT IDENTIFIER ::= { dot1dBridge 1 } dot1dBase OBJECT IDENTIFIER ::= { dot1dBridgePar 1 } dot1dStp OBJECT IDENTIFIER ::= { dot1dBridgePar 2 } dot1dTp OBJECT IDENTIFIER ::= { dot1dBridgePar 3 } dot1dStats OBJECT IDENTIFIER ::= { dot1dBridge 2 } -- ipRouting -- ipRouting OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 12 } ip OBJECT IDENTIFIER ::= { ipRouting 1 } ipInterface OBJECT IDENTIFIER ::= { ipRouting 2 } rip OBJECT IDENTIFIER ::= { ipRouting 3 } -- ospf OBJECT IDENTIFIER ::= { ipRouting 4 } nat OBJECT IDENTIFIER ::= { ipRouting 5 } -- ipInterface -- ipInterfaceCfg OBJECT IDENTIFIER ::= { ipInterface 1 } ipInterfaceStats OBJECT IDENTIFIER ::= { ipInterface 2 } ipInterfaceRip OBJECT IDENTIFIER ::= { ipInterface 3 } -- ipInterfaceRip -- ipInterfaceRipCfg OBJECT IDENTIFIER ::= { ipInterfaceRip 1 } ipInterfaceRipStats OBJECT IDENTIFIER ::= { ipInterfaceRip 2 } -- rip -- ripCfg OBJECT IDENTIFIER ::= { rip 1 } ripStats OBJECT IDENTIFIER ::= { rip 2 } ripRouteAggr OBJECT IDENTIFIER ::= { rip 3 } -- PING -- ping OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 13 } -- Frame Relay -- frameRelay OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 14 } frameRelayPhy OBJECT IDENTIFIER ::= { frameRelay 1 } frameRelayDataLink OBJECT IDENTIFIER ::= { frameRelay 2 } frameRelayConn OBJECT IDENTIFIER ::= { frameRelay 3 } -- Log -- log OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 20 } majorAlarm OBJECT IDENTIFIER ::= { log 1 } minorAlarm OBJECT IDENTIFIER ::= { log 2 } eventLog OBJECT IDENTIFIER ::= { log 3 } -- Trace -- trace OBJECT IDENTIFIER ::= { mariposaAtx50Atx150Objs 21 } traceMasks OBJECT IDENTIFIER ::= { trace 1 } pingCfg OBJECT IDENTIFIER ::= { ping 1 } pingStatus OBJECT IDENTIFIER ::= { ping 2 } -- ================ mariposaAtx50Atx150Objs ============================== -- ================ Security ========== security { mariposaAtx50Atx150Objs 1 } -- -- the Security group -- The system supports a security model implemented over SNMPv1 which -- support a simple authentication to provide the minimum security -- level that is defined for the whole system. securityLevel OBJECT-TYPE SYNTAX INTEGER { noAuthNoPriv (1), authNoPriv (2) } ACCESS read-write STATUS mandatory DESCRIPTION "A Level of Security at which SNMP messages can be sent or with which operations are being processed; in particular, one of: noAuthNoPriv - without authentication and without privacy, authNoPriv - with authentication but without privacy." ::= { security 1 } userName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This object represents the user which specifies the access level to the system." ::= { security 2 } authKey OBJECT-TYPE SYNTAX AuthParam ACCESS read-write STATUS mandatory DESCRIPTION "The authentication key is paired with userName. Get request for this object returns null string." ::= { security 3 } authLifeTime OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the life time of the authenticated user when there is no activity from that user. When the authentication key is timed out, access becomes disabled and authentication process should be repeated again." ::= { security 4 } authStatus OBJECT-TYPE SYNTAX INTEGER { inactive (1), active (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object shows the status of the user authentication. When this object is set to 'inactive', it inactivates the authentication session." ::= { security 5 } -- ================= System ========== sys { mariposaAtx50Atx150Objs 2 } -- =============== System Parameters ============ sysPar { sys 1 } -- ================ System Parameters: General ========== sysParGeneral { sysPar 1 } systemDate OBJECT-TYPE SYNTAX DateAndTime ACCESS read-write STATUS mandatory DESCRIPTION "The device's notion of the local date and time of day." ::= { sysParGeneral 1 } systemUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time since this device was last initialized. Note that this is different from sysUpTime in MIB-II because sysUpTime is the uptime of the network management portion of the system." ::= { sysParGeneral 2 } systemVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "The product version number assigned by Mariposa. It consists of two parts major number and minor number separated by a dot." ::= { sysParGeneral 3 } systemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of System Clock is specified by this object. None or one of the interface cards can provide the master clock for the the rest of the system. 'int' indicates that none of the interface cards drives the system clock. 'atm' indicates that the ATM link physical driver provides the system clock. 'cbr' indicates that the CBR link physical driver provides the system clock." ::= { sysParGeneral 4 } systemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is referring to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resource exists it has the 'valid' value." ::= { sysParGeneral 5 } systemReboot OBJECT-TYPE SYNTAX INTEGER { localReboot (1), otherRemoteReboot (2), stdRemoteReboot (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object can be used to reboot the system. It's used to reboot the system and it also shows the status of the system as described below: 1) localReboot: This value indicates that after system cold start through on/off switch, it has not been remotely rebooted since. This value is an status value and the object can not be set to this value. 2) otherRemoteReboot: This value is used for diagnosis and monitoring purposes and is not an end-user feature. 3) stdRemoteReboot: Setting the object to this value, reboots the system with the parameters stored in the flash (standard reboot). Getting this value as status indicates that the current session is the result of a standard reboot." ::= { sysParGeneral 6 } systemRebootNeeded OBJECT-TYPE SYNTAX INTEGER { rebootNotNeeded (1), rebootNeeded (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the system needs to be rebooted to use the parameters stored in flash. The value of this becomes rebootNeeded (2) as soon as a Set operation is performed that can not take effect in the system immediately and is stored in flash for next reboot." ::= { sysParGeneral 7 } systemLoginFailureAttemptIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object contains IP address of the manager that has unsucessfully attempted to log in to the system." ::= { sysParGeneral 8 } systemLoginFailureUserId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "User Id that is trying to login to System." ::= { sysParGeneral 9 } systemLoginFailureError OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the error message indicating why the login failed." ::= { sysParGeneral 10 } systemLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "System last error condition: 1) No error occurs prior to reboot, 2) parameters have been set to default values. 3) Other error." ::= { sysParGeneral 11 } systemErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the error message indicating a severe system error on the System." ::= { sysParGeneral 12 } systemLoaderVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "The loader version number assigned by Mariposa. It consists of two parts major number and minor number separated by a dot." ::= { sysParGeneral 13 } systemHardwareVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "The hardware version number assigned by Mariposa. It consists of three parts separated by a dot." ::= { sysParGeneral 14 } systemFirmwareVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "The Firmware version number assigned by Mariposa. It consists of three parts separated by a dot." ::= { sysParGeneral 15 } systemSoftwareVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "The Software version number assigned by Mariposa. It consists of three parts separated by a dot." ::= { sysParGeneral 16 } -- ============== System Resources Group ========== systemParResources { sysPar 2 } -- the System Resources group -- Implementation of the System Resources group is mandatory for all -- System devices. memorySize OBJECT-TYPE SYNTAX KBytes ACCESS read-only STATUS mandatory DESCRIPTION "The amount of physical main memory contained by the device." ::= { sysParResources 1 } atmPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of ATM ports (up-links) that are supported by the device." ::= { sysParResources 2 } vbrPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of VBR ports (E1/T1) that are supported by the device." ::= { sysParResources 3 } cbrPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of CBR ports (E1/T1) that are supported by the device." ::= { sysParResources 4 } maxConnections OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of connections that this System can support." ::= { sysParResources 5 } maxSysInNetwork OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of devices that this System can be connected to." ::= { sysParResources 6 } maxArpTableEntries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of ARP translation table entries." ::= { sysParResources 7 } sysLowerTrayFanFailure OBJECT-TYPE SYNTAX INTEGER { none (1), lowerTraySingleFanFail (2), lowerTrayBothFanFail (3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the fan failed in lower tray of the system." ::= { sysParResources 8 } sysUpperTrayFanFailure OBJECT-TYPE SYNTAX INTEGER { none (1), upperTraySingleFanFail (2), upperTrayBothFanFail (3) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the fan failed in upper tray of the system." ::= { sysParResources 9 } sysPowerSupplyFailure OBJECT-TYPE SYNTAX INTEGER { none (1), upper (2), lower (3), both (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Power Supply failed in the system." ::= { sysParResources 10 } avmFxsPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of AVM-FXS ports supported by the system." ::= { sysParResources 11 } avmEmPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of AVM-EM ports supported by the system." ::= { sysParResources 12 } edvmPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of EDVM ports supported by the system." ::= { sysParResources 13 } sysLowerTrayInstalled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the alarm reporting status for lower tray." ::= { sysParResources 14 } sysUpperTrayInstalled OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the alarm reporting status for upper tray." ::= { sysParResources 15 } scesPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of SCES ports that are supported by the device." ::= { sysParResources 16 } -- ================ sys: RS 232 Group =========== sysParRS232 { sysPar 3 } -- the RS-232 group rs232PortSpeed OBJECT-TYPE SYNTAX INTEGER { b1200 (1), b2400 (2), b4800 (3), b9600 (4), b14400 (5), b19200 (6), b28800 (7), b38400 (8), b57600 (9), b115200 (10) } ACCESS read-write STATUS mandatory DESCRIPTION "The port's speed in bits per second." ::= { sysParRS232 1 } rs232PortBits OBJECT-TYPE SYNTAX INTEGER { sevenBits (1), eightBits (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The port's number of bits in a character." ::= { sysParRS232 2 } rs232PortStopBits OBJECT-TYPE SYNTAX INTEGER { one (1), two (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The port's number of stop bits." ::= { sysParRS232 3 } rs232PortParity OBJECT-TYPE SYNTAX INTEGER { none (1), odd (2), even (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The port's sense of a character parity bit." ::= { sysParRS232 4 } rs232PortFlow OBJECT-TYPE SYNTAX INTEGER { none (1), ctsRts (2), dsrDtr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The port's type of flow control. 'none' indicates no flow control at this level. 'ctsRts' and 'dsrDtr' indicate use of the indicated hardware signals." ::= { sysParRS232 5 } -- System: Flash Group ==================== sysParFlash { sysPar 4 } -- -- The File Transfer Objects -- The mechanism is simple and not based on tables and as a result -- concurrent transfer is not allowed in this definition -- -- Note: Managers must use a single SET request to modify the file -- transfer objects and start a transfer -- -- System: Flash Group: File Transfer To System == sysParFlashFtToAtx { sysParFlash 1 } ftToAtxFileType OBJECT-TYPE SYNTAX INTEGER { mainCode (1), vbrCode (2), configurationFile (3), avmFXSCode (4), avmEMCode (5), atmCBRCode (6), oc3CBRCode (7), edvmCode (8), ds3E3Code (9), scesCode (10), imaCode (11) } ACCESS read-write STATUS mandatory DESCRIPTION "Type of the file to be transferred to System is specified here. It can be one of following types: 1. Main Code, 2. VBR Code, 3. Configuration File, 4. AVM FXS Code, 5. AVM EM code, 6. ATM CBR Code, 7. OC3 CBR Code, 8. EDVM Code, 9. DS3/E3 Code, 10. SCES Code, 11. IMA Code, It cannot be changed if the value of ftToAtxCommandAndState is 'transferring'." ::= { sysParFlashFtToAtx 1 } ftToAtxFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of the file to be transferred to the device is specified here." ::= { sysParFlashFtToAtx 2 } ftToAtxFtpServer OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The FTP server address. Cannot be changed if the value of ftToAtxCommandAndState is 'transferring'." ::= { sysParFlashFtToAtx 3 } ftToAtxUserId OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "User Id that is used to login to FTP server. Cannot be changed if the value of ftToAtxCommandAndState is 'transferring'." ::= { sysParFlashFtToAtx 4 } ftToAtxPassword OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "Password that is used to login to FTP server. Cannot be changed if the value of ftToAtxCommandAndState is 'transferring'." ::= { sysParFlashFtToAtx 5 } ftToAtxCommandAndState OBJECT-TYPE SYNTAX INTEGER { transferring (1), notTransferring (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to trigger a file transfer to the device and also show the status of file transfer. When the value of this object is 'nonTransferring' it means no file transfer is in progress. In this state, setting the object to transferring starts the file transfer. If the device is already in the transferring state, setting this value to 'notTransferring' will abort the transfer in progress and setting this object to 'transferring' will not affect the current transfer." ::= { sysParFlashFtToAtx 6 } ftToAtxError OBJECT-TYPE SYNTAX INTEGER { noFileTransfer (1), fileTransferInProgress (2), successfulTransfer (3), transferError (4), transferAbortedByUser (5), transferAbortedByServer (6), timeout (7), invalidFile (8), fileNotFound (9), cannotConnectToServer (10), invalidUserId (11), invalidPassword (12), otherError (13) } ACCESS read-only STATUS mandatory DESCRIPTION "Error status of the file transfer." ::= { sysParFlashFtToAtx 7 } ftToAtxFtpLifetime OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the lifetime of the file transfer. If file transfer takes more time than the time specified by this object, file transfer is aborted. This object cannot be changed if the value of ftToAtxCommandAndState is 'transferring'." ::= { sysParFlashFtToAtx 8 } ftToAtxStartTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "Start time of the file transfer to System." ::= { sysParFlashFtToAtx 9 } ftToAtxEndTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "End time of the file transfer to System." ::= { sysParFlashFtToAtx 10 } -- System: Flash Group: File Transfer From System == sysParFlashFtFromAtx { sysParFlash 3 } ftFromAtxFileName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "The name of the file to be transferred from the System to the server. Currently the Parameter file and system crash dumps can be specified by this object. Cannot be changed if the value of ftFromAtxCommandAndState is 'transferring'." ::= { sysParFlashFtFromAtx 1 } ftFromAtxFtpServer OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The FTP server address. Cannot be changed if the value of ftFromAtxCommandAndState is 'transferring'." ::= { sysParFlashFtFromAtx 3 } ftFromAtxUserId OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "User Id that is used to login to FTP server. Cannot be changed if the value of ftFromAtxCommandAndState is 'transferring'. NOTE:The User must have the 'Write' permission." ::= { sysParFlashFtFromAtx 4 } ftFromAtxPassword OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "Passoword that is used to login to FTP server. Cannot be changed if the value of ftFromAtxCommandAndState is 'transferring'." ::= { sysParFlashFtFromAtx 5 } ftFromAtxCommandAndState OBJECT-TYPE SYNTAX INTEGER { transferring (1), notTransferring (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to trigger a file transfer to the device and also show the status of file transfer. When the value of this object is 'nonTransferring' it means no file transfer is in progress. In this state, setting the object to transferring starts the file transfer. If the device is already in the transferring state, setting this value to 'notTransferring' will abort the transfer in progress and setting this object to 'transferring' will not affect the current transfer." ::= { sysParFlashFtFromAtx 6 } ftFromAtxError OBJECT-TYPE SYNTAX INTEGER { noFileTransfer (1), fileTransferInProgress (2), successfulTransfer (3), transferError (4), transferAbortedByUser (5), transferAbortedByServer (6), timeout (7), invalidFile (8), fileNotFound (9), cannotConnectToServer (10), invalidUserId (11), invalidPassword (12), otherError (13) } ACCESS read-only STATUS mandatory DESCRIPTION "Error status of the file transfer." ::= { sysParFlashFtFromAtx 7 } ftFromAtxFtpLifetime OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the lifetime of the file transfer. If file transfer takes more time than the time specified by this object, file transfer is aborted. This object cannot be changed if the value of ftFromAtxCommandAndState is 'transferring'." ::= { sysParFlashFtFromAtx 8 } ftFromAtxStartTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "Start time of the file transfer from System." ::= { sysParFlashFtFromAtx 9 } ftFromAtxEndTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "End time of the file transfer from System." ::= { sysParFlashFtFromAtx 10 } -- System: Access Control Group ============ sysParAccessCtrl { sysPar 5 } -- System: Access Control: IP Address == sysParAccessCtrlIP { sysParAccessCtrl 1 } mgmtUserIpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF MgmtUserIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of addressing information relevant to this entity's IP addresses." ::= { sysParAccessCtrlIP 1 } mgmtUserIpAddrEntry OBJECT-TYPE SYNTAX MgmtUserIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The addressing information for one of this entity's IP addresses." INDEX { userIpAddr } ::= { mgmtUserIpAddrTable 1 } MgmtUserIpAddrEntry ::= SEQUENCE { userIpAddr IpAddress, userInterfaceFlag INTEGER, userRowStatus RowStatus } userIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "IP address of the station from which the system can be managed in user level access. Maximum of five Ip address are allowed " ::= { mgmtUserIpAddrEntry 1 } userInterfaceFlag OBJECT-TYPE SYNTAX INTEGER { any (1), ether (2), inband (3) } ACCESS read-write STATUS mandatory DESCRIPTION " Specifies the User level access which can be ether or inband or any other." ::= { mgmtUserIpAddrEntry 2 } userRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { mgmtUserIpAddrEntry 3 } -- ============ System Level IP Address Table ================ mgmtSysIpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF MgmtSysIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of addressing information relevant to this entity's IP addresses." ::= { sysParAccessCtrlIP 2 } mgmtSysIpAddrEntry OBJECT-TYPE SYNTAX MgmtSysIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The addressing information for one of this entity's IP addresses." INDEX { sysIpAddr } ::= { mgmtSysIpAddrTable 1 } MgmtSysIpAddrEntry ::= SEQUENCE { sysIpAddr IpAddress, sysInterfaceFlag INTEGER, sysRowStatus RowStatus } sysIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "IP address of the station from which the system can be managed in System level access. Maximum of five Ip address are allowed" ::= { mgmtSysIpAddrEntry 1 } sysInterfaceFlag OBJECT-TYPE SYNTAX INTEGER { any (1), ether (2), inband (3) } ACCESS read-write STATUS mandatory DESCRIPTION " Specifies the system level access which can be ether or inband or any other." ::= { mgmtSysIpAddrEntry 2 } sysRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { mgmtSysIpAddrEntry 3 } -- ============ Super Level IP Address Table ================= mgmtSuperIpAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF MgmtSuperIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of addressing information relevant to this entity's IP addresses." ::= { sysParAccessCtrlIP 3 } mgmtSuperIpAddrEntry OBJECT-TYPE SYNTAX MgmtSuperIpAddrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The addressing information for one of this entity's IP addresses." INDEX { superIpAddr } ::= { mgmtSuperIpAddrTable 1 } MgmtSuperIpAddrEntry ::= SEQUENCE { superIpAddr IpAddress, superInterfaceFlag INTEGER, superRowStatus RowStatus } superIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "IP address of the station from which the system can be managed in Super level access. Maximum of five Ip address are allowed." ::= { mgmtSuperIpAddrEntry 1 } superInterfaceFlag OBJECT-TYPE SYNTAX INTEGER { any (1), ether (2), inband (3) } ACCESS read-write STATUS mandatory DESCRIPTION " Specifies the super level access which can be ether or inband or any other." ::= { mgmtSuperIpAddrEntry 2 } superRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { mgmtSuperIpAddrEntry 3 } -- System: Access Control: Password == sysParAccessCtrlPasswd { sysParAccessCtrl 2 } -- the Password group -- Implementation of the Password group is mandatory for all -- System devices. mgmtNewUserPassword OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "New password for User level management access." ::= { sysParAccessCtrlPasswd 1 } mgmtNewSysPassword OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "New password for System level management access." ::= { sysParAccessCtrlPasswd 2 } mgmtNewSuperPassword OBJECT-TYPE SYNTAX Password ACCESS read-write STATUS mandatory DESCRIPTION "New password for Super level management access." ::= { sysParAccessCtrlPasswd 3 } -- Communities ==== sysParAccessCtrlCommunities { sysParAccessCtrl 4 } sysSetCommunityString OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the SET community string." ::= { sysParAccessCtrlCommunities 1 } sysGetCommunityString OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the GET community string." ::= { sysParAccessCtrlCommunities 2 } sysTrapCommunityString OBJECT-TYPE SYNTAX DisplayString (SIZE (1..15)) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Trap community string." ::= { sysParAccessCtrlCommunities 3 } -- Managers' Table == sysParAccessCtrlTrapManagers { sysParAccessCtrl 3 } -- -- This table contains the Managers that are allowed to receive -- traps. -- sysTrapMgrTable OBJECT-TYPE SYNTAX SEQUENCE OF SysTrapMgrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "This table contains the Managers that are allowed to traps that are defined in in trapTable. Each Manager is identified by its IP address and a name alias." ::= { sysParAccessCtrlTrapManagers 1 } sysTrapMgrEntry OBJECT-TYPE SYNTAX SysTrapMgrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Each entry identifies a single Manager." INDEX { sysTrapMgrAddress } ::= { sysTrapMgrTable 1 } SysTrapMgrEntry ::= SEQUENCE { sysTrapMgrAddress IpAddress, sysTrapMgrTraps INTEGER, sysTrapMgrInterfaceFlag INTEGER, sysTrapMgrRowStatus RowStatus } sysTrapMgrAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This identifies a single Management station that receives traps." ::= { sysTrapMgrEntry 1 } sysTrapMgrTraps OBJECT-TYPE SYNTAX INTEGER { noTraps (1), allTraps (2), genericOnly (3) -- coldStart, linkDown/Up } ACCESS read-write STATUS mandatory DESCRIPTION "This specifies which traps get sent to the managers specified by this community string." ::= { sysTrapMgrEntry 2 } sysTrapMgrInterfaceFlag OBJECT-TYPE SYNTAX INTEGER { ether (1), inband (2) } ACCESS read-write STATUS mandatory DESCRIPTION " Specifies the system trap interface flag which can be ether or inband." ::= { sysTrapMgrEntry 3 } sysTrapMgrRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { sysTrapMgrEntry 4 } -- System Parameters: Diagnostics ========== sysParDiag { sysPar 6 } -- Memory Dump ========== sysParMemDump { sysParDiag 1 } sysParMemDumpStatus OBJECT-TYPE SYNTAX INTEGER { noMemDump (1), validFirstMemDump (2), validFirstAndLastMemDumps (3), clearMemDumps (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the status of the memory dump files: 1) noMemDump: There is no memory dump saved on the flash. 2) validFirstMemDump: First memory dump file on the flash is valid (has memory dump data). 3) validFirstAndLastMemDumps: First and second (last) memory dump files on the flash have valid memory dump data. 4) clearMemDumps: Clear all memory dumps." ::= { sysParMemDump 1 } -- sysParMemAddress { sysParDiag 2 } memDumpAddressTable OBJECT-TYPE SYNTAX SEQUENCE OF MemDumpAddressEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains memory dump addresses." ::= { sysParMemAddress 1 } memDumpAddressEntry OBJECT-TYPE SYNTAX MemDumpAddressEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of memory dump addresses." INDEX { memDumpAddressIndex } ::= { memDumpAddressTable 1 } MemDumpAddressEntry ::= SEQUENCE { memDumpAddressIndex IndexNumber, memDumpAddressMemType INTEGER, memDumpAddressStartAddress INTEGER, memDumpAddressBlockSize INTEGER, memDumpAddressNoOfBlocks INTEGER, memDumpAddressNextBlkPtrOffset INTEGER } memDumpAddressIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of memory dump address table." ::= { memDumpAddressEntry 1 } memDumpAddressMemType OBJECT-TYPE SYNTAX INTEGER { continuousBlocks (1), linkedBlocks (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Memory type specifies whether the blocks are continuous or liked to each other through 'memDumpAddressNextBlkPntOffset' object." ::= { memDumpAddressEntry 2 } memDumpAddressStartAddress OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the start address of the first block of the memory that is to be dumped." ::= { memDumpAddressEntry 3 } memDumpAddressBlockSize OBJECT-TYPE SYNTAX INTEGER (0..65536) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the size of the each memory block that is to be dumped." ::= { memDumpAddressEntry 4 } memDumpAddressNoOfBlocks OBJECT-TYPE SYNTAX INTEGER (0..65536) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of memory blocks that are to be dumped." ::= { memDumpAddressEntry 5 } memDumpAddressNextBlkPtrOffset OBJECT-TYPE SYNTAX INTEGER (0..65536) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of memory blocks that are to be dumped." ::= { memDumpAddressEntry 6 } -- System Parameters: SlotInfo ========== sysParSlotInfo { sysPar 7 } sysParSlotInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF SysParSlotInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The System Slot Info link table." ::= { sysParSlotInfo 1 } sysParSlotInfoEntry OBJECT-TYPE SYNTAX SysParSlotInfoEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the System parameters link table." INDEX { sysParSlotInfoSlotNo,sysParSlotInfoFpgaNum } ::= { sysParSlotInfoTable 1 } SysParSlotInfoEntry ::= SEQUENCE { sysParSlotInfoSlotNo IndexNumber, sysParSlotInfoFpgaNum IndexNumber, sysParSlotInfoHWversion Version, sysParSlotInfoCardType DisplayString, sysParSlotInfoFWVersion Version, sysParSlotInfoSWVersion Version } sysParSlotInfoSlotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the slot number of the system." ::= { sysParSlotInfoEntry 1 } sysParSlotInfoFpgaNum OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Fpga number of the system." ::= { sysParSlotInfoEntry 2 } sysParSlotInfoHWversion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the hardware version number of the system." ::= { sysParSlotInfoEntry 3 } sysParSlotInfoCardType OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the card type of the system." ::= { sysParSlotInfoEntry 4 } sysParSlotInfoFWVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the firmware version number of the system." ::= { sysParSlotInfoEntry 5 } sysParSlotInfoSWVersion OBJECT-TYPE SYNTAX Version ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the software version number of the system." ::= { sysParSlotInfoEntry 6 } -- System Statistics ========== systemStat { system 2 } -- System Statistics Generic ========= sysStatGen { sysStat 1 } -- The System Statistics Diagnosis group contains statistics -- measured by the probe for each monitored element of the -- operating system. These statistics take the form of free -- running Counters that start from zero when a valid entry -- is created. -- -- The System Statistics Generic Group -- systemFatalErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of fatal error detected by the system." ::= { sysStatGen 1 } systemTcpFatalErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times the TCP/IP code called the panic routine. Note: Panic is called when the TCP/IP code detects a fatal error." ::= { sysStatGen 2 } -- System Statistics Diagnosis == sysStatDiag { systemStat 2 } -- The System Statistics Diagnosis Group -- systemFreePcbs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of free Process Control Blocks (PCB) kept by the OS code." ::= { sysStatDiag 1 } systemMaxFreePcbs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free Process Control Blocks (PCB) available." ::= { sysStatDiag 2 } systemSmallStackSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Size of small stack in bytes." ::= { sysStatDiag 3 } systemFreeSmallStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of free small size stacks kept by the OS code." ::= { sysStatDiag 4 } systemMaxFreeSmallStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of small size stacks available." ::= { sysStatDiag 5 } systemMedStackSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Size of medium stack in bytes." ::= { sysStatDiag 6 } systemFreeMedStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of free medium size stacks kept by the OS code." ::= { sysStatDiag 7 } systemMaxFreeMedStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of medium size stacks available." ::= { sysStatDiag 8 } systemLargeStackSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Size of large stack in bytes." ::= { sysStatDiag 9 } systemFreeLargeStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of free large size stacks kept by the OS code." ::= { sysStatDiag 10 } systemMaxFreeLargeStack OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of large size stacks available." ::= { sysStatDiag 11 } systemFreeSmallBuffer OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of available small buffers." ::= { sysStatDiag 12 } systemMaxFreeSmallBuffer OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of small buffers allocated in the device.." ::= { sysStatDiag 13 } systemSmallBufferSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Size of the small buffer in bytes." ::= { sysStatDiag 14 } systemSmallBufferWaitingTasks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of tasks suspended (waiting for small buffer)." ::= { sysStatDiag 15 } systemSmallBuffersReserved OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of small buffers reserved for the currently suspended tasks." ::= { sysStatDiag 16 } systemFreeMediumBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of available medium buffer." ::= { sysStatDiag 17 } systemMaxFreeMediumBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of medium buffers allocated in the device." ::= { sysStatDiag 18 } systemMediumBufferSize OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Size of medium buffer in bytes." ::= { sysStatDiag 19 } systemMediumBufferWaitingTasks OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of tasks suspended waiting for medium buffer." ::= { sysStatDiag 20 } systemReservedMediumBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of medium buffers reserved for the currently suspended tasks." ::= { sysStatDiag 21 } systemFreeMacEntries OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of free MAC entries that could be used for transparent bridging." ::= { sysStatDiag 22 } systemMaxFreeMacEntries OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free MAC entries used for transparent bridging. (This will have the maximum number of MAC addresses that could be learned by the MUX)." ::= { sysStatDiag 23 } systemFreeVcStrucs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of free VC structures that could be used to set-up connections." ::= { sysStatDiag 24 } systemMaxFreeVcStrucs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free VC structures to be used for setting-up the connections. (This sets the upper limit of the number of connections supported)." ::= { sysStatDiag 25 } systemFreeVcParams OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of free structures that could be used to store the connection Parameters." ::= { sysStatDiag 26 } systemMaxVcParams OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free structures to be used to store the connection Parameters." ::= { sysStatDiag 27 } systemFreeDriverHeaders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of free driver header buffer structures that could be used to send packet to the driver." ::= { sysStatDiag 28 } systemMaxDriverHeaderStructs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free driver header buffer structures to be used for sending packet through the driver code." ::= { sysStatDiag 29 } systemMaxOsSemaphores OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of semaphores implemented for the device." ::= { sysStatDiag 30 } systemUsedOsSemaphores OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of semaphores used by the device code." ::= { sysStatDiag 31 } systemSuspendedTasksWaitingSemaphore OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of tasks suspended waiting for semaphore." ::= { sysStatDiag 32 } systemVoiceFreeDriverHeaders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Current number of free driver header buffers that are used to send voice packet to the ATM." ::= { sysStatDiag 33 } systemMaxVoiceFreeDriverHeaders OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of free driver header buffers that are used to send voice packet to the ATM." ::= { sysStatDiag 34 } -- System DSP Diagnostics == sysDspDiag {systemStat 3} -- The DSP Diagnostics Group dspDiagLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF DspDiagLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DSP Diagnostics link table." ::= { sysDspDiag 1 } dspDiagLinkEntry OBJECT-TYPE SYNTAX DspDiagLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DSP diagnostics link table." INDEX { dspDiagLinkIfIndex } ::= { dspDiagLinkTable 1 } DspDiagLinkEntry ::= SEQUENCE { dspDiagLinkIfIndex InterfaceIndex, dspDiagCpuStatus INTEGER, dspDiagError1 INTEGER, dspDiagError2 INTEGER, dspDiagResetDSPs INTEGER, dspDiagError3 INTEGER, dspDiagError4 INTEGER, dspDiagError5 INTEGER, dspDiagError6 INTEGER, dspDiagError7 INTEGER, dspDiagError8 INTEGER } dspDiagLinkIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { dspDiagLinkEntry 1 } dspDiagCpuStatus OBJECT-TYPE SYNTAX INTEGER { alive (1), notResponding (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object shows the status of VBR card's CPU." ::= { dspDiagLinkEntry 2 } dspDiagError1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 3 } dspDiagError2 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 4 } dspDiagResetDSPs OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Setting this object to the value reset (1), results in resetting the DSPs. 'noChange' value is the status of DSPs and when this object has 'noChange' value, it means that DSPs have not been reset since boot time." ::= { dspDiagLinkEntry 5 } dspDiagError3 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 6 } dspDiagError4 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 7 } dspDiagError5 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 8 } dspDiagError6 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 9 } dspDiagError7 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 10 } dspDiagError8 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of errors." ::= { dspDiagLinkEntry 11 } -- DSP table -- dspDiagDspTable OBJECT-TYPE SYNTAX SEQUENCE OF DspDiagDspEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DSP Diagnostics table." ::= { sysDspDiag 2 } dspDiagDspEntry OBJECT-TYPE SYNTAX DspDiagDspEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DSP diagnostics table." INDEX { dspDiagDspIfIndex, dspDiagDspNumber } ::= { dspDiagDspTable 1 } DspDiagDspEntry ::= SEQUENCE { dspDiagDspIfIndex InterfaceIndex, dspDiagDspNumber IndexNumber, dspDiagDspError INTEGER } dspDiagDspIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { dspDiagDspEntry 1 } dspDiagDspNumber OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object has the DSP number." ::= { dspDiagDspEntry 2 } dspDiagDspError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object has the DSP error count." ::= { dspDiagDspEntry 3 } -- ATM =================================== atm { mariposaAtx50Objs 3 } -- ATM Physical Layer ==================== AtmPhysical { atm 1 } -- ATM Physical Layer Parameters == AtmT1E1PhyPar atmT1E1PhyLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1PhyLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM T1E1 physical layer link table." ::= { atmT1E1PhyPar 1 } atmT1E1PhyLinkEntry OBJECT-TYPE SYNTAX AtmT1E1PhyLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM physical layer link table." INDEX { atmT1E1PhyIfIndex } ::= { atmT1E1PhyLinkTable 1 } AtmT1E1PhyLinkEntry ::= SEQUENCE { atmT1E1PhyIfIndex InterfaceIndex, atmT1E1PhyLinkEnable INTEGER, atmT1E1PhyCurrentLineType INTEGER, atmT1E1PhyStoredLineType INTEGER, atmT1E1PhyCurrentFraming INTEGER, atmT1E1PhyStoredFraming INTEGER, atmT1E1PhyCurrentLineCoding INTEGER, atmT1E1PhyStoredLineCoding INTEGER, atmT1E1PhyLineBuildOut INTEGER, atmT1E1PhyNetworkLoop INTEGER, atmT1E1PhyTxClockSource INTEGER, atmT1E1PhyLoopbackMode INTEGER, atmT1E1PhyTimeElapsed INTEGER, atmT1E1PhyValidIntervals INTEGER, atmT1E1PhyLossOfSignalState INTEGER, atmT1E1PhyLossOfFrameState INTEGER, atmT1E1PhyXmtFarEndLOFFState INTEGER, atmT1E1PhyRcvFarEndLOFFState INTEGER, atmT1E1PhyAISFState INTEGER, atmT1E1PhyXmtAISFState INTEGER, atmT1E1PhyLoopbackState INTEGER, atmT1E1PhyFractionalt1e1 INTEGER, atmT1E1PhyStartDs0 INTEGER, atmT1E1PhyNumberOfDs0s INTEGER, atmT1E1PhyActivateFractional INTEGER, atmT1E1PhySignalingType INTEGER, atmT1E1PhySystemClockSource INTEGER, atmT1E1PhySystemClockSourceStatus INTEGER } atmT1E1PhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmT1E1PhyLinkEntry 1 } atmT1E1PhyLinkEnable OBJECT-TYPE SYNTAX INTEGER { enable (1) } ACCESS read-only STATUS obsolete DESCRIPTION "This object is used to enable and disable link. This Object is an Obsolete Object" ::= { atmT1E1PhyLinkEntry 2 } atmT1E1PhyCurrentLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit. It defines the link type that is currently active in the system. The link type should be changed through atmT1E1PhyStoredLineType object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)." ::= { atmT1E1PhyLinkEntry 3 } atmT1E1PhyStoredLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit that is saved in the flash. When the value of this object is different from the current value of the link type (atmT1E1PhyCurrentLineType), it means that stored link type is not currently active and it will become active ONLY AFTER THE SYSTEM IS REBOOT. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { atmT1E1PhyLinkEntry 4 } atmT1E1PhyCurrentFraming OBJECT-TYPE SYNTAX INTEGER { t1ESF (1), e1CRCMF (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through atmT1E1PhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1 ESF, Extended SuperFrame DS1 (T1.107). 2: E1 CRC-4 with Multiframing." ::= { atmT1E1PhyLinkEntry 5 } atmT1E1PhyStoredFraming OBJECT-TYPE SYNTAX INTEGER { t1ESF (1), e1CRCMF (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates the framing type of this circuit that is saved in the flash. When the value of this object (stored value) is different from the current value of the framing type (atmT1E1PhyCurrentFraming), it means that stored framing type is not currently active and it will become active only after the system is reboot. The values, in sequence, describe: 1: T1 ESF, Extended SuperFrame DS1 (T1.107). 2: E1 CRC-4 with Multiframing." ::= { atmT1E1PhyLinkEntry 6 } atmT1E1PhyCurrentLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression that is currently used on this interface, which in turn affects a number of its characteristics. Since this object specifies the line coding that is effective, it should match the current link type (atmT1E1PhyCurrentLineType). The line coding of the stored link type (atmT1E1PhyStoredLineType) that will become effective after reboot should be set through 'stored line coding' (atmT1E1PhyStoredLineCoding). The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { atmT1E1PhyLinkEntry 7 } atmT1E1PhyStoredLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression of this interface that is saved in the flash. When the value of this object (stored value) is different from the current value of the line coding (atmT1E1PhyCurrentLineCoding), it means that the stored line coding is not currently active and it will become active only after the system is reboot. The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { atmT1E1PhyLinkEntry 8 } atmT1E1PhyLineBuildOut OBJECT-TYPE SYNTAX INTEGER { t1-lbo-0-db (1), t1-lbo-7p5-db (2), t1-lbo-15-db (3), t1-lbo-22p5-db (4), lbo-feet-0-115-meters-0-35 (5), lbo-feet-82-213-meters-25-65 (6), lbo-feet-180-312-meters-55-95 (7), lbo-feet-279-410-meters-85-125 (8), lbo-feet-377-509-meters-115-155 (9), lbo-feet-476-607-meters-145-185 (10), lbo-feet-574-689-meters-175-210 (11), lbo-feet-689-up-meters-210-up (12) } ACCESS read-write STATUS mandatory DESCRIPTION "T1 line build out specifies the amount by which the network transmit signal will be attenuated. It's defined based on the length of the line in feet/meters or based on decibel (for T1 only). This objects provides information for line build out circuitry if it exists and can use this object to adjust the line build out. It can have one of the defined ranges: The LBO parameter specifies how much power is lost in the T1 line (specified in loss of decibels) from the point in the building where the line enters the building to the point where the line attaches into the access device. The LBO parameter allows the T1 card to compensate for the length of the wire connecting it to the line from the service provider. 1) lbo-0-db: Signal is at its maximum amplitude for transmission over the longest line lengths. 2) lbo-7p5-db: -7.5 dB means signal is attenuated (shrunk) by 7.5 dB to match a shorter line length. 3) lbo-15-db: Signal is attenuated (shrunk) by 15 dB to match a shorter line length. 4) lbo-22p5-db: Signal is attenuated (shrunk) by 22.5 dB to match a shorter line length. 5) feet-0-115-meters-0-35: 0 to 115 feet 0 to 35 meters, 6) feet-82-213-meters-25-65: 82 to 312 feet 25 to 65 meters, 7) feet-180-312-meters-55-95: 180 to 312 feet 55 to 95 meters, 8) feet-279-410-meters-85-125: 279 to 410 feet 85 to 125 meters, 9) feet-377-509-meters-115-155: 377 to 509 feet 115 to 155 meters, 10) feet-476-607-meters-145-185: 476 to 607 feet 145 to 185 meters, 11) feet-574-689-meters-175-210: 574 to 689 feet 175 to 210 meters, 12) feet-689-up-meters-210-up: more than 689 feet more than 210 meters." ::= { atmT1E1PhyLinkEntry 9 } atmT1E1PhyNetworkLoop OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to disable/enable the network loop. It's applicable to T1 lines." ::= { atmT1E1PhyLinkEntry 10 } atmT1E1PhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'systemTiming' indicates that the system clock is used. The system clock source is defined by atmT1E1PhySystemClockSource." ::= { atmT1E1PhyLinkEntry 11 } atmT1E1PhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoop (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the desired loopback configuration of the interface. The values mean: noLoopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out. payloadLoopback The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. localLoopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. Default: noLoopback." ::= { atmT1E1PhyLinkEntry 12 } atmT1E1PhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { atmT1E1PhyLinkEntry 13 } atmT1E1PhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { atmT1E1PhyLinkEntry 14 } atmT1E1PhyLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { atmT1E1PhyLinkEntry 15 } atmT1E1PhyLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { atmT1E1PhyLinkEntry 16 } atmT1E1PhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Near End is transmitting the LOF indication signal." ::= { atmT1E1PhyLinkEntry 17 } atmT1E1PhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Far End LOF failure Alarm is also known as Yellow Alarm in the DS1 case, and Distant Alarm in the E1 case. For D4 links, the Far End Alarm failure is declared when bit 6 of all channels has been zero for at least 335 ms and is cleared when bit 6 of at least one channel is non-zero for a period T, where T is usually less than one second and always less than 5 seconds. The Far End Alarm failure is not declared for D4 links when a Loss of Signal is detected. For ESF links, the Far End Alarm failure is declared if the Yellow Alarm signal pattern occurs in at least seven out of ten contiguous 16-bit pattern intervals and is cleared if the Yellow Alarm signal pattern does not occur in ten contiguous 16-bit signal pattern intervals. For E1 links, the Far End Alarm failure is declared when bit 3 of time-slot zero is received set to one on two consecutive occasions. The Far End Alarm failure is cleared when bit 3 of time-slot zero is received set to zero." ::= { atmT1E1PhyLinkEntry 18 } atmT1E1PhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS) a.k.a Remote Alarm Indication (RAI). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { atmT1E1PhyLinkEntry 19 } atmT1E1PhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { atmT1E1PhyLinkEntry 20 } atmT1E1PhyLoopbackState OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoopback (4), lineFromNetwork (5) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the loopback state that can be one of the followings: 1) noLoopback: Not in the loopback state. 2) lineLoopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out. 3) payloadLoopback The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. 4) localLoopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. 5) lineFromNetwork Loopback is initiated from the network." ::= { atmT1E1PhyLinkEntry 21 } atmT1E1PhyFractionalt1e1 OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines whether the fractional T1/E1 service is available. 1. Enabled 2. Disabled." ::= { atmT1E1PhyLinkEntry 22 } atmT1E1PhyStartDs0 OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-only STATUS mandatory DESCRIPTION "The Starting Ds0 number on the Line interface in service. The allowed Ds0 values are based on the selected T1 or E1 line type. Valid values for T1 are 1 through 24, and For E1 1 through 15 and 17 through 31 with the exception of Ds0s 0, 16." ::= { atmT1E1PhyLinkEntry 23 } atmT1E1PhyNumberOfDs0s OBJECT-TYPE SYNTAX INTEGER (1..31) ACCESS read-write STATUS mandatory DESCRIPTION "The Number of Ds0s that can be allocated depends on the Line interface in service. The maximum configurable number of Ds0s are on the selected T1 or E1 service. A maximum of 24 ds0s can be configured on a T1 service. A maximum of 30 ds0s can be configured on a E1 service. with the exception of Ds0s 0, 16." ::= { atmT1E1PhyLinkEntry 24 } atmT1E1PhyActivateFractional OBJECT-TYPE SYNTAX INTEGER { noChange (1), activateNewCfg (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The Activate configuration object. The value noChange (1), will maintain the existing Ds0 allocation as it is. The value activateNewCfg (2), will activate the latest Fractional changes into the dataset configuration. Fractional T1/E1 configuration changes will be activated until the activateNewCfg (2) is performed. Once activateNewCfg (2) is sent and acknowledged, the System will modify its active interface configuration. A set using noChange (1) has no effect. " ::= { atmT1E1PhyLinkEntry 25 } atmT1E1PhySignalingType OBJECT-TYPE SYNTAX INTEGER { none (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies signaling mode which is 'None' here." ::= { atmT1E1PhyLinkEntry 26 } atmT1E1PhySystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { atmT1E1PhyLinkEntry 27 } atmT1E1PhySystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { atmT1E1PhyLinkEntry 28 } -- ======== End of Link Table =========== -- ATM T1E1 Physical Layer Statistics: Current Table == atmT1E1PhyStat atmT1E1PhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM T1E1 physical layer Statistics table." ::= { atmT1E1PhyStat 1 } atmT1E1PhyStatCurrentEntry OBJECT-TYPE SYNTAX AtmT1E1PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM physical layer link Statistics table." INDEX { atmT1E1PhyStatCurrentIndex } ::= { atmT1E1PhyStatCurrentTable 1 } AtmT1E1PhyStatCurrentEntry ::= SEQUENCE { atmT1E1PhyStatCurrentIndex InterfaceIndex, atmT1E1PhyStatCurrentESs PerfCurrentCount, atmT1E1PhyStatCurrentSESs PerfCurrentCount, atmT1E1PhyStatCurrentSEFSs PerfCurrentCount, atmT1E1PhyStatCurrentUASs PerfCurrentCount, atmT1E1PhyStatCurrentCSSs PerfCurrentCount, atmT1E1PhyStatCurrentPCVs PerfCurrentCount, atmT1E1PhyStatCurrentLESs PerfCurrentCount, atmT1E1PhyStatCurrentBESs PerfCurrentCount, atmT1E1PhyStatCurrentLCVs PerfCurrentCount, atmT1E1PhyStatCurrentRCS PerfCurrentCount, atmT1E1PhyStatCurrentTCS PerfCurrentCount, atmT1E1PhyStatCurrentLOSFSs PerfCurrentCount, atmT1E1PhyStatCurrentLOFFSs PerfCurrentCount, atmT1E1PhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, atmT1E1PhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, atmT1E1PhyStatCurrentAISFSs PerfCurrentCount, atmT1E1PhyStatCurrentXmtAISFSs PerfCurrentCount, atmT1E1PhyStatCurrentResetStatistics INTEGER } atmT1E1PhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmPhyIfIndex object instance." ::= { atmT1E1PhyStatCurrentEntry 1 } atmT1E1PhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 2 } atmT1E1PhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 3 } atmT1E1PhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 4 } atmT1E1PhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 5 } atmT1E1PhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 6 } atmT1E1PhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 7 } atmT1E1PhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 8 } atmT1E1PhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 9 } atmT1E1PhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 10 } atmT1E1PhyStatCurrentRCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 11 } atmT1E1PhyStatCurrentTCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 12 } atmT1E1PhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 13 } atmT1E1PhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 14 } atmT1E1PhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 15 } atmT1E1PhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 16 } atmT1E1PhyStatCurrentAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 17 } atmT1E1PhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatCurrentEntry 18 } atmT1E1PhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmT1E1PhyStatCurrentEntry 19 } -- ATM T1E1 Physical Layer Statistics: Interval Table == atmT1E1PhyStat atmT1E1PhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { atmT1E1PhyStat 2 } atmT1E1PhyStatIntervalEntry OBJECT-TYPE SYNTAX AtmT1E1PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { atmT1E1PhyStatIntervalIndex, atmT1E1PhyStatIntervalNumber } ::= { atmT1E1PhyStatIntervalTable 1 } AtmT1E1PhyStatIntervalEntry ::= SEQUENCE { atmT1E1PhyStatIntervalIndex InterfaceIndex, atmT1E1PhyStatIntervalNumber INTEGER, atmT1E1PhyStatIntervalESs PerfIntervalCount, atmT1E1PhyStatIntervalSESs PerfIntervalCount, atmT1E1PhyStatIntervalSEFSs PerfIntervalCount, atmT1E1PhyStatIntervalUASs PerfIntervalCount, atmT1E1PhyStatIntervalCSSs PerfIntervalCount, atmT1E1PhyStatIntervalPCVs PerfIntervalCount, atmT1E1PhyStatIntervalLESs PerfIntervalCount, atmT1E1PhyStatIntervalBESs PerfIntervalCount, atmT1E1PhyStatIntervalLCVs PerfIntervalCount, atmT1E1PhyStatIntervalRCS PerfIntervalCount, atmT1E1PhyStatIntervalTCS PerfIntervalCount, atmT1E1PhyStatIntervalLOSFSs PerfIntervalCount, atmT1E1PhyStatIntervalLOFFSs PerfIntervalCount, atmT1E1PhyStatIntervalXmtFarEndLOFFSs PerfIntervalCount, atmT1E1PhyStatIntervalRcvFarEndLOFFSs PerfIntervalCount, atmT1E1PhyStatIntervalAISFSs PerfIntervalCount, atmT1E1PhyStatIntervalXmtAISFSs PerfIntervalCount, atmT1E1PhyStatIntervalValidData TruthValue, atmT1E1PhyStatIntervalResetStatistics INTEGER } atmT1E1PhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmT1E1PhyStatLineIndex object instance." ::= { atmT1E1PhyStatIntervalEntry 1 } atmT1E1PhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { atmT1E1PhyStatIntervalEntry 2 } atmT1E1PhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 3 } atmT1E1PhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 4 } atmT1E1PhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 5 } atmT1E1PhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { atmT1E1PhyStatIntervalEntry 6 } atmT1E1PhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 7 } atmT1E1PhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 8 } atmT1E1PhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 9 } atmT1E1PhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 10 } atmT1E1PhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmT1E1PhyStatIntervalEntry 11 } atmT1E1PhyStatIntervalRCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 12 } atmT1E1PhyStatIntervalTCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 13 } atmT1E1PhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 14 } atmT1E1PhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 15 } atmT1E1PhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 16 } atmT1E1PhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 17 } atmT1E1PhyStatIntervalAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 18 } atmT1E1PhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. noSuchInstance will be returned if no data is available." ::= { atmT1E1PhyStatIntervalEntry 19 } atmT1E1PhyStatIntervalValidData OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates if there is valid data for this interval." ::= { atmT1E1PhyStatIntervalEntry 20 } atmT1E1PhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmT1E1PhyStatIntervalEntry 21 } -- ATM T1E1 Physical Layer Statistics: Total Table == atmT1E1PhyStat atmT1E1PhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval." ::= { atmT1E1PhyStat 3 } atmT1E1PhyStatTotalEntry OBJECT-TYPE SYNTAX AtmT1E1PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { atmT1E1PhyStatTotalIndex } ::= { atmT1E1PhyStatTotalTable 1 } AtmT1E1PhyStatTotalEntry ::= SEQUENCE { atmT1E1PhyStatTotalIndex InterfaceIndex, atmT1E1PhyStatTotalESs PerfTotalCount, atmT1E1PhyStatTotalSESs PerfTotalCount, atmT1E1PhyStatTotalSEFSs PerfTotalCount, atmT1E1PhyStatTotalUASs PerfTotalCount, atmT1E1PhyStatTotalCSSs PerfTotalCount, atmT1E1PhyStatTotalPCVs PerfTotalCount, atmT1E1PhyStatTotalLESs PerfTotalCount, atmT1E1PhyStatTotalBESs PerfTotalCount, atmT1E1PhyStatTotalLCVs PerfTotalCount, atmT1E1PhyStatTotalRCS PerfTotalCount, atmT1E1PhyStatTotalTCS PerfTotalCount, atmT1E1PhyStatTotalLOSFSs PerfTotalCount, atmT1E1PhyStatTotalLOFFSs PerfTotalCount, atmT1E1PhyStatTotalXmtFarEndLOFFSs PerfTotalCount, atmT1E1PhyStatTotalRcvFarEndLOFFSs PerfTotalCount, atmT1E1PhyStatTotalAISFSs PerfTotalCount, atmT1E1PhyStatTotalXmtAISFSs PerfTotalCount, atmT1E1PhyStatTotalResetStatistics INTEGER } atmT1E1PhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmT1E1PhyStatLineIndex object instance." ::= { atmT1E1PhyStatTotalEntry 1 } atmT1E1PhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 2 } atmT1E1PhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 3 } atmT1E1PhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 4 } atmT1E1PhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 5 } atmT1E1PhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 6 } atmT1E1PhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 7 } atmT1E1PhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 8 } atmT1E1PhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 9 } atmT1E1PhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 10 } atmT1E1PhyStatTotalRCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 11 } atmT1E1PhyStatTotalTCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 12 } atmT1E1PhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 13 } atmT1E1PhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 14 } atmT1E1PhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 15 } atmT1E1PhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 16 } atmT1E1PhyStatTotalAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 17 } atmT1E1PhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmT1E1PhyStatTotalEntry 18 } atmT1E1PhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmT1E1PhyStatTotalEntry 19 } -- OC3c\STM1 ========== atmOc3PhyParTable -- ATM OC3 Physical Parameters =========== atmOc3PhyPar atmOc3PhyParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3PhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "OC3 Physical Parameters Table." ::= { atmOc3PhyPar 1 } atmOc3PhyParEntry OBJECT-TYPE SYNTAX AtmOc3PhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Oc3 Parameters of a link." INDEX { atmOc3PhyParIfIndex } ::= { atmOc3PhyParTable 1 } AtmOc3PhyParEntry ::= SEQUENCE { atmOc3PhyParIfIndex InterfaceIndex, atmOc3PhyParInterfaceType INTEGER, atmOc3PhyParLineRate INTEGER, atmOc3PhyParFrameMode INTEGER, atmOc3PhyParLineCoding INTEGER, atmOc3PhyParTxClockSource INTEGER, atmOc3PhyParLoopbackMode INTEGER, atmOc3PhyParLossOfSignal INTEGER, atmOc3PhyParLossOfPointer INTEGER, atmOc3PhyParLossOfFrame INTEGER, atmOc3PhyParPayldLabelMismatch INTEGER, atmOc3PhyParRxLineAISFail INTEGER, atmOc3PhyParTxLineAISFail INTEGER, atmOc3PhyParRxLineRDIFail INTEGER, atmOc3PhyParTxLineRDIFail INTEGER, atmOc3PhyParRxPathAISFail INTEGER, atmOc3PhyParTxPathAISFail INTEGER, atmOc3PhyParRxPathRDIFail INTEGER, atmOc3PhyParTxPathRDIFail INTEGER, atmOc3PhyParSystemClockSource INTEGER, atmOc3PhyParSystemClockSourceStatus INTEGER } atmOc3PhyParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmOc3PhyParEntry 1 } atmOc3PhyParInterfaceType OBJECT-TYPE SYNTAX INTEGER { sonet-Sdh (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the interface type used." ::= { atmOc3PhyParEntry 2 } atmOc3PhyParLineRate OBJECT-TYPE SYNTAX INTEGER { twelvePoint96 (1), twentyFivePoint92 (2), fiftyOnePoint84 (3), oneFiftyFivePoint52 (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the line rate in Mbps." ::= { atmOc3PhyParEntry 3 } atmOc3PhyParFrameMode OBJECT-TYPE SYNTAX INTEGER { sts-3C (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the Framing Mode." ::= { atmOc3PhyParEntry 4 } atmOc3PhyParLineCoding OBJECT-TYPE SYNTAX INTEGER { nrz (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the Line coding used." ::= { atmOc3PhyParEntry 5 } atmOc3PhyParTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'systemTiming' indicates that the system clock is used. ." ::= { atmOc3PhyParEntry 6 } atmOc3PhyParLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), localLoopback (2), lineLoopback (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the Loopback mode which may be the following 1.No Loopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. 2.Local Loopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. 3.Line Loopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out." ::= { atmOc3PhyParEntry 7 } atmOc3PhyParLossOfSignal OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { atmOc3PhyParEntry 8 } atmOc3PhyParLossOfPointer OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 9 } atmOc3PhyParLossOfFrame OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { atmOc3PhyParEntry 10 } atmOc3PhyParPayldLabelMismatch OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 11 } atmOc3PhyParRxLineAISFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 12 } atmOc3PhyParTxLineAISFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 13 } atmOc3PhyParRxLineRDIFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 14 } atmOc3PhyParTxLineRDIFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 15 } atmOc3PhyParRxPathAISFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 16 } atmOc3PhyParTxPathAISFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 17 } atmOc3PhyParRxPathRDIFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 18 } atmOc3PhyParTxPathRDIFail OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Loss of pointer alarm." ::= { atmOc3PhyParEntry 19 } atmOc3PhyParSystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { atmOc3PhyParEntry 20 } atmOc3PhyParSystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { atmOc3PhyParEntry 21 } -- OC3 physical layer Statistics: Current Table == atmOc3PhyStat atmOc3PhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The OC3 physical layer link table." ::= { atmOc3PhyStat 1 } atmOc3PhyStatCurrentEntry OBJECT-TYPE SYNTAX AtmOc3PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the OC3 physical layer link Statistics table." INDEX { atmOc3PhyStatCurrentIndex } ::= { atmOc3PhyStatCurrentTable 1 } AtmOc3PhyStatCurrentEntry ::= SEQUENCE { atmOc3PhyStatCurrentIndex InterfaceIndex, atmOc3PhyStatCurrentCVs PerfCurrentCount, atmOc3PhyStatCurrentESs PerfCurrentCount, atmOc3PhyStatCurrentSESs PerfCurrentCount, atmOc3PhyStatCurrentSEFSs PerfCurrentCount, atmOc3PhyStatCurrentLCVs PerfCurrentCount, atmOc3PhyStatCurrentLESs PerfCurrentCount, atmOc3PhyStatCurrentLSESs PerfCurrentCount, atmOc3PhyStatCurrentLUASs PerfCurrentCount, atmOc3PhyStatCurrentLFCs PerfCurrentCount, atmOc3PhyStatCurrentPCVs PerfCurrentCount, atmOc3PhyStatCurrentPESs PerfCurrentCount, atmOc3PhyStatCurrentPSESs PerfCurrentCount, atmOc3PhyStatCurrentPUASs PerfCurrentCount, atmOc3PhyStatCurrentPFCs PerfCurrentCount, atmOc3PhyStatCurrentLCVFE PerfCurrentCount, atmOc3PhyStatCurrentLESFE PerfCurrentCount, atmOc3PhyStatCurrentLSESFE PerfCurrentCount, atmOc3PhyStatCurrentLUASFE PerfCurrentCount, atmOc3PhyStatCurrentLFCFE PerfCurrentCount, atmOc3PhyStatCurrentPCVFE PerfCurrentCount, atmOc3PhyStatCurrentPESFE PerfCurrentCount, atmOc3PhyStatCurrentPSESFE PerfCurrentCount, atmOc3PhyStatCurrentPUASFE PerfCurrentCount, atmOc3PhyStatCurrentPFCFE PerfCurrentCount, atmOc3PhyTimeElapsed INTEGER, atmOc3PhyStatCurrentResetStatistics INTEGER } atmOc3PhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmOc3PhyStatIndex object instance." ::= { atmOc3PhyStatCurrentEntry 1 } atmOc3PhyStatCurrentCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Section Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 2 } atmOc3PhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 3 } atmOc3PhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 4 } atmOc3PhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Currents. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 5 } atmOc3PhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, Currents. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 6 } atmOc3PhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Currents. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 7 } atmOc3PhyStatCurrentLSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 8 } atmOc3PhyStatCurrentLUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 9 } atmOc3PhyStatCurrentLFCs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 10 } atmOc3PhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, Currents. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 11 } atmOc3PhyStatCurrentPESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered by a DS1 interface in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 12 } atmOc3PhyStatCurrentPSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 13 } atmOc3PhyStatCurrentPUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 14 } atmOc3PhyStatCurrentPFCs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 15 } atmOc3PhyStatCurrentLCVFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Section Coding Violations at the far end encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 16 } atmOc3PhyStatCurrentLESFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, Currents. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 17 } atmOc3PhyStatCurrentLSESFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds encountered by a DS1 interface at the far end in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 18 } atmOc3PhyStatCurrentLUASFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds encountered by a DS1 interface at the far end in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 19 } atmOc3PhyStatCurrentLFCFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count Seconds encountered by a DS1 interface at the far end in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 20 } atmOc3PhyStatCurrentPCVFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, Currents. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 21 } atmOc3PhyStatCurrentPESFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered by a DS1 interface at the far end in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 22 } atmOc3PhyStatCurrentPSESFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds encountered by a DS1 interface at the far in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatCurrentEntry 23 } atmOc3PhyStatCurrentPUASFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 24 } atmOc3PhyStatCurrentPFCFE OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count Seconds encountered by a DS1 interface at the far end in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { atmOc3PhyStatCurrentEntry 25 } atmOc3PhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { atmOc3PhyStatCurrentEntry 26 } atmOc3PhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmOc3PhyStatCurrentEntry 27 } -- OC3 Physical Layer Statistics: Interval Table == atmOc3PhyStat atmOc3PhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { atmOc3PhyStat 2 } atmOc3PhyStatIntervalEntry OBJECT-TYPE SYNTAX AtmOc3PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { atmOc3PhyStatIntervalIndex, atmOc3PhyStatIntervalNumber } ::= { atmOc3PhyStatIntervalTable 1 } AtmOc3PhyStatIntervalEntry ::= SEQUENCE { atmOc3PhyStatIntervalIndex InterfaceIndex, atmOc3PhyStatIntervalNumber INTEGER, atmOc3PhyStatIntervalCVs PerfIntervalCount, atmOc3PhyStatIntervalESs PerfIntervalCount, atmOc3PhyStatIntervalSESs PerfIntervalCount, atmOc3PhyStatIntervalSEFSs PerfIntervalCount, atmOc3PhyStatIntervalLCVs PerfIntervalCount, atmOc3PhyStatIntervalLESs PerfIntervalCount, atmOc3PhyStatIntervalLSESs PerfIntervalCount, atmOc3PhyStatIntervalLUASs PerfIntervalCount, atmOc3PhyStatIntervalLFCs PerfIntervalCount, atmOc3PhyStatIntervalPCVs PerfIntervalCount, atmOc3PhyStatIntervalPESs PerfIntervalCount, atmOc3PhyStatIntervalPSESs PerfIntervalCount, atmOc3PhyStatIntervalPUASs PerfIntervalCount, atmOc3PhyStatIntervalPFCs PerfIntervalCount, atmOc3PhyStatIntervalLCVFE PerfIntervalCount, atmOc3PhyStatIntervalLESFE PerfIntervalCount, atmOc3PhyStatIntervalLSESFE PerfIntervalCount, atmOc3PhyStatIntervalLUASFE PerfIntervalCount, atmOc3PhyStatIntervalLFCFE PerfIntervalCount, atmOc3PhyStatIntervalPCVFE PerfIntervalCount, atmOc3PhyStatIntervalPESFE PerfIntervalCount, atmOc3PhyStatIntervalPSESFE PerfIntervalCount, atmOc3PhyStatIntervalPUASFE PerfIntervalCount, atmOc3PhyStatIntervalPFCFE PerfIntervalCount, atmOc3PhyStatIntervalResetStatistics INTEGER } atmOc3PhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmOc3PhyStatIndex object instance." ::= { atmOc3PhyStatIntervalEntry 1 } atmOc3PhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { atmOc3PhyStatIntervalEntry 2 } atmOc3PhyStatIntervalCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Section Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 3 } atmOc3PhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 4 } atmOc3PhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 5 } atmOc3PhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 6 } atmOc3PhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 7 } atmOc3PhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 8 } atmOc3PhyStatIntervalLSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 9 } atmOc3PhyStatIntervalLUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { atmOc3PhyStatIntervalEntry 10 } atmOc3PhyStatIntervalLFCs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 11 } atmOc3PhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 12 } atmOc3PhyStatIntervalPESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered by a DS1 interface in the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 13 } atmOc3PhyStatIntervalPSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 14 } atmOc3PhyStatIntervalPUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { atmOc3PhyStatIntervalEntry 15 } atmOc3PhyStatIntervalPFCs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 16 } atmOc3PhyStatIntervalLCVFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Link Coding Violations encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 17 } atmOc3PhyStatIntervalLESFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 18 } atmOc3PhyStatIntervalLSESFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds at the far end encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 19 } atmOc3PhyStatIntervalLUASFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds at the far end encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { atmOc3PhyStatIntervalEntry 20 } atmOc3PhyStatIntervalLFCFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 21 } atmOc3PhyStatIntervalPCVFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 22 } atmOc3PhyStatIntervalPESFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 23 } atmOc3PhyStatIntervalPSESFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds at the far end encountered by a DS1 interface the current 15 minute interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 24 } atmOc3PhyStatIntervalPUASFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds at the far end encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { atmOc3PhyStatIntervalEntry 25 } atmOc3PhyStatIntervalPFCFE OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count encountered by a DS1 interface at the far end in one of the previous 96, individual 15 minute, intervals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatIntervalEntry 26 } atmOc3PhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmOc3PhyStatIntervalEntry 27 } -- OC3 physical layer Statistics: Total Table == atmOc3PhyStat atmOc3PhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The OC3 physical layer link table." ::= { atmOc3PhyStat 3 } atmOc3PhyStatTotalEntry OBJECT-TYPE SYNTAX AtmOc3PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the OC3 physical layer link Statistics table." INDEX { atmOc3PhyStatTotalIndex } ::= { atmOc3PhyStatTotalTable 1 } AtmOc3PhyStatTotalEntry ::= SEQUENCE { atmOc3PhyStatTotalIndex InterfaceIndex, atmOc3PhyStatTotalCVs PerfTotalCount, atmOc3PhyStatTotalESs PerfTotalCount, atmOc3PhyStatTotalSESs PerfTotalCount, atmOc3PhyStatTotalSEFSs PerfTotalCount, atmOc3PhyStatTotalLCVs PerfTotalCount, atmOc3PhyStatTotalLESs PerfTotalCount, atmOc3PhyStatTotalLSESs PerfTotalCount, atmOc3PhyStatTotalLUASs PerfTotalCount, atmOc3PhyStatTotalLFCs PerfTotalCount, atmOc3PhyStatTotalPCVs PerfTotalCount, atmOc3PhyStatTotalPESs PerfTotalCount, atmOc3PhyStatTotalPSESs PerfTotalCount, atmOc3PhyStatTotalPUASs PerfTotalCount, atmOc3PhyStatTotalPFCs PerfTotalCount, atmOc3PhyStatTotalLCVFE PerfTotalCount, atmOc3PhyStatTotalLESFE PerfTotalCount, atmOc3PhyStatTotalLSESFE PerfTotalCount, atmOc3PhyStatTotalLUASFE PerfTotalCount, atmOc3PhyStatTotalLFCFE PerfTotalCount, atmOc3PhyStatTotalPCVFE PerfTotalCount, atmOc3PhyStatTotalPESFE PerfTotalCount, atmOc3PhyStatTotalPSESFE PerfTotalCount, atmOc3PhyStatTotalPUASFE PerfTotalCount, atmOc3PhyStatTotalPFCFE PerfTotalCount, atmOc3PhyValidIntervals INTEGER, atmOc3PhyStatTotalResetStatistics INTEGER } atmOc3PhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a atmOc3PhyStatIndex object instance." ::= { atmOc3PhyStatTotalEntry 1 } atmOc3PhyStatTotalCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Section Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 2 } atmOc3PhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 3 } atmOc3PhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 4 } atmOc3PhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 5 } atmOc3PhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 6 } atmOc3PhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 7 } atmOc3PhyStatTotalLSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 8 } atmOc3PhyStatTotalLUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 9 } atmOc3PhyStatTotalLFCs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 10 } atmOc3PhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 11 } atmOc3PhyStatTotalPESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 12 } atmOc3PhyStatTotalPSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 13 } atmOc3PhyStatTotalPUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 14 } atmOc3PhyStatTotalPFCs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 15 } atmOc3PhyStatTotalLCVFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered at the far end by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 16 } atmOc3PhyStatTotalLESFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 17 } atmOc3PhyStatTotalLSESFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Severely Errored Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 18 } atmOc3PhyStatTotalLUASFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Unavailable Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 19 } atmOc3PhyStatTotalLFCFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Failure Count encountered at the far end by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 20 } atmOc3PhyStatTotalPCVFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Code Violations (LCVs) encountered at the far end by a DS1 interface in one of the previous 96, individual 15 minute, Totals. In the case that valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 21 } atmOc3PhyStatTotalPESFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Errored Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 22 } atmOc3PhyStatTotalPSESFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Severely Errored Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { atmOc3PhyStatTotalEntry 23 } atmOc3PhyStatTotalPUASFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Unavailable Seconds encountered at the far end by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 24 } atmOc3PhyStatTotalPFCFE OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Failure Count encountered at the far end by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmOc3PhyStatTotalEntry 25 } atmOc3PhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { atmOc3PhyStatTotalEntry 26 } atmOc3PhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmOc3PhyStatTotalEntry 27 } -- ATM Ds3E3 ========== atmDs3E3PhyParTable -- ATM Ds3E3 Physical Parameters =========== atmDs3E3PhyPar atmDs3E3PhyParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3PhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ds3E3 Physical Parameters Table." ::= { atmDs3E3PhyPar 1 } atmDs3E3PhyParEntry OBJECT-TYPE SYNTAX AtmDs3E3PhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ds3E3 Parameters of a link." INDEX { atmDs3E3PhyParIfIndex } ::= { atmDs3E3PhyParTable 1 } AtmDs3E3PhyParEntry ::= SEQUENCE { atmDs3E3PhyParIfIndex InterfaceIndex, atmDs3E3PhyParInterfaceType INTEGER, atmDs3E3PhyParLineRate INTEGER, atmDs3E3PhyParLineCoding INTEGER, atmDs3E3PhyParLineLength INTEGER, atmDs3E3PhyParLoopbackMode INTEGER, atmDs3E3PhyParTxClockSource INTEGER, atmDs3E3PhyParSystemClockSource INTEGER, atmDs3E3PhyParSystemClockSourceStatus INTEGER, atmDs3E3PhyParLossOfSignalState INTEGER, atmDs3E3PhyParLossOfFrameState INTEGER, atmDs3E3PhyAISFState INTEGER, atmDs3E3PhyXmtAISFState INTEGER, atmDs3E3PhyXmtFarEndLOFFState INTEGER, atmDs3E3PhyRcvFarEndLOFFState INTEGER, atmDs3E3PhyPlcpLOFState INTEGER, atmDs3E3PhyPlcpOOFState INTEGER, atmDs3E3PhyPlcpYellowState INTEGER, atmDs3E3PhyPlcpXmtYellowState INTEGER } atmDs3E3PhyParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmDs3E3PhyParEntry 1 } atmDs3E3PhyParInterfaceType OBJECT-TYPE SYNTAX INTEGER { ds3 (1), e3 (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the interface type used. Valid values are: 1. Ds3 2. E3" ::= { atmDs3E3PhyParEntry 2 } atmDs3E3PhyParLineRate OBJECT-TYPE SYNTAX INTEGER { ds3fortyfourPoint736 (1), e3thirtyfourPoint368 (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object defines the line rate in Mbps. Valid values are: 1. Ds3 interfaces: 44.736 2. E3 interfaces: 34.368" ::= { atmDs3E3PhyParEntry 3 } atmDs3E3PhyParLineCoding OBJECT-TYPE SYNTAX INTEGER { ds3B3ZS (1), e3HDB3 (2), e3AMI (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the type of zero code suppression used on the Ds3/E3 lines to maintain data integrity and reliability. Valid values are: 1. Ds3 interfaces: B3ZS 2. E3 interfaces: HDB3, AMI" ::= { atmDs3E3PhyParEntry 4 } atmDs3E3PhyParLineLength OBJECT-TYPE SYNTAX INTEGER { feet-0-255-meters-0-77 (1), feet-256-299-meters-77-91 (2), feet-300-up-meters-91-up (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The length of the ds3 / e3 line. This object provides information for line build out circuitry if it exists and can be used to adjust the line build out. It can have one of the defined ranges: 1) feet-0-255-meters-0-77: 0 to 255 feet (0 to 77 meters), 2) feet-256-299-meters-77-91: 256 to 299 feet (77 to 91 meters), 3) feet-300-up-meters-91-up: more than 300 feet (more than 91 meters)" ::= { atmDs3E3PhyParEntry 5 } atmDs3E3PhyParLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), localLoopback (2), lineLoopback (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the Loopback mode which may be the following 1. No Loopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. 2. Local Loopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. 3. Line Loopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out." ::= { atmDs3E3PhyParEntry 6 } atmDs3E3PhyParTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock for the Ds3/E3 UNI.. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'systemTiming' indicates that the system clock is used." ::= { atmDs3E3PhyParEntry 7 } atmDs3E3PhyParSystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the interface or link used as the Primary Reference Source for the system clock. This may be derived internally, from the ATM network, or from the CBR interface. It can be 1. Internal 2. ATM 3. CBR" ::= { atmDs3E3PhyParEntry 8 } atmDs3E3PhyParSystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { atmDs3E3PhyParEntry 9 } atmDs3E3PhyParLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. The LOS failure is declared when the System cannot detect a signal at the ATM interface. When cells are continuously lost the value is set to 'yes' (1). When cells are no longer lost, the value is set to 'no' (2)." ::= { atmDs3E3PhyParEntry 10 } atmDs3E3PhyParLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LossOfFrame failure. The LOF failure is declared and this value is set to 'yes' (1) when framing bits have been lost at the ATM interface. This value is set to 'no' (2) when reframe occurs." ::= { atmDs3E3PhyParEntry 11 } atmDs3E3PhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS): a signal sent down or up stream by a device regarding an error condition from another unit in the transmission path." ::= { atmDs3E3PhyParEntry 12 } atmDs3E3PhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS): a signal sent down or up stream by a device regarding an error condition from another unit in the transmission path." ::= { atmDs3E3PhyParEntry 13 } atmDs3E3PhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Near End is transmitting a LOF signal detected at the far end. The LOF failure is declared and this value is set to 'yes' (1) when framing bits have been lost at the ATM interface. This value is set to 'no' (2) when reframe occurs" ::= { atmDs3E3PhyParEntry 14 } atmDs3E3PhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Near End is receiving a LOF signal from the far end. The LOF failure is declared and this value is set to 'yes' (1) when framing bits have been lost at the ATM interface. This value is set to 'no' (2) when reframe occurs" ::= { atmDs3E3PhyParEntry 15 } atmDs3E3PhyPlcpLOFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether or not the DS3 PLCP has declared a loss of frame (LOF) failure condition." ::= { atmDs3E3PhyParEntry 16 } atmDs3E3PhyPlcpOOFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether or not the DS3 PLCP has declared an out of frame (OOF) failure condition." ::= { atmDs3E3PhyParEntry 17 } atmDs3E3PhyPlcpYellowState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether or not the DS3 PLCP has received an incoming Yellow Signal from the far end." ::= { atmDs3E3PhyParEntry 18 } atmDs3E3PhyPlcpXmtYellowState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether or not the DS3 PLCP has declared a loss of frame (LOF) failure condition, and begun transmitting the Yellow Signal to the far end." ::= { atmDs3E3PhyParEntry 19 } -- Ds3E3 physical layer Statistics: Current Table == atmDs3E3PhyStat atmDs3E3PhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Ds3E3 physical layer link table." ::= { atmDs3E3PhyStat 1 } atmDs3E3PhyStatCurrentEntry OBJECT-TYPE SYNTAX AtmDs3E3PhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Ds3E3 physical layer link Statistics table." INDEX { atmDs3E3PhyStatCurrentIndex } ::= { atmDs3E3PhyStatCurrentTable 1 } AtmDs3E3PhyStatCurrentEntry ::= SEQUENCE { atmDs3E3PhyStatCurrentIndex InterfaceIndex, atmDs3E3PhyStatCurrentBPVs PerfCurrentCount, atmDs3E3PhyStatCurrentCCVs PerfCurrentCount, atmDs3E3PhyStatCurrentCESs PerfCurrentCount, atmDs3E3PhyStatCurrentCSESs PerfCurrentCount, atmDs3E3PhyStatCurrentESs PerfCurrentCount, atmDs3E3PhyStatCurrentEXZs PerfCurrentCount, atmDs3E3PhyStatCurrentLCVs PerfCurrentCount, atmDs3E3PhyStatCurrentLESs PerfCurrentCount, atmDs3E3PhyStatCurrentLOFFSs PerfCurrentCount, atmDs3E3PhyStatCurrentLOSFSs PerfCurrentCount, atmDs3E3PhyStatCurrentPCVs PerfCurrentCount, atmDs3E3PhyStatCurrentPESs PerfCurrentCount, atmDs3E3PhyStatCurrentPSESs PerfCurrentCount, atmDs3E3PhyStatCurrentRcvAISFSs PerfCurrentCount, atmDs3E3PhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyStatCurrentSEFSs PerfCurrentCount, atmDs3E3PhyStatCurrentSESs PerfCurrentCount, atmDs3E3PhyStatCurrentUASs PerfCurrentCount, atmDs3E3PhyStatCurrentXmtAISFSs PerfCurrentCount, atmDs3E3PhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyTimeElapsed INTEGER, atmDs3E3PhyStatCurrentResetStatistics INTEGER } atmDs3E3PhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS3 or E3 interface to which this entry is applicable." ::= { atmDs3E3PhyStatCurrentEntry 1 } atmDs3E3PhyStatCurrentBPVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bipolar Violation error events for the DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 2 } atmDs3E3PhyStatCurrentCCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Coding Violations encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 3 } atmDs3E3PhyStatCurrentCESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Errored Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 4 } atmDs3E3PhyStatCurrentCSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Severely Errored Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 5 } atmDs3E3PhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 6 } atmDs3E3PhyStatCurrentEXZs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Excessive Zeros for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 7 } atmDs3E3PhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Coding Violations for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 8 } atmDs3E3PhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 9 } atmDs3E3PhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 10 } atmDs3E3PhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 11 } atmDs3E3PhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Coding Violations for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 12 } atmDs3E3PhyStatCurrentPESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Errored Seconds for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 13 } atmDs3E3PhyStatCurrentPSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Severely Errored Seconds for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 14 } atmDs3E3PhyStatCurrentRcvAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving the AIS Failure signal for a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 15 } atmDs3E3PhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals for a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 16 } atmDs3E3PhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 17 } atmDs3E3PhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 18 } atmDs3E3PhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 19 } atmDs3E3PhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 20 } atmDs3E3PhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been sending Far End Loss of Frame Failure signals for a DS3 or E3 interface for the current 15 minute interval." ::= { atmDs3E3PhyStatCurrentEntry 21 } atmDs3E3PhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { atmDs3E3PhyStatCurrentEntry 22 } atmDs3E3PhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmDs3E3PhyStatCurrentEntry 23 } -- Ds3E3 physical layer Statistics: Interval Table == atmDs3E3PhyStat atmDs3E3PhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Ds3E3 physical layer link table." ::= { atmDs3E3PhyStat 2 } atmDs3E3PhyStatIntervalEntry OBJECT-TYPE SYNTAX AtmDs3E3PhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Ds3E3 physical layer link Statistics table." INDEX { atmDs3E3PhyStatIntervalIndex } ::= { atmDs3E3PhyStatIntervalTable 1 } AtmDs3E3PhyStatIntervalEntry ::= SEQUENCE { atmDs3E3PhyStatIntervalIndex InterfaceIndex, atmDs3E3PhyStatIntervalNumber INTEGER, atmDs3E3PhyStatIntervalBPVs PerfCurrentCount, atmDs3E3PhyStatIntervalCCVs PerfCurrentCount, atmDs3E3PhyStatIntervalCESs PerfCurrentCount, atmDs3E3PhyStatIntervalCSESs PerfCurrentCount, atmDs3E3PhyStatIntervalESs PerfCurrentCount, atmDs3E3PhyStatIntervalEXZs PerfCurrentCount, atmDs3E3PhyStatIntervalLCVs PerfCurrentCount, atmDs3E3PhyStatIntervalLESs PerfCurrentCount, atmDs3E3PhyStatIntervalLOFFSs PerfCurrentCount, atmDs3E3PhyStatIntervalLOSFSs PerfCurrentCount, atmDs3E3PhyStatIntervalPCVs PerfCurrentCount, atmDs3E3PhyStatIntervalPESs PerfCurrentCount, atmDs3E3PhyStatIntervalPSESs PerfCurrentCount, atmDs3E3PhyStatIntervalRcvAISFSs PerfCurrentCount, atmDs3E3PhyStatIntervalRcvFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyStatIntervalSEFSs PerfCurrentCount, atmDs3E3PhyStatIntervalSESs PerfCurrentCount, atmDs3E3PhyStatIntervalUASs PerfCurrentCount, atmDs3E3PhyStatIntervalXmtAISFSs PerfCurrentCount, atmDs3E3PhyStatIntervalXmtFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyStatIntervalResetStatistics INTEGER } atmDs3E3PhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS3 or E3 interface to which this entry is applicable." ::= { atmDs3E3PhyStatIntervalEntry 1 } atmDs3E3PhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { atmDs3E3PhyStatIntervalEntry 2 } atmDs3E3PhyStatIntervalBPVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bipolar Violation error events for the DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 3 } atmDs3E3PhyStatIntervalCCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Coding Violations encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 4 } atmDs3E3PhyStatIntervalCESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Errored Seconds encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 5 } atmDs3E3PhyStatIntervalCSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Severely Errored Seconds encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 6 } atmDs3E3PhyStatIntervalESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 7 } atmDs3E3PhyStatIntervalEXZs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Excessive Zeros in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 8 } atmDs3E3PhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Coding Violations in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 9 } atmDs3E3PhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 10 } atmDs3E3PhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds encountered by a DS3 or E3 interface for in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 11 } atmDs3E3PhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 12 } atmDs3E3PhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Coding Violations in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 13 } atmDs3E3PhyStatIntervalPESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Errored Seconds in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 14 } atmDs3E3PhyStatIntervalPSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Severely Errored Seconds in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 15 } atmDs3E3PhyStatIntervalRcvAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving the AIS Failure signal for a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 16 } atmDs3E3PhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals for a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 17 } atmDs3E3PhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 18 } atmDs3E3PhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 19 } atmDs3E3PhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 20 } atmDs3E3PhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 21 } atmDs3E3PhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been sending Far End Loss of Frame Failure signals for a DS3 or E3 interface in one of the previous 96, individual 15 minute intervals." ::= { atmDs3E3PhyStatIntervalEntry 22 } atmDs3E3PhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmDs3E3PhyStatIntervalEntry 23 } -- Ds3E3 physical layer Statistics: Total Table == atmDs3E3PhyStat atmDs3E3PhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The Ds3E3 physical layer link table." ::= { atmDs3E3PhyStat 3 } atmDs3E3PhyStatTotalEntry OBJECT-TYPE SYNTAX AtmDs3E3PhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the Ds3E3 physical layer link Statistics table." INDEX { atmDs3E3PhyStatTotalIndex } ::= { atmDs3E3PhyStatTotalTable 1 } AtmDs3E3PhyStatTotalEntry ::= SEQUENCE { atmDs3E3PhyStatTotalIndex InterfaceIndex, atmDs3E3PhyStatTotalBPVs PerfCurrentCount, atmDs3E3PhyStatTotalCCVs PerfCurrentCount, atmDs3E3PhyStatTotalCESs PerfCurrentCount, atmDs3E3PhyStatTotalCSESs PerfCurrentCount, atmDs3E3PhyStatTotalESs PerfCurrentCount, atmDs3E3PhyStatTotalEXZs PerfCurrentCount, atmDs3E3PhyStatTotalLCVs PerfCurrentCount, atmDs3E3PhyStatTotalLESs PerfCurrentCount, atmDs3E3PhyStatTotalLOFFSs PerfCurrentCount, atmDs3E3PhyStatTotalLOSFSs PerfCurrentCount, atmDs3E3PhyStatTotalPCVs PerfCurrentCount, atmDs3E3PhyStatTotalPESs PerfCurrentCount, atmDs3E3PhyStatTotalPSESs PerfCurrentCount, atmDs3E3PhyStatTotalRcvAISFSs PerfCurrentCount, atmDs3E3PhyStatTotalRcvFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyStatTotalSEFSs PerfCurrentCount, atmDs3E3PhyStatTotalSESs PerfCurrentCount, atmDs3E3PhyStatTotalUASs PerfCurrentCount, atmDs3E3PhyStatTotalXmtAISFSs PerfCurrentCount, atmDs3E3PhyStatTotalXmtFarEndLOFFSs PerfCurrentCount, atmDs3E3PhyValidIntervals INTEGER, atmDs3E3PhyStatTotalResetStatistics INTEGER } atmDs3E3PhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS3 or E3 interface to which this entry is applicable." ::= { atmDs3E3PhyStatTotalEntry 1 } atmDs3E3PhyStatTotalBPVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Bipolar Violation error events for the DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 2 } atmDs3E3PhyStatTotalCCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Coding Violations encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 3 } atmDs3E3PhyStatTotalCESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Errored Seconds encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 4 } atmDs3E3PhyStatTotalCSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of C-bit Severely Errored Seconds encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 5 } atmDs3E3PhyStatTotalESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Errored Seconds in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 6 } atmDs3E3PhyStatTotalEXZs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Excessive Zeros in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 7 } atmDs3E3PhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Line Coding Violations in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 8 } atmDs3E3PhyStatTotalLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 9 } atmDs3E3PhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds encountered by a DS3 or E3 interface for in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 10 } atmDs3E3PhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 11 } atmDs3E3PhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Coding Violations in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 12 } atmDs3E3PhyStatTotalPESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Errored Seconds in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 13 } atmDs3E3PhyStatTotalPSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of P-bit Severely Errored Seconds in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 14 } atmDs3E3PhyStatTotalRcvAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving the AIS Failure signal for a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 15 } atmDs3E3PhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals for a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 16 } atmDs3E3PhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Severely Errored Framing Seconds in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 17 } atmDs3E3PhyStatTotalSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 18 } atmDs3E3PhyStatTotalUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The counter associated with the number of Unavailable Seconds in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 19 } atmDs3E3PhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 20 } atmDs3E3PhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been sending Far End Loss of Frame Failure signals for a DS3 or E3 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { atmDs3E3PhyStatTotalEntry 21 } atmDs3E3PhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { atmDs3E3PhyStatTotalEntry 22 } atmDs3E3PhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmDs3E3PhyStatTotalEntry 23 } -- ATM Transmission Convergence ================== atmTc { atm 2 } -- ATM Transmission Convergence Parameters ======== atmT1E1TcPar { atmTc 1 } atmT1E1TcParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM Transmission Convergence layer link table." ::= { atmT1E1TcPar 1 } atmT1E1TcParEntry OBJECT-TYPE SYNTAX AtmT1E1TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM Transmission Convergence layer link table." INDEX { atmT1E1TcParIfIndex } ::= { atmT1E1TcParTable 1 } AtmT1E1TcParEntry ::= SEQUENCE { atmT1E1TcParIfIndex InterfaceIndex, atmT1E1TcParXorHec INTEGER, atmT1E1TcParPayloadScrambling INTEGER, atmT1E1TcParCellRateDecoupling INTEGER, atmT1E1TcParDelineationState INTEGER } atmT1E1TcParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmT1E1TcParEntry 1 } atmT1E1TcParXorHec OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable XOR with Header Error Control." ::= { atmT1E1TcParEntry 2 } atmT1E1TcParPayloadScrambling OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable payload scrambling." ::= { atmT1E1TcParEntry 3 } atmT1E1TcParCellRateDecoupling OBJECT-TYPE SYNTAX INTEGER { unassigned (1), idle (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether Unassigned cells or Idle cells should be sent." ::= { atmT1E1TcParEntry 4 } atmT1E1TcParDelineationState OBJECT-TYPE SYNTAX INTEGER { inCellDelineation (1), outOfCellDelineation (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Cell delineation state which can be of the following four states: 1 In Cell Delineation, 2 Out of Cell Delineation." ::= { atmT1E1TcParEntry 5 } -- End of TC Par Table -- ===== ATM Transmission Convergence Statistics ==== atmT1E1TcStat { atmTC 2 } atmT1E1TcStatTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmT1E1TcStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM Transmission Convergence layer Statistics link table." ::= { atmT1E1TcStat 1 } atmT1E1TcStatEntry OBJECT-TYPE SYNTAX AtmT1E1TcStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM Transmission Convergence layer Statistics link table." INDEX { atmT1E1TcStatIfIndex } ::= { atmT1E1TcStatTable 1 } AtmT1E1TcStatEntry ::= SEQUENCE { atmT1E1TcStatIfIndex InterfaceIndex, atmT1E1TcStatOCDEvents Counter, atmT1E1TcStatResetStatistics INTEGER } atmT1E1TcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmT1E1TcStatEntry 1 } atmT1E1TcStatOCDEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the Out of Cell Delineation (OCD) events occur. If seven consecutive ATM cells have Header Error Control (HEC) violations, an OCD event occurs. A high number of OCD events may indicate a problem with the TC Sublayer." ::= { atmT1E1TcStatEntry 2 } atmT1E1TcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmT1E1TcStatEntry 3 } -- OC3 TC LAYER PARAMETERS ========== atmOc3Tc { atm 2} -- OC3 TC Layer Parameters =========== atmOc3TcPar { atmOc3Phy 1 } atmOc3TcParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "OC3 Physical Parameters Table." ::= { atmOc3TcPar 1 } atmOc3TcParEntry OBJECT-TYPE SYNTAX AtmOc3TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Oc3 TC Parameters of a link." INDEX { atmOc3TcParIfIndex } ::= { atmOc3TcParTable 1 } AtmOc3TcParEntry ::= SEQUENCE { atmOc3TcParIfIndex InterfaceIndex, atmOc3TcParHCSCorrection INTEGER, atmOc3TcParPayloadScrambling INTEGER, atmOc3TcParCellRateDecoupling INTEGER, atmOc3TcParCellDelineationState INTEGER } atmOc3TcParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmOc3TcParEntry 1 } atmOc3TcParHCSCorrection OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable HCS Correction." ::= { atmOc3TcParEntry 2 } atmOc3TcParPayloadScrambling OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable payload scrambling." ::= { atmOc3TcParEntry 3 } atmOc3TcParCellRateDecoupling OBJECT-TYPE SYNTAX INTEGER { idle (1), unassigned (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether Unassigned cells or Idle cells should be sent." ::= { atmOc3TcParEntry 4 } atmOc3TcParCellDelineationState OBJECT-TYPE SYNTAX INTEGER { inSync (1), outOfSync (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether Cell Delineation State is in Sync or not." ::= { atmOc3TcParEntry 5 } -- ============================================================================= -- atmOc3TcStatsTable -- ============================================================================= atmOc3TcStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmOc3TcStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM OC-3c Transmission Convergence layer Statistics link table." ::= { atmOc3TcStat 1 } atmOc3TcStatsEntry OBJECT-TYPE SYNTAX AtmOc3TcStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM OC-3c Transmission Convergence layer Statistics link table." INDEX { atmOc3TcStatsIfIndex } ::= { atmOc3TcStatsTable 1 } AtmOc3TcStatsEntry ::= SEQUENCE { atmOc3TcStatsIfIndex InterfaceIndex, atmOc3TcStatsCorrectibleHCS INTEGER, atmOc3TcStatsUncorrectibleHCS INTEGER, atmOc3TcStatsResetStatistics INTEGER } atmOc3TcStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The ATM OC-3c Transmission Convergence layer Statistics link table." ::= { atmOc3TcStatsEntry 1 } atmOc3TcStatsCorrectibleHCS OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Uncorrectable HCS statistic specifies the number of header error check sequence errors that can not be corrected." ::= { atmOc3TcStatsEntry 2 } atmOc3TcStatsUncorrectibleHCS OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Correctable HCS statistic specifies the number of header error check sequence errors that can be corrected. The System can correct these HCS errors when the HCS Correction parameter is enabled." ::= { atmOc3TcStatsEntry 3 } atmOc3TcStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmOc3TcStatsEntry 4 } -- Ds3E3 TC LAYER PARAMETERS ========== atmDs3E3Tc { atmTc 3 } -- Ds3E3 TC Layer Parameters =========== atmDs3E3TcPar { atmDs3E3Phy 1 } atmDs3E3TcParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ds3/E3 Transmission Convergence Layer Parameters Table." ::= { atmDs3E3TcPar 1 } atmDs3E3TcParEntry OBJECT-TYPE SYNTAX AtmDs3E3TcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM Ds3/E3 Transmission Convergence Layer Parameters Table." INDEX { atmDs3E3TcParIfIndex } ::= { atmDs3E3TcParTable 1 } AtmDs3E3TcParEntry ::= SEQUENCE { atmDs3E3TcParIfIndex InterfaceIndex, atmDs3E3TcParHCSCorrection INTEGER, atmDs3E3TcParPayloadScrambling INTEGER, atmDs3E3TcParCellRateDecoupling INTEGER, atmDs3E3TcParCellDelineationState INTEGER, atmDs3E3TcParCellMapping INTEGER, atmDs3E3TcParFrameMode INTEGER } atmDs3E3TcParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmDs3E3TcParEntry 1 } atmDs3E3TcParHCSCorrection OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable atm cell Header Check Sequence error detection and correction." ::= { atmDs3E3TcParEntry 2 } atmDs3E3TcParPayloadScrambling OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enable or disable payload scrambling. In the transmit direction, payload scrambling mixes up the cell payload to protect the cell header from mimic patterns that can appear in the cell payload that confuse transmission equipment. In THE receive direction, the payload is descrambled, but only when cell delineation is in the 'inSync' state." ::= { atmDs3E3TcParEntry 3 } atmDs3E3TcParCellRateDecoupling OBJECT-TYPE SYNTAX INTEGER { idle (1), unassigned (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether Idle cells (1) or Unassigned cells (2) should be sent. When there is no voice or data traffic transmitted from the System, the TC layer inserts unassigned or idle cells to provide a continuous flow of cells. In the receive direction, it discards idle and unassigned cells." ::= { atmDs3E3TcParEntry 4 } atmDs3E3TcParCellDelineationState OBJECT-TYPE SYNTAX INTEGER { inSync (1), outOfSync (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Transmission Convergence sublayer is successfully detecting and delivering a valid atm cell stream: 'inSync' (1), or not: 'outOfSync' (2). Cell delineation enables the destination System to recover atm cell boundaries." ::= { atmDs3E3TcParEntry 5 } atmDs3E3TcParCellMapping OBJECT-TYPE SYNTAX INTEGER { adm-hec (1), plcp (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the ATM Cell Mapping scheme in DS3/E3 frames." ::= { atmDs3E3TcParEntry 6 } atmDs3E3TcParFrameMode OBJECT-TYPE SYNTAX INTEGER { ds3C-Bit (1), e3G751 (2), e3G832 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the type of framing standard used by the Ds3/E3 lines for the ATM UNI interface. If the ATM Cell Mapping of TC layer is PLCP, the framing mode is fixed to G.751 for E3. Valid values are: 1. Ds3 interfaces: C-Bit 2. E3 interfaces: G.751, G.832" ::= { atmDs3E3TcParEntry 7 } -- ============================================================================= -- atmDs3E3TcStatsTable -- ============================================================================= atmDs3E3TcStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmDs3E3TcStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM Ds3/E3 Transmission Convergence layer Statistics link table." ::= { atmDs3E3TcStat 1 } atmDs3E3TcStatsEntry OBJECT-TYPE SYNTAX AtmDs3E3TcStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM Ds3/E3 Transmission Convergence layer Statistics link table." INDEX { atmDs3E3TcStatsIfIndex } ::= { atmDs3E3TcStatsTable 1 } AtmDs3E3TcStatsEntry ::= SEQUENCE { atmDs3E3TcStatsIfIndex InterfaceIndex, atmDs3E3TcStatsCorrectibleHCS INTEGER, atmDs3E3TcStatsUncorrectibleHCS INTEGER, atmDs3E3TcStatsResetStatistics INTEGER } atmDs3E3TcStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmDs3E3TcStatsEntry 1 } atmDs3E3TcStatsCorrectibleHCS OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Correctable HCS statistic specifies the number of header error check sequence errors that can be corrected. The System can correct these HCS errors when the HCS Correction parameter is enabled." ::= { atmDs3E3TcStatsEntry 2 } atmDs3E3TcStatsUncorrectibleHCS OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Uncorrectable HCS statistic specifies the number of header error check sequence errors that can not be corrected." ::= { atmDs3E3TcStatsEntry 3 } atmDs3E3TcStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmDs3E3TcStatsEntry 4 } -- ========= ATM ILMI ====================== atmIlmi { atm 3 } -- ========= ATM ILMI Parameters =========== atmIlmiPar { atmIlmi 1 } atmIlmiParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmIlmiParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM ILMI link table." ::= { atmIlmiPar 1 } atmIlmiParEntry OBJECT-TYPE SYNTAX AtmIlmiParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM ILMI link table." INDEX { atmIlmiIfIndex } ::= { atmIlmiParTable 1 } AtmIlmiParEntry ::= SEQUENCE { atmIlmiIfIndex InterfaceIndex, atmIlmiEnable INTEGER, atmIlmiVpi AtmVpIdentifier, atmIlmiVci AtmVcIdentifier, atmIlmiImeState INTEGER, atmIlmiAalState INTEGER } atmIlmiIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmIlmiParEntry 1 } atmIlmiEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables and disables ILMI." ::= { atmIlmiParEntry 2 } atmIlmiVpi OBJECT-TYPE SYNTAX AtmVpIdentifier (0..3) ACCESS read-write STATUS mandatory DESCRIPTION "This object contains the ILMI VPI Number. The valid range is 0 through 3." ::= { atmIlmiParEntry 3 } atmIlmiVci OBJECT-TYPE SYNTAX AtmVcIdentifier (0..1023) ACCESS read-write STATUS mandatory DESCRIPTION "This object contains the ILMI VCI Number. The valid range is 0 through 1023." ::= { atmIlmiParEntry 4 } atmIlmiImeState OBJECT-TYPE SYNTAX INTEGER { stopped (1), linkFailing (2), establishing (3), configuring (4), retrevingNetPfx (5), regiteringNetPfx (6), retrievingAddresses (7), registeringAddresses (8), verifying (9), unknown (10) } ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the ILMI IME State." ::= { atmIlmiParEntry 5 } atmIlmiAalState OBJECT-TYPE SYNTAX INTEGER { connecting (1), connected (2), bound (3), disconnecting (4), unbound (5), temporaryBound (6), unknown (7) } ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the ILMI IME State." ::= { atmIlmiParEntry 6 } -- The NetPrefix Group -- -- The Network Prefix Table is implemented by the user-side IME. -- atmfNetPrefixTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmfNetPrefixEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table implemented by the user-side IME, containing the network-prefix(es) for ATM-layer addresses in effect on the user side of the UNI." ::= { atmIlmiPar 2 } atmfNetPrefixEntry OBJECT-TYPE SYNTAX AtmfNetPrefixEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a single network-prefix for ATM-layer addresses in effect on the user-side IME. Note that the index variable atmNetPrefixPrefix is a variable-length string, and as such the rule for variable-length strings in section 4.1.6 of RFC 1212 applies." INDEX { atmfNetPrefixPort } ::= { atmfNetPrefixTable 1 } AtmfNetPrefixEntry ::= SEQUENCE { atmfNetPrefixPort INTEGER, atmfNetPrefixPrefix NetPrefix, atmfNetPrefixStatus INTEGER } atmfNetPrefixPort OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "A unique value which identifies the UNI port for which the network prefix for ATM addresses is in effect. The value of 0 has the special meaning of identifying the local UNI." ::= { atmfNetPrefixEntry 1 } atmfNetPrefixPrefix OBJECT-TYPE SYNTAX NetPrefix ACCESS read-only STATUS mandatory DESCRIPTION "The network prefix for ATM addresses which is in effect on the user side of the ATM UNI port." ::= { atmfNetPrefixEntry 2 } atmfNetPrefixStatus OBJECT-TYPE SYNTAX INTEGER { unknown (1), valid (2), invalid (3), newValid (4), newInvalid (5), validDel (6), validMod (7) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the validity of the network prefix for ATM addresses on the user side of the UNI port. To configure a new network prefix in this table, the network-side IME must set the appropriate instance of this object to the value valid (1). To delete an existing network prefix in this table, the network-side IME must set the appropriate instance of this object to the value invalid (2). If circumstances occur on the user-side IME which cause a prefix to become invalid, the user-side IME modifies the value of the appropriate instance of this object to invalid (2). Whenever the value of this object for a particular prefix becomes invalid (2), the conceptual row for that prefix may be removed from the table at any time, either immediately or subsequently." ::= { atmfNetPrefixEntry 3 } -- The Address Group -- -- The Address Table is implemented by the network-side IME. atmfAddressTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmfAddressEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table implemented by the network-side IME, containing the ATM-layer addresses in effect on the user side of the UNI." ::= { atmIlmiPar 3 } atmfAddressEntry OBJECT-TYPE SYNTAX AtmfAddressEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a single ATM-layer address in effect on the user-side IME. Note that the index variable atmAddressAtmAddress is a variable-length string, and as such the rule for variable-length strings in section 4.1.6 of RFC 1212 applies." INDEX { atmfAddressPort } ::= { atmfAddressTable 1 } AtmfAddressEntry ::= SEQUENCE { atmfAddressPort INTEGER, atmfAddressAtmAddress AtmAddress, atmfAddressStatus INTEGER, atmfAddressMode INTEGER, atmfAddressESI AtmAddress } atmfAddressPort OBJECT-TYPE SYNTAX INTEGER (0..2147483647) ACCESS read-only STATUS mandatory DESCRIPTION "A unique value which identifies the UNI port for which the ATM address is in effect. The value of 0 has the special meaning of identifying the local UNI." ::= { atmfAddressEntry 1 } atmfAddressAtmAddress OBJECT-TYPE SYNTAX AtmAddress ACCESS read-write STATUS mandatory DESCRIPTION "The ATM address which is in effect on the user side of the ATM UNI port." ::= { atmfAddressEntry 2 } atmfAddressStatus OBJECT-TYPE SYNTAX INTEGER { unknown (1), unregistered (2), registered (3), registeringStatus (4), registeringOrgScope (5), deregistering (6), doNotRegister (7) } ACCESS read-only STATUS mandatory DESCRIPTION "An indication of the validity of the ATM address at the user side of the UNI port. To configure a new address in this table, the user-side IME must set the appropriate instance of this object to the value valid (1). To delete an existing address in this table, the user-side IME must set the appropriate instance of this object to the value invalid (2). If circumstances occur on the network-side IME which cause an address to become invalid, the network-side IME modifies the value of the appropriate instance of this object to invalid (2). Whenever the value of this object for a particular address becomes invalid (2), the conceptual row for that address may be removed from the table at any time, either immediately or subsequently." ::= { atmfAddressEntry 3 } atmfAddressMode OBJECT-TYPE SYNTAX INTEGER { non-nsap (1), nsap (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Addressing mode used by the Switch In NSAP mode 20 bytes of Atm Address is used. In Non NSAP mode only 8 bytes of the user configured address is used with a mandatory last character F." ::= { atmfAddressEntry 4 } atmfAddressESI OBJECT-TYPE SYNTAX AtmAddress ACCESS read-write STATUS mandatory DESCRIPTION "End System Identifier" ::= { atmfAddressEntry 5 } -- ATM ILMI Statistics ======= atmIlmiStats { atmIlmi 2 } atmIlmiStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmIlmiStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The ATM ILMI link table." ::= { atmIlmiStats 1 } atmIlmiStatsEntry OBJECT-TYPE SYNTAX AtmIlmiStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the ATM ILMI link table." INDEX { atmIlmiStatsIfIndex } ::= { atmIlmiStatsTable 1 } AtmIlmiStatsEntry ::= SEQUENCE { atmIlmiStatsIfIndex InterfaceIndex, atmIlmiRxColdStartTraps Counter, atmIlmiRxGetPdus Counter, atmIlmiRxGetnextPdus Counter, atmIlmiRxSetPdus Counter, atmIlmiTxColdStartTraps Counter, atmIlmiTxGetPdus Counter, atmIlmiTxGetnextPdus Counter, atmIlmiTxSetPdus Counter, atmIlmiResetStatistics INTEGER } atmIlmiStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmIlmiStatsEntry 1 } -- Received PDUs atmIlmiRxColdStartTraps OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI cold start traps received." ::= { atmIlmiStatsEntry 2 } atmIlmiRxGetPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Get PDUs received." ::= { atmIlmiStatsEntry 3 } atmIlmiRxGetnextPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Getnext PDUs received." ::= { atmIlmiStatsEntry 4 } atmIlmiRxSetPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Set PDUs received." ::= { atmIlmiStatsEntry 5 } -- Transmitted PDUs atmIlmiTxColdStartTraps OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI cold start traps transmitted." ::= { atmIlmiStatsEntry 6 } atmIlmiTxGetPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Get PDUs transmitted." ::= { atmIlmiStatsEntry 7 } atmIlmiTxGetnextPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Getnext PDUs transmitted." ::= { atmIlmiStatsEntry 8 } atmIlmiTxSetPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ILMI Set PDUs transmitted." ::= { atmIlmiStatsEntry 9 } atmIlmiResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmIlmiStatsEntry 10 } -- ATM Signaling ======================= atmSignaling { atm 5 } -- ATM Signaling Parameters ============ atmSignalingPar { atmSignaling 1 } -- ATM Signaling Parameters General == atmSigParGen { atmSignalingPar 1 } atmSigSigEnable OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable or disable signaling for a specific SAP." ::= { atmSignalingParGen 1 } atmSigMaxPpConn OBJECT-TYPE SYNTAX INTEGER (0..4096) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum Point-Point Connections that the signaling stack on the ATM interface is configured to support.The valid range is 0 through 4096." ::= { atmSignalingParGen 2 } atmSigIwfExpiryTimer OBJECT-TYPE SYNTAX INTEGER (1..600) ACCESS read-write STATUS mandatory DESCRIPTION "IWF Expiry timer. The valid range is 1 through 600." ::= { atmSignalingParGen 3 } atmSigNodeType OBJECT-TYPE SYNTAX INTEGER { terminal (1) } ACCESS read-write STATUS obsolete DESCRIPTION "Defines the Node type which is Terminal. This object was intended to support Tandem Switching. It is obsolete now. " ::= { atmSignalingParGen 4 } atmSigVoiceTrunkExpiryTimer OBJECT-TYPE SYNTAX INTEGER (1..600) ACCESS read-write STATUS mandatory DESCRIPTION "Voice Trunking Expiry timer. The valid range is 1 through 600." ::= { atmSignalingParGen 5 } -- ================= The SAP Table ======================================= atmSigSapParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmSigSapParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SAP Table." ::= { atmSignalingPar 2 } atmSigSapParEntry OBJECT-TYPE SYNTAX AtmSigSapParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a SAP" INDEX { atmSigSapIfIndex } ::= { atmSigSapParTable 1 } AtmSigSapParEntry ::= SEQUENCE { atmSigSapIfIndex InterfaceIndex, atmSigSapSigVpi AtmVpIdentifier, atmSigSapSigVci AtmVcIdentifier, atmSigSapUniVersion INTEGER, atmSigSapDeviceType INTEGER, atmSigSapTimerT301 Timeout, atmSigSapTimerT303 Timeout, atmSigSapTimerT308 Timeout, atmSigSapTimerT309 Timeout, atmSigSapTimerT310 Timeout, atmSigSapTimerT313 Timeout, atmSigSapTimerT316 Timeout, atmSigSapTimerT316c Timeout, atmSigSapTimerT322 Timeout, atmSigSapTimerTcon Timeout, atmSigSapTimerTrecon Timeout, atmSigSapTimerTdisc Timeout, atmSigSapMaxCc Timeout, atmSigSapMaxPd Timeout, atmSigSapMaxStat Timeout, atmSigSapTimerCc Timeout, atmSigSapTimerKeepalive Timeout, atmSigSapTimerNoResponse Timeout, atmSigSapTimerPoll Timeout, atmSigSapTimerIdle Timeout } atmSigSapIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmSigSapParEntry 1 } atmSigSapSigVpi OBJECT-TYPE SYNTAX AtmVpIdentifier (0..3) ACCESS read-write STATUS mandatory DESCRIPTION "Signaling VPI. Default value is zero and it is only for SAP numbers less than 16.The valid range is 0 through 3." ::= { atmSigSapParEntry 2 } atmSigSapSigVci OBJECT-TYPE SYNTAX AtmVcIdentifier (0..1023) ACCESS read-write STATUS mandatory DESCRIPTION "Signaling VCI. Default value is 5 and it is only for SAP numbers less than 16.The valid range is 0 through 1023." ::= { atmSigSapParEntry 3 } atmSigSapUniVersion OBJECT-TYPE SYNTAX INTEGER { uni3point0 (1), uni3point1 (2), uni4point0 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "An indication of the latest version of the ATM UNI Specification that is supported on this UNI. If this value is not present, a version of the UNI earlier than 3.0 is supported. If a value greater than version 4.0 is present, then UNI 4.0 communication should be attempted. If the peer UME's value of this object is the same as, or later than the local UME's value, then the version corresponding to the local UME's value should be attempted. Otherwise, if the peer UME's value of this object is earlier, and supported locally, then the local UME should attempt the version corresponding to the peer UME's value. Otherwise, compatibility of the two UMEs cannot be assumed. The changes will become active ONLY AFTER REBOOTING the system." ::= { atmSigSapParEntry 4 } atmSigSapDeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Interface type which can be User or Network." ::= { atmSigSapParEntry 5 } -- Q93B Timers atmSigSapTimerT301 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "only supported in UNI40/Q2931 (def=327 ~180s)." ::= { atmSigSapParEntry 6 } atmSigSapTimerT303 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP sent timer (t303) in milli-seconds (def=7 ~4s)." ::= { atmSigSapParEntry 7 } atmSigSapTimerT308 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Release sent timer (t308) in milli-seconds (def=55 ~30s)." ::= { atmSigSapParEntry 8 } atmSigSapTimerT309 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SAAL disconnection calls/ SAAL down timer (t309) in milli-seconds (def=18 ~10s)." ::= { atmSigSapParEntry 9 } atmSigSapTimerT310 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Call Proceeding received timer (t310) in milli-seconds (def=18 ~10s)." ::= { atmSigSapParEntry 10 } atmSigSapTimerT313 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONNECT sent (def=7 ~4s)." ::= { atmSigSapParEntry 11 } atmSigSapTimerT316 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart sent timer (t316) in milli-seconds (def=109 ~60s)." ::= { atmSigSapParEntry 12 } atmSigSapTimerT316c OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart channel sent timer (t316c) in milli-seconds (def=109 ~60s)." ::= { atmSigSapParEntry 13 } atmSigSapTimerT322 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Status Inquiry sent timer (t322) in milli-seconds (def=7 ~4s)." ::= { atmSigSapParEntry 14 } atmSigSapTimerTcon OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Data Link (SAAL) connect sent timer (tCon). (def=36 ~20s)." ::= { atmSigSapParEntry 15 } atmSigSapTimerTrecon OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Data Link (SAAL) connect resent timer (tRecon) in milli-seconds (def=4 ~2s)." ::= { atmSigSapParEntry 16 } atmSigSapTimerTdisc OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Data Link (SAAL) Disconnect sent timer (tDisc) in milli-seconds (def=36 ~20s)." ::= { atmSigSapParEntry 17 } -- SAAL Config Parameters atmSigSapMaxCc OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SSCOP Max Connection Control (CC) Timer in milli-seconds. Default: 4." ::= { atmSigSapParEntry 18 } atmSigSapMaxPd OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SSCOP Max Poll Data (PD) in milli-seconds. Default: 25." ::= { atmSigSapParEntry 19 } atmSigSapMaxStat OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SSCOP Max Solicited Status (STAT) in milli-seconds. Default: 67." ::= { atmSigSapParEntry 20 } -- SAAL timers atmSigSapTimerCc OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SSCOP Max Connection Control (CC) in milli-seconds (def=2 ~1s)." ::= { atmSigSapParEntry 21 } atmSigSapTimerKeepalive OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Keep Alive timer in milli-seconds (def=4 ~2s)." ::= { atmSigSapParEntry 22 } atmSigSapTimerNoResponse OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "No Response Timer in milli-seconds (def=18 ~10s)." ::= { atmSigSapParEntry 23 } atmSigSapTimerPoll OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Poll Timer in milli-seconds (def=2 ~1s)." ::= { atmSigSapParEntry 24 } atmSigSapTimerIdle OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Timer Idle in milli-seconds (def=273 ~15s)." ::= { atmSigSapParEntry 25 } -- End of SAP Table -- -- ATM Signaling Statistics =========== atmSignalingStats { atmSignaling 2 } -- Q93B Statistics atmSigStatQ93BTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmSigStatQ93BEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q93B Signaling Statistics Table." ::= { atmSignalingStats 1 } atmSigStatQ93BEntry OBJECT-TYPE SYNTAX AtmSigStatQ93BEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q93B Signaling Statistics for a link." INDEX { atmSigStatQ93BIfIndex } ::= { atmSigStatQ93BTable 1 } AtmSigStatQ93BEntry ::= SEQUENCE { atmSigStatQ93BIfIndex InterfaceIndex, atmSigStatQ93BTotalConnections Counter, atmSigStatQ93BActiveConnections Counter, atmSigStatQ93BRxSetup Counter, atmSigStatQ93BRxAlerting Counter, atmSigStatQ93BRxCallProc Counter, atmSigStatQ93BRxConnect Counter, atmSigStatQ93BRxConnectAck Counter, atmSigStatQ93BRxRelease Counter, atmSigStatQ93BRxReleaseComplete Counter, atmSigStatQ93BRxNotify Counter, atmSigStatQ93BRxProgress Counter, atmSigStatQ93BRxRestart Counter, atmSigStatQ93BRxRestartAck Counter, atmSigStatQ93BRxStatus Counter, atmSigStatQ93BRxStatusInquiry Counter, atmSigStatQ93BTxSetup Counter, atmSigStatQ93BTxAlerting Counter, atmSigStatQ93BTxCallProc Counter, atmSigStatQ93BTxConnect Counter, atmSigStatQ93BTxConnectAck Counter, atmSigStatQ93BTxRelease Counter, atmSigStatQ93BTxReleaseComplete Counter, atmSigStatQ93BTxNotify Counter, atmSigStatQ93BTxProgress Counter, atmSigStatQ93BTxRestart Counter, atmSigStatQ93BTxRestartAck Counter, atmSigStatQ93BTxStatus Counter, atmSigStatQ93BTxStatusInquiry Counter, atmSigStatQ93BLastRxCauseCode Counter, atmSigStatQ93BLastRxDiagCode Counter, atmSigStatQ93BLastTxCauseCode Counter, atmSigStatQ93BLastTxDiagCode Counter, atmSigStatQ93BResetStatistics INTEGER } atmSigStatQ93BIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmSigStatQ93BEntry 1 } atmSigStatQ93BTotalConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total connections established so far." ::= { atmSigStatQ93BEntry 2 } atmSigStatQ93BActiveConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of currently active connections." ::= { atmSigStatQ93BEntry 3 } atmSigStatQ93BRxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received call setup." ::= { atmSigStatQ93BEntry 4 } atmSigStatQ93BRxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received call alerting." ::= { atmSigStatQ93BEntry 5 } atmSigStatQ93BRxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received call proceeding messages." ::= { atmSigStatQ93BEntry 6 } atmSigStatQ93BRxConnect OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect messages." ::= { atmSigStatQ93BEntry 7 } atmSigStatQ93BRxConnectAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect Acknowledge messages." ::= { atmSigStatQ93BEntry 8 } atmSigStatQ93BRxRelease OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release messages." ::= { atmSigStatQ93BEntry 9 } atmSigStatQ93BRxReleaseComplete OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Release Complete messages." ::= { atmSigStatQ93BEntry 10 } atmSigStatQ93BRxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Notify messages." ::= { atmSigStatQ93BEntry 11 } atmSigStatQ93BRxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received progress messages." ::= { atmSigStatQ93BEntry 12 } atmSigStatQ93BRxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received restart messages." ::= { atmSigStatQ93BEntry 13 } atmSigStatQ93BRxRestartAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received restart acknowledge messages." ::= { atmSigStatQ93BEntry 14 } atmSigStatQ93BRxStatus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status messages." ::= { atmSigStatQ93BEntry 15 } atmSigStatQ93BRxStatusInquiry OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status Inquiry messages." ::= { atmSigStatQ93BEntry 16 } -- ===== Transmit atmSigStatQ93BTxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted call setup." ::= { atmSigStatQ93BEntry 17 } atmSigStatQ93BTxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted call alerting." ::= { atmSigStatQ93BEntry 18 } atmSigStatQ93BTxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Call processing messages." ::= { atmSigStatQ93BEntry 19 } atmSigStatQ93BTxConnect OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect messages." ::= { atmSigStatQ93BEntry 20 } atmSigStatQ93BTxConnectAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect Acknowledge messages." ::= { atmSigStatQ93BEntry 21 } atmSigStatQ93BTxRelease OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release messages." ::= { atmSigStatQ93BEntry 22 } atmSigStatQ93BTxReleaseComplete OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Release complete messages." ::= { atmSigStatQ93BEntry 23 } atmSigStatQ93BTxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Notify messages." ::= { atmSigStatQ93BEntry 24 } atmSigStatQ93BTxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted progress messages." ::= { atmSigStatQ93BEntry 25 } atmSigStatQ93BTxRestart OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Restart messages." ::= { atmSigStatQ93BEntry 26 } atmSigStatQ93BTxRestartAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Restart Acknowledge messages." ::= { atmSigStatQ93BEntry 27 } atmSigStatQ93BTxStatus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status messages." ::= { atmSigStatQ93BEntry 28 } atmSigStatQ93BTxStatusInquiry OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status Inquiry messages." ::= { atmSigStatQ93BEntry 29 } atmSigStatQ93BLastRxCauseCode OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Last received Cause Code." ::= { atmSigStatQ93BEntry 30 } atmSigStatQ93BLastRxDiagCode OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Last received diagnostic code." ::= { atmSigStatQ93BEntry 31 } atmSigStatQ93BLastTxCauseCode OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Last Cause Code." ::= { atmSigStatQ93BEntry 32 } atmSigStatQ93BLastTxDiagCode OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Last Diagnostic Code." ::= { atmSigStatQ93BEntry 33 } atmSigStatQ93BResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmSigStatQ93BEntry 34 } -- End of Q93B Statistics -- QSAAL Statistics Table atmSigStatQsaalTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmSigStatQsaalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM QSAAL Signaling Statistics Table." ::= { atmSignalingStats 2 } atmSigStatQsaalEntry OBJECT-TYPE SYNTAX AtmSigStatQsaalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM QSAAL Signaling Statistics for a link." INDEX { atmSigStatQsaalIfIndex , atmSigStatQsaalSapNo } ::= { atmSigStatQsaalTable 1 } AtmSigStatQsaalEntry ::= SEQUENCE { atmSigStatQsaalIfIndex InterfaceIndex, atmSigStatQsaalSapNo InterfaceIndex, atmSigStatQsaalState INTEGER, atmSigStatQsaalRxBgnPdus Counter, atmSigStatQsaalRxBgakPdus Counter, atmSigStatQsaalRxBgrejPdus Counter, atmSigStatQsaalRxEndPdus Counter, atmSigStatQsaalRxEndakPdus Counter, atmSigStatQsaalRxRsPdus Counter, atmSigStatQsaalRxRsakPdus Counter, atmSigStatQsaalRxErPdus Counter, atmSigStatQsaalRxErakPdus Counter, atmSigStatQsaalRxSdPdus Counter, atmSigStatQsaalRxPollPdus Counter, atmSigStatQsaalRxStatPdus Counter, atmSigStatQsaalRxUstatPdus Counter, atmSigStatQsaalRxUdPdus Counter, atmSigStatQsaalRxMdPdus Counter, atmSigStatQsaalRxErrPdus Counter, atmSigStatQsaalRxDiscardedPdus Counter, atmSigStatQsaalTxDiscardedSdus Counter, atmSigStatQsaalTxBgnPdus Counter, atmSigStatQsaalTxBgakPdus Counter, atmSigStatQsaalTxBgrejPdus Counter, atmSigStatQsaalTxEndPdus Counter, atmSigStatQsaalTxEndakPdus Counter, atmSigStatQsaalTxRsPdus Counter, atmSigStatQsaalTxRsakPdus Counter, atmSigStatQsaalTxErPdus Counter, atmSigStatQsaalTxErakPdus Counter, atmSigStatQsaalTxSdPdu Counter, atmSigStatQsaalTxPollPdus Counter, atmSigStatQsaalTxStatPdus Counter, atmSigStatQsaalTxUstatPdus Counter, atmSigStatQsaalTxUdPdus Counter, atmSigStatQsaalTxMdPdus Counter, atmSigStatQsaalTxErrPdus Counter, atmSigStatQsaalTxDiscardedPdus Counter, atmSigStatQsaalResetStatistics INTEGER } atmSigStatQsaalIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmSigStatQsaalEntry 1 } atmSigStatQsaalSapNo OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object specifies the Sap number. Phsical Link : 0 and Logical Links : 16 - 255." ::= { atmSigStatQsaalEntry 2 } atmSigStatQsaalState OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "QSAAL status." ::= { atmSigStatQsaalEntry 3 } atmSigStatQsaalRxBgnPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Request Initialization (BGN) PDUs." ::= { atmSigStatQsaalEntry 4 } atmSigStatQsaalRxBgakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Request Acknowledgement (BGAK) PDUs." ::= { atmSigStatQsaalEntry 5 } atmSigStatQsaalRxBgrejPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connection Reject (BGREJ) PDUs." ::= { atmSigStatQsaalEntry 6 } atmSigStatQsaalRxEndPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect Command (END) PDUs." ::= { atmSigStatQsaalEntry 7 } atmSigStatQsaalRxEndakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect Acknowledgement (ENDAK) PDUs." ::= { atmSigStatQsaalEntry 8 } atmSigStatQsaalRxRsPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Resynchronization Command (RS) PDUs." ::= { atmSigStatQsaalEntry 9 } atmSigStatQsaalRxRsakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Resynchronization Acknowledgement (RSAK) PDUs." ::= { atmSigStatQsaalEntry 10 } atmSigStatQsaalRxErPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Recovery Command (ER) PDUs." ::= { atmSigStatQsaalEntry 11 } atmSigStatQsaalRxErakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Recovery acknowledgement (ERAk) PDUs." ::= { atmSigStatQsaalEntry 12 } atmSigStatQsaalRxSdPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received SD PDUs." ::= { atmSigStatQsaalEntry 13 } atmSigStatQsaalRxPollPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmitter State Information with request for Receive State Information (POLL) PDUs received." ::= { atmSigStatQsaalEntry 14 } atmSigStatQsaalRxStatPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Solicited Receiver State Information (STAT) PDUs." ::= { atmSigStatQsaalEntry 15 } atmSigStatQsaalRxUstatPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Unsolicited Receiver State Information (USTAT) PDUs." ::= { atmSigStatQsaalEntry 16 } atmSigStatQsaalRxUdPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Unnumbered User Data (UD) PDUs." ::= { atmSigStatQsaalEntry 17 } atmSigStatQsaalRxMdPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Unnumbered Management Data (MD) PDUs." ::= { atmSigStatQsaalEntry 18 } atmSigStatQsaalRxErrPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Incoming SAAL PDUs reception error." ::= { atmSigStatQsaalEntry 19 } atmSigStatQsaalRxDiscardedPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded Incoming SAAL PDUs." ::= { atmSigStatQsaalEntry 20 } -- Transmit atmSigStatQsaalTxDiscardedSdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded Outgoing SDUs." ::= { atmSigStatQsaalEntry 21 } atmSigStatQsaalTxBgnPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Request Initialization (BGN) PDUs." ::= { atmSigStatQsaalEntry 22 } atmSigStatQsaalTxBgakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Request Acknowledgement (BGAK) PDUs." ::= { atmSigStatQsaalEntry 23 } atmSigStatQsaalTxBgrejPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connection Reject (BGREJ) PDUs." ::= { atmSigStatQsaalEntry 24 } atmSigStatQsaalTxEndPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect Command (END) PDUs." ::= { atmSigStatQsaalEntry 25 } atmSigStatQsaalTxEndakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect Acknowledgement (ENDAK) PDUs." ::= { atmSigStatQsaalEntry 26 } atmSigStatQsaalTxRsPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Resynchronization Command (RS) PDUs." ::= { atmSigStatQsaalEntry 27 } atmSigStatQsaalTxRsakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Resynchronization Acknowledgement (RSAK) PDUs." ::= { atmSigStatQsaalEntry 28 } atmSigStatQsaalTxErPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Recovery Command (ER) PDUs." ::= { atmSigStatQsaalEntry 29 } atmSigStatQsaalTxErakPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Recovery acknowledgement (ERAk) PDUs." ::= { atmSigStatQsaalEntry 30 } atmSigStatQsaalTxSdPdu OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted SDP PDUs." ::= { atmSigStatQsaalEntry 31 } atmSigStatQsaalTxPollPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmitter State Information with request for Receive State Information (POLL) PDUs Transmitted." ::= { atmSigStatQsaalEntry 32 } atmSigStatQsaalTxStatPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Solicited Receiver State Information (STAT) PDUs Transmitted." ::= { atmSigStatQsaalEntry 33 } atmSigStatQsaalTxUstatPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unsolicited Receiver State Information (USTAT) PDUs Transmitted." ::= { atmSigStatQsaalEntry 34 } atmSigStatQsaalTxUdPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unnumbered User Data (UD) PDUs Transmitted." ::= { atmSigStatQsaalEntry 35 } atmSigStatQsaalTxMdPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unnumbered Management Data (MD) PDUs Transmitted." ::= { atmSigStatQsaalEntry 36 } atmSigStatQsaalTxErrPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Outgoing SAAL PDUs with transmission error." ::= { atmSigStatQsaalEntry 37 } atmSigStatQsaalTxDiscardedPdus OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded Outgoing SAAL PDUs." ::= { atmSigStatQsaalEntry 38 } atmSigStatQsaalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmSigStatQsaalEntry 39 } -- End of QSAAL Statistics Table -- ATM Operation Administration Maintenance ========== atmOam { atm 5 } -- ATM OAM Parameters ========== atmOamPar { atmOam 1 } -- atmOamSendRdi OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables or disables RDI transmission for the received AIS." ::= { atmOamPar 1 } atmOamAisWaitTimeout OBJECT-TYPE SYNTAX Timeout (500..30000) ACCESS read-write STATUS mandatory DESCRIPTION "AIS wait timeout. The valid range is 500 through 30000." ::= { atmOamPar 2 } atmOamLoopbackTimeout OBJECT-TYPE SYNTAX Timeout (1000..60000) ACCESS read-write STATUS mandatory DESCRIPTION "This object contains the timeout value for waiting time between the transmission of successive loopbacks on a connection. It has a default value of 5 seconds. The loopback is considered unsuccessful if the loopback cell is not returned to the originating point within 5 seconds.The valid range is 1000 through 60000." ::= { atmOamPar 3 } atmOamLbSourceId OBJECT-TYPE SYNTAX OCTET STRING (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "This identifier is used to identify this local ATM device. The value of this object can be used by other ATM devices to identify this local ATM device as the device that has requested a loopback on the OAM Loopback cell. The default for this field is all 1's, which would indicate a segment OAM Loopback Test. Location Identifiers of less than 16 octets are left justified, and padded with all '0's." ::= { atmOamPar 4 } atmOamLbLocationId OBJECT-TYPE SYNTAX OCTET STRING (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "This identifier is used to identify this local ATM device. The value of this object can be used by other ATM devices to identify this local ATM device as the device that is being requested to loopback the OAM Loopback cell. The default for this field is all 1's, which would indicate a segment OAM Loopback Test. Location Identifiers of less than 16 octets are left justified, and padded with all '0's." ::= { atmOamPar 5 } atmOamCRCTest OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables or disables CRC Test in Progress." ::= { atmOamPar 6 } -- ATM OAM Test Setup ========== atmOamTest { atmOam 2 } atmOamTestRemoteLocationId OBJECT-TYPE SYNTAX OCTET STRING (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "The remote location id of the target of the test." ::= { atmOamTest 2 } atmOamTestVpi OBJECT-TYPE SYNTAX AtmVpIdentifier (0..3) ACCESS read-write STATUS mandatory DESCRIPTION "VPI of the target of the test. The valid range is 0 through 3." ::= { atmOamTest 3 } atmOamTestVci OBJECT-TYPE SYNTAX AtmVcIdentifier (0..1023) ACCESS read-write STATUS mandatory DESCRIPTION "VPI of the target of the test. The valid range is 0 through 1023." ::= { atmOamTest 4 } atmOamTestType OBJECT-TYPE SYNTAX INTEGER { noTest (1), startLoopbackVcE2e (2), startLoopbackVcSegment (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The identifier that specifies the test. Test identifiers are: atmLoopbackVcE2e (2): Loopback VC E2E, atmLoopbackVcSegment (4): Loopback VC Segment." ::= { atmOamTest 6 } atmOamTestResult OBJECT-TYPE SYNTAX INTEGER { none (1), -- no test yet requested success (2), inProgress (3), notSupported (4), unAbleToRun (5), -- due to state of system aborted (6), failed (7) } ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the result of the most recently requested test, or the value 'none (1)' if no test has been started yet. Other possible values are: 2: Success, 3: In Progress, 4: Not Supported, 5: Unable to Run, 6: Aborted, 7: Failed." ::= { atmOamTest 7 } atmOamTestStartTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The value of sysUpTime when the test started." ::= { atmOamTest 8 } atmOamTestCompletionTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The value of sysUpTime when the test completed." ::= { atmOamTest 9 } -- ATM OAM Statistics ============ atmOamStats { atmOam 3 } -- -- ATM OAM F5 Statistics ============ atmOamStatsF5 { atmOamStats 1 } -- Receive (loop back) atmOamF5RxLoopBackReqSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of segment level loopback test requests that were received by this network element." ::= { atmOamStatsF5 1 } atmOamF5RxLoopBackReqSegLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last segment level loopback test request that was received by this network element." ::= { atmOamStatsF5 2 } atmOamF5RxLoopBackReqSegLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last segment level loopback test request that was received by this network element." ::= { atmOamStatsF5 3 } atmOamF5RxLoopBackReplSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of segment level loopback test replies received by this network element." ::= { atmOamStatsF5 4 } atmOamF5RxLoopBackReplSegLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last segment level loopback test reply that was received by this network element." ::= { atmOamStatsF5 5 } atmOamF5RxLoopBackReplSegLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last segment level loopback test reply that was received by this network element." ::= { atmOamStatsF5 6 } atmOamF5RxLoopBackOtherSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of segment level loopback test cells received by this network element that are neither request nor reply." ::= { atmOamStatsF5 7 } atmOamF5RxLoopBackReqE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of end-to-end loopback test requests that were received by this network element." ::= { atmOamStatsF5 8 } atmOamF5RxLoopBackReqE2eLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last end-to-end loopback test request that was received by this network element." ::= { atmOamStatsF5 9 } atmOamF5RxLoopBackReqE2eLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last end-to-end loopback test request that was received by this network element." ::= { atmOamStatsF5 10 } atmOamF5RxLoopBackReplE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of end-to-end loopback test replies that were received by this network element." ::= { atmOamStatsF5 11 } atmOamF5RxLoopBackReplE2eLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last end-to-end loopback test reply that was received by this network element." ::= { atmOamStatsF5 12 } atmOamF5RxLoopBackReplE2eLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last end-to-end loopback test reply that was received by this network element." ::= { atmOamStatsF5 13 } atmOamF5RxLoopBackOtherE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of end-to-end loopback test cells received by this network element that are neither request nor reply." ::= { atmOamStatsF5 14 } -- Transmit (loop back) atmOamF5TxLoopBackReplSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of segment level loopback test replies that were generated by this network element." ::= { atmOamStatsF5 15 } atmOamF5TxLoopBackReplSegLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last segment level loopback test reply that was generated by this network element." ::= { atmOamStatsF5 16 } atmOamF5TxLoopBackReplSegLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last segment level loopback test reply that was generated by this network element." ::= { atmOamStatsF5 17 } atmOamF5TxLoopBackReqSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of the segment level loopback test requests that were generated by this network element." ::= { atmOamStatsF5 18 } atmOamF5TxLoopBackReqSegLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last segment level loopback test request that was generated by this network element." ::= { atmOamStatsF5 19 } atmOamF5TxLoopBackReqSegLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last segment level loopback test request that was generated by this network element." ::= { atmOamStatsF5 20 } atmOamF5TxLoopBackOtherSeg OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of segment level loopback test cells sent by this network element that are neither request nor reply." ::= { atmOamStatsF5 21 } atmOamF5TxLoopBackReqE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of the end-to-end loopback test requests that were generated by this network element." ::= { atmOamStatsF5 22 } atmOamF5TxLoopBackReqE2eLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last end-to-end loopback test request that was generated by this network element." ::= { atmOamStatsF5 23 } atmOamF5TxLoopBackReqE2eLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last end-to-end loopback test request that was generated by this network element." ::= { atmOamStatsF5 24 } atmOamF5TxLoopBackReplE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of the end-to-end loopback test replies that were generated by this network element." ::= { atmOamStatsF5 25 } atmOamF5TxLoopBackReplE2eLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VPI of the last end-to-end loopback test reply that was generated by this network element." ::= { atmOamStatsF5 26 } atmOamF5TxLoopBackReplE2eLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The VCI of the last end-to-end loopback test reply that was generated by this network element." ::= { atmOamStatsF5 27 } atmOamF5TxLoopBackOtherE2e OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The total number of end-to-end loopback test cells received by this network element that are neither request nor reply." ::= { atmOamStatsF5 28 } -- AIS atmOamF5RxAisTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of received AIS cells." ::= { atmOamStatsF5 29 } atmOamF5RxAisLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VPI of the last received AIS cell." ::= { atmOamStatsF5 30 } atmOamF5RxAisLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VCI of the last received AIS cell." ::= { atmOamStatsF5 31 } atmOamF5RxAisLastTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object has the Time when the last AIS cell was received." ::= { atmOamStatsF5 32 } atmOamF5RxAisLastDefectType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "AIS last defect type." ::= { atmOamStatsF5 33 } atmOamF5RxAisLastDefectLocation OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "AIS last defect location." ::= { atmOamStatsF5 34 } -- RDI atmOamF5TxRdiTotal OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transmitted RDI cells." ::= { atmOamStatsF5 35 } atmOamF5TxRdiLastVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VPI of the last transmitted RDI." ::= { atmOamStatsF5 36 } atmOamF5TxRdiLastVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VCI of the last transmitted RDI." ::= { atmOamStatsF5 37 } atmOamF5TxRdiLastTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object has the Time when the last RDI cell was received." ::= { atmOamStatsF5 38 } atmOamF5TxRdiLastDefectType OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "RDI last defect type." ::= { atmOamStatsF5 39 } atmOamF5TxRdiLastDefectLocation OBJECT-TYPE SYNTAX OCTET STRING ACCESS read-only STATUS mandatory DESCRIPTION "RDI last defect location." ::= { atmOamStatsF5 40 } atmOamF5ResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmOamStatsF5 41 } -- General statistics atmOamRxTotal OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of received OAM cells." ::= { atmOamStats 3 } atmOamTxTotal OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transmitted OAM cells." ::= { atmOamStats 4 } -- ATM Connection Admission Control ========== atmCac { atm 6 } -- ATM CAC Parameters =========== atmCacPar { atmCac 1 } -- -- TBD -- atmCacParTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmCacParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM CAC Parameters Table." ::= { atmCacPar 1 } atmCacParEntry OBJECT-TYPE SYNTAX AtmCacParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM CAC Parameters of a link." INDEX { atmCacParIfIndex } ::= { atmCacParTable 1 } AtmCacParEntry ::= SEQUENCE { atmCacParIfIndex InterfaceIndex, atmCacMaxCps INTEGER, atmCacAvailableBandwidth INTEGER } atmCacParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { atmCacParEntry 1 } atmCacMaxCps OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the maximum bandwidth that the system allocates in cell per second." ::= { atmCacParEntry 2 } atmCacAvailableBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object reports the available bandwidth in the system that is not allocated yet." ::= { atmCacParEntry 3 } -- ATM IMA ============================== ima { atm 7 } -- imaPhyPar imaPhyParTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaPhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes IMA physical parameters . " ::= { imaPhyPar 1 } imaPhyParEntry OBJECT-TYPE SYNTAX ImaPhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the IMA physical parameter table. " INDEX { imaPhyParIfIndex } ::= { imaPhyParTable 1 } ImaPhyParEntry ::= SEQUENCE { imaPhyParIfIndex InterfaceIndex, imaPhyInterfaceType INTEGER, imaPhyFramingMode INTEGER, imaPhyLineCoding INTEGER, imaPhyTxClockSource INTEGER, imaPhyLineBuildOut INTEGER, imaPhyNetworkLoop INTEGER, imaPhyLoopbackMode INTEGER } imaPhyParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213). " ::={ imaPhyParEntry 1 } imaPhyInterfaceType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION " This object defines the interface type of IMA Link(s) " ::= { imaPhyParEntry 2 } imaPhyFramingMode OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1DF (3), e1CRCMF (4) } ACCESS read-only STATUS mandatory DESCRIPTION " This object defines the framing type. " ::= { imaPhyParEntry 3 } imaPhyLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION " It describes the variety of Zero Code Suppression that is currently used . 1. b8ZS 2. AMI ( not supported at this moment, place holder for future use ) 3. hdb3 ." ::= { imaPhyParEntry 4 } imaPhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION " The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'SystemTiming' indicates that a system clock source is used or when an external clock is attached to the box containing the interface. " ::= { imaPhyParEntry 5 } imaPhyLineBuildOut OBJECT-TYPE SYNTAX INTEGER { lbo0db (1), lbo7p5db (2), lbo15db (3), lbo22p5db (4) } ACCESS read-write STATUS mandatory DESCRIPTION " Line build out specifies the amount by which network transmit signal will be attenuated." ::= { imaPhyParEntry 6 } imaPhyNetworkLoop OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION " This object is used to disable/enable the network loop. " ::= { imaPhyParEntry 7 } imaPhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopBack (1), localLoopBack (2), lineLoopBack (3) } ACCESS read-write STATUS mandatory DESCRIPTION " This variable represents the desired loopback configuration of the interface. " ::= { imaPhyParEntry 8 } -- imaPhyStats imaPhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes current Statistics for IMA physical layer. " ::={ imaPhyStats 1 } imaPhyStatCurrentEntry OBJECT-TYPE SYNTAX ImaPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the Current Statistics for IMA physical table . " INDEX { imaPhyStatCurrentIndex } ::={ imaPhyStatCurrentTable 1 } ImaPhyStatCurrentEntry ::= SEQUENCE { imaPhyStatCurrentIndex InterfaceIndex, imaPhyStatCurrentESs PerfCurrentCount, imaPhyStatCurrentSESs PerfCurrentCount, imaPhyStatCurrentSEFSs PerfCurrentCount, imaPhyStatCurrentUASs PerfCurrentCount, imaPhyStatCurrentLESs PerfCurrentCount, imaPhyStatCurrentBESs PerfCurrentCount, imaPhyStatCurrentLOSFSs PerfCurrentCount, imaPhyStatCurrentLOFFSs PerfCurrentCount, imaPhyStatCurrentRxFELOFFSs PerfCurrentCount, imaPhyStatCurrentTxFELOFFSs PerfCurrentCount, imaPhyStatCurrentRxAISFSs PerfCurrentCount, imaPhyStatCurrentTxAISFSs PerfCurrentCount, imaPhyStatCurrentPCVs PerfCurrentCount, imaPhyStatCurrentLCVs PerfCurrentCount, imaPhyStatCurrentRCSs PerfCurrentCount, imaPhyStatCurrentTCSs PerfCurrentCount, imaPhyStatCurrentCSSs PerfCurrentCount, imaPhyStatCurrentTimeElapsed INTEGER, imaPhyStatCurrentResetStatistics INTEGER } imaPhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 1 } imaPhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 2 } imaPhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 3 } imaPhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 4 } imaPhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 5 } imaPhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 6 } imaPhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 7 } imaPhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 8 } imaPhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 9 } imaPhyStatCurrentRxFELOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxFELOFFSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 10 } imaPhyStatCurrentTxFELOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxFELOFFs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 11 } imaPhyStatCurrentRxAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxAISFSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 12 } imaPhyStatCurrentTxAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxAISFSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 13 } imaPhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of PCVs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 14 } imaPhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LCVs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 15 } imaPhyStatCurrentRCSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RCSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 16 } imaPhyStatCurrentTCSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TCSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 17 } imaPhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of CSSs since the beginning of the Current measurement period." ::= { imaPhyStatCurrentEntry 18 } imaPhyStatCurrentTimeElapsed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end Current measurement period." ::= { imaPhyStatCurrentEntry 19 } imaPhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Reset all the counters " ::= { imaPhyStatCurrentEntry 20 } -- imaPhyStatInterval imaPhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes cuttent Statistics for IMA physical layer. " ::={ imaPhyStats 2 } imaPhyStatIntervalEntry OBJECT-TYPE SYNTAX ImaPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the Interval Statistics for IMA physical table . " INDEX { imaPhyStatIntervalIndex, imaPhyStatIntervalNumber } ::={ imaPhyStatIntervalTable 1 } ImaPhyStatIntervalEntry ::= SEQUENCE { imaPhyStatIntervalIndex InterfaceIndex, imaPhyStatIntervalNumber INTEGER(1..96), imaPhyStatIntervalESs PerfIntervalCount, imaPhyStatIntervalSESs PerfIntervalCount, imaPhyStatIntervalSEFSs PerfIntervalCount, imaPhyStatIntervalUASs PerfIntervalCount, imaPhyStatIntervalLESs PerfIntervalCount, imaPhyStatIntervalBESs PerfIntervalCount, imaPhyStatIntervalLOSFSs PerfIntervalCount, imaPhyStatIntervalLOFFSs PerfIntervalCount, imaPhyStatIntervalRxFELOFFSs PerfIntervalCount, imaPhyStatIntervalTxFELOFFSs PerfIntervalCount, imaPhyStatIntervalRxAISFSs PerfIntervalCount, imaPhyStatIntervalTxAISFSs PerfIntervalCount, imaPhyStatIntervalPCVs PerfIntervalCount, imaPhyStatIntervalLCVs PerfIntervalCount, imaPhyStatIntervalRCSs PerfIntervalCount, imaPhyStatIntervalTCSs PerfIntervalCount, imaPhyStatIntervalCSSs PerfIntervalCount, imaPhyStatIntervalResetStatistics INTEGER } imaPhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 1 } imaPhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER(1..96) ACCESS read-write STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid)." ::= { imaPhyStatIntervalEntry 2 } imaPhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 3 } imaPhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 4 } imaPhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of SEF Seconds since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 5 } imaPhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of UASs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 6 } imaPhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LESs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 7 } imaPhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of BESs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 8 } imaPhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 9 } imaPhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LOFFSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 10 } imaPhyStatIntervalRxFELOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxFELOFFSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 11 } imaPhyStatIntervalTxFELOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxFELOFFs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 12 } imaPhyStatIntervalRxAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxAISFSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 13 } imaPhyStatIntervalTxAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxAISFSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 14 } imaPhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of PCVs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 15 } imaPhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LCVs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 16 } imaPhyStatIntervalRCSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RCSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 17 } imaPhyStatIntervalTCSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TCSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 18 } imaPhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of CSSs since the beginning of the Interval measurement period." ::= { imaPhyStatIntervalEntry 19 } imaPhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. " ::= { imaPhyStatIntervalEntry 20 } -- imaPhyStatTotal imaPhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes cuttent Statistics for IMA physical layer. " ::={ imaPhyStats 3 } imaPhyStatTotalEntry OBJECT-TYPE SYNTAX ImaPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the Total Statistics for IMA physical table . " INDEX { imaPhyStatTotalIndex } ::={ imaPhyStatTotalTable 1 } ImaPhyStatTotalEntry ::= SEQUENCE { imaPhyStatTotalIndex InterfaceIndex, imaPhyStatTotalValidIntervals INTEGER(1..96), imaPhyStatTotalESs PerfTotalCount, imaPhyStatTotalSESs PerfTotalCount, imaPhyStatTotalSEFSs PerfTotalCount, imaPhyStatTotalUASs PerfTotalCount, imaPhyStatTotalLESs PerfTotalCount, imaPhyStatTotalBESs PerfTotalCount, imaPhyStatTotalLOSFSs PerfTotalCount, imaPhyStatTotalLOFFSs PerfTotalCount, imaPhyStatTotalRxFELOFFSs PerfTotalCount, imaPhyStatTotalTxFELOFFSs PerfTotalCount, imaPhyStatTotalRxAISFSs PerfTotalCount, imaPhyStatTotalTxAISFSs PerfTotalCount, imaPhyStatTotalPCVs PerfTotalCount, imaPhyStatTotalLCVs PerfTotalCount, imaPhyStatTotalRCSs PerfTotalCount, imaPhyStatTotalTCSs PerfTotalCount, imaPhyStatTotalCSSs PerfTotalCount, imaPhyStatTotalResetStatistics INTEGER } imaPhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 1 } imaPhyStatTotalValidIntervals OBJECT-TYPE SYNTAX INTEGER(1..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous 15 minute intervals for which valid data was collected. The value will be 96 unless the IMA group table entry was created within the last 24 hours, in which case the value will be the number of complete 15 minute intervals since the IMA group table entry was created. " ::= { imaPhyStatTotalEntry 2 } imaPhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 3 } imaPhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Error Seconds since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 4 } imaPhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of SEF Seconds since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 5 } imaPhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of UASs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 6 } imaPhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LESs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 7 } imaPhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of BESs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 8 } imaPhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 9 } imaPhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LOFFSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 10 } imaPhyStatTotalRxFELOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxFELOFFSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 11 } imaPhyStatTotalTxFELOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxFELOFFs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 12 } imaPhyStatTotalRxAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RxAISFSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 13 } imaPhyStatTotalTxAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TxAISFSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 14 } imaPhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of PCVs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 15 } imaPhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of LCVs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 16 } imaPhyStatTotalRCSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of RCSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 17 } imaPhyStatTotalTCSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of TCSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 18 } imaPhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of CSSs since the beginning of the Total measurement period." ::= { imaPhyStatTotalEntry 19 } imaPhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. " ::= { imaPhyStatTotalEntry 20 } -- -- imaTcPar -- imaTcParTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaTcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes IMA TC parameters . " ::= { imaTcPar 1 } imaTcParEntry OBJECT-TYPE SYNTAX ImaTcParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the IMA TC parameter table. " INDEX { imaTcParIndex } ::= { imaTcParTable 1 } ImaTcParEntry ::= SEQUENCE { imaTcParIndex InterfaceIndex, imaTcParHexInsert INTEGER, imaTcParCellScramble INTEGER, imaTcParAddCoset INTEGER, imaTcLoopback INTEGER } imaTcParIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " The index of TC parameter table. " ::= { imaTcParEntry 1 } imaTcParHexInsert OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION " HEX insert. disable(1) or enabled(2). " ::= { imaTcParEntry 2 } imaTcParCellScramble OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION " Cell scramble. It will set Cell Scramble disable(1) or enabled(2)." ::= { imaTcParEntry 3 } imaTcParAddCoset OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION " Add Coset. disable(1) or enabled(2). " ::= { imaTcParEntry 4 } imaTcLoopback OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION " Loopback . disabled(1) or enabled(2) ." ::= { imaTcParEntry 5 } -- IMA TC Statistics imaTcStatTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaTcStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " The table includes IMA TC Statistics . " ::= { imaTcStats 1 } imaTcStatEntry OBJECT-TYPE SYNTAX ImaTcStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " An entry in the IMA TC Statistics table. " INDEX { imaTcStatIfIndex } ::= { imaTcStatTable 1 } ImaTcStatEntry ::= SEQUENCE { imaTcStatIfIndex InterfaceIndex, imaTcStatCellDelinState INTEGER, imaTcStatSingleBitError Counter, imaTcStatRxMultiBitError Counter, imaTcStatRxFifoOverrunError Counter, imaTcStatTxFifoUnderrunError Counter, imaTcStatTxParityError Counter, imaTcStatResetStatistics INTEGER } imaTcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { imaTcStatEntry 1 } imaTcStatCellDelinState OBJECT-TYPE SYNTAX INTEGER { inSync (1), outOfSync (2) } ACCESS read-only STATUS mandatory DESCRIPTION " This object specifies whether Cell Delineation State is in Sync or not. " ::= { imaTcStatEntry 2 } imaTcStatSingleBitError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " statistics for Single Bit Error. " ::= { imaTcStatEntry 3 } imaTcStatRxMultiBitError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " statistics for Multi Bit Error " ::= { imaTcStatEntry 4 } imaTcStatRxFifoOverrunError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " statistics for Fifo Overrun Error " ::= { imaTcStatEntry 5 } imaTcStatTxFifoUnderrunError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " Fifo Underrun Error " ::= { imaTcStatEntry 6 } imaTcStatTxParityError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " Parity Error " ::= { imaTcStatEntry 7 } imaTcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-only STATUS mandatory DESCRIPTION " Reset all statistics Counters. " ::= { imaTcStatEntry 8 } -- -- IMA Group Table -- imaGroupTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaGroupEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " IMA Group Table. " ::= { imaGroup 1 } imaGroupEntry OBJECT-TYPE SYNTAX ImaGroupEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IMA Group table." INDEX { imaGroupIfIndex } ::= { imaGroupTable 1 } ImaGroupEntry ::= SEQUENCE { imaGroupIfIndex InterfaceIndex, imaGroupId INTEGER (0..255), imaGroupSymmetry INTEGER, imaGroupFrameLength INTEGER, imaGroupTxClockMode INTEGER, imaVersion INTEGER, imaGroupTimingRefLink INTEGER, imaGroupMinNumTxLinks INTEGER (1..8), imaGroupMinNumRxLinks INTEGER (1..8) } imaGroupIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the logical interface number ('ifIndex') assigned to this IMA group, and is used to identify corresponding rows in the Interfaces MIB." ::= { imaGroupEntry 1 } imaGroupId OBJECT-TYPE SYNTAX INTEGER (0..255 ) ACCESS read-only STATUS mandatory DESCRIPTION "IMA Group ID " ::= { imaGroupEntry 2 } imaGroupSymmetry OBJECT-TYPE SYNTAX INTEGER { symConfsymmetricOperation (1), symConfasymmetricOperation (2), asymConfasymmetricConfiguration (3) } ACCESS read-write STATUS mandatory DESCRIPTION "Symmetry of the IMA group." ::= { imaGroupEntry 3 } imaGroupFrameLength OBJECT-TYPE SYNTAX INTEGER { m32 (1), m64 (2), m128 (3), m256 (4) } ACCESS read-write STATUS mandatory DESCRIPTION "The frame length to be used by the IMA group . Can only be set when the IMA group is startup." ::= { imaGroupEntry 4 } imaGroupTxClockMode OBJECT-TYPE SYNTAX INTEGER { itc (1), ctc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Transmit clocking mode used by the IMA group." ::= { imaGroupEntry 5 } imaVersion OBJECT-TYPE SYNTAX INTEGER { ver10 (1), ver11 (2) } ACCESS read-write STATUS mandatory DESCRIPTION " IMA version " ::= { imaGroupEntry 6 } imaGroupTimingRefLink OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The ifIndex of the timing reference link " ::= { imaGroupEntry 7 } imaGroupMinNumTxLinks OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-write STATUS mandatory DESCRIPTION "Minimum number of transmit links required to be Active for the IMA group to be in the Operational state. Currently, the allowed value is ranged from 1 to 8 ." ::= { imaGroupEntry 8 } imaGroupMinNumRxLinks OBJECT-TYPE SYNTAX INTEGER (1..8) ACCESS read-write STATUS mandatory DESCRIPTION "Minimum number of receive links required to be Active for the IMA group to be in the Operational state. Currently, the allowed value is ranged from 1 to 8 ." ::= { imaGroupEntry 9 } -- -- The IMA General configuration -- imaGroupGeneral OBJECT IDENTIFIER ::= { imaGroup 2 } imaGroupGeneralTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaGroupGeneralEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table for IMA Group General parameters ." ::= { imaGroupGeneral 1 } imaGroupGeneralEntry OBJECT-TYPE SYNTAX ImaGroupGeneralEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The entry of IMA Group General Table. " INDEX { imaGroupGeneralIfIndex } ::= { imaGroupGeneralTable 1 } ImaGroupGeneralEntry ::= SEQUENCE { imaGroupGeneralIfIndex InterfaceIndex, imaGroupNumber INTEGER (0..1), imaDiffDelayCompBuff INTEGER, imaMode INTEGER, imaGroupAlphaValue INTEGER (1..3), imaGroupBetaValue INTEGER (1..7), imaGroupGammaValue INTEGER (1..7), imaOperationGroupOrLink INTEGER, imaOperationUpOrDown INTEGER } imaGroupGeneralIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " The index value which uniquely identifies the IMA interface to which this entry is applicable. " ::= { imaGroupGeneralEntry 1 } imaGroupNumber OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-only STATUS mandatory DESCRIPTION "The number of IMA groups configured on this system. Currently, it is only allowed 1 group at most in this system." ::= { imaGroupGeneralEntry 2 } imaDiffDelayCompBuff OBJECT-TYPE SYNTAX INTEGER { delay3ms (1), delay6ms (2), delay12ms (3), delay25ms (4), delay50ms (5), delay100ms (6), delay200ms (7), delay400ms (8) } ACCESS read-only STATUS mandatory DESCRIPTION " Differential Delay Compensation Buffer" ::= { imaGroupGeneralEntry 3 } imaMode OBJECT-TYPE SYNTAX INTEGER { ima (1), uni (2) } ACCESS read-only STATUS mandatory DESCRIPTION " It indicates the system is in UNI mode or IMA mode. The system needs reboot after the value is changed." ::= { imaGroupGeneralEntry 4 } imaGroupAlphaValue OBJECT-TYPE SYNTAX INTEGER (1..3) ACCESS read-write STATUS mandatory DESCRIPTION "This indicates the 'alpha' value. It should be ranged from 1 to 3. " ::= { imaGroupGeneralEntry 5 } imaGroupBetaValue OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-write STATUS mandatory DESCRIPTION "This indicates the 'beta' value. It should be ranged from 1 to 7. " ::= { imaGroupGeneralEntry 6 } imaGroupGammaValue OBJECT-TYPE SYNTAX INTEGER (1..7) ACCESS read-write STATUS mandatory DESCRIPTION "This indicates the 'gamma' value. It should be ranged from 1 to 7. " ::= { imaGroupGeneralEntry 7 } imaOperationGroupOrLink OBJECT-TYPE SYNTAX INTEGER { groupApplied (1), linkApplied (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to apply the operation on group or all links. Its use needs to be associated with the value of imaOperationUpOrDown. 1: groupApplied, 2: linkApplied . " ::= { imaGroupGeneralEntry 8 } imaOperationUpOrDown OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to apply the operation on group or all links. Its use needs to be associated with the value of imaOperationGroupOrLink. 1. up, 2. down. " ::= { imaGroupGeneralEntry 9 } -- -- -- The IMA Group Current Statistics subtree -- -- The IMA Group Current Statistics subtree consists of a single table: -- the IMA Group Current Table. This table contains various statistics -- collected by each IMA group for the current 15 minute interval. -- imaGroupStats OBJECT IDENTIFIER ::= { imaGroup 3 } imaGroupStatTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaGroupStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " IMA Group Statistics table." ::= { imaGroupStats 1 } imaGroupStatEntry OBJECT-TYPE SYNTAX ImaGroupStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IMA Group Statistics table." INDEX { imaGroupStatIfIndex } ::= { imaGroupStatTable 1 } ImaGroupStatEntry ::= SEQUENCE { imaGroupStatIfIndex InterfaceIndex, imaGroupStatNearEndGSM INTEGER, imaGroupStatNearEndGTSM INTEGER, imaGroupStatFarEndGSM INTEGER } imaGroupStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " The index value which uniquely identifies the IMA group." ::= { imaGroupStatEntry 1 } imaGroupStatNearEndGSM OBJECT-TYPE SYNTAX INTEGER{ startUP (1), startUPAck (2), configAbortUnsupported (3), configAbortIncompatibleSymmetry (4), configAbortOther (5), insufficientLinks (6), blocked (7), operational (8) } ACCESS read-only STATUS mandatory DESCRIPTION " The status of Near End Group State Machine. " ::= { imaGroupStatEntry 2 } imaGroupStatNearEndGTSM OBJECT-TYPE SYNTAX INTEGER{ up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION " The object specifies the status of Near End Group Traffic State Machine of the IMA group." ::= { imaGroupStatEntry 3 } imaGroupStatFarEndGSM OBJECT-TYPE SYNTAX INTEGER{ startUP (1), startUPAck (2), configAbortUnsupported (3), configAbortIncompatibleSymmetry (4), configAbortOther (5), insufficientLinks (6), blocked (7), operational (8) } ACCESS read-only STATUS mandatory DESCRIPTION " Status of Far end Group State Machine. " ::= { imaGroupStatEntry 4 } -- -- The IMA Link subtree -- -- The IMA Link subtree consists of a table of IMA links. Each entry -- in the table contains status information about a link which is part -- of an IMA group, and also contains a configuration object to select -- to which IMA group the link belongs. -- imaLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " IMA Group Link table." ::= { imaLink 1 } imaLinkEntry OBJECT-TYPE SYNTAX ImaLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IMA Group Link table." INDEX { imaLinkIfIndex } ::= { imaLinkTable 1 } ImaLinkEntry ::= SEQUENCE { imaLinkIfIndex InterfaceIndex, imaLinkGroupId INTEGER, imaLinkSelect INTEGER } imaLinkIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This corresponds to the 'ifIndex' of the MIB-II interface on which this link is established. This object also corresponds to the logical number ('ifIndex') assigned to this IMA link." ::= { imaLinkEntry 1 } imaLinkGroupId OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value which identifies the IMA group (imaGroupId) of which this link is a member." ::= { imaLinkEntry 2 } imaLinkSelect OBJECT-TYPE SYNTAX INTEGER { notSelected (1), selected (2), notAvailable (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The imaLinkState object allows selecting the link into a group by setting on or off. The possible values are 1. not selected 2. selected 3. not available ( hardware is not physically available ). " ::= { imaLinkEntry 3 } -- -- The IMA Link Current Statistics subtree -- -- The IMA Link Current Statistics subtree consists of a single table: -- the IMA Link Current Table. This table contains various statistics -- collected by each IMA link for the current 15 minute interval. imaLinkStats OBJECT IDENTIFIER ::= { imaLink 2 } imaLinkStatTable OBJECT-TYPE SYNTAX SEQUENCE OF ImaLinkStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " IMA Link Statistics table." ::= { imaLinkStats 1 } imaLinkStatEntry OBJECT-TYPE SYNTAX ImaLinkStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the IMA Link Statistics table." INDEX { imaLinkStatIfIndex } ::= { imaLinkStatTable 1 } ImaLinkStatEntry ::= SEQUENCE { imaLinkStatIfIndex InterfaceIndex, imaLinkStatLinkDefectStatus INTEGER, imaLinkStatImaFrameStatus INTEGER, imaLinkStatLossOfDelaySyncStatus INTEGER, imaLinkStatNearEndTxFaultStatus INTEGER, imaLinkStatNearEndRxFaultStatus INTEGER, imaLinkStatRemoteDefectIndicationStatus INTEGER, imaLinkStatNearEndRxLSMState INTEGER, imaLinkStatNearEndTxLSMState INTEGER, imaLinkStatFarEndTxLSMState INTEGER, imaLinkStatFarEndRxLSMState INTEGER, imaLinkStatResetStatistics INTEGER } imaLinkStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " The table index. It indicates ifIndex of the link." ::= { imaLinkStatEntry 1} imaLinkStatLinkDefectStatus OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Defect Status. yes(1) or no(2) ." ::= { imaLinkStatEntry 2} imaLinkStatImaFrameStatus OBJECT-TYPE SYNTAX INTEGER { outSync (1), inSync (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Frame Status: outSync(1) or inSync(2). " ::= { imaLinkStatEntry 3 } imaLinkStatLossOfDelaySyncStatus OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Loss Of Delay Sync Status: yes(1) or no(2). " ::= { imaLinkStatEntry 4 } imaLinkStatNearEndTxFaultStatus OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Near End Transmission Fault Status: yes(1) or no(2). " ::= { imaLinkStatEntry 5 } imaLinkStatNearEndRxFaultStatus OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Near End Receive Fault Status: yes(1) or no(2). " ::= { imaLinkStatEntry 6 } imaLinkStatRemoteDefectIndicationStatus OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Remote Defect Indication Status: yes(1) or no(2). " ::= { imaLinkStatEntry 7 } imaLinkStatNearEndRxLSMState OBJECT-TYPE SYNTAX INTEGER { notInGroup (1), unusable (2), fault (3), misconnected (4), inhibited (5), failed (6), usable (7), active (8) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Near End Rx LSM State. 1. not in group 2. unusable 3. unusable ( fault ) 4. unusable ( misconnected ) 5. unusable ( inhibited ) 6. unusable ( failed ) 7. usable 8. active " ::= { imaLinkStatEntry 8 } imaLinkStatNearEndTxLSMState OBJECT-TYPE SYNTAX INTEGER { notInGroup (1), unusable (2), fault (3), misconnected (4), inhibited (5), failed (6), usable (7), active (8) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Near End Tx LSM State: 1. not in group 2. unusable 3. unusable ( fault ) 4. unusable ( misconnected ) 5. unusable ( inhibited ) 6. unusable ( failed ) 7. usable 8. active " ::= { imaLinkStatEntry 9 } imaLinkStatFarEndTxLSMState OBJECT-TYPE SYNTAX INTEGER { notInGroup (1), unusable (2), fault (3), misconnected (4), inhibited (5), failed (6), usable (7), active (8) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Stat Far End Tx LSM State : 1. not in group 2. unusable 3. unusable ( fault ) 4. unusable ( misconnected ) 5. unusable ( inhibited ) 6. unusable ( failed ) 7. usable 8. active " ::= { imaLinkStatEntry 10 } imaLinkStatFarEndRxLSMState OBJECT-TYPE SYNTAX INTEGER { notInGroup (1), unusable (2), fault (3), misconnected (4), inhibited (5), failed (6), usable (7), active (8) } ACCESS read-only STATUS mandatory DESCRIPTION " IMA Link Far End Rx LSM State : 1. not in group 2. unusable 3. unusable ( fault ) 4. unusable ( misconnected ) 5. unusable ( inhibited ) 6. unusable ( failed ) 7. usable 8. active " ::= { imaLinkStatEntry 11 } imaLinkStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. " ::= { imaLinkStatEntry 12 } -- AAL2/AAL5 ======================== aal2/aal5 { mariposaAtx50Atx150Objs 4 } -- AAL2/AAL5 Parameters =============== aal2Aal5Par { aal2Aal5 1 } -- AAL2/AAL5 Parameters Table aal2Aal5ParTable OBJECT-TYPE SYNTAX SEQUENCE OF Aal2Aal5ParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AAL2/AAL5 Parameters Table." ::= { aal2Aal5Par 1 } aal2Aal5ParEntry OBJECT-TYPE SYNTAX Aal2Aal5ParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AAL2/AAL5 Parameters for a link." INDEX { aal2Aal5ParIfIndex } ::= { aal2Aal5ParTable 1 } Aal2Aal5ParEntry ::= SEQUENCE { aal2Aal5ParIfIndex InterfaceIndex, aal2Aal5ParUpTime TimeTicks, aal2Aal5ParVpiVciRange INTEGER, aal2Aal5ParStatus INTEGER, aal2Aal5ParHwErrorMessage DisplayString, aal2Aal5ParRevisionId DisplayString, aal2Aal5ParVCSizeSupported INTEGER, aal2Aal5ParMaxNoEtherEncap INTEGER, aal2Aal5ParMaxScq INTEGER, aal2Aal5ParScqUsed INTEGER } aal2Aal5ParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { aal2Aal5ParEntry 1 } aal2Aal5ParUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time since AAL2/AAL5 chip was last initialized." ::= { aal2Aal5ParEntry 2 } aal2Aal5ParVpiVciRange OBJECT-TYPE SYNTAX INTEGER { max-vpi-0-Vci-4095 (1), max-vpi-1-Vci-2047 (2), max-vpi-3-Vci-1023 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "Has the VPI/VCI bit assignments. 1) 0 VPI bit, 12 VCI bits (Bit 0 - 11). 2) 1 VPI bit (Bit 0), 11 VCI bits(Bit 0 - 10). 3) 2 VPI bits(Bit 0-1), 10 VCI bits(Bit 0-9). Default: 2, i.e. 2 VPI bit and 10 VCI bits. The changes will be active ONLY AFTER REBOOT." ::= { aal2Aal5ParEntry 3 } aal2Aal5ParStatus OBJECT-TYPE SYNTAX INTEGER { normal (1), otherError (2), initError (3) } ACCESS read-only STATUS mandatory DESCRIPTION "AAL2/AAL5 port status: 1 = Normal. 2 = Initialization error." ::= { aal2Aal5ParEntry 4 } aal2Aal5ParHwErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Hardware error message." ::= { aal2Aal5ParEntry 5 } aal2Aal5ParRevisionId OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Revision ID." ::= { aal2Aal5ParEntry 6 } aal2Aal5ParVCSizeSupported OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "VC Size supported." ::= { aal2Aal5ParEntry 7 } aal2Aal5ParMaxNoEtherEncap OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum number of Ether encapsulation." ::= { aal2Aal5ParEntry 8 } aal2Aal5ParMaxScq OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum SCQ." ::= { aal2Aal5ParEntry 9 } aal2Aal5ParScqUsed OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Maximum Scq used." ::= { aal2Aal5ParEntry 10 } -- AAL2/AAL5 Statistics ================ aal2Aal5Stats { aal2Aal5 2 } -- The AAL2/AAL5 Statistics Group -- -- The AAL2/AAL5 statistics group contains statistics -- measured by the probe for each monitored interface on -- this device. These statistics take the form of free -- running Counters that start from zero when a valid entry -- is created. -- aal2Aal5StatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Aal2Aal5StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AAL2/AAL5 Statistics Table." ::= { aal2Aal5Stats 1 } aal2Aal5StatsEntry OBJECT-TYPE SYNTAX Aal2Aal5StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AAL2/AAL5 Statistics for a link." INDEX { aal2Aal5StatsIfIndex } ::= { aal2Aal5StatsTable 1 } Aal2Aal5StatsEntry ::= SEQUENCE { aal2Aal5StatsIfIndex InterfaceIndex, aal2Aal5StatsRxPkt Counter, aal2Aal5StatsTxPkt Counter, aal2Aal5StatsRxByte Counter, aal2Aal5StatsTxByte Counter, aal2Aal5StatsRxMgmtPkt Counter, aal2Aal5StatsTxBroadcastCnt Counter, aal2Aal5StatsRxSignalingPktCnt Counter, aal2Aal5StatsRxFRPktCnt Counter, aal2Aal5StatsRxPktCRCErr Counter, aal2Aal5StatsRxCellsDiscardedInvVpiVci Counter, aal2Aal5StatsDiscardedCellsNzGfcRawDisabled Counter, aal2Aal5StatsRxRawCell Counter, aal2Aal5StatsRxCellsDroppedFifoFull Counter, aal2Aal5StatsRxBufferUnavailable Counter, aal2Aal5StatsTxUnderflow Counter, aal2Aal5StatsRxBridgeLoopErrCnt Counter, aal2Aal5StatsRxCellsNonZeroCFG Counter, aal2Aal5StatsRxHardwareErrBuffFull Counter, aal2Aal5StatsRxCellsCongestionBitSet Counter, aal2Aal5StatsRxCellsCLPBitSet Counter, aal2Aal5StatsRxPktDiscarded Counter, aal2Aal5StatsTxPktDiscarded Counter, aal2Aal5StatsRxDiscFRPkt Counter, aal2Aal5StatsTxPktError Counter, aal2Aal5StatsFRBufferAvail Counter, aal2Aal5StatsFreeBcastBuff Counter, aal2Aal5StatsLargeBuffAvail Counter, aal2Aal5StatsMaxFreeBcastBuff Counter, aal2Aal5StatsSmallBuffAvail Counter, aal2Aal5StatsOverflowBuffAvail Counter, aal2Aal5StatsMaxOverflowBuff Counter, aal2Aal5StatsResetStatistics INTEGER } aal2Aal5StatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { aal2Aal5StatsEntry 1 } aal2Aal5StatsRxPkt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets received by the AAL2/AAL5 driver." ::= { aal2Aal5StatsEntry 2 } aal2Aal5StatsTxPkt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets transmitted by the AAL2/AAL5 driver to the AAL2/AAL5 chip." ::= { aal2Aal5StatsEntry 3 } aal2Aal5StatsRxByte OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total byte count of the packets received by the AAL2/AAL5 driver." ::= { aal2Aal5StatsEntry 4 } aal2Aal5StatsTxByte OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total byte count of the bytes transmitted by the AAL2/AAL5 driver to the AAL5 chip." ::= { aal2Aal5StatsEntry 5 } aal2Aal5StatsRxMgmtPkt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded received packets that were destined to the device." ::= { aal2Aal5StatsEntry 6 } aal2Aal5StatsTxBroadcastCnt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of legacy data broadcast packets sent to the ATM port." ::= { aal2Aal5StatsEntry 7 } aal2Aal5StatsRxSignalingPktCnt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received signaling packets." ::= { aal2Aal5StatsEntry 8 } aal2Aal5StatsRxFRPktCnt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of the Received packets from the Frame Relay." ::= { aal2Aal5StatsEntry 9 } aal2Aal5StatsRxPktCRCErr OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of AAL2/AAL5 packets received with the CRC errors." ::= { aal2Aal5StatsEntry 10 } aal2Aal5StatsRxCellsDiscardedInvVpiVci OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of cells discarded due to incorrect VPI/VCI numbers." ::= { aal2Aal5StatsEntry 11 } aal2Aal5StatsDiscardedCellsNzGfcRawDisabled OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of invalid cells received by the AAL2/AAL5 chip (Cells with non-zero GFC field when raw cell reception is disabled)." ::= { aal2Aal5StatsEntry 12 } aal2Aal5StatsRxRawCell OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of raw cells received by the AAL2/AAL5 chip." ::= { aal2Aal5StatsEntry 13 } aal2Aal5StatsRxCellsDroppedFifoFull OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of cells dropped by the AAL2/AAL5 chip due to its FIFO being full." ::= { aal2Aal5StatsEntry 14 } aal2Aal5StatsRxBufferUnavailable OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the AAL2/AAL5 chip reported that it has no available buffer." ::= { aal2Aal5StatsEntry 15 } aal2Aal5StatsTxUnderflow OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of transmit packets dropped due to inability of the AAL2/AAL5 chip to read data from memory fast enough." ::= { aal2Aal5StatsEntry 16 } aal2Aal5StatsRxBridgeLoopErrCnt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The bridging loop error count where an incoming ATM packet has a MAC address that is learned from the same port as the source MAC address. (i.e.: According to bridging, the packet has to be sent to the destination which is the same as where the packet has come from)." ::= { aal2Aal5StatsEntry 17 } aal2Aal5StatsRxCellsNonZeroCFG OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times AAL2/AAL5 chip detects cell with non-zero GFC field.(RSQE word 4 of NICStar chip)." ::= { aal2Aal5StatsEntry 18 } aal2Aal5StatsRxHardwareErrBuffFull OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that a hardware error happened: - AAL2/AAL5 SAR chip busy for a long time, this will cause the loss buffer. - Free small or large buffer is full." ::= { aal2Aal5StatsEntry 19 } aal2Aal5StatsRxCellsCongestionBitSet OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times AAL2/AAL5 chip detects an incoming cells with congestion bit set in the PTI field of the cell header (RSQE word 4 of NICStar chip)." ::= { aal2Aal5StatsEntry 20 } aal2Aal5StatsRxCellsCLPBitSet OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times AAL2/AAL5 chip detects incoming cells with CLP (Cell Loss Priority) bit set. (RSQE word 4 of NICStar chip)." ::= { aal2Aal5StatsEntry 21 } aal2Aal5StatsRxPktDiscarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of management packets destined to this device." ::= { aal2Aal5StatsEntry 22 } aal2Aal5StatsTxPktDiscarded OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of management packets transmitted to this device." ::= { aal2Aal5StatsEntry 23 } aal2Aal5StatsRxDiscFRPkt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of discarded Frame Relay packets that were destined to the device." ::= { aal2Aal5StatsEntry 24 } aal2Aal5StatsTxPktError OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets not transmitted due to CRC errors or RFC1483 encapsulation error." ::= { aal2Aal5StatsEntry 25 } aal2Aal5StatsFRBufferAvail OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Frame Relay Buffers available." ::= { aal2Aal5StatsEntry 26 } aal2Aal5StatsFreeBcastBuff OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Free Broadcast Buffers available." ::= { aal2Aal5StatsEntry 27 } aal2Aal5StatsLargeBuffAvail OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of Large Buffers available." ::= { aal2Aal5StatsEntry 28 } aal2Aal5StatsMaxFreeBcastBuff OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of Free Broadcast Buffers available." ::= { aal2Aal5StatsEntry 29 } aal2Aal5StatsSmallBuffAvail OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of small Buffers available." ::= { aal2Aal5StatsEntry 30 } aal2Aal5StatsOverflowBuffAvail OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of OverFlow Buffers available." ::= { aal2Aal5StatsEntry 31 } aal2Aal5StatsMaxOverflowBuff OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The Maximum number of OverFlow Buffers available." ::= { aal2Aal5StatsEntry 32 } aal2Aal5StatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { aal2Aal5StatsEntry 33 } -- ATM Connections ================== atmConnections { mariposaAtx50Atx150Objs 5 } -- ATM Connections Parameters ======== atmConnectionsParGen { atmConnectionsPar 1 } -- atmConnectionsOperationSerialization OBJECT-TYPE -- SYNTAX TestAndIncr -- ACCESS read-write -- STATUS mandatory -- DESCRIPTION -- "The recommended procedure for adding or deleting entries from -- the atmConnDestTable or atmConnectionTable is to GET the value -- of this this object, and then to SET the object with the same -- value. If the SET operation succeeds, the manager can add/delete -- rows, otherwise set operation fails." -- ::= { atmConnectionsParGen 1 } -- ====================Destination Table================================ atmConnDestTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table." ::= { atmConnectionsPar 2 } atmConnDestEntry OBJECT-TYPE SYNTAX AtmConnDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table entries." INDEX { atmConnDestDestName } ::= { atmConnDestTable 1 } AtmConnDestEntry ::= SEQUENCE { atmConnDestDestName DisplayString, atmConnDestAtmAddress DisplayString, atmConnDestRemoteIpAddress IpAddress, atmConnDestDataConnectionKind INTEGER, atmConnDestVoiceConnectionKind INTEGER, atmConnDestSoftwareVersion INTEGER, atmConnDestInterworkSigType INTEGER, atmConnDestAnyToAnySignaling INTEGER, atmConnDestPassBridgingPackets INTEGER, atmConnDestVoiceTrunking INTEGER, atmConnDestCallsPerVcc INTEGER, atmConnDestUnnumInterfaceIndex INTEGER, atmConnDestNumIpAddress IpAddress, atmConnDestRowStatus RowStatus } atmConnDestDestName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..14)) ACCESS read-write STATUS mandatory DESCRIPTION "ASCII string that describes the destination device. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in destination name." ::= { atmConnDestEntry 1 } atmConnDestAtmAddress OBJECT-TYPE SYNTAX DisplayString (SIZE (40)) ACCESS read-write STATUS mandatory DESCRIPTION "ASCII string that has the destination ATM address." ::= { atmConnDestEntry 2 } atmConnDestRemoteIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This IP address is the remote IP address." ::= { atmConnDestEntry 3 } atmConnDestDataConnectionKind OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the destination through signaling (SPVC). 1) pvc: Use a PVC connection to this destination to carry data. 2) spvc: Establish an SPVC connection to this destination to carry data." ::= { atmConnDestEntry 4 } atmConnDestVoiceConnectionKind OBJECT-TYPE SYNTAX INTEGER { pvc (1), svc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether the signaling should carry the voice call through PVC or SVC: 1) pvc: Make the voice calls through PVC connection. 2) svc: Make the voice calls through SVC connection. Note: AnyToAny Signaling for PVC is not supported." ::= { atmConnDestEntry 5 } atmConnDestSoftwareVersion OBJECT-TYPE SYNTAX INTEGER { atx100Rel1point1 (1), atx100Rel1point2 (2), atx50oratx150Rel1dot1orRel1dot2 (3), atx50oratx150Rel1point3 (4), axd321Rel1point1 (5), axd321Rel1point2 (6), axd321-1or-3Rel1dot1or1dot2or1dot3 (7), axd321-1or-3Rel1point4 (8), nb261or262Rel1dot1orRel1dot2 (9), nb261or262Rel1point3 (10), se420or440Rel1dot1orRel1dot2 (11), se420or440Rel1point3 (12) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the software version of the ATM destination. It can be 1.ATX100 Release 1.1 2.ATX100 Release 1.2 3.ATX50/150 Release 1.1 or 1.2 4.ATX50/150 Release 1.3 5.AXD320 Release 1.1 6.AXD320 Release 1.2 7.AXD321-1/-3 Release 1.1 or 1.2 or 1.3 8.AXD321-1/-3 Release 1.4 9.NB261/262 Release 1.1 or 1.2 10.NB261/262 Release 1.3 11.SE420/440 Release 1.1 or 1.2 12.SE420/440 Release 1.3" ::= { atmConnDestEntry 6 } atmConnDestInterworkSigType OBJECT-TYPE SYNTAX INTEGER { translationSwitching (1), alta (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Interworking Signaling Type. It can be 1.Translation Switching 2.ALTA" ::= { atmConnDestEntry 7 } atmConnDestAnyToAnySignaling OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object used for Voice Trunking(AAL5 VOICE ONLY).It can be 1. enabled 2. disabled. The default is disabled. Note: AnyToAny Signaling for PVC is not supported." ::= { atmConnDestEntry 8 } atmConnDestPassBridgingPackets OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This Object specifies the whether to pass bridging Packets or not." ::= { atmConnDestEntry 9 } atmConnDestVoiceTrunking OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object used for Voice Trunking(AAL5 Voice Only) 1. enabled 2. disabled." ::= { atmConnDestEntry 10 } atmConnDestCallsPerVcc OBJECT-TYPE SYNTAX INTEGER (1..32) ACCESS read-write STATUS mandatory DESCRIPTION "Number of calls used for Voice trunking Allowed values are 1 through 32 per VCC." ::= { atmConnDestEntry 11 } atmConnDestUnnumInterfaceIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This IP address is the IP Interface's Unnumbered Interface Index. If it is a Numbered Interface Index ,this object will be 0. While adding or creating a new destination set 0 to this object." ::= { atmConnDestEntry 12 } atmConnDestNumIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This IP address is the IP Interface's numbered Ip Address. If it is an Unnumbered Interface Index ,this object will be 0" ::= { atmConnDestEntry 13 } atmConnDestRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. In order to create a new entry,(only)all the read-write variables has to be set." ::= { atmConnDestEntry 14 } -- -- Connection Table. -- atmConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Connection table." ::= { atmConnectionsPar 3 } atmConnectionEntry OBJECT-TYPE SYNTAX AtmConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Connection table entries." INDEX { atmConnectionVpi, atmConnectionVci } ::= { atmConnectionTable 1 } AtmConnectionEntry ::= SEQUENCE { atmConnectionVpi AtmVpIdentifier, atmConnectionVci AtmVcIdentifier, atmConnectionDestName DisplayString, atmConnectionConnKind INTEGER, atmConnectionDataType INTEGER, atmConnectionVcciNo INTEGER, atmConnectionPeakCellRate INTEGER, atmConnectionSustainedCellRate INTEGER, atmConnectionBurstSize INTEGER, atmConnectionBundleNo INTEGER, atmConnectionStatus INTEGER, atmConnectionVcAisState INTEGER, atmConnectionQos INTEGER, atmConnectionRowStatus RowStatus } atmConnectionVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-write STATUS mandatory DESCRIPTION "VPI number for the connection. The range varies upon the aal2Aal5ParVpiVciRange in the aal2Aal5ParTable. The valid range may be 1.0 through 1023 or 2.0 through 2047 or 3.0 through 4095." ::= { atmConnectionEntry 1 } atmConnectionVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-write STATUS mandatory DESCRIPTION "VCI number for the connection. The range varies upon the aal2Aal5ParVpiVciRange in the aal2Aal5ParTable. The valid range may be 1.0 through 1023 or 2.0 through 2047 or 3.0 through 4095." ::= { atmConnectionEntry 2 } atmConnectionDestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "Destination name which is index to destination table. This name identifies destination that this connection belongs to." ::= { atmConnectionEntry 3 } atmConnectionConnKind OBJECT-TYPE SYNTAX INTEGER { pvc (1), svcIncoming (2), svcOutgoing (3), spvcInitiator (4), spvcTarget (5) } ACCESS read-only STATUS obsolete DESCRIPTION "Connection type can be one of the followings: pvc (1) Virtual link of a PVC. Should not be used in an PVC/SVC (i.e., SPVC) crossconnect. svcIncoming (2) Virtual link established after a received signaling request to setup an SVC. svcOutgoing (3) Virtual link established after a transmitted or forwarded signaling request to setup an SVC. spvcInitiator (4) Virtual link at the PVC side of an SVC/PVC crossconnect, where the switch is the initiator of the SPVC setup. spvcTarget (5) Virtual link at the PVC side of an SVC/PVC crossconnect, where the switch is the target of the SPVC setup. This Object is an Obsolete Object." ::= { atmConnectionEntry 4 } atmConnectionDataType OBJECT-TYPE SYNTAX INTEGER { vbrVoice (1), cbrVoice (2), ces (3), ethernetData (4), iwf (5) } ACCESS read-write STATUS mandatory DESCRIPTION "Data type that is transmitted over this connection. It can be: 1) VBR Voice, 2) CBR Voice, 3) CES 4) Ethernet Data 5) IWF." ::= { atmConnectionEntry 5 } atmConnectionVcciNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object has the VCCI number which identifies a PVC voice connection. The value zero is used for data connections and means not-applicable. In order to correlate the circuit connections that are established using narrowband signalling with the established resources at the ATM layer using ATM signalling or ATM management, a Virtual Circuit Connection Identifier (VCCI), is defined. This VCCI is carried with the ATM (or through management) as low layer information and with the narrowband signalling as the interface identifier. The valid range is 0 through 95 for VBR. The valid range is 96 through 127 for CBR. In the newly released software, 1 through 95 and 276 through 365 are for VBR; 96 through 275 for CBR. Please check user guide for more information." ::= { atmConnectionEntry 6 } atmConnectionPeakCellRate OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate used in VBR traffic. (in unit of ATM cells). 0 means used line rate (Default). Maximum value: 3622 cells/second for 1.544 Mbit(T1) speed. 4528 cells/second for 2.048 Mbit(E1) speed. The valid renge is 0 through 353208. Please note that Peak Cell Rate can not changed for VBR Voice and CBR Voice. And, at this moment, this value can not be dynamically changed once it is created. It is needed to delete the PVC and recreate it again. Please check User Guide for more information." ::= { atmConnectionEntry 7 } atmConnectionSustainedCellRate OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Sustained Cell Rate used in VBR traffic. (in unit of ATM cells). 0 means used line rate (Default). Maximum value: 3622 cells/second for 1.544 Mbit(T1) speed. 4528 cells/second for 2.048 Mbit(E1) speed. And, at this moment, this value can not be dynamically changed once it is created. It is needed to delete the PVC and recreate it again. The valid range is 0 through 353208." ::= { atmConnectionEntry 8 } atmConnectionBurstSize OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Burst size used in VBR traffic. (in unit of ATM cells). 0 means no burst control (Default). The minimum value of burst size must be able to handle 1500 bytes of Ethernet packet plus 8 bytes of encapsulation plus 8 bytes of AAL5 encapsulation (i.e.: 32 cells). The valid renge is 0 through 255." ::= { atmConnectionEntry 9 } atmConnectionBundleNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies bundle number that is used for the CBR connection.The valid renge is 0 through 35." ::= { atmConnectionEntry 10 } atmConnectionStatus OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-only STATUS obsolete DESCRIPTION "This object enables or disables a connection. This Object is an Obsolete Object." ::= { atmConnectionEntry 11 } atmConnectionVcAisState OBJECT-TYPE SYNTAX INTEGER { inAisState (1), outOfAisState (2) } ACCESS read-only STATUS obsolete DESCRIPTION "This object indicates the status of connection regarding received AIS. This object has value of '1' when connection goes into AIS state and changes to value 2 as soon as the connection comes out of AIS state. This Object is an Obsolete Object." ::= { atmConnectionEntry 12 } atmConnectionQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbrnonrealtimeClass2 (3), vbrnonrealtimeClass3 (4), vbrnonrealtimeClass4 (5), vbrrealtimeClass2 (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Quality of Service.This is for DATA and IWF ONLY." ::= { atmConnectionEntry 13 } atmConnectionRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new VCL, this object is initially set to 'createAndGo'. In order to create a new entry,(only)all the read-write variables has to be set." ::= { atmConnectionEntry 14 } -- -- IWF/Voice Configuration Table. -- atmConnDestIwfVoiceTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnDestIwfVoiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table." ::= { atmConnectionsPar 4 } atmConnDestIwfVoiceEntry OBJECT-TYPE SYNTAX AtmConnDestIwfVoiceEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination's IWF/Voice configuration table entries." INDEX { atmConnDestDestName } ::= { atmConnDestIwfVoiceTable 1 } AtmConnDestIwfVoiceEntry ::= SEQUENCE { atmConnDestIwfVoiceQos INTEGER, atmConnDestIwfVoicePcr INTEGER, atmConnDestIwfVoiceScr INTEGER, atmConnDestIwfVoiceMbs INTEGER, atmConnDestIwfVoiceSvcTagging INTEGER, atmConnDestIwfVoiceSvcCLP INTEGER } atmConnDestIwfVoiceQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbrnonrealtimeClass2 (3), vbrnonrealtimeClass3 (4), vbrnonrealtimeClass4 (5), vbrrealtimeClass2 (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Quality of Service." ::= { atmConnDestIwfVoiceEntry 1 } atmConnDestIwfVoicePcr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The valid range is 0 through 353208." ::= { atmConnDestIwfVoiceEntry 2 } atmConnDestIwfVoiceScr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Sustained Cell Rate. The valid range is 0 through 353208." ::= { atmConnDestIwfVoiceEntry 3 } atmConnDestIwfVoiceMbs OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum burst size. The valid range is 0 through 255." ::= { atmConnDestIwfVoiceEntry 4 } atmConnDestIwfVoiceSvcTagging OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Tag Cells for Congestion" ::= { atmConnDestIwfVoiceEntry 5 } atmConnDestIwfVoiceSvcCLP OBJECT-TYPE SYNTAX INTEGER { clp0 (1), clp0plus1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Cell Loss Priority 0 Cell Loss Priority 0 and 1" ::= { atmConnDestIwfVoiceEntry 6 } -- ===============ATM Connection Destination VBR Voice SVC Configuration========= atmConnDestVbrVoiceSvcCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnDestVbrVoiceSvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table." ::= { atmConnectionsPar 5 } atmConnDestVbrVoiceSvcEntry OBJECT-TYPE SYNTAX AtmConnDestVbrVoiceSvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "VBR Voice SVC Configuration table entries." INDEX { atmConnDestDestName } ::= { atmConnDestVbrVoiceSvcCfgTable 1 } AtmConnDestVbrVoiceSvcEntry ::= SEQUENCE { atmConnDestVbrVoiceSvcQos INTEGER, atmConnDestVbrVoiceSvcG729Pcr INTEGER, atmConnDestVbrVoiceSvcG729Scr INTEGER, atmConnDestVbrVoiceSvcMbs INTEGER, atmConnDestVbrVoiceSvcTagging INTEGER, atmConnDestVbrVoiceSvcCLP INTEGER, atmConnDestVbrVoiceSvcAal2IEEncode INTEGER, atmConnDestVbrVoiceSvcG711Pcr INTEGER, atmConnDestVbrVoiceSvcG711Scr INTEGER, atmConnDestVbrVoiceSvcG726Pcr INTEGER, atmConnDestVbrVoiceSvcG726Scr INTEGER } atmConnDestVbrVoiceSvcQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbrnonrealtimeClass2 (3), vbrnonrealtimeClass3 (4), vbrnonrealtimeClass4 (5), vbrrealtimeClass2 (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Quality of Service. It can be 1.UBR 2.CBR 3.VBR non real time Class 2 4.VBR non real time Class 3 5.VBR non real time Class 4 6.VBR real time Class 2." ::= { atmConnDestVbrVoiceSvcEntry 1 } atmConnDestVbrVoiceSvcG729Pcr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 2 } atmConnDestVbrVoiceSvcG729Scr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Configured Sustained Cell rate for Vbr Voice Svc. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 3 } atmConnDestVbrVoiceSvcMbs OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum Burst Size allowed for Vbr Voice Svc. The range is between 0 - 255." ::= { atmConnDestVbrVoiceSvcEntry 4 } atmConnDestVbrVoiceSvcTagging OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Tag Cells for Congestion. The options are 1.No 2.Yes." ::= { atmConnDestVbrVoiceSvcEntry 5 } atmConnDestVbrVoiceSvcCLP OBJECT-TYPE SYNTAX INTEGER { clp0 (1), clp0plus1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The Cell Loss Priority 0 and Cell Loss Priority 0 and 1" ::= { atmConnDestVbrVoiceSvcEntry 6 } atmConnDestVbrVoiceSvcAal2IEEncode OBJECT-TYPE SYNTAX INTEGER { q2931Ammd2 (1), userdefined (2), none (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the AAL2 IE Encoding 1.Q2931Ammd2 2.User Defined 3.None." ::= { atmConnDestVbrVoiceSvcEntry 7 } atmConnDestVbrVoiceSvcG711Pcr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 8 } atmConnDestVbrVoiceSvcG711Scr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Configured Sustained Cell rate for Vbr Voice Svc. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 9 } atmConnDestVbrVoiceSvcG726Pcr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 10 } atmConnDestVbrVoiceSvcG726Scr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Configured Sustained Cell rate for Vbr Voice Svc. The range is between 0-353208." ::= { atmConnDestVbrVoiceSvcEntry 11 } -- CBR atmConnDestCbrVoiceSvcCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnDestCbrVoiceSvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table." ::= { atmConnectionsPar 6 } atmConnDestCbrVoiceSvcEntry OBJECT-TYPE SYNTAX AtmConnDestCbrVoiceSvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CBR Voice SVC Configuration table entries." INDEX { atmConnDestDestName } ::= { atmConnDestCbrVoiceSvcCfgTable 1 } AtmConnDestCbrVoiceSvcEntry ::= SEQUENCE { atmConnDestCbrVoiceSvcQos INTEGER, atmConnDestCbrVoiceSvcPcr INTEGER, atmConnDestCbrVoiceSvcPf INTEGER, atmConnDestCbrVoiceSvcCdv INTEGER, atmConnDestCbrVoiceSvcClip INTEGER, atmConnDestCbrVoiceSvcMaxDelay INTEGER, atmConnDestCbrVoiceSvcBearerClass INTEGER } atmConnDestCbrVoiceSvcQos OBJECT-TYPE SYNTAX INTEGER { cbr (1) } ACCESS read-only STATUS mandatory DESCRIPTION "Quality of Service." ::= { atmConnDestCbrVoiceSvcEntry 1 } atmConnDestCbrVoiceSvcPcr OBJECT-TYPE SYNTAX INTEGER (171..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The valid range is 171 through 353208." ::= { atmConnDestCbrVoiceSvcEntry 2 } atmConnDestCbrVoiceSvcPf OBJECT-TYPE SYNTAX INTEGER (0..47) ACCESS read-write STATUS mandatory DESCRIPTION "Partial Fill. The valid range is 0 through 47. But 1,2, and 3 are not allowed. O means no partial fill. " ::= { atmConnDestCbrVoiceSvcEntry 3 } atmConnDestCbrVoiceSvcCdv OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "Cell Delay Variation. The valid range is 1 through 65535." ::= { atmConnDestCbrVoiceSvcEntry 4 } atmConnDestCbrVoiceSvcClip OBJECT-TYPE SYNTAX INTEGER (1000..65535) ACCESS read-write STATUS mandatory DESCRIPTION "Cell Loss Integration Period. The valid range is 1000 through 65535." ::= { atmConnDestCbrVoiceSvcEntry 5 } atmConnDestCbrVoiceSvcMaxDelay OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum Delay. The valid range is 1 through 65535." ::= { atmConnDestCbrVoiceSvcEntry 6 } atmConnDestCbrVoiceSvcBearerClass OBJECT-TYPE SYNTAX INTEGER { classA (1), classX (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Bearer Class." ::= { atmConnDestCbrVoiceSvcEntry 7 } -- ======= Ethernet ===================== atmConnDestEthernetDataSpvcCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnDestEthernetDataSpvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Destination table." ::= { atmConnectionsPar 7 } atmConnDestEthernetDataSpvcEntry OBJECT-TYPE SYNTAX AtmConnDestEthernetDataSpvcEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Ethernet Data SPVC Configuration table entries." INDEX { atmConnDestDestName } ::= { atmConnDestEthernetDataSpvcCfgTable 1 } AtmConnDestEthernetDataSpvcEntry ::= SEQUENCE { atmConnDestEthernetDataSpvcQos INTEGER, atmConnDestEthernetDataSpvcPcr INTEGER, atmConnDestEthernetDataSpvcScr INTEGER, atmConnDestEthernetDataSpvcMbs INTEGER, atmConnDestEthernetDataSpvcTagging INTEGER, atmConnDestEthernetDataSpvcCLP INTEGER } atmConnDestEthernetDataSpvcQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbrnonrealtimeClass2 (3), vbrnonrealtimeClass3 (4), vbrnonrealtimeClass4 (5), vbrrealtimeClass2 (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Quality of Service." ::= { atmConnDestEthernetDataSpvcEntry 1 } atmConnDestEthernetDataSpvcPcr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate. The valid range is 0 through 353208." ::= { atmConnDestEthernetDataSpvcEntry 2 } atmConnDestEthernetDataSpvcScr OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Sustained Cell Rate. The valid range is 0 through 353208." ::= { atmConnDestEthernetDataSpvcEntry 3 } atmConnDestEthernetDataSpvcMbs OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Maximum Burst Size. The valid range is 0 through 255." ::= { atmConnDestEthernetDataSpvcEntry 4 } atmConnDestEthernetDataSpvcTagging OBJECT-TYPE SYNTAX INTEGER { no (1), yes (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Tag Cells for Congestion" ::= { atmConnDestEthernetDataSpvcEntry 5 } atmConnDestEthernetDataSpvcCLP OBJECT-TYPE SYNTAX INTEGER { clp0 (1), clp0plus1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Cell Loss Priority 0 Cell Loss Priority 0 and 1" ::= { atmConnDestEthernetDataSpvcEntry 6 } -- ====================== Connections AAL2/AAL5 Statistics ================================== atmConnectionAal2Aal5StatTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnectionAal2Aal5StatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Statistics of the AAL2/AAL5 Connection table." ::= { atmConnectionsPar 8 } atmConnectionAal2Aal5StatEntry OBJECT-TYPE SYNTAX AtmConnectionAal2Aal5StatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " AAL2/AAL5 Statistic entries." INDEX { atmConnectionAal2Aal5StatVpi, atmConnectionAal2Aal5StatVci } ::= { atmConnectionAal2Aal5StatTable 1 } AtmConnectionAal2Aal5StatEntry ::= SEQUENCE { atmConnectionAal2Aal5StatAtmIfIndex INTEGER, atmConnectionAal2Aal5StatVpi AtmVpIdentifier, atmConnectionAal2Aal5StatVci AtmVcIdentifier, atmConnectionAal2Aal5StatRxCells INTEGER, atmConnectionAal2Aal5StatTxCells INTEGER, atmConnectionAal2Aal5StatRxFrames INTEGER, atmConnectionAal2Aal5StatTxFrames INTEGER, atmConnectionAal2Aal5StatRxPduClp INTEGER, atmConnectionAal2Aal5StatTxDiscard AtmVcIdentifier, atmConnectionAal2Aal5StatRxPackErr INTEGER, atmConnectionAal2Aal5StatTbdAvailable INTEGER, atmConnectionAal2Aal5StatOverflowPdu INTEGER, atmConnectionAal2Aal5StatMaxOverflowPdu INTEGER, atmConnectionAal2Aal5StatResetStatistics INTEGER } atmConnectionAal2Aal5StatAtmIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Index to connection statistic table. This index identifies different connections of a destination." ::= { atmConnectionAal2Aal5StatEntry 1 } atmConnectionAal2Aal5StatVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VPI number for the connection statistics." ::= { atmConnectionAal2Aal5StatEntry 2 } atmConnectionAal2Aal5StatVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VCI number for the connection statistics." ::= { atmConnectionAal2Aal5StatEntry 3 } atmConnectionAal2Aal5StatRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the received cells." ::= { atmConnectionAal2Aal5StatEntry 4 } atmConnectionAal2Aal5StatTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the transmitted cells." ::= { atmConnectionAal2Aal5StatEntry 5 } atmConnectionAal2Aal5StatRxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of received frames in this connection." ::= { atmConnectionAal2Aal5StatEntry 6 } atmConnectionAal2Aal5StatTxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of transmitted frames in this connection." ::= { atmConnectionAal2Aal5StatEntry 7 } atmConnectionAal2Aal5StatRxPduClp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of received frames in this connection." ::= { atmConnectionAal2Aal5StatEntry 8 } atmConnectionAal2Aal5StatTxDiscard OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitting connection discarded." ::= { atmConnectionAal2Aal5StatEntry 9 } atmConnectionAal2Aal5StatRxPackErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Packet errors received in this connections." ::= { atmConnectionAal2Aal5StatEntry 10 } atmConnectionAal2Aal5StatTbdAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of TBD available in this connections." ::= { atmConnectionAal2Aal5StatEntry 11 } atmConnectionAal2Aal5StatOverflowPdu OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Overflow PDUs received in this connections." ::= { atmConnectionAal2Aal5StatEntry 12 } atmConnectionAal2Aal5StatMaxOverflowPdu OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Maximum number of Overflow PDUs received in this connections." ::= { atmConnectionAal2Aal5StatEntry 13 } atmConnectionAal2Aal5StatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmConnectionAal2Aal5StatEntry 14 } -- ===================== Connections AAL1 Statistics ==================================== atmConnectionAal1StatTable OBJECT-TYPE SYNTAX SEQUENCE OF AtmConnectionAal1StatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Statistics of the Aal1 Connection table." ::= { atmConnectionsPar 9 } atmConnectionAal1StatEntry OBJECT-TYPE SYNTAX AtmConnectionAal1StatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " Aal1 Statistic entries." INDEX { atmConnectionAal1StatVpi, atmConnectionAal1StatVci } ::= { atmConnectionAal1StatTable 1 } AtmConnectionAal1StatEntry ::= SEQUENCE { atmConnectionAal1StatAtmIfIndex INTEGER, atmConnectionAal1StatVpi AtmVpIdentifier, atmConnectionAal1StatVci AtmVcIdentifier, atmConnectionAal1StatRxCells INTEGER, atmConnectionAal1StatTxCells INTEGER, atmConnectionAal1StatRxCellsClp INTEGER, atmConnectionAal1StatBundleStatus DisplayString, atmConnectionAal1StatResetStatistics INTEGER } atmConnectionAal1StatAtmIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Index to connection statistic table. This index identifies different connections of a destination." ::= { atmConnectionAal1StatEntry 1 } atmConnectionAal1StatVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VPI number for the connection statistics." ::= { atmConnectionAal1StatEntry 2 } atmConnectionAal1StatVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "VCI number for the connection statistics." ::= { atmConnectionAal1StatEntry 3 } atmConnectionAal1StatRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the received cells." ::= { atmConnectionAal1StatEntry 4 } atmConnectionAal1StatTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the transmitted cells." ::= { atmConnectionAal1StatEntry 5 } atmConnectionAal1StatRxCellsClp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the CLP received cells." ::= { atmConnectionAal1StatEntry 6 } atmConnectionAal1StatBundleStatus OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the Bundle Status." ::= { atmConnectionAal1StatEntry 7 } atmConnectionAal1StatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { atmConnectionAal1StatEntry 8 } -- ============ remoteInband Destination =============== remoteInbandMgmtDestTable OBJECT-TYPE SYNTAX SEQUENCE OF RemoteInbandMgmtDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Remote Inband Destination table." ::= { remoteInbandMgmtDest 1 } remoteInbandMgmtDestEntry OBJECT-TYPE SYNTAX RemoteInbandMgmtDestEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Remote Inband Destination table entries." INDEX { remoteInbandMgmtDestName } ::= { remoteInbandMgmtDestTable 1 } RemoteInbandMgmtDestEntry ::= SEQUENCE { remoteInbandMgmtDestName DisplayString, remoteInbandMgmtDestAtmAddress DisplayString, remoteInbandMgmtDestDataConnKind INTEGER, remoteInbandMgmtDestVpi INTEGER, remoteInbandMgmtDestVci INTEGER, remoteInbandMgmtDestPeakCellRate INTEGER, remoteInbandMgmtDestSustainedCellRate INTEGER, remoteInbandMgmtDestBurstSize INTEGER, remoteInbandMgmtDestQos INTEGER, remoteInbandMgmtDestRowStatus RowStatus } remoteInbandMgmtDestName OBJECT-TYPE SYNTAX DisplayString (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "ASCII string that describes the Inband destination device. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in Inband destination name." ::= { remoteInbandMgmtDestEntry 1 } remoteInbandMgmtDestAtmAddress OBJECT-TYPE SYNTAX DisplayString (SIZE (40)) ACCESS read-write STATUS mandatory DESCRIPTION "ASCII string that has the Inband destination ATM address." ::= { remoteInbandMgmtDestEntry 2 } remoteInbandMgmtDestDataConnKind OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the Inband destination through signaling (SPVC). 1) pvc: Use a PVC connection to this destination to carry data. 2) spvc: Establish an SPVC connection to this destination to carry data." ::= { remoteInbandMgmtDestEntry 3 } remoteInbandMgmtDestVpi OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "VPI number for the connection. The range varies upon the aal2Aal5ParVpiVciRange in the aal2Aal5ParTable. The valid range may be 1.0 through 1023 or 2.0 through 2047 or 3.0 through 4095." ::= { remoteInbandMgmtDestEntry 4 } remoteInbandMgmtDestVci OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "VCI number for the connection. The range varies upon the aal2Aal5ParVpiVciRange in the aal2Aal5ParTable. The valid range may be 1.0 through 1023 or 2.0 through 2047 or 3.0 through 4095." ::= { remoteInbandMgmtDestEntry 5 } remoteInbandMgmtDestPeakCellRate OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Peak Cell Rate used in VBR traffic. (in unit of ATM cells). 0 means used line rate (Default). Maximum value: 3622 cells/second for 1.544 Mbit(T1) speed. 4528 cells/second for 2.048 Mbit(E1) speed. The valid renge is 0 through 353208." ::= { remoteInbandMgmtDestEntry 6 } remoteInbandMgmtDestSustainedCellRate OBJECT-TYPE SYNTAX INTEGER (0..353208) ACCESS read-write STATUS mandatory DESCRIPTION "Sustained Cell Rate used in VBR traffic. (in unit of ATM cells). 0 means used line rate (Default). Maximum value: 3622 cells/second for 1.544 Mbit(T1) speed. 4528 cells/second for 2.048 Mbit(E1) speed. The valid renge is 0 through 353208." ::= { remoteInbandMgmtDestEntry 7 } remoteInbandMgmtDestBurstSize OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "Burst size used in VBR traffic. (in unit of ATM cells). 0 means no burst control (Default). The minimum value of burst size must be able to handle 1500 bytes of Ethernet packet plus 8 bytes of encapsulation plus 8 bytes of AAL5 encapsulation (i.e.: 32 cells). The valid renge is 0 through 255." ::= { remoteInbandMgmtDestEntry 8 } remoteInbandMgmtDestQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbrnonrealtimeClass2 (3), vbrnonrealtimeClass3 (4), vbrnonrealtimeClass4 (5), vbrrealtimeClass2 (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Quality of Service.This is for DATA and IWF ONLY." ::= { remoteInbandMgmtDestEntry 9 } remoteInbandMgmtDestRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. In order to create a new entry,(only)all the read-write variables has to be set." ::= { remoteInbandMgmtDestEntry 10 } -- ============ remoteInband Configuration =============== remoteInbandMgmtCfgIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object provides an interface for remote Inband Management of ATM Turboexchange. The configurable IP Address is the access mechanism for the remote Network Manager." ::= { remoteInbandMgmtCfg 1 } remoteInbandMgmtCfgIpMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The Ip net-work mask associated with the above remoteInbandMgmt Ipaddress. " ::= { remoteInbandMgmtCfg 2 } remoteInbandMgmtCfgIpMode OBJECT-TYPE SYNTAX INTEGER { bridged (1) } ACCESS read-write STATUS mandatory DESCRIPTION "This defines the mode of the remote inband management traffic. It can be either 1. Bridged In Bridged mode RFC1483 Encapsulation is used." ::= { remoteInbandMgmtCfg 3 } remoteInbandMgmtCfgDefaultGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This defines the Default gateway of the remote inband management traffic. " ::= { remoteInbandMgmtCfg 4 } remoteInbandMgmtCfgSuperLevelAcc OBJECT-TYPE SYNTAX INTEGER { allUsers (1), inbandUsersOnly (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This defines the Default gateway of the remote inband management traffic. " ::= { remoteInbandMgmtCfg 5 } -- ============ remoteInband Statistics =============== remoteInbandMgmtStatsInBandDropped OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A counter for the Inband Packets dropped since the start of the session or since the previous reset. A 'reset' initializes the counter." ::= { remoteInbandMgmtStats 1 } remoteInbandMgmtStatsNonInBandDropped OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "A counter for the Non Inband Packets dropped since the start of the session or since the previous reset. A 'reset' initializes the counter." ::= { remoteInbandMgmtStats 2 } remoteInbandMgmtStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { remoteInbandMgmtStats 3 } -- vbrVoice ========================= vbrVoice { mariposaAtx50Atx150Objs 6 } -- vbrVoice Physical Layer ============= vbrVoicePhys { vbrVoice 1 } -- vbrVoice Physical Layer Parameters ======= vbrVoicePhyPar { vbrVoicePhy 1 } vbrVoicePhyTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoicePhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice physical layer link table." ::= { vbrVoicePhyPar 1 } vbrVoicePhyEntry OBJECT-TYPE SYNTAX VbrVoicePhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice physical layer link table." INDEX { vbrVoicePhyIfIndex } ::= { vbrVoicePhyTable 1 } VbrVoicePhyEntry ::= SEQUENCE { vbrVoicePhyIfIndex InterfaceIndex, vbrVoicePhyLinkEnable INTEGER, vbrVoicePhyCurrentLineType INTEGER, vbrVoicePhyStoredLineType INTEGER, vbrVoicePhyCurrentFraming INTEGER, vbrVoicePhyStoredFraming INTEGER, vbrVoicePhyCurrentLineCoding INTEGER, vbrVoicePhyStoredLineCoding INTEGER, vbrVoicePhyLineLength INTEGER, vbrVoicePhyTxClockSource INTEGER, vbrVoicePhyLoopbackMode INTEGER, vbrVoicePhySignalingMode INTEGER, vbrVoicePhyTimeElapsed INTEGER, vbrVoicePhyValidIntervals INTEGER, vbrVoicePhyLossOfSignalState INTEGER, vbrVoicePhyLossOfFrameState INTEGER, vbrVoicePhyXmtFarEndLOFFState INTEGER, vbrVoicePhyRcvFarEndLOFFState INTEGER, vbrVoicePhyAISFState INTEGER, vbrVoicePhyXmtAISFState INTEGER, vbrVoicePhyAlarmReporting INTEGER, vbrVoicePhySystemClockSource INTEGER, vbrVoicePhySystemClockSourceStatus INTEGER } vbrVoicePhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { vbrVoicePhyEntry 1 } vbrVoicePhyLinkEnable OBJECT-TYPE SYNTAX INTEGER { enable (1) } ACCESS read-only STATUS obsolete DESCRIPTION "This object is used to enable and disable link. This Object is an Obsolete Object" ::= { vbrVoicePhyEntry 2 } vbrVoicePhyCurrentLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit. It defines the link type that is currently active in the system. The link type should be changed through vbrVoicePhyStoredLineType object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { vbrVoicePhyEntry 3 } vbrVoicePhyStoredLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit that is saved in the flash. When the value of this object is different from the current value of the link type (vbrVoicePhyCurrentLineType), it means that stored link type is not currently active and it will become active only after the system is reboot. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { vbrVoicePhyEntry 4 } vbrVoicePhyCurrentFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through vbrVoicePhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { vbrVoicePhyEntry 5 } vbrVoicePhyStoredFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through vbrVoicePhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { vbrVoicePhyEntry 6 } vbrVoicePhyCurrentLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression that is currently used on this interface, which in turn affects a number of its characteristics. Since this object specifies the line coding that is effective, it should match the current link type (vbrVoicePhyCurrentLineType). The line coding of the stored link type (vbrVoicePhyStoredLineType) that will become effective after reboot should be set through 'stored line coding' (vbrVoicePhyStoredLineCoding). The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { vbrVoicePhyEntry 7 } vbrVoicePhyStoredLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression of this interface that is saved in the flash. When the value of this object (stored value) is different from the current value of the line coding (vbrVoicePhyCurrentLineCoding), it means that the stored line coding is not currently active and it will become active only after the system is reboot. The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { vbrVoicePhyEntry 8 } vbrVoicePhyLineLength OBJECT-TYPE SYNTAX INTEGER { feet-0-115-meters-0-35 (1), feet-82-213-meters-25-65 (2), feet-180-312-meters-55-95 (3), feet-279-410-meters-85-125 (4), feet-377-509-meters-115-155 (5), feet-476-607-meters-145-185 (6), feet-574-689-meters-175-210 (7), feet-689-up-meters-210-up (8) } ACCESS read-only STATUS mandatory DESCRIPTION "The length of the ds1 line in meters. This objects provides information for line build out circuitry if it exists and can use this object to adjust the line build out. It can have one of the defined ranges: 1) feet-0-115-meters-0-35: 0 to 115 feet 0 to 35 meters, 2) feet-82-213-meters-25-65: 82 to 312 feet 25 to 65 meters, 3) feet-180-312-meters-55-95: 180 to 312 feet 55 to 95 meters, 4) feet-279-410-meters-85-125: 279 to 410 feet 85 to 125 meters, 5) feet-377-509-meters-115-155: 377 to 509 feet 115 to 155 meters, 6) feet-476-607-meters-145-185: 476 to 607 feet 145 to 185 meters, 7) feet-574-689-meters-175-210: 574 to 689 feet 175 to 210 meters, 8) feet-689-up-meters-210-up: more than 689 feet more than 210 meters." ::= { vbrVoicePhyEntry 9 } vbrVoicePhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), localOscillator (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'Local Oscillator' indicates that a system clock source is used or when an external clock is attached to the box containing the interface." ::= { vbrVoicePhyEntry 10 } vbrVoicePhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoopback (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the desired loopback configuration of the interface. Agents supporting read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: noLoopback: Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoopback: The received signal at this interface does not go through the device (minimum penetration) but is looped back out. payloadLoopback: The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. localLoopback: The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. Default: noLoopback." ::= { vbrVoicePhyEntry 11 } vbrVoicePhySignalingMode OBJECT-TYPE SYNTAX INTEGER { cas (1), ccs (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies signaling mode that can be one of the following values: 1) cAS: Channel Associated Signaling (CAS) 2) cCS: Common Channel Signaling (CCS)." ::= { vbrVoicePhyEntry 12 } vbrVoicePhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS obsolete DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period. This Object is in Obsolete status" ::= { vbrVoicePhyEntry 13 } vbrVoicePhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS obsolete DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available. This Object is in Obsolete status" ::= { vbrVoicePhyEntry 14 } vbrVoicePhyLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { vbrVoicePhyEntry 15 } vbrVoicePhyLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { vbrVoicePhyEntry 16 } vbrVoicePhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Near End is transmitting the LOF indication signal." ::= { vbrVoicePhyEntry 17 } vbrVoicePhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Far End LOF failure Alarm is also known as Yellow Alarm in the DS1 case, and Distant Alarm in the E1 case. For D4 links, the Far End Alarm failure is declared when bit 6 of all channels has been zero for at least 335 ms and is cleared when bit 6 of at least one channel is non-zero for a period T, where T is usually less than one second and always less than 5 seconds. The Far End Alarm failure is not declared for D4 links when a Loss of Signal is detected. For ESF links, the Far End Alarm failure is declared if the Yellow Alarm signal pattern occurs in at least seven out of ten contiguous 16-bit pattern intervals and is cleared if the Yellow Alarm signal pattern does not occur in ten contiguous 16-bit signal pattern intervals. For E1 links, the Far End Alarm failure is declared when bit 3 of time-slot zero is received set to one on two consecutive occasions. The Far End Alarm failure is cleared when bit 3 of time-slot zero is received set to zero." ::= { vbrVoicePhyEntry 18 } vbrVoicePhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS) a.k.a Remote Alarm Indication (RAI). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { vbrVoicePhyEntry 19 } vbrVoicePhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { vbrVoicePhyEntry 20 } vbrVoicePhyAlarmReporting OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Alarm Reporting of the vbr voice." ::= { vbrVoicePhyEntry 21 } vbrVoicePhySystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { vbrVoicePhyEntry 22 } vbrVoicePhySystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { vbrVoicePhyEntry 23 } -- End of Link Table -- -- VBR Voice Phy Statistics: Current Table == vbrVoicePhyStatCurrentTable { vbrVoicePhyStats 1 } vbrVoicePhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoicePhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice physical layer current table." ::= { vbrVoicePhyStat 1 } vbrVoicePhyStatCurrentEntry OBJECT-TYPE SYNTAX VbrVoicePhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice physical layer current Statistics table." INDEX { vbrVoicePhyStatCurrentIndex } ::= { vbrVoicePhyStatCurrentTable 1 } VbrVoicePhyStatCurrentEntry ::= SEQUENCE { vbrVoicePhyStatCurrentIndex InterfaceIndex, vbrVoicePhyStatCurrentESs PerfCurrentCount, vbrVoicePhyStatCurrentSESs PerfCurrentCount, vbrVoicePhyStatCurrentSEFSs PerfCurrentCount, vbrVoicePhyStatCurrentUASs PerfCurrentCount, vbrVoicePhyStatCurrentCSSs PerfCurrentCount, vbrVoicePhyStatCurrentPCVs PerfCurrentCount, vbrVoicePhyStatCurrentLESs PerfCurrentCount, vbrVoicePhyStatCurrentBESs PerfCurrentCount, vbrVoicePhyStatCurrentLCVs PerfCurrentCount, vbrVoicePhyStatCurrentRCS PerfCurrentCount, vbrVoicePhyStatCurrentTCS PerfCurrentCount, vbrVoicePhyStatCurrentLOSFSs PerfCurrentCount, vbrVoicePhyStatCurrentLOFFSs PerfCurrentCount, vbrVoicePhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, vbrVoicePhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, vbrVoicePhyStatCurrentAISFSs PerfCurrentCount, vbrVoicePhyStatCurrentXmtAISFSs PerfCurrentCount, vbrVoicePhyStatCurrentTimeElapsed PerfCurrentCount, vbrVoicePhyStatCurrentResetStatistics INTEGER } vbrVoicePhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a vbrVoiceIfIndex object instance." ::= { vbrVoicePhyStatCurrentEntry 1 } vbrVoicePhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 2 } vbrVoicePhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 3 } vbrVoicePhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 4 } vbrVoicePhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 5 } vbrVoicePhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 6 } vbrVoicePhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 7 } vbrVoicePhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 8 } vbrVoicePhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 9 } vbrVoicePhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 10 } vbrVoicePhyStatCurrentRCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 11 } vbrVoicePhyStatCurrentTCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 12 } vbrVoicePhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 13 } vbrVoicePhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 14 } vbrVoicePhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 15 } vbrVoicePhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 16 } vbrVoicePhyStatCurrentAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 17 } vbrVoicePhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatCurrentEntry 18 } vbrVoicePhyStatCurrentTimeElapsed OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { vbrVoicePhyStatCurrentEntry 19 } vbrVoicePhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { vbrVoicePhyStatCurrentEntry 20 } -- VBR Voice Physical Layer Statistics: Interval Table == vbrVoicePhyStat { vbrVoicesical 2 } vbrVoicePhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoicePhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { vbrVoicePhyStat 2 } vbrVoicePhyStatIntervalEntry OBJECT-TYPE SYNTAX VbrVoicePhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { vbrVoicePhyStatIntervalIndex, vbrVoicePhyStatIntervalNumber } ::= { vbrVoicePhyStatIntervalTable 1 } VbrVoicePhyStatIntervalEntry ::= SEQUENCE { vbrVoicePhyStatIntervalIndex InterfaceIndex, vbrVoicePhyStatIntervalNumber INTEGER, vbrVoicePhyStatIntervalESs PerfIntervalCount, vbrVoicePhyStatIntervalSESs PerfIntervalCount, vbrVoicePhyStatIntervalSEFSs PerfIntervalCount, vbrVoicePhyStatIntervalUASs PerfIntervalCount, vbrVoicePhyStatIntervalCSSs PerfIntervalCount, vbrVoicePhyStatIntervalPCVs PerfIntervalCount, vbrVoicePhyStatIntervalLESs PerfIntervalCount, vbrVoicePhyStatIntervalBESs PerfIntervalCount, vbrVoicePhyStatIntervalLCVs PerfIntervalCount, vbrVoicePhyStatIntervalRCS PerfIntervalCount, vbrVoicePhyStatIntervalTCS PerfIntervalCount, vbrVoicePhyStatIntervalLOSFSs PerfIntervalCount, vbrVoicePhyStatIntervalLOFFSs PerfIntervalCount, vbrVoicePhyStatIntervalXmtFarEndLOFFSs PerfIntervalCount, vbrVoicePhyStatIntervalRcvFarEndLOFFSs PerfIntervalCount, vbrVoicePhyStatIntervalAISFSs PerfIntervalCount, vbrVoicePhyStatIntervalXmtAISFSs PerfIntervalCount, vbrVoicePhyStatIntervalValidData TruthValue, vbrVoicePhyStatIntervalResetStatistics INTEGER } vbrVoicePhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a vbrVoicePhyStatLineIndex object instance." ::= { vbrVoicePhyStatIntervalEntry 1 } vbrVoicePhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { vbrVoicePhyStatIntervalEntry 2 } vbrVoicePhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 3 } vbrVoicePhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 4 } vbrVoicePhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 5 } vbrVoicePhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { vbrVoicePhyStatIntervalEntry 6 } vbrVoicePhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 7 } vbrVoicePhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 8 } vbrVoicePhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 9 } vbrVoicePhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 10 } vbrVoicePhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { vbrVoicePhyStatIntervalEntry 11 } vbrVoicePhyStatIntervalRCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 12 } vbrVoicePhyStatIntervalTCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 13 } vbrVoicePhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 14 } vbrVoicePhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 15 } vbrVoicePhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 16 } vbrVoicePhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 17 } vbrVoicePhyStatIntervalAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 18 } vbrVoicePhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatIntervalEntry 19 } vbrVoicePhyStatIntervalValidData OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates if there is valid data for this interval." ::= { vbrVoicePhyStatIntervalEntry 20 } vbrVoicePhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { vbrVoicePhyStatIntervalEntry 21 } -- VBR Voice Physical Layer Statistics: Total Table == vbrVoicesicalStat { vbrVoicesical 2 } vbrVoicePhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoicePhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval." ::= { vbrVoicePhyStat 3 } vbrVoicePhyStatTotalEntry OBJECT-TYPE SYNTAX VbrVoicePhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { vbrVoicePhyStatTotalIndex } ::= { vbrVoicePhyStatTotalTable 1 } VbrVoicePhyStatTotalEntry ::= SEQUENCE { vbrVoicePhyStatTotalIndex InterfaceIndex, vbrVoicePhyStatTotalESs PerfTotalCount, vbrVoicePhyStatTotalSESs PerfTotalCount, vbrVoicePhyStatTotalSEFSs PerfTotalCount, vbrVoicePhyStatTotalUASs PerfTotalCount, vbrVoicePhyStatTotalCSSs PerfTotalCount, vbrVoicePhyStatTotalPCVs PerfTotalCount, vbrVoicePhyStatTotalLESs PerfTotalCount, vbrVoicePhyStatTotalBESs PerfTotalCount, vbrVoicePhyStatTotalLCVs PerfTotalCount, vbrVoicePhyStatTotalRCS PerfTotalCount, vbrVoicePhyStatTotalTCS PerfTotalCount, vbrVoicePhyStatTotalLOSFSs PerfTotalCount, vbrVoicePhyStatTotalLOFFSs PerfTotalCount, vbrVoicePhyStatTotalXmtFarEndLOFFSs PerfTotalCount, vbrVoicePhyStatTotalRcvFarEndLOFFSs PerfTotalCount, vbrVoicePhyStatTotalAISFSs PerfTotalCount, vbrVoicePhyStatTotalXmtAISFSs PerfTotalCount, vbrVoicePhyStatTotalValidIntervals PerfTotalCount, vbrVoicePhyStatTotalResetStatistics INTEGER } vbrVoicePhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a vbrVoicePhyStatLineIndex object instance." ::= { vbrVoicePhyStatTotalEntry 1 } vbrVoicePhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 2 } vbrVoicePhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 3 } vbrVoicePhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 4 } vbrVoicePhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 5 } vbrVoicePhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 6 } vbrVoicePhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 7 } vbrVoicePhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 8 } vbrVoicePhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 9 } vbrVoicePhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. Invalid 15 minute intervals count as 0." ::= { vbrVoicePhyStatTotalEntry 10 } vbrVoicePhyStatTotalRCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 11 } vbrVoicePhyStatTotalTCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 12 } vbrVoicePhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 13 } vbrVoicePhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 14 } vbrVoicePhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 15 } vbrVoicePhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 16 } vbrVoicePhyStatTotalAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 17 } vbrVoicePhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { vbrVoicePhyStatTotalEntry 18 } vbrVoicePhyStatTotalValidIntervals OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { vbrVoicePhyStatTotalEntry 19 } vbrVoicePhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { vbrVoicePhyStatTotalEntry 20 } -- VBR Voice Processing ==================== vbrVoicePhyProcessing { vbrVoice 2 } -- VBR Voice Processing Parameters ========= vbrVoiceProcessingPar { vbrVoiceProcessing 1 } -- Start of VBR Voice Processing Link Table -- vbrVoiceProcParLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Link parameters table." ::= { vbrVoiceProcessingPar 1 } vbrVoiceProcParLinkEntry OBJECT-TYPE SYNTAX VbrVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice link parameters table." INDEX { vbrVoiceProcParIfIndex } ::= { vbrVoiceProcParLinkTable 1 } VbrVoiceProcParLinkEntry ::= SEQUENCE { vbrVoiceProcParIfIndex InterfaceIndex, vbrVoiceProcParLastError INTEGER, vbrVoiceProcParLastErrorMessage DisplayString, vbrVoiceProcParLinkUptime TimeTicks, vbrVoiceProcParLinkStatus INTEGER, vbrVoiceProcParLinkStatusMessage DisplayString, vbrVoiceProcParVoiceCompanding INTEGER } vbrVoiceProcParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value of this object is ifIndex of the VBR voice link." ::= { vbrVoiceProcParLinkEntry 1 } vbrVoiceProcParLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error status." ::= { vbrVoiceProcParLinkEntry 2 } vbrVoiceProcParLastErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error message." ::= { vbrVoiceProcParLinkEntry 3 } vbrVoiceProcParLinkUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that Link has been up and running." ::= { vbrVoiceProcParLinkEntry 4 } vbrVoiceProcParLinkStatus OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status." ::= { vbrVoiceProcParLinkEntry 5 } vbrVoiceProcParLinkStatusMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status message." ::= { vbrVoiceProcParLinkEntry 6 } vbrVoiceProcParVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode." ::= { vbrVoiceProcParLinkEntry 7 } -- ========================Slot Table========================================== vbrVoiceProcParSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Slot parameters table." ::= { vbrVoiceProcessingPar 2 } vbrVoiceProcParSlotEntry OBJECT-TYPE SYNTAX VbrVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice Slot parameters table." INDEX { vbrVoiceProcParSlotIfIndex, vbrVoiceProcParSlotNo } ::= { vbrVoiceProcParSlotTable 1 } VbrVoiceProcParSlotEntry ::= SEQUENCE { vbrVoiceProcParSlotIfIndex IndexNumber, vbrVoiceProcParSlotNo INTEGER, vbrVoiceProcParJitterLen INTEGER, vbrVoiceProcParEchoCancellation INTEGER, vbrVoiceProcParPostFilterEnable INTEGER, vbrVoiceProcParSilenceSuppressionEnable INTEGER, vbrVoiceProcParHighPassFilterEnable INTEGER, vbrVoiceProcParCompressionAlgorithm INTEGER, vbrVoiceProcParChannelMode INTEGER, vbrVoiceProcParActiveCompressAlgorithm INTEGER, vbrVoiceProcParSilenceInsertion INTEGER } vbrVoiceProcParSlotIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { vbrVoiceProcParSlotEntry 1 } vbrVoiceProcParSlotNo OBJECT-TYPE SYNTAX INTEGER (0..31) ACCESS read-only STATUS mandatory DESCRIPTION "Slot number is used as an index." ::= { vbrVoiceProcParSlotEntry 2 } vbrVoiceProcParJitterLen OBJECT-TYPE SYNTAX INTEGER (30..240) ACCESS read-write STATUS mandatory DESCRIPTION "Length of the jitter buffer in unit of msec. Default: 50 msec jitter size. The range is from 30-240 msec." ::= { vbrVoiceProcParSlotEntry 3 } vbrVoiceProcParEchoCancellation OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Echo Cancellation Enabled(ECE) flag. It can have the following values: enabled: Enable Echo cancellation. disabled: Disable Echo cancellation." ::= { vbrVoiceProcParSlotEntry 4 } vbrVoiceProcParPostFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Post Filter Enable (PFE) Flag: 1 enabled, 2 disabled" ::= { vbrVoiceProcParSlotEntry 5 } vbrVoiceProcParSilenceSuppressionEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Suppression Enable (SSE) Flag: 1 enabled 2 disabled." ::= { vbrVoiceProcParSlotEntry 6 } vbrVoiceProcParHighPassFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "High Pass Filter Enabled (HPFE) flag: enabled: Enable High Pass filter. disabled: Disable High Pass filter." ::= { vbrVoiceProcParSlotEntry 7 } vbrVoiceProcParCompressionAlgorithm OBJECT-TYPE SYNTAX INTEGER { g729AandAAL5 (1), g729AandAAL2 (2), g726AThirtyTwoKbpsandAAL2 (3), g711AandAAL2 (4), g711AandAAL1 (5), g711AandAAL1andCES (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Type of suppression coder: 1. G.729A/AAL5 2. G.729A/AAL2 3. G.726A (32 Kbps)/AAL2 4. G.711A/AAL2 5. G.711A/AAL1" ::= { vbrVoiceProcParSlotEntry 8 } vbrVoiceProcParChannelMode OBJECT-TYPE SYNTAX INTEGER { voiceFaxMode (1), voiceOnlyMode (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel mode that can be either voice and fax mode or voice only mode." ::= { vbrVoiceProcParSlotEntry 9 } vbrVoiceProcParActiveCompressAlgorithm OBJECT-TYPE SYNTAX INTEGER { switching (1), g729AandAAL5 (2), g729AandAAL2 (3), g726AThirtyTwoKbpsandAAL2 (4), g711AandAAL2 (5) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of Active suppression coder. 1. Switching 2. G.729A/AAL5 3. G.729A/AAL2 4. G.726A (32 Kbps)/AAL2 5. G.711A/AAL2" ::= { vbrVoiceProcParSlotEntry 10 } vbrVoiceProcParSilenceInsertion OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Insertion Flag: 1 enabled 2 disabled." ::= { vbrVoiceProcParSlotEntry 11 } -- ======== End of link table =========== -- vbrVoiceProcStatSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Slot parameters table." ::= { vbrVoiceProcessingStats 2 } vbrVoiceProcStatSlotEntry OBJECT-TYPE SYNTAX VbrVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice Slot parameters table." INDEX { vbrVoiceProcStatIfIndex, vbrVoiceProcStatSlotNo } ::= { vbrVoiceProcStatSlotTable 1 } VbrVoiceProcStatSlotEntry ::= SEQUENCE { vbrVoiceProcStatIfIndex InterfaceIndex, vbrVoiceProcStatSlotNo IndexNumber, vbrVoiceProcStatTxCells Counter, -- vbrVoiceProcStatCellSaving Counter, vbrVoiceProcStatRxCells Counter, vbrVoiceProcStatRegenCells Counter, vbrVoiceProcStatDiscardedRxCells Counter, vbrVoiceProcStatIncorrectCellLen Counter, vbrVoiceProcStatLostFaxCells Counter, vbrVoiceProcStatResetStatistics INTEGER } vbrVoiceProcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the ifIndex of the VBR link and is used as the first index." ::= { vbrVoiceProcStatSlotEntry 1 } vbrVoiceProcStatSlotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the slot number and is used as the second index." ::= { vbrVoiceProcStatSlotEntry 2 } vbrVoiceProcStatTxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells transmitted over this time slot." ::= { vbrVoiceProcStatSlotEntry 3 } vbrVoiceProcStatRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total cells received by over this time slot from the remote." ::= { vbrVoiceProcStatSlotEntry 4 } vbrVoiceProcStatRegenCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells regenerated due to silence suppression." ::= { vbrVoiceProcStatSlotEntry 5 } vbrVoiceProcStatDiscardedRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that was discarded due the unavailability of received buffer in the VBR shared ram." ::= { vbrVoiceProcStatSlotEntry 6 } vbrVoiceProcStatIncorrectCellLen OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that has incorrect cell length." ::= { vbrVoiceProcStatSlotEntry 7 } vbrVoiceProcStatLostFaxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of expected fax cells that are not received from the remote device." ::= { vbrVoiceProcStatSlotEntry 8 } vbrVoiceProcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { vbrVoiceProcStatSlotEntry 9 } -- Voice Signaling Generic ============== -- -- Voice Signaling Generic Parameters ==================== -- vbrVoiceSignalingGenParTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { vbrVoiceSignalingGenPar 1 } vbrVoiceSignalingGenParEntry OBJECT-TYPE SYNTAX VbrVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { vbrVoiceSignalingGenParIfIndex } ::= { vbrVoiceSignalingGenParTable 1 } VbrVoiceSignalingGenParEntry ::= SEQUENCE { vbrVoiceSignalingGenParIfIndex InterfaceIndex, vbrVoiceSignalingGenParExactMatchTimer INTEGER, vbrVoiceSignalingGenParExactWildMatchTimer INTEGER } vbrVoiceSignalingGenParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { vbrVoiceSignalingGenParEntry 1 } vbrVoiceSignalingGenParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { vbrVoiceSignalingGenParEntry 2 } vbrVoiceSignalingGenParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { vbrVoiceSignalingGenParEntry 3 } -- Voice Channel Assiciated Signaling (CAS) == voiceCAS { voice 3 } -- Voice CAS Parameters == voiceCASPar { voiceCAS 1 } -- Voice CAS Statistics == voiceCASStats { voiceCAS 2 } -- =========== Voice CAS =============== vbrVoiceCAS { voice 3 } -- =========== Voice Signaling Parameters ============= vbrVoiceCCSPar { vbrVoiceCCS 1 } -- The Voice TDM Link Signaling Parameters Table -- vbrVoiceCASParTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { vbrVoiceCASPar 1 } vbrVoiceCASParEntry OBJECT-TYPE SYNTAX VbrVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { vbrVoiceCASParIfIndex } ::= { vbrVoiceCASParTable 1 } VbrVoiceCASParEntry ::= SEQUENCE { vbrVoiceCASParIfIndex InterfaceIndex, vbrVoiceCASParCASType INTEGER, vbrVoiceCASParDialToneGeneration INTEGER, vbrVoiceCASParLocalRingBack INTEGER, vbrVoiceCASParTrunkConditioning INTEGER, vbrVoiceCASParCasBit INTEGER, vbrVoiceCASParNoAnswerTimer INTEGER, vbrVoiceCASParPassThru INTEGER } vbrVoiceCASParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CAS Parameters table." ::= { vbrVoiceCASParEntry 1 } vbrVoiceCASParCASType OBJECT-TYPE SYNTAX INTEGER { winkStart (1), immediateStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the signaling start which can be E&M Wink Start or Immediate Start. " ::= { vbrVoiceCASParEntry 2 } vbrVoiceCASParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { vbrVoiceCASParEntry 3 } vbrVoiceCASParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { vbrVoiceCASParEntry 4 } vbrVoiceCASParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { vbrVoiceCASParEntry 5 } vbrVoiceCASParCasBit OBJECT-TYPE SYNTAX INTEGER { zero (1), one (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set ABCD bit to all ZERO (disabled) or all ONE (enabled). If AVM card, disallowed." ::= { vbrVoiceCASParEntry 6 } vbrVoiceCASParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the system waits before disconnecting the connection if there is no answer. The range is from 60 to 200." ::= { vbrVoiceCASParEntry 7 } vbrVoiceCASParPassThru OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or Disables the signaling transparent model. Set enable if hook flash occurs Default = Enabled" ::= { vbrVoiceCASParEntry 8 } -- =========== Voice CCS =================== vbrVoiceCCSCCS { voice 3 } -- =========== Voice Signaling Parameters =============== vbrVoiceCCSPar { vbrVoiceCCS 1 } vbrVoiceCCSParGenTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { vbrVoiceCCSParGen 1 } vbrVoiceCCSParGenEntry OBJECT-TYPE SYNTAX VbrVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { vbrVoiceCCSParGenIfIndex } ::= { vbrVoiceCCSParGenTable 1 } VbrVoiceCCSParGenEntry ::= SEQUENCE { vbrVoiceCCSParGenIfIndex InterfaceIndex, vbrVoiceCCSParGenOverlapSending INTEGER, vbrVoiceCCSParGenLinkInterface INTEGER, vbrVoiceCCSParGenIsdnOption INTEGER, vbrVoiceCCSParGenUUIEnable INTEGER, vbrVoiceCCSParGenATTOption INTEGER, vbrVoiceCCSParGenTrunkConditioning INTEGER, vbrVoiceCCSParGenLocalRingBack INTEGER, vbrVoiceCCSParGenDeviceType INTEGER } vbrVoiceCCSParGenIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS Generic Parameters table." ::= { vbrVoiceCCSParGenEntry 1 } vbrVoiceCCSParGenOverlapSending OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables overlap sending support. Default: enable (overlap sending support)" ::= { vbrVoiceCCSParGenEntry 2 } vbrVoiceCCSParGenLinkInterface OBJECT-TYPE SYNTAX INTEGER { pri (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies ISDN's link interface. It can have one of the following values: 1) PRI." ::= { vbrVoiceCCSParGenEntry 3 } vbrVoiceCCSParGenIsdnOption OBJECT-TYPE SYNTAX INTEGER { qsig (1), etsi (2), five-ess (3), dms100 (4), dms250 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies ISDN option. It can have the following values: 1) QSIG. 2) ETSI. 3) 5ESS. 4) DMS 100. 5) DMS 250." ::= { vbrVoiceCCSParGenEntry 4 } vbrVoiceCCSParGenUUIEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { vbrVoiceCCSParGenEntry 5 } vbrVoiceCCSParGenATTOption OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { vbrVoiceCCSParGenEntry 6 } vbrVoiceCCSParGenTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, When link goes down, Calls are cleared Default: disabled." ::= { vbrVoiceCCSParGenEntry 7 } vbrVoiceCCSParGenLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { vbrVoiceCCSParGenEntry 8 } vbrVoiceCCSParGenDeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the device type which can be 1.User 2.Network 3.Symmetrical User Default : User" ::= { vbrVoiceCCSParGenEntry 9 } -- LAPD Parameters vbrVoiceCCSParLAPDTable OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { vbrVoiceCCSParLAPD 1 } vbrVoiceCCSParLAPDEntry OBJECT-TYPE SYNTAX VbrVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { vbrVoiceCCSParLAPDIfIndex } ::= { vbrVoiceCCSParLAPDTable 1 } VbrVoiceCCSParLAPDEntry ::= SEQUENCE { vbrVoiceCCSParLAPDIfIndex InterfaceIndex, vbrVoiceCCSParLAPDMode INTEGER, vbrVoiceCCSParLAPDLinkDownTimer INTEGER, vbrVoiceCCSParLAPDStatus INTEGER } vbrVoiceCCSParLAPDIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS LAPD Parameters table." ::= { vbrVoiceCCSParLAPDEntry 1 } vbrVoiceCCSParLAPDMode OBJECT-TYPE SYNTAX INTEGER { user (1), network (2) } ACCESS read-write STATUS mandatory DESCRIPTION "LAPD mode is specified by this object that can be either user (slave) or network (master)." ::= { vbrVoiceCCSParLAPDEntry 2 } vbrVoiceCCSParLAPDLinkDownTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Link down timer. Default value is 10 seconds." ::= { vbrVoiceCCSParLAPDEntry 3 } vbrVoiceCCSParLAPDStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies LAPD status that can be one of the following values: 1) up 2) down" ::= { vbrVoiceCCSParLAPDEntry 4 } -- ================== vbrVoiceCCSParL3Table OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { vbrVoiceCCSParL3 1 } vbrVoiceCCSParL3Entry OBJECT-TYPE SYNTAX VbrVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { vbrVoiceCCSParL3IfIndex } ::= { vbrVoiceCCSParL3Table 1 } VbrVoiceCCSParL3Entry ::= SEQUENCE { vbrVoiceCCSParL3IfIndex InterfaceIndex, vbrVoiceCCSParL3DeviceType INTEGER, vbrVoiceCCSParL3ServiceCategory INTEGER, vbrVoiceCCSParL3TimerT301 Timeout, vbrVoiceCCSParL3TimerT302 Timeout, vbrVoiceCCSParL3TimerT303 Timeout, vbrVoiceCCSParL3TimerT304 Timeout, vbrVoiceCCSParL3TimerT305 Timeout, vbrVoiceCCSParL3TimerT306 Timeout, vbrVoiceCCSParL3TimerT307 Timeout, vbrVoiceCCSParL3TimerT308 Timeout, vbrVoiceCCSParL3TimerT309 Timeout, vbrVoiceCCSParL3TimerT310 Timeout, vbrVoiceCCSParL3TimerT312 Timeout, vbrVoiceCCSParL3TimerT313 Timeout, vbrVoiceCCSParL3TimerT316 Timeout, vbrVoiceCCSParL3TimerT316c Timeout, vbrVoiceCCSParL3TimerT318 Timeout, vbrVoiceCCSParL3TimerT319 Timeout, vbrVoiceCCSParL3TimerT322 Timeout, vbrVoiceCCSParL3TimerT330 Timeout, vbrVoiceCCSParL3TimerT331 Timeout, vbrVoiceCCSParL3TimerT332 Timeout } vbrVoiceCCSParL3IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { vbrVoiceCCSParL3Entry 1 } vbrVoiceCCSParL3DeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS obsolete DESCRIPTION "Interface type which can be User or Network or Symmetrical user. Default is Symmetrical User. This Object is an obsolete object." ::= { vbrVoiceCCSParL3Entry 2 } vbrVoiceCCSParL3ServiceCategory OBJECT-TYPE SYNTAX INTEGER { vbr (1), cbr (2) } ACCESS read-only STATUS obsolete DESCRIPTION "Service category that is supported on link. It can be either VBR or CBR. This Object is an obsolete object." ::= { vbrVoiceCCSParL3Entry 3 } -- Q931 Timers vbrVoiceCCSParL3TimerT301 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "ALERT received timer (default=0)." ::= { vbrVoiceCCSParL3Entry 4 } vbrVoiceCCSParL3TimerT302 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK sent timer (default=0)" ::= { vbrVoiceCCSParL3Entry 5 } vbrVoiceCCSParL3TimerT303 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP sent timer (t303) in milli-seconds (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 6 } vbrVoiceCCSParL3TimerT304 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK received/INFO sent (def=0)." ::= { vbrVoiceCCSParL3Entry 7 } vbrVoiceCCSParL3TimerT305 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 8 } vbrVoiceCCSParL3TimerT306 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 9 } vbrVoiceCCSParL3TimerT307 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND ACK sent (def=0)." ::= { vbrVoiceCCSParL3Entry 10 } vbrVoiceCCSParL3TimerT308 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Release sent timer (t308) in milli-seconds (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 11 } vbrVoiceCCSParL3TimerT309 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Link Down (def=18 ~10s)." ::= { vbrVoiceCCSParL3Entry 12 } vbrVoiceCCSParL3TimerT310 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Call Proceeding received timer (t310) in milli-seconds (def=18 ~10s)." ::= { vbrVoiceCCSParL3Entry 13 } vbrVoiceCCSParL3TimerT312 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Broadcast SETUP sent (def=0) ." ::= { vbrVoiceCCSParL3Entry 14 } vbrVoiceCCSParL3TimerT313 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONNECT sent (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 15 } vbrVoiceCCSParL3TimerT316 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart sent timer (t316) in milli-seconds (def=218 ~120s)." ::= { vbrVoiceCCSParL3Entry 16 } vbrVoiceCCSParL3TimerT316c OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart channel sent timer (t316c) in milli-seconds (def=109 ~60s)." ::= { vbrVoiceCCSParL3Entry 17 } vbrVoiceCCSParL3TimerT318 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "RESUME sent timer (def=0)." ::= { vbrVoiceCCSParL3Entry 18 } vbrVoiceCCSParL3TimerT319 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND sent (def=0)." ::= { vbrVoiceCCSParL3Entry 19 } vbrVoiceCCSParL3TimerT322 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Status Inquiry sent timer (t322) in milli-seconds (def=7 ~4s)." ::= { vbrVoiceCCSParL3Entry 20 } vbrVoiceCCSParL3TimerT330 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { vbrVoiceCCSParL3Entry 21 } vbrVoiceCCSParL3TimerT331 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { vbrVoiceCCSParL3Entry 22 } vbrVoiceCCSParL3TimerT332 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Service timer (def=0)." ::= { vbrVoiceCCSParL3Entry 23 } -- End of Link Signaling Parameters Table -- -- ======= vbrVoiceCCSStats VBR Voice Signaling Statistics ====== { vbrVoiceCCS 2 } -- VBR Voice TDM Q931 Statistics Table vbrVoiceCCSStatQ931Table OBJECT-TYPE SYNTAX SEQUENCE OF VbrVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics Table." ::= { vbrVoiceCCSStats 1 } vbrVoiceCCSStatQ931Entry OBJECT-TYPE SYNTAX VbrVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics for a link." INDEX { vbrVoiceCCSStatQ931SapNo } ::= { vbrVoiceCCSStatQ931Table 1 } VbrVoiceCCSStatQ931Entry ::= SEQUENCE { vbrVoiceCCSStatQ931SapNo IndexNumber, vbrVoiceCCSStatQ931IfIndex InterfaceIndex, vbrVoiceCCSStatQ931ActiveConnections Counter, vbrVoiceCCSStatQ931Connects Counter, vbrVoiceCCSStatQ931Disconnects Counter, vbrVoiceCCSStatQ931RxAlerting Counter, vbrVoiceCCSStatQ931RxCallProc Counter, vbrVoiceCCSStatQ931RxConn Counter, vbrVoiceCCSStatQ931RxConnAck Counter, vbrVoiceCCSStatQ931RxProgress Counter, vbrVoiceCCSStatQ931RxSetup Counter, vbrVoiceCCSStatQ931RxSetupAck Counter, vbrVoiceCCSStatQ931RxDisconn Counter, vbrVoiceCCSStatQ931RxRel Counter, vbrVoiceCCSStatQ931RxRelCmplt Counter, vbrVoiceCCSStatQ931RxRst Counter, vbrVoiceCCSStatQ931RxRstAck Counter, vbrVoiceCCSStatQ931RxNotify Counter, vbrVoiceCCSStatQ931RxInfo Counter, vbrVoiceCCSStatQ931RxStat Counter, vbrVoiceCCSStatQ931RxStatInq Counter, vbrVoiceCCSStatQ931RxFacil Counter, vbrVoiceCCSStatQ931TxAlerting Counter, vbrVoiceCCSStatQ931TxCallProc Counter, vbrVoiceCCSStatQ931TxConn Counter, vbrVoiceCCSStatQ931TxConnAck Counter, vbrVoiceCCSStatQ931TxProgress Counter, vbrVoiceCCSStatQ931TxSetup Counter, vbrVoiceCCSStatQ931TxSetupAck Counter, vbrVoiceCCSStatQ931TxDisconn Counter, vbrVoiceCCSStatQ931TxRel Counter, vbrVoiceCCSStatQ931TxRelCmplt Counter, vbrVoiceCCSStatQ931TxRst Counter, vbrVoiceCCSStatQ931TxRstAck Counter, vbrVoiceCCSStatQ931TxNotify Counter, vbrVoiceCCSStatQ931TxInfo Counter, vbrVoiceCCSStatQ931TxStat Counter, vbrVoiceCCSStatQ931TxStatInq Counter, vbrVoiceCCSStatQ931TxFacil Counter, vbrVoiceCCSStatQ931RxLastCause Counter, vbrVoiceCCSStatQ931RxDiag Counter, vbrVoiceCCSStatQ931TxLastCause Counter, vbrVoiceCCSStatQ931TxDiag Counter, vbrVoiceCCSStatQ931ResetStatistics INTEGER } vbrVoiceCCSStatQ931SapNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Sap number is the index of this table." ::= { vbrVoiceCCSStatQ931Entry 1 } vbrVoiceCCSStatQ931IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object is ifIndex of the link that is associated with the SAP of each row." ::= { vbrVoiceCCSStatQ931Entry 2 } vbrVoiceCCSStatQ931ActiveConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of active connections." ::= { vbrVoiceCCSStatQ931Entry 3 } vbrVoiceCCSStatQ931Connects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of connects." ::= { vbrVoiceCCSStatQ931Entry 4 } vbrVoiceCCSStatQ931Disconnects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnects." ::= { vbrVoiceCCSStatQ931Entry 5 } vbrVoiceCCSStatQ931RxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received alerting messages." ::= { vbrVoiceCCSStatQ931Entry 6 } vbrVoiceCCSStatQ931RxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Call Proceeding messages." ::= { vbrVoiceCCSStatQ931Entry 7 } vbrVoiceCCSStatQ931RxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect messages." ::= { vbrVoiceCCSStatQ931Entry 8 } vbrVoiceCCSStatQ931RxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect Acknowledge messages." ::= { vbrVoiceCCSStatQ931Entry 9 } vbrVoiceCCSStatQ931RxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Progress messages." ::= { vbrVoiceCCSStatQ931Entry 10 } vbrVoiceCCSStatQ931RxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup messages." ::= { vbrVoiceCCSStatQ931Entry 11 } vbrVoiceCCSStatQ931RxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup Acknowledge messages." ::= { vbrVoiceCCSStatQ931Entry 12 } vbrVoiceCCSStatQ931RxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect messages." ::= { vbrVoiceCCSStatQ931Entry 13 } vbrVoiceCCSStatQ931RxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release messages." ::= { vbrVoiceCCSStatQ931Entry 14 } vbrVoiceCCSStatQ931RxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release Complete messages." ::= { vbrVoiceCCSStatQ931Entry 15 } vbrVoiceCCSStatQ931RxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset messages." ::= { vbrVoiceCCSStatQ931Entry 16 } vbrVoiceCCSStatQ931RxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset Acknowledge messages." ::= { vbrVoiceCCSStatQ931Entry 17 } vbrVoiceCCSStatQ931RxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Notify messages." ::= { vbrVoiceCCSStatQ931Entry 18 } vbrVoiceCCSStatQ931RxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Info messages." ::= { vbrVoiceCCSStatQ931Entry 19 } vbrVoiceCCSStatQ931RxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status messages." ::= { vbrVoiceCCSStatQ931Entry 20 } vbrVoiceCCSStatQ931RxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status Inquiry messages." ::= { vbrVoiceCCSStatQ931Entry 21 } vbrVoiceCCSStatQ931RxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Facility messages." ::= { vbrVoiceCCSStatQ931Entry 22 } -- Transmit vbrVoiceCCSStatQ931TxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Alerting messages." ::= { vbrVoiceCCSStatQ931Entry 23 } vbrVoiceCCSStatQ931TxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Call Proceeding messages." ::= { vbrVoiceCCSStatQ931Entry 24 } vbrVoiceCCSStatQ931TxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect messages." ::= { vbrVoiceCCSStatQ931Entry 25 } vbrVoiceCCSStatQ931TxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect Acknowledge messages." ::= { vbrVoiceCCSStatQ931Entry 26 } vbrVoiceCCSStatQ931TxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Progress messages." ::= { vbrVoiceCCSStatQ931Entry 27 } vbrVoiceCCSStatQ931TxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { vbrVoiceCCSStatQ931Entry 28 } vbrVoiceCCSStatQ931TxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { vbrVoiceCCSStatQ931Entry 29 } vbrVoiceCCSStatQ931TxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect messages." ::= { vbrVoiceCCSStatQ931Entry 30 } vbrVoiceCCSStatQ931TxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release messages." ::= { vbrVoiceCCSStatQ931Entry 31 } vbrVoiceCCSStatQ931TxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release Complete messages." ::= { vbrVoiceCCSStatQ931Entry 32 } vbrVoiceCCSStatQ931TxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset messages." ::= { vbrVoiceCCSStatQ931Entry 33 } vbrVoiceCCSStatQ931TxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset Acknowledge messages." ::= { vbrVoiceCCSStatQ931Entry 34 } vbrVoiceCCSStatQ931TxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Notify messages." ::= { vbrVoiceCCSStatQ931Entry 35 } vbrVoiceCCSStatQ931TxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Info messages." ::= { vbrVoiceCCSStatQ931Entry 36 } vbrVoiceCCSStatQ931TxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status messages." ::= { vbrVoiceCCSStatQ931Entry 37 } vbrVoiceCCSStatQ931TxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status Inquiry messages." ::= { vbrVoiceCCSStatQ931Entry 38 } vbrVoiceCCSStatQ931TxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Facility messages." ::= { vbrVoiceCCSStatQ931Entry 39 } -- == vbrVoiceCCSStatQ931RxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received cause code." ::= { vbrVoiceCCSStatQ931Entry 40 } vbrVoiceCCSStatQ931RxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received diagnostic code." ::= { vbrVoiceCCSStatQ931Entry 41 } vbrVoiceCCSStatQ931TxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted cause code." ::= { vbrVoiceCCSStatQ931Entry 42 } vbrVoiceCCSStatQ931TxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted diagnostic code." ::= { vbrVoiceCCSStatQ931Entry 43 } vbrVoiceCCSStatQ931ResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { vbrVoiceCCSStatQ931Entry 44 } -- cbr Physical Layer ========== cbrPhy { cbr 1 } -- cbr Physical Layer Parameters === cbrPhyPar { cbrPhy 1 } cbrPhyTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice physical layer link table." ::= { cbrPhyPar 1 } cbrPhyEntry OBJECT-TYPE SYNTAX CbrPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice physical layer link table." INDEX { cbrPhyIfIndex } ::= { cbrPhyTable 1 } CbrPhyEntry ::= SEQUENCE { cbrPhyIfIndex InterfaceIndex, cbrPhyLinkEnable INTEGER, cbrPhyCurrentLineType INTEGER, cbrPhyStoredLineType INTEGER, cbrPhyCurrentFraming INTEGER, cbrPhyStoredFraming INTEGER, cbrPhyCurrentLineCoding INTEGER, cbrPhyStoredLineCoding INTEGER, cbrPhyLineLength INTEGER, cbrPhyTxClockSource INTEGER, cbrPhyLoopbackMode INTEGER, cbrPhySignalingMode INTEGER, cbrPhyTimeElapsed INTEGER, cbrPhyValidIntervals INTEGER, cbrPhyLossOfSignalState INTEGER, cbrPhyLossOfFrameState INTEGER, cbrPhyXmtFarEndLOFFState INTEGER, cbrPhyRcvFarEndLOFFState INTEGER, cbrPhyAISFState INTEGER, cbrPhyXmtAISFState INTEGER, cbrPhyAlarmReporting INTEGER, cbrPhyVoiceCompanding INTEGER, cbrPhySystemClockSource INTEGER, cbrPhySystemClockSourceStatus INTEGER } cbrPhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { cbrPhyEntry 1 } cbrPhyLinkEnable OBJECT-TYPE SYNTAX INTEGER { enable (1) } ACCESS read-only STATUS obsolete DESCRIPTION "This object is used to enable and disable link. This Object is an Obsolete Object" ::= { cbrPhyEntry 2 } cbrPhyCurrentLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit. It defines the link type that is currently active in the system. The link type should be changed through cbrPhyStoredLineType object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { cbrPhyEntry 3 } cbrPhyStoredLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit that is saved in the flash. When the value of this object is different from the current value of the link type (cbrPhyCurrentLineType), it means that stored link type is not currently active and it will become active only after the system is reboot. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { cbrPhyEntry 4 } cbrPhyCurrentFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through vbrVoicePhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { cbrPhyEntry 5 } cbrPhyStoredFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through vbrVoicePhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { cbrPhyEntry 6 } cbrPhyCurrentLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression that is currently used on this interface, which in turn affects a number of its characteristics. Since this object specifies the line coding that is effective, it should match the current link type (cbrPhyCurrentLineType). The line coding of the stored link type (cbrPhyStoredLineType) that will become effective after reboot should be set through 'stored line coding' (cbrPhyStoredLineCoding). The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { cbrPhyEntry 7 } cbrPhyStoredLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression of this interface that is saved in the flash. When the value of this object (stored value) is different from the current value of the line coding (cbrPhyCurrentLineCoding), it means that the stored line coding is not currently active and it will become active only after the system is reboot. The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { cbrPhyEntry 8 } cbrPhyLineLength OBJECT-TYPE SYNTAX INTEGER { feet-0-115-meters-0-35 (1), feet-82-213-meters-25-65 (2), feet-180-312-meters-55-95 (3), feet-279-410-meters-85-125 (4), feet-377-509-meters-115-155 (5), feet-476-607-meters-145-185 (6), feet-574-689-meters-175-210 (7), feet-689-up-meters-210-up (8) } ACCESS read-only STATUS mandatory DESCRIPTION "The length of the ds1 line in meters. This objects provides information for line build out circuitry if it exists and can use this object to adjust the line build out. It can have one of the defined ranges: 1) feet-0-115-meters-0-35: 0 to 115 feet 0 to 35 meters, 2) feet-82-213-meters-25-65: 82 to 312 feet 25 to 65 meters, 3) feet-180-312-meters-55-95: 180 to 312 feet 55 to 95 meters, 4) feet-279-410-meters-85-125: 279 to 410 feet 85 to 125 meters, 5) feet-377-509-meters-115-155: 377 to 509 feet 115 to 155 meters, 6) feet-476-607-meters-145-185: 476 to 607 feet 145 to 185 meters, 7) feet-574-689-meters-175-210: 574 to 689 feet 175 to 210 meters, 8) feet-689-up-meters-210-up: more than 689 feet more than 210 meters." ::= { cbrPhyEntry 9 } cbrPhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'SystemTiming' indicates that a system clock source is used or when an external clock is attached to the box containing the interface." ::= { cbrPhyEntry 10 } cbrPhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoopback (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the desired loopback configuration of the interface. Agents supporting read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: noLoopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out. payloadLoopback The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. localLoopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. Default: noLoopback." ::= { cbrPhyEntry 11 } cbrPhySignalingMode OBJECT-TYPE SYNTAX INTEGER { cas (1), ccs (2), cesBasic (3), cesWithCas (4), casWithoutInbanABCD (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies signaling mode for CBR link. This can have CCS mode, CAS mode, CES Basic mode or CES with CAS, CAS Without Inband ABCD Signaling." ::= { cbrPhyEntry 12 } cbrPhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS obsolete DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period. This Object is Obsolete." ::= { cbrPhyEntry 13 } cbrPhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS obsolete DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available. This Object is Obsolete." ::= { cbrPhyEntry 14 } cbrPhyLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { cbrPhyEntry 15 } cbrPhyLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { cbrPhyEntry 16 } cbrPhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near End is sending the LOF indication." ::= { cbrPhyEntry 17 } cbrPhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Far End LOF failure Alarm is also known as Yellow Alarm in the DS1 case, and Distant Alarm in the E1 case. For D4 links, the Far End Alarm failure is declared when bit 6 of all channels has been zero for at least 335 ms and is cleared when bit 6 of at least one channel is non-zero for a period T, where T is usually less than one second and always less than 5 seconds. The Far End Alarm failure is not declared for D4 links when a Loss of Signal is detected. For ESF links, the Far End Alarm failure is declared if the Yellow Alarm signal pattern occurs in at least seven out of ten contiguous 16-bit pattern intervals and is cleared if the Yellow Alarm signal pattern does not occur in ten contiguous 16-bit signal pattern intervals. For E1 links, the Far End Alarm failure is declared when bit 3 of time-slot zero is received set to one on two consecutive occasions. The Far End Alarm failure is cleared when bit 3 of time-slot zero is received set to zero." ::= { cbrPhyEntry 18 } cbrPhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS) a.k.a Remote Alarm Indication (RAI). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { cbrPhyEntry 19 } cbrPhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { cbrPhyEntry 20 } cbrPhyAlarmReporting OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Alarm Reporting of the cbr voice." ::= { cbrPhyEntry 21 } cbrPhyVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode." ::= { cbrPhyEntry 22 } cbrPhySystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { cbrPhyEntry 23 } cbrPhySystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { cbrPhyEntry 24 } -- CBR Voice Statistics -- cbrPhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CBR physical layer current table." ::= { cbrPhyStat 1 } cbrPhyStatCurrentEntry OBJECT-TYPE SYNTAX CbrPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CBR physical layer current Statistics table." INDEX { cbrPhyStatCurrentIndex } ::= { cbrPhyStatCurrentTable 1 } CbrPhyStatCurrentEntry ::= SEQUENCE { cbrPhyStatCurrentIndex InterfaceIndex, cbrPhyStatCurrentESs PerfCurrentCount, cbrPhyStatCurrentSESs PerfCurrentCount, cbrPhyStatCurrentSEFSs PerfCurrentCount, cbrPhyStatCurrentUASs PerfCurrentCount, cbrPhyStatCurrentCSSs PerfCurrentCount, cbrPhyStatCurrentPCVs PerfCurrentCount, cbrPhyStatCurrentLESs PerfCurrentCount, cbrPhyStatCurrentBESs PerfCurrentCount, cbrPhyStatCurrentLCVs PerfCurrentCount, cbrPhyStatCurrentRCS PerfCurrentCount, cbrPhyStatCurrentTCS PerfCurrentCount, cbrPhyStatCurrentLOSFSs PerfCurrentCount, cbrPhyStatCurrentLOFFSs PerfCurrentCount, cbrPhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, cbrPhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, cbrPhyStatCurrentAISFSs PerfCurrentCount, cbrPhyStatCurrentXmtAISFSs PerfCurrentCount, cbrPhyStatCurrentTimeElapsed INTEGER, cbrPhyStatCurrentResetStatistics INTEGER } cbrPhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a cbrIfIndex object instance." ::= { cbrPhyStatCurrentEntry 1 } cbrPhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 2 } cbrPhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 3 } cbrPhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 4 } cbrPhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 5 } cbrPhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 6 } cbrPhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 7 } cbrPhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 8 } cbrPhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 9 } cbrPhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 10 } cbrPhyStatCurrentRCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 11 } cbrPhyStatCurrentTCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 12 } cbrPhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 13 } cbrPhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 14 } cbrPhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 15 } cbrPhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 16 } cbrPhyStatCurrentAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 17 } cbrPhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatCurrentEntry 18 } cbrPhyStatCurrentTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { cbrPhyStatCurrentEntry 19 } cbrPhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { cbrPhyStatCurrentEntry 20 } -- CBR Voice Physical Layer Statistics: Interval Table == cbrPhyStat { cbr 2 } cbrPhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { cbrPhyStat 2 } cbrPhyStatIntervalEntry OBJECT-TYPE SYNTAX CbrPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { cbrPhyStatIntervalIndex, cbrPhyStatIntervalNumber } ::= { cbrPhyStatIntervalTable 1 } CbrPhyStatIntervalEntry ::= SEQUENCE { cbrPhyStatIntervalIndex InterfaceIndex, cbrPhyStatIntervalNumber INTEGER, cbrPhyStatIntervalESs PerfIntervalCount, cbrPhyStatIntervalSESs PerfIntervalCount, cbrPhyStatIntervalSEFSs PerfIntervalCount, cbrPhyStatIntervalUASs PerfIntervalCount, cbrPhyStatIntervalCSSs PerfIntervalCount, cbrPhyStatIntervalPCVs PerfIntervalCount, cbrPhyStatIntervalLESs PerfIntervalCount, cbrPhyStatIntervalBESs PerfIntervalCount, cbrPhyStatIntervalLCVs PerfIntervalCount, cbrPhyStatIntervalRCS PerfIntervalCount, cbrPhyStatIntervalTCS PerfIntervalCount, cbrPhyStatIntervalLOSFSs PerfIntervalCount, cbrPhyStatIntervalLOFFSs PerfIntervalCount, cbrPhyStatIntervalXmtFarEndLOFFSs PerfIntervalCount, cbrPhyStatIntervalRcvFarEndLOFFSs PerfIntervalCount, cbrPhyStatIntervalAISFSs PerfIntervalCount, cbrPhyStatIntervalXmtAISFSs PerfIntervalCount, cbrPhyStatIntervalValidData TruthValue, cbrPhyStatIntervalResetStatistics INTEGER } cbrPhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a cbrPhyStatLineIndex object instance." ::= { cbrPhyStatIntervalEntry 1 } cbrPhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { cbrPhyStatIntervalEntry 2 } cbrPhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 3 } cbrPhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 4 } cbrPhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 5 } cbrPhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { cbrPhyStatIntervalEntry 6 } cbrPhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 7 } cbrPhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 8 } cbrPhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 9 } cbrPhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 10 } cbrPhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { cbrPhyStatIntervalEntry 11 } cbrPhyStatIntervalRCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 12 } cbrPhyStatIntervalTCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 13 } cbrPhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 14 } cbrPhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 15 } cbrPhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 16 } cbrPhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 17 } cbrPhyStatIntervalAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 18 } cbrPhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatIntervalEntry 19 } cbrPhyStatIntervalValidData OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates if there is valid data for this interval." ::= { cbrPhyStatIntervalEntry 20 } cbrPhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { cbrPhyStatIntervalEntry 21 } -- CBR Voice Physical Layer Statistics: Total Table == cbrPhyStat { cbrPhy 2 } cbrPhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval." ::= { cbrPhyStat 3 } cbrPhyStatTotalEntry OBJECT-TYPE SYNTAX CbrPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { cbrPhyStatTotalIndex } ::= { cbrPhyStatTotalTable 1 } CbrPhyStatTotalEntry ::= SEQUENCE { cbrPhyStatTotalIndex InterfaceIndex, cbrPhyStatTotalESs PerfTotalCount, cbrPhyStatTotalSESs PerfTotalCount, cbrPhyStatTotalSEFSs PerfTotalCount, cbrPhyStatTotalUASs PerfTotalCount, cbrPhyStatTotalCSSs PerfTotalCount, cbrPhyStatTotalPCVs PerfTotalCount, cbrPhyStatTotalLESs PerfTotalCount, cbrPhyStatTotalBESs PerfTotalCount, cbrPhyStatTotalLCVs PerfTotalCount, cbrPhyStatTotalRCS PerfTotalCount, cbrPhyStatTotalTCS PerfTotalCount, cbrPhyStatTotalLOSFSs PerfTotalCount, cbrPhyStatTotalLOFFSs PerfTotalCount, cbrPhyStatTotalXmtFarEndLOFFSs PerfTotalCount, cbrPhyStatTotalRcvFarEndLOFFSs PerfTotalCount, cbrPhyStatTotalAISFSs PerfTotalCount, cbrPhyStatTotalXmtAISFSs PerfTotalCount, cbrPhyStatTotalValidIntervals INTEGER, cbrPhyStatTotalResetStatistics INTEGER } cbrPhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a cbrPhyStatLineIndex object instance." ::= { cbrPhyStatTotalEntry 1 } cbrPhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 2 } cbrPhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 3 } cbrPhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 4 } cbrPhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 5 } cbrPhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 6 } cbrPhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 7 } cbrPhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 8 } cbrPhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 9 } cbrPhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. Invalid 15 minute intervals count as 0." ::= { cbrPhyStatTotalEntry 10 } cbrPhyStatTotalRCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 11 } cbrPhyStatTotalTCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 12 } cbrPhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 13 } cbrPhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 14 } cbrPhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 15 } cbrPhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 16 } cbrPhyStatTotalAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 17 } cbrPhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { cbrPhyStatTotalEntry 18 } cbrPhyStatTotalValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { cbrPhyStatTotalEntry 19 } cbrPhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { cbrPhyStatTotalEntry 20 } -- CES Timeslot Assignment ============= cbrCESTSAssignment { cbrCES 1 } cbrCESTSAssignmentTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CBR Voice Bundle table." ::= { cbrCESTSAssignment 1 } cbrCESTSAssignmentEntry OBJECT-TYPE SYNTAX CbrCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a CBR Voice Bungle." INDEX { cbrCESTSAssignmentIfIndex } ::= { cbrCESTSAssignmentTable 1 } CbrCESTSAssignmentEntry ::= SEQUENCE { cbrCESTSAssignmentIfIndex InterfaceIndex, cbrCESTSAssignmentTimeslotNo INTEGER, cbrCESTSAssignmentBundleNo INTEGER } cbrCESTSAssignmentIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Interface Index of the link that corresponds to the timeslot." ::= { cbrCESTSAssignmentEntry 1 } cbrCESTSAssignmentTimeslotNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the timeslot number." ::= { cbrCESTSAssignmentEntry 2 } cbrCESTSAssignmentBundleNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the bundle number to which the timeslot belongs." ::= { cbrCESTSAssignmentEntry 3 } -- CES Parameters =========================== cbrCESParBundle { cbrCESPar 1 } -- Per bundle parameters -- cbrCESParBundleTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CBR CES Parameters table." ::= { cbrCESParBundle 1 } cbrCESParBundleEntry OBJECT-TYPE SYNTAX CbrCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "CBR CES Parameters." INDEX { cbrCESParIfIndex,cbrCESParBundleNo } ::= { cbrCESParBundleTable 1 } CbrCESParBundleEntry ::= SEQUENCE { cbrCESParIfIndex InterfaceIndex, cbrCESParBundleNo IndexNumber, cbrCESParBundleName DisplayString, cbrCESParTotTSs INTEGER, cbrCESParBandwidth INTEGER, cbrCESParVpi AtmVpIdentifier, cbrCESParVci AtmVpIdentifier, cbrCESParDestName DisplayString, cbrCESParCBRService INTEGER, cbrCESParCBRClockMode INTEGER, cbrCESParCBRStructServType INTEGER, cbrCESParPartialFill INTEGER, cbrCESParBufMaxSize INTEGER, cbrCESParCDVRxT INTEGER, cbrCESParCellLossIntegrationPeriod INTEGER, cbrCESParLinkNumber INTEGER, cbrCESParAdminStatus INTEGER, cbrCESParOperStatus INTEGER, cbrCESParOperStateReason DisplayString, cbrCESParRowStatus RowStatus, cbrCESParConnectionType INTEGER, cbrCESParRemoteBundleNum INTEGER, cbrCESParBundleType INTEGER } cbrCESParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Interface Index on which this bundle is defined." ::= { cbrCESParBundleEntry 1 } cbrCESParBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the bundle number." ::= { cbrCESParBundleEntry 2 } cbrCESParBundleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This object contains the bundle name. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in the bundle name." ::= { cbrCESParBundleEntry 3 } cbrCESParTotTSs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the total number of Time Slots of the bundle." ::= { cbrCESParBundleEntry 4 } cbrCESParBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the peak cell rate of the bundle based on the number of timeslots and partial fill." ::= { cbrCESParBundleEntry 5 } cbrCESParVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object is equal to the VPI used for the emulated circuit.If the value is -1, it means the vpi is not defined." ::= { cbrCESParBundleEntry 6 } cbrCESParVci OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object is equal to the VCI used for the emulated circuit.If the value is -1, it means the vpi is not defined." ::= { cbrCESParBundleEntry 7 } cbrCESParDestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the name of the destination ATM associated to this emulated circuit. Destination is defined in atmConnDestTable." ::= { cbrCESParBundleEntry 8 } cbrCESParCBRService OBJECT-TYPE SYNTAX INTEGER { structured (1) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines DS1/E1 service as structured. A structured (1) interface is some nx64Kbps. Structured (1) passes data bits through the ATM network, and may also pass signalling bits." ::= { cbrCESParBundleEntry 9 } cbrCESParCBRClockMode OBJECT-TYPE SYNTAX INTEGER { synchronous (1) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines DS1/E1 service clocking mode as synchronous. This maps into transmit clock source of CBR interface." ::= { cbrCESParBundleEntry 10 } cbrCESParCBRStructServType OBJECT-TYPE SYNTAX INTEGER { notApplicable (1), cesBasic (2), cesWithCas (3) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter selects which AAL1 Format should be used. It can be CES Bssic or CES with CAS. This applies to structured interfaces only. Default is CES Basic." ::= { cbrCESParBundleEntry 11 } cbrCESParPartialFill OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "If partial cell fill is used, the number of user octets per cell must be set with this parameter. Setting this parameter to zero disables partial cell fill, and causes all cells to be completely filled before they are sent. The range is from 0 to 47, but 1, 2, and 3 are not allowed. " ::= { cbrCESParBundleEntry 12 } cbrCESParBufMaxSize OBJECT-TYPE SYNTAX INTEGER (1..65536) ACCESS read-write STATUS mandatory DESCRIPTION "Define maximum size in 100 microsecond increments of the reassembly buffer. Increasing the buffer size increases the maximum delay.The valid range is 1 through 65535. The defaut value is 8000." ::= { cbrCESParBundleEntry 13 } cbrCESParCDVRxT OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum cell arrival jitter in 100 usec increments that the reassembly process will tolerate in the cell stream without producing errors on the CBR service interface. The valid range is 1 through 65535.The default value is 800." ::= { cbrCESParBundleEntry 14 } cbrCESParCellLossIntegrationPeriod OBJECT-TYPE SYNTAX INTEGER (1000..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The time in milliseconds for the cell loss integration period. If cells are continuously lost for this period of time, cbrCESStatCellLossStatus is set to loss (2). The default definition is 2500. The valid range is 1000 through 65535." ::= { cbrCESParBundleEntry 15 } cbrCESParLinkNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the link on which this bundle is defined" ::= { cbrCESParBundleEntry 16 } cbrCESParAdminStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The desired administrative status of the bundle The up and down states indicate that the traffic flow is enabled or disabled respectively." ::= { cbrCESParBundleEntry 17 } cbrCESParOperStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The operational status of the bundle. The up and down states indicate that the traffic flow is enabled or disabled respectively across the bundle. The unknown state indicates that the state of the bundle cannot be determined. The state will be down or unknown if the supporting ATM interfaces are down or unknown, respectively." ::= { cbrCESParBundleEntry 18 } cbrCESParOperStateReason OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The reason for the state of a bundle. This is only valid when the operational state of the bundle is down. AdminDown indicates the bundle is administratively set down. noTimeSlots indicates the bundle has no timeslots. noAtmConnection indicates the bundle has no ATM VC associated with it. bwUnavailable indicates the bandwidth required by the bundle for its operation exceeds the available bandwidth." ::= { cbrCESParBundleEntry 19 } cbrCESParRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new row, this object is initially set to 'createAndGo'." ::= { cbrCESParBundleEntry 20 } cbrCESParConnectionType OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the destination through signaling (SPVC). 1) pvc: Use a PVC connection to this destination to carry data. 2) spvc: Establish an SPVC connection to this destination to carry data." ::= { cbrCESParBundleEntry 21 } cbrCESParRemoteBundleNum OBJECT-TYPE SYNTAX INTEGER (1..35) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the remote bundle number at the destination is connected.This is for SPVC ONLY. Valid values are 1..35." ::= { cbrCESParBundleEntry 22 } cbrCESParBundleType OBJECT-TYPE SYNTAX INTEGER { ces (1), cbrvoice (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the remote bundle type whether this is a CBR Voice type or CES Type bundle." ::= { cbrCESParBundleEntry 23 } -- CES Statistics ============================= cbrCESStats { cbrCES 3 } cbrCESStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrCESStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CES AAL1 statistical data table." ::= { cbrCESStats 1 } cbrCESStatsEntry OBJECT-TYPE SYNTAX CbrCESStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CES AAL1 Stats table." INDEX { cbrCESStatsIfIndex, cbrCESStatsBundleNo } ::= { cbrCESStatsTable 1 } CbrCESStatsEntry ::= SEQUENCE { cbrCESStatsIfIndex InterfaceIndex, cbrCESStatsBundleNo IndexNumber, cbrCESStatsHdrErrors Counter, cbrCESStatsPointerReframes Counter, cbrCESStatsPointerParityErrors Counter, cbrCESStatsAal1SeqErrors Counter, cbrCESStatsLostCells Counter, cbrCESStatsMisinsertedCells Counter, cbrCESStatsBufUnderflows Counter, cbrCESStatsBufOverflows Counter, cbrCESStatsCellLossStatus INTEGER, cbrCESStatsResetStatistics INTEGER } cbrCESStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the Interface Index on which this bundle is defined." ::= { cbrCESStatsEntry 1 } cbrCESStatsBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the bundle number." ::= { cbrCESStatsEntry 2 } cbrCESStatsHdrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of the number of AAL1 header errors detected and possibly corrected. Header errors include correctable and uncorrectable CRC, plus bad parity." ::= { cbrCESStatsEntry 3 } cbrCESStatsPointerReframes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "This records the count of the number of events in which the AAL1 reassembler found that an SDT pointer is not where it is expected, and the pointer must be reacquired. This count is only meaningful for structured CES modes, as unstructured CES modes do not use pointers. For unstructured CES modes, this count, if present, should indicate zero." ::= { cbrCESStatsEntry 4 } cbrCESStatsPointerParityErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "This records the count of the number of events in which the AAL1 reassembler detects a parity check failure at the point where a structured data pointer is expected. This count is only meaningful for structured CES modes, as unstructured CES modes do not use pointers. For unstructured CES modes, this count, if present, should indicate zero." ::= { cbrCESStatsEntry 5 } cbrCESStatsAal1SeqErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times that the sequence number of an incoming AAL1 Type 1 SAR-PDU causes a transition from the 'sync' state to the 'out of sequence' state, as defined by ITU-T I.363.1." ::= { cbrCESStatsEntry 6 } cbrCESStatsLostCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of lost cells, as detected by the AAL1 sequence number processing, for example. This records the count of the number of cells detected as lost in the network prior to the destination CES IWF AAL1 layer processing." ::= { cbrCESStatsEntry 7 } cbrCESStatsMisinsertedCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of AAL1 sequence violations which the AAL Convergence sublayer interprets as a misinserted cell, as defined by ITU-T I.363.1." ::= { cbrCESStatsEntry 8 } cbrCESStatsBufUnderflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of buffer underflows. This records the count of the number of times the CES reassembly buffer underflows. In the case of a continuous underflow caused by a loss of ATM cell flow, a single buffer underflow should be counted. If the CES IWF is implemented with multiple buffers (such as a cell level buffer and a bit level buffer), then either buffer underflow will cause this count to be incremented." ::= { cbrCESStatsEntry 9 } cbrCESStatsBufOverflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of buffer overflows. This records the count of the number of times the CES reassembly buffer overflows. If the CES IWF is implemented with multiple buffers (such as a cell level buffer and a bit level buffer, then either buffer overflow will cause this count to be incremented." ::= { cbrCESStatsEntry 10 } cbrCESStatsCellLossStatus OBJECT-TYPE SYNTAX INTEGER { noLoss (1), loss (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION "When cells are lost for the number of milliseconds specified by cbrCESStatsCellLossIntegrationPeriod, the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1)." ::= { cbrCESStatsEntry 11 } cbrCESStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { cbrCESStatsEntry 12 } -- =========== Voice Signaling Parameters =============== cbrVoiceCCSPar { cbrVoiceCCS 1 } -- Generic Parameters cbrVoiceCCSParGenTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { cbrVoiceCCSParGen 1 } cbrVoiceCCSParGenEntry OBJECT-TYPE SYNTAX CbrVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { cbrVoiceCCSParGenIfIndex } ::= { cbrVoiceCCSParGenTable 1 } CbrVoiceCCSParGenEntry ::= SEQUENCE { cbrVoiceCCSParGenIfIndex InterfaceIndex, cbrVoiceCCSParGenOverlapSending INTEGER, cbrVoiceCCSParGenLinkInterface INTEGER, cbrVoiceCCSParGenIsdnOption INTEGER, cbrVoiceCCSParGenUUIEnable INTEGER, cbrVoiceCCSParGenATTOption INTEGER } cbrVoiceCCSParGenIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS Generic Parameters table." ::= { cbrVoiceCCSParGenEntry 1 } cbrVoiceCCSParGenOverlapSending OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables overlap sending support. Default: enable (overlap sending support)" ::= { cbrVoiceCCSParGenEntry 2 } cbrVoiceCCSParGenLinkInterface OBJECT-TYPE SYNTAX INTEGER { pri (1) -- bri (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies ISDN's link interface. It can have one of the following values: 1) PRI." -- 2) BRI." ::= { cbrVoiceCCSParGenEntry 3 } cbrVoiceCCSParGenIsdnOption OBJECT-TYPE SYNTAX INTEGER { qsig (1), etsi (2), five-ess (3), dms100 (4), dms250 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies ISDN option. It can have the following values: 1) QSIG. 2) ETSI. 3) 5ESS. 4) DMS 100. 5) DMS 250." ::= { cbrVoiceCCSParGenEntry 4 } cbrVoiceCCSParGenUUIEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { cbrVoiceCCSParGenEntry 5 } cbrVoiceCCSParGenATTOption OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { cbrVoiceCCSParGenEntry 6 } -- LAPD Parameters cbrVoiceCCSParLAPDTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { cbrVoiceCCSParLAPD 1 } cbrVoiceCCSParLAPDEntry OBJECT-TYPE SYNTAX CbrVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { cbrVoiceCCSParLAPDIfIndex } ::= { cbrVoiceCCSParLAPDTable 1 } CbrVoiceCCSParLAPDEntry ::= SEQUENCE { cbrVoiceCCSParLAPDIfIndex InterfaceIndex, cbrVoiceCCSParLAPDMode INTEGER, cbrVoiceCCSParLAPDLinkDownTimer INTEGER, cbrVoiceCCSParLAPDStatus INTEGER } cbrVoiceCCSParLAPDIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS LAPD Parameters table." ::= { cbrVoiceCCSParLAPDEntry 1 } cbrVoiceCCSParLAPDMode OBJECT-TYPE SYNTAX INTEGER { user (1), network (2) } ACCESS read-write STATUS mandatory DESCRIPTION "LAPD mode is specified by this object that can be either user (slave) or network (master)." ::= { cbrVoiceCCSParLAPDEntry 2 } cbrVoiceCCSParLAPDLinkDownTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Link down timer. Default value is 10 seconds." ::= { cbrVoiceCCSParLAPDEntry 3 } cbrVoiceCCSParLAPDStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies LAPD status that can be one of the following values: 1) up 2) down" ::= { cbrVoiceCCSParLAPDEntry 4 } -- ================= cbrVoiceCCSParL3Table OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { cbrVoiceCCSParL3 1 } cbrVoiceCCSParL3Entry OBJECT-TYPE SYNTAX CbrVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { cbrVoiceCCSParL3IfIndex } ::= { cbrVoiceCCSParL3Table 1 } CbrVoiceCCSParL3Entry ::= SEQUENCE { cbrVoiceCCSParL3IfIndex InterfaceIndex, cbrVoiceCCSParL3DeviceType INTEGER, cbrVoiceCCSParL3ServiceCategory INTEGER, cbrVoiceCCSParL3TimerT301 Timeout, cbrVoiceCCSParL3TimerT302 Timeout, cbrVoiceCCSParL3TimerT303 Timeout, cbrVoiceCCSParL3TimerT304 Timeout, cbrVoiceCCSParL3TimerT305 Timeout, cbrVoiceCCSParL3TimerT306 Timeout, cbrVoiceCCSParL3TimerT307 Timeout, cbrVoiceCCSParL3TimerT308 Timeout, cbrVoiceCCSParL3TimerT309 Timeout, cbrVoiceCCSParL3TimerT310 Timeout, cbrVoiceCCSParL3TimerT312 Timeout, cbrVoiceCCSParL3TimerT313 Timeout, cbrVoiceCCSParL3TimerT316 Timeout, cbrVoiceCCSParL3TimerT316c Timeout, cbrVoiceCCSParL3TimerT318 Timeout, cbrVoiceCCSParL3TimerT319 Timeout, cbrVoiceCCSParL3TimerT322 Timeout, cbrVoiceCCSParL3TimerT330 Timeout, cbrVoiceCCSParL3TimerT331 Timeout, cbrVoiceCCSParL3TimerT332 Timeout } cbrVoiceCCSParL3IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { cbrVoiceCCSParL3Entry 1 } cbrVoiceCCSParL3DeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS mandatory DESCRIPTION "Interface type which can be User or Network or Symmetrical user. Default is Symmetrical User." ::= { cbrVoiceCCSParL3Entry 2 } cbrVoiceCCSParL3ServiceCategory OBJECT-TYPE SYNTAX INTEGER { vbr (1), cbr (2) } ACCESS read-only STATUS obsolete DESCRIPTION "Service category that is supported on link. It can be either VBR or CBR.This object is an obsolete object." ::= { cbrVoiceCCSParL3Entry 3 } -- Q931 Timers cbrVoiceCCSParL3TimerT301 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "ALERT received timer (default=0)." ::= { cbrVoiceCCSParL3Entry 4 } cbrVoiceCCSParL3TimerT302 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK sent timer (default=0)" ::= { cbrVoiceCCSParL3Entry 5 } cbrVoiceCCSParL3TimerT303 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP sent timer (t303) in milli-seconds (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 6 } cbrVoiceCCSParL3TimerT304 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK received/INFO sent (def=0)." ::= { cbrVoiceCCSParL3Entry 7 } cbrVoiceCCSParL3TimerT305 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 8 } cbrVoiceCCSParL3TimerT306 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 9 } cbrVoiceCCSParL3TimerT307 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND ACK sent (def=0)." ::= { cbrVoiceCCSParL3Entry 10 } cbrVoiceCCSParL3TimerT308 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Release sent timer (t308) in milli-seconds (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 11 } cbrVoiceCCSParL3TimerT309 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Link Down (def=18 ~10s)." ::= { cbrVoiceCCSParL3Entry 12 } cbrVoiceCCSParL3TimerT310 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Call Proceeding received timer (t310) in milli-seconds (def=18 ~10s)." ::= { cbrVoiceCCSParL3Entry 13 } cbrVoiceCCSParL3TimerT312 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Broadcast SETUP sent (def=0) ." ::= { cbrVoiceCCSParL3Entry 14 } cbrVoiceCCSParL3TimerT313 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONNECT sent (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 15 } cbrVoiceCCSParL3TimerT316 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart sent timer (t316) in milli-seconds (def=218 ~120s)." ::= { cbrVoiceCCSParL3Entry 16 } cbrVoiceCCSParL3TimerT316c OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart channel sent timer (t316c) in milli-seconds (def=109 ~60s)." ::= { cbrVoiceCCSParL3Entry 17 } cbrVoiceCCSParL3TimerT318 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "RESUME sent timer (def=0)." ::= { cbrVoiceCCSParL3Entry 18 } cbrVoiceCCSParL3TimerT319 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND sent (def=0)." ::= { cbrVoiceCCSParL3Entry 19 } cbrVoiceCCSParL3TimerT322 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Status Inquiry sent timer (t322) in milli-seconds (def=7 ~4s)." ::= { cbrVoiceCCSParL3Entry 20 } cbrVoiceCCSParL3TimerT330 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { cbrVoiceCCSParL3Entry 21 } cbrVoiceCCSParL3TimerT331 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { cbrVoiceCCSParL3Entry 22 } cbrVoiceCCSParL3TimerT332 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Service timer (def=0)." ::= { cbrVoiceCCSParL3Entry 23 } -- End of Link Signaling Parameters Table -- cbrVoiceCCSStatQ931Table OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics Table." ::= { cbrVoiceCCSStats 1 } cbrVoiceCCSStatQ931Entry OBJECT-TYPE SYNTAX CbrVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics for a link." INDEX { cbrVoiceCCSStatQ931SapNo } ::= { cbrVoiceCCSStatQ931Table 1 } CbrVoiceCCSStatQ931Entry ::= SEQUENCE { cbrVoiceCCSStatQ931SapNo IndexNumber, cbrVoiceCCSStatQ931IfIndex InterfaceIndex, cbrVoiceCCSStatQ931ActiveConnections Counter, cbrVoiceCCSStatQ931Connects Counter, cbrVoiceCCSStatQ931Disconnects Counter, cbrVoiceCCSStatQ931RxAlerting Counter, cbrVoiceCCSStatQ931RxCallProc Counter, cbrVoiceCCSStatQ931RxConn Counter, cbrVoiceCCSStatQ931RxConnAck Counter, cbrVoiceCCSStatQ931RxProgress Counter, cbrVoiceCCSStatQ931RxSetup Counter, cbrVoiceCCSStatQ931RxSetupAck Counter, cbrVoiceCCSStatQ931RxDisconn Counter, cbrVoiceCCSStatQ931RxRel Counter, cbrVoiceCCSStatQ931RxRelCmplt Counter, cbrVoiceCCSStatQ931RxRst Counter, cbrVoiceCCSStatQ931RxRstAck Counter, cbrVoiceCCSStatQ931RxNotify Counter, cbrVoiceCCSStatQ931RxInfo Counter, cbrVoiceCCSStatQ931RxStat Counter, cbrVoiceCCSStatQ931RxStatInq Counter, cbrVoiceCCSStatQ931RxFacil Counter, cbrVoiceCCSStatQ931TxAlerting Counter, cbrVoiceCCSStatQ931TxCallProc Counter, cbrVoiceCCSStatQ931TxConn Counter, cbrVoiceCCSStatQ931TxConnAck Counter, cbrVoiceCCSStatQ931TxProgress Counter, cbrVoiceCCSStatQ931TxSetup Counter, cbrVoiceCCSStatQ931TxSetupAck Counter, cbrVoiceCCSStatQ931TxDisconn Counter, cbrVoiceCCSStatQ931TxRel Counter, cbrVoiceCCSStatQ931TxRelCmplt Counter, cbrVoiceCCSStatQ931TxRst Counter, cbrVoiceCCSStatQ931TxRstAck Counter, cbrVoiceCCSStatQ931TxNotify Counter, cbrVoiceCCSStatQ931TxInfo Counter, cbrVoiceCCSStatQ931TxStat Counter, cbrVoiceCCSStatQ931TxStatInq Counter, cbrVoiceCCSStatQ931TxFacil Counter, cbrVoiceCCSStatQ931RxLastCause Counter, cbrVoiceCCSStatQ931RxDiag Counter, cbrVoiceCCSStatQ931TxLastCause Counter, cbrVoiceCCSStatQ931TxDiag Counter, cbrVoiceCCSStatQ931ResetStatistics INTEGER } cbrVoiceCCSStatQ931SapNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Sap number is the index of this table." ::= { cbrVoiceCCSStatQ931Entry 1 } cbrVoiceCCSStatQ931IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object is ifIndex of the link that is associated with the SAP of each row." ::= { cbrVoiceCCSStatQ931Entry 2 } cbrVoiceCCSStatQ931ActiveConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of active connections." ::= { cbrVoiceCCSStatQ931Entry 3 } cbrVoiceCCSStatQ931Connects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of connects." ::= { cbrVoiceCCSStatQ931Entry 4 } cbrVoiceCCSStatQ931Disconnects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnects." ::= { cbrVoiceCCSStatQ931Entry 5 } cbrVoiceCCSStatQ931RxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received alerting messages." ::= { cbrVoiceCCSStatQ931Entry 6 } cbrVoiceCCSStatQ931RxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Call Proceeding messages." ::= { cbrVoiceCCSStatQ931Entry 7 } cbrVoiceCCSStatQ931RxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect messages." ::= { cbrVoiceCCSStatQ931Entry 8 } cbrVoiceCCSStatQ931RxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect Acknowledge messages." ::= { cbrVoiceCCSStatQ931Entry 9 } cbrVoiceCCSStatQ931RxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Progress messages." ::= { cbrVoiceCCSStatQ931Entry 10 } cbrVoiceCCSStatQ931RxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup messages." ::= { cbrVoiceCCSStatQ931Entry 11 } cbrVoiceCCSStatQ931RxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup Acknowledge messages." ::= { cbrVoiceCCSStatQ931Entry 12 } cbrVoiceCCSStatQ931RxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect messages." ::= { cbrVoiceCCSStatQ931Entry 13 } cbrVoiceCCSStatQ931RxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release messages." ::= { cbrVoiceCCSStatQ931Entry 14 } cbrVoiceCCSStatQ931RxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release Complete messages." ::= { cbrVoiceCCSStatQ931Entry 15 } cbrVoiceCCSStatQ931RxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset messages." ::= { cbrVoiceCCSStatQ931Entry 16 } cbrVoiceCCSStatQ931RxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset Acknowledge messages." ::= { cbrVoiceCCSStatQ931Entry 17 } cbrVoiceCCSStatQ931RxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Notify messages." ::= { cbrVoiceCCSStatQ931Entry 18 } cbrVoiceCCSStatQ931RxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Info messages." ::= { cbrVoiceCCSStatQ931Entry 19 } cbrVoiceCCSStatQ931RxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status messages." ::= { cbrVoiceCCSStatQ931Entry 20 } cbrVoiceCCSStatQ931RxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status Inquiry messages." ::= { cbrVoiceCCSStatQ931Entry 21 } cbrVoiceCCSStatQ931RxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Facility messages." ::= { cbrVoiceCCSStatQ931Entry 22 } -- Transmit cbrVoiceCCSStatQ931TxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Alerting messages." ::= { cbrVoiceCCSStatQ931Entry 23 } cbrVoiceCCSStatQ931TxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Call Proceeding messages." ::= { cbrVoiceCCSStatQ931Entry 24 } cbrVoiceCCSStatQ931TxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect messages." ::= { cbrVoiceCCSStatQ931Entry 25 } cbrVoiceCCSStatQ931TxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect Acknowledge messages." ::= { cbrVoiceCCSStatQ931Entry 26 } cbrVoiceCCSStatQ931TxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Progress messages." ::= { cbrVoiceCCSStatQ931Entry 27 } cbrVoiceCCSStatQ931TxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { cbrVoiceCCSStatQ931Entry 28 } cbrVoiceCCSStatQ931TxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { cbrVoiceCCSStatQ931Entry 29 } cbrVoiceCCSStatQ931TxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect messages." ::= { cbrVoiceCCSStatQ931Entry 30 } cbrVoiceCCSStatQ931TxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release messages." ::= { cbrVoiceCCSStatQ931Entry 31 } cbrVoiceCCSStatQ931TxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release Complete messages." ::= { cbrVoiceCCSStatQ931Entry 32 } cbrVoiceCCSStatQ931TxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset messages." ::= { cbrVoiceCCSStatQ931Entry 33 } cbrVoiceCCSStatQ931TxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset Acknowledge messages." ::= { cbrVoiceCCSStatQ931Entry 34 } cbrVoiceCCSStatQ931TxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Notify messages." ::= { cbrVoiceCCSStatQ931Entry 35 } cbrVoiceCCSStatQ931TxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Info messages." ::= { cbrVoiceCCSStatQ931Entry 36 } cbrVoiceCCSStatQ931TxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status messages." ::= { cbrVoiceCCSStatQ931Entry 37 } cbrVoiceCCSStatQ931TxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status Inquiry messages." ::= { cbrVoiceCCSStatQ931Entry 38 } cbrVoiceCCSStatQ931TxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Facility messages." ::= { cbrVoiceCCSStatQ931Entry 39 } -- == cbrVoiceCCSStatQ931RxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received cause code." ::= { cbrVoiceCCSStatQ931Entry 40 } cbrVoiceCCSStatQ931RxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received diagnostic code." ::= { cbrVoiceCCSStatQ931Entry 41 } cbrVoiceCCSStatQ931TxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted cause code." ::= { cbrVoiceCCSStatQ931Entry 42 } cbrVoiceCCSStatQ931TxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted diagnostic code." ::= { cbrVoiceCCSStatQ931Entry 43 } cbrVoiceCCSStatQ931ResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { cbrVoiceCCSStatQ931Entry 44 } -- cbrVoiceSignalingGenParTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { cbrVoiceSignalingGenPar 1 } cbrVoiceSignalingGenParEntry OBJECT-TYPE SYNTAX CbrVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { cbrVoiceSignalingGenParIfIndex } ::= { cbrVoiceSignalingGenParTable 1 } CbrVoiceSignalingGenParEntry ::= SEQUENCE { cbrVoiceSignalingGenParIfIndex InterfaceIndex, cbrVoiceSignalingGenParExactMatchTimer INTEGER, cbrVoiceSignalingGenParExactWildMatchTimer INTEGER } cbrVoiceSignalingGenParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { cbrVoiceSignalingGenParEntry 1 } cbrVoiceSignalingGenParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { cbrVoiceSignalingGenParEntry 2 } cbrVoiceSignalingGenParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { cbrVoiceSignalingGenParEntry 3 } -- ============= cbrVoiceCASParTable OBJECT-TYPE SYNTAX SEQUENCE OF CbrVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { cbrVoiceCASPar 1 } cbrVoiceCASParEntry OBJECT-TYPE SYNTAX CbrVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { cbrVoiceCASParIfIndex } ::= { cbrVoiceCASParTable 1 } CbrVoiceCASParEntry ::= SEQUENCE { cbrVoiceCASParIfIndex InterfaceIndex, cbrVoiceCASParCASType INTEGER, cbrVoiceCASParDialToneGeneration INTEGER, cbrVoiceCASParLocalRingBack INTEGER, cbrVoiceCASParTrunkConditioning INTEGER, cbrVoiceCASParPassThru INTEGER, cbrVoiceCASParNoAnswerTimer INTEGER, cbrVoiceCASParDialMode INTEGER, cbrVoiceCASParConditioningPattern INTEGER } cbrVoiceCASParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CAS Parameters table." ::= { cbrVoiceCASParEntry 1 } cbrVoiceCASParCASType OBJECT-TYPE SYNTAX INTEGER { winkStart (1), immediateStart (2), r2 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the signaling start which can be E&M Wink Start or Immediate Start for T1 and r2 for E1 only ." ::= { cbrVoiceCASParEntry 2 } cbrVoiceCASParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { cbrVoiceCASParEntry 3 } cbrVoiceCASParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { cbrVoiceCASParEntry 4 } cbrVoiceCASParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { cbrVoiceCASParEntry 5 } cbrVoiceCASParPassThru OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or Disables the signaling transparent model. Set enable if hook flash occurs Default = Enabled.This Object is an Obsolete Object." ::= { cbrVoiceCASParEntry 6 } cbrVoiceCASParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the System waits before disconnecting the connection if there is no answer Default:60 secs" ::= { cbrVoiceCASParEntry 7 } cbrVoiceCASParDialMode OBJECT-TYPE SYNTAX INTEGER { dtmf (1), r1 (2), r2 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Dial Mode which can be 1.DTMF 2.R1 3.R2. " ::= { cbrVoiceCASParEntry 8 } cbrVoiceCASParConditioningPattern OBJECT-TYPE SYNTAX INTEGER { idlePattern (1), busyPattern (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Conditioning pattern which can be 1.Idle Pattern 2.Busy Pattern" ::= { cbrVoiceCASParEntry 9 } -- CBR Voice Processing Parameter -- place holder for the future features -- AVMEM Phy Processing Parameters ========= avmEmPhyPar { avmEmPhy 1 } -- Start of AVMEM Phy Processing Link Table -- avmEmPhyConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmPhyConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "avm Physical configuration table." ::= { avmEmPhyPar 1 } avmEmPhyConfigEntry OBJECT-TYPE SYNTAX AvmEmPhyConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An Entry in the AVM Physical Configuration table" INDEX { avmEmPhyConfigIfIndex, avmEmPhyConfigLine } ::= { avmEmPhyConfigTable 1 } AvmEmPhyConfigEntry ::= SEQUENCE { avmEmPhyConfigIfIndex InterfaceIndex, avmEmPhyConfigLine INTEGER, avmEmPhyConfigVoiceSignaling INTEGER, avmEmPhyConfigOutputAtten INTEGER, avmEmPhyConfigInputGain INTEGER, avmEmPhyConfigImpedance INTEGER, avmEmPhyConfigStatus INTEGER, avmEmPhyConfigDialMode INTEGER, avmEmPhyConfigSigInterface INTEGER, avmEmPhyConfigSigProtocol INTEGER, avmEmPhyConfigSignalType INTEGER, avmEmPhyConfigVoiceCompanding INTEGER } avmEmPhyConfigIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { avmEmPhyConfigEntry 1 } avmEmPhyConfigLine OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "Line number is used as an index. The range is 1 to 4" ::= { avmEmPhyConfigEntry 2 } avmEmPhyConfigVoiceSignaling OBJECT-TYPE SYNTAX INTEGER { cas (1), casWithoutInbandABCDSignaling (5) } ACCESS read-write STATUS obsolete DESCRIPTION "This object identifies the voice Signaling Type The signal type changes will become active (will become the current signal type) ONLY AFTER REBOOTING the system. It can be 1.CAS 5.CAS Without Inband ABCD Signaling. This Object is an Obsolete object." ::= { avmEmPhyConfigEntry 3 } avmEmPhyConfigOutputAtten OBJECT-TYPE SYNTAX INTEGER (0..18) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Output Attention. The range is 0 to 18" ::= { avmEmPhyConfigEntry 4 } avmEmPhyConfigInputGain OBJECT-TYPE SYNTAX INTEGER (-6..18) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Input Gain. The range is -6 to 18" ::= { avmEmPhyConfigEntry 5 } avmEmPhyConfigImpedance OBJECT-TYPE SYNTAX INTEGER { sixHundred (1), nineHundred (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Impedance. It may be 1.Six Hundred 2.Nine Hundred" ::= { avmEmPhyConfigEntry 6 } avmEmPhyConfigStatus OBJECT-TYPE SYNTAX INTEGER { idle (1), maintenance (2), busy (3), fault (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the AVM connection. The status may be 1.Idle 2.Maintenance 3.Busy 4.Fault" ::= { avmEmPhyConfigEntry 7 } avmEmPhyConfigDialMode OBJECT-TYPE SYNTAX INTEGER { dtmf (1) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Dial mode." ::= { avmEmPhyConfigEntry 8 } avmEmPhyConfigSigInterface OBJECT-TYPE SYNTAX INTEGER { twoWire (1), fourWire (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Signaling Interface. The interface may be 1.Two Wired 2.Four wired" ::= { avmEmPhyConfigEntry 9 } avmEmPhyConfigSigProtocol OBJECT-TYPE SYNTAX INTEGER { winkStart (1), immediateStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Signaling Interface. The protocol may be 1. WinkStart 2. Immediate Start Note: When the signaling protocol changes from Wink start to Immediate start, changes only apply only after rebooting the system" ::= { avmEmPhyConfigEntry 10 } avmEmPhyConfigSignalType OBJECT-TYPE SYNTAX INTEGER { type1 (1), type2 (2), type5 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Signal Type. The type may be 1.Type 1 2.Type 2 3.Type 5" ::= { avmEmPhyConfigEntry 11 } avmEmPhyConfigVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS obsolete DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or Mu-law mode. This Object is an Obsolete object." ::= { avmEmPhyConfigEntry 12 } -- AVMEM Voice Processing ==================== avmEmVoiceProcessingPar { avmEMVoice 2 } -- AVMEM Voice Processing Parameters ========= avmEmVoiceProcessingPar { avmEMVoiceProcessing 1 } -- Start of AVMEM Voice Processing Link Table -- avmEmVoiceProcParLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Link parameters table." ::= { avmEmVoiceProcessingPar 1 } avmEmVoiceProcParLinkEntry OBJECT-TYPE SYNTAX AvmEmVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice link parameters table." INDEX { avmEmVoiceProcParLinkIfIndex } ::= { avmEmVoiceProcParLinkTable 1 } AvmEmVoiceProcParLinkEntry ::= SEQUENCE { avmEmVoiceProcParLinkIfIndex InterfaceIndex, avmEmVoiceProcParLinkLastError INTEGER, avmEmVoiceProcParLinkLastErrorMessage DisplayString, avmEmVoiceProcParLinkUptime TimeTicks, avmEmVoiceProcParLinkStatus INTEGER, avmEmVoiceProcParLinkStatusMessage DisplayString, avmEmVoiceProcParLinkVoiceSignalType INTEGER, avmEmVoiceProcParLinkVoiceCompanding INTEGER } avmEmVoiceProcParLinkIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value of this object is ifIndex of the AVM voice link." ::= { avmEmVoiceProcParLinkEntry 1 } avmEmVoiceProcParLinkLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error status. It can be 1.No Error 2.Error" ::= { avmEmVoiceProcParLinkEntry 2 } avmEmVoiceProcParLinkLastErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error message." ::= { avmEmVoiceProcParLinkEntry 3 } avmEmVoiceProcParLinkUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that Link has been up and running." ::= { avmEmVoiceProcParLinkEntry 4 } avmEmVoiceProcParLinkStatus OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status. It can be 1.No Error 2.Error" ::= { avmEmVoiceProcParLinkEntry 5 } avmEmVoiceProcParLinkStatusMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status message." ::= { avmEmVoiceProcParLinkEntry 6 } avmEmVoiceProcParLinkVoiceSignalType OBJECT-TYPE SYNTAX INTEGER { cas (1), casWithoutInbandABCDSignaling (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the voice Signaling Type The signal type changes will become active (will become the current signal type) ONLY AFTER REBOOTING the system. It can be 1.CAS 5.CAS Without Inband ABCD Signaling." ::= { avmEmVoiceProcParLinkEntry 7 } avmEmVoiceProcParLinkVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or Mu-law mode." ::= { avmEmVoiceProcParLinkEntry 8 } -- Slot Table -- avmEmVoiceProcParSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Slot parameters table." ::= { avmEmVoiceProcessingPar 2 } avmEmVoiceProcParSlotEntry OBJECT-TYPE SYNTAX AvmEmVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice Slot parameters table." INDEX { avmEmVoiceProcParSlotIfIndex, avmEmVoiceProcParSlotNo } ::= { avmEmVoiceProcParSlotTable 1 } AvmEmVoiceProcParSlotEntry ::= SEQUENCE { avmEmVoiceProcParSlotIfIndex IndexNumber, avmEmVoiceProcParSlotNo INTEGER, avmEmVoiceProcParJitterLen INTEGER, avmEmVoiceProcParEchoCancellation INTEGER, avmEmVoiceProcParPostFilterEnable INTEGER, avmEmVoiceProcParSilenceSuppressionEnable INTEGER, avmEmVoiceProcParHighPassFilterEnable INTEGER, avmEmVoiceProcParCompressionAlgorithm INTEGER, avmEmVoiceProcParChannelMode INTEGER, avmEmVoiceProcParActiveCompressAlgorithm INTEGER, avmEmVoiceProcParSilenceInsertion INTEGER } avmEmVoiceProcParSlotIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { avmEmVoiceProcParSlotEntry 1 } avmEmVoiceProcParSlotNo OBJECT-TYPE SYNTAX INTEGER (0..31) ACCESS read-only STATUS mandatory DESCRIPTION "Slot number is used as an index." ::= { avmEmVoiceProcParSlotEntry 2 } avmEmVoiceProcParJitterLen OBJECT-TYPE SYNTAX INTEGER (30..240) ACCESS read-write STATUS mandatory DESCRIPTION "Length of the jitter buffer in unit of msec. Default: 50 msec jitter size. The range 30-240." ::= { avmEmVoiceProcParSlotEntry 3 } avmEmVoiceProcParEchoCancellation OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Echo Cancellation Enabled(ECE) flag. It can have the following values: enabled: Enable Echo cancellation. disabled: Disable Echo cancellation." ::= { avmEmVoiceProcParSlotEntry 4 } avmEmVoiceProcParPostFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Post Filter Enable (PFE) Flag: 1 enabled, 2 disabled" ::= { avmEmVoiceProcParSlotEntry 5 } avmEmVoiceProcParSilenceSuppressionEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Suppression Enable (SSE) Flag: 1 enabled 2 disabled." ::= { avmEmVoiceProcParSlotEntry 6 } avmEmVoiceProcParHighPassFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "High Pass Filter Enabled (HPFE) flag: enabled: Enable High Pass filter. disabled: Disable High Pass filter." ::= { avmEmVoiceProcParSlotEntry 7 } avmEmVoiceProcParCompressionAlgorithm OBJECT-TYPE SYNTAX INTEGER { g729AandAAL5 (1), g729AandAAL2 (2), g726AThirtyTwoKbpsandAAL2 (3), g711AandAAL2 (4), g711AandAAL1 (5), g711AandAAL1andCES (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Type of suppression coder: 1. G.729A/AAL5 2. G.729A/AAL2 3. G.726A (32 Kbps)/AAL2 4. G.711A/AAL2 5. G.711A/AAL1 6. G.711A/AAL1/CES" ::= { avmEmVoiceProcParSlotEntry 8 } avmEmVoiceProcParChannelMode OBJECT-TYPE SYNTAX INTEGER { voiceFaxMode (1), voiceOnlyMode (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel mode that can be either voice and fax mode or voice only mode." ::= { avmEmVoiceProcParSlotEntry 9 } avmEmVoiceProcParActiveCompressAlgorithm OBJECT-TYPE SYNTAX INTEGER { switching (1), g729AandAAL5 (2), g729AandAAL2 (3), g726AThirtyTwoKbpsandAAL2 (4), g711AandAAL2 (5), g711AandAAL1 (6), g711AandAAL1andCES (7) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of Active suppression coder. 1. Switching 2. G.729A/AAL5 3. G.729A/AAL2 4. G.726A (32 Kbps)/AAL2 5. G.711A/AAL2 6. G.711A/AAL1 7. G.711A/AAL1/CES" ::= { avmEmVoiceProcParSlotEntry 10 } avmEmVoiceProcParSilenceInsertion OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Insertion Flag: 1 enabled 2 disabled." ::= { avmEmVoiceProcParSlotEntry 11 } -- STATISTICS-- avmEmVoiceProcStatSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Slot parameters table." ::= { avmEmVoiceProcessingStats 1 } avmEmVoiceProcStatSlotEntry OBJECT-TYPE SYNTAX AvmEmVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice Slot parameters table." INDEX { avmEmVoiceProcStatIfIndex, avmEmVoiceProcStatSlotNo } ::= { avmEmVoiceProcStatSlotTable 1 } AvmEmVoiceProcStatSlotEntry ::= SEQUENCE { avmEmVoiceProcStatIfIndex InterfaceIndex, avmEmVoiceProcStatSlotNo IndexNumber, avmEmVoiceProcStatTxCells Counter, avmEmVoiceProcStatRxCells Counter, avmEmVoiceProcStatRegenCells Counter, avmEmVoiceProcStatDiscardedRxCells Counter, avmEmVoiceProcStatIncorrectCellLen Counter, avmEmVoiceProcStatLostFaxCells Counter, avmEmVoiceProcStatResetStatistics INTEGER } avmEmVoiceProcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the ifIndex of the AVM link and is used as the first index." ::= { avmEmVoiceProcStatSlotEntry 1 } avmEmVoiceProcStatSlotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the slot number and is used as the second index." ::= { avmEmVoiceProcStatSlotEntry 2 } avmEmVoiceProcStatTxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells transmitted over this time slot." ::= { avmEmVoiceProcStatSlotEntry 3 } avmEmVoiceProcStatRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total cells received by over this time slot from the remote." ::= { avmEmVoiceProcStatSlotEntry 4 } avmEmVoiceProcStatRegenCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells regenerated due to silence suppression." ::= { avmEmVoiceProcStatSlotEntry 5 } avmEmVoiceProcStatDiscardedRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that was discarded due the unavailability of received buffer in the AVM shared ram." ::= { avmEmVoiceProcStatSlotEntry 6 } avmEmVoiceProcStatIncorrectCellLen OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that has incorrect cell length." ::= { avmEmVoiceProcStatSlotEntry 7 } avmEmVoiceProcStatLostFaxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of expected fax cells that are not received from the remote device." ::= { avmEmVoiceProcStatSlotEntry 8 } avmEmVoiceProcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { avmEmVoiceProcStatSlotEntry 9 } -- =========================================================================================== -- AVM EM SIGNALING-- -- =========================================================================================== avmEmVoiceSignalingGenParTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { avmEmVoiceSignalingGenPar 1 } avmEmVoiceSignalingGenParEntry OBJECT-TYPE SYNTAX AvmEmVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { avmEmVoiceSignalingGenParIfIndex } ::= { avmEmVoiceSignalingGenParTable 1 } AvmEmVoiceSignalingGenParEntry ::= SEQUENCE { avmEmVoiceSignalingGenParIfIndex InterfaceIndex, avmEmVoiceSignalingGenParExactMatchTimer INTEGER, avmEmVoiceSignalingGenParExactWildMatchTimer INTEGER, avmEmVoiceSignalingGenParDialToneGeneration INTEGER, avmEmVoiceSignalingGenParLocalRingBack INTEGER, avmEmVoiceSignalingGenParPassThro INTEGER, avmEmVoiceSignalingGenParTrunkConditioning INTEGER, avmEmVoiceSignalingGenParNoAnswerTimer INTEGER } avmEmVoiceSignalingGenParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { avmEmVoiceSignalingGenParEntry 1 } avmEmVoiceSignalingGenParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { avmEmVoiceSignalingGenParEntry 2 } avmEmVoiceSignalingGenParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { avmEmVoiceSignalingGenParEntry 3 } avmEmVoiceSignalingGenParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { avmEmVoiceSignalingGenParEntry 4 } avmEmVoiceSignalingGenParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { avmEmVoiceSignalingGenParEntry 5 } avmEmVoiceSignalingGenParPassThro OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or Disables the signaling transparent model. Set enable if hook flash occurs Default = Enabled" ::= { avmEmVoiceSignalingGenParEntry 6 } avmEmVoiceSignalingGenParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { avmEmVoiceSignalingGenParEntry 7 } avmEmVoiceSignalingGenParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the System waits before disconnecting the connection if there is no answer" ::= { avmEmVoiceSignalingGenParEntry 8 } -- AVMEM CES -- -- AVM CES Timeslot Assignment -- avmEmCESTSAssignmentTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM Voice Time slot assignment table." ::= { avmEmCESTSAssignment 1 } avmEmCESTSAssignmentEntry OBJECT-TYPE SYNTAX AvmEmCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM Voice Bundle table assignment table entry." INDEX { avmEmCESTSAssignmentIfIndex, avmEmCESTSAssignmentTimeslotNo } ::= { avmEmCESTSAssignmentTable 1 } AvmEmCESTSAssignmentEntry ::= SEQUENCE { avmEmCESTSAssignmentIfIndex InterfaceIndex, avmEmCESTSAssignmentTimeslotNo INTEGER, avmEmCESTSAssignmentBundleNo INTEGER } avmEmCESTSAssignmentIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESTSAssignmentIfIndex " ::= { avmEmCESTSAssignmentEntry 1 } avmEmCESTSAssignmentTimeslotNo OBJECT-TYPE SYNTAX INTEGER(1..31) ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESTSAssignmentTimeslotNo " ::= { avmEmCESTSAssignmentEntry 2 } avmEmCESTSAssignmentBundleNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " avmEmCESTSAssignmentBundleNo " ::= { avmEmCESTSAssignmentEntry 3 } -- -- -- AVM CES Parameters -- avmEmCESParBundleTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " AVM CES Parameters table ." ::= { avmEmCESParBundle 1 } avmEmCESParBundleEntry OBJECT-TYPE SYNTAX AvmEmCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " AVM CES Parameters table entry ." INDEX { avmEmCESParIfIndex, avmEmCESParBundleNo } ::= { avmEmCESParBundleTable 1 } AvmEmCESParBundleEntry ::= SEQUENCE { avmEmCESParIfIndex InterfaceIndex, avmEmCESParBundleNo IndexNumber, avmEmCESParBundleName DisplayString, avmEmCESParTotTSs INTEGER, avmEmCESParBandwidth INTEGER, avmEmCESParVpi AtmVpIdentifier, avmEmCESParVci AtmVpIdentifier, avmEmCESParDestName DisplayString, avmEmCESParService INTEGER, avmEmCESParClockMode INTEGER, avmEmCESParStructServType INTEGER, avmEmCESParPartialFill INTEGER, avmEmCESParBufMaxSize INTEGER, avmEmCESParCDVRxT INTEGER, avmEmCESParCellLossIntegrationPeriod INTEGER, avmEmCESParLinkNumber INTEGER, avmEmCESParAdminStatus INTEGER, avmEmCESParOperStatus INTEGER, avmEmCESParOperStateReason DisplayString, avmEmCESParRowStatus RowStatus, avmEmCESParConnectionType INTEGER, avmEmCESParRemoteBundleNum INTEGER, avmEmCESParBundleType INTEGER } avmEmCESParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESParIfIndex " ::= { avmEmCESParBundleEntry 1 } avmEmCESParBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESParBundleNo " ::= { avmEmCESParBundleEntry 2 } avmEmCESParBundleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION " This object contains the bundle name. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in the bundle name. " ::= { avmEmCESParBundleEntry 3 } avmEmCESParTotTSs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the total number of Time Slots of the bundle. " ::= { avmEmCESParBundleEntry 4 } avmEmCESParBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object contains the peak cell rate of the bundle based on the number of timeslots and partial fill. " ::= { avmEmCESParBundleEntry 5 } avmEmCESParVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION " The value of this object is equal to the VPI used for the emulated circuit.If the value is -1, it means the vpi is not defined. " ::= { avmEmCESParBundleEntry 6 } avmEmCESParVci OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION " The value of this object is equal to the VCI used for the emulated circuit.If the value is -1, it means the vpi is not defined. " ::= { avmEmCESParBundleEntry 7 } avmEmCESParDestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION " avmEmCESParDestName " ::= { avmEmCESParBundleEntry 8 } avmEmCESParService OBJECT-TYPE SYNTAX INTEGER { structured (1) } ACCESS read-only STATUS mandatory DESCRIPTION " Defines DS1/E1 service as structured. A structured (1) nterface is some nx64Kbps. Structured (1) passes data bits through the ATM network, and may also pass signalling bits. " ::= { avmEmCESParBundleEntry 9 } avmEmCESParClockMode OBJECT-TYPE SYNTAX INTEGER { synchronous (1) } ACCESS read-only STATUS mandatory DESCRIPTION " Defines DS1/E1 service clocking mode as synchronous." ::= { avmEmCESParBundleEntry 10 } avmEmCESParStructServType OBJECT-TYPE SYNTAX INTEGER { notApplicable (1), cesBasic (2), cesWithCas (3) } ACCESS read-only STATUS mandatory DESCRIPTION " This parameter selects which AAL1 Format should be used. It can be CES Bssic or CES with CAS. " ::= { avmEmCESParBundleEntry 11 } avmEmCESParPartialFill OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " If partial cell fill is used, the number of user octets per cell must be set with this parameter. Setting this parameter to zero disables partial cell fill, and causes all cells to be completely filled before they are sent. The valid range is 0-47, but 1, 2, and 3 are not allowed. " ::= { avmEmCESParBundleEntry 12 } avmEmCESParBufMaxSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " Define maximum size in 100 microsecond increments of the reassembly buffer. " ::= { avmEmCESParBundleEntry 13 } avmEmCESParCDVRxT OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " The maximum cell arrival jitter in 100 usec rements that the reassembly process will tolerate in the cell stream without producing errors on the interface. " ::= { avmEmCESParBundleEntry 14 } avmEmCESParCellLossIntegrationPeriod OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " The time in milliseconds for the cell loss integration period. " ::= { avmEmCESParBundleEntry 15 } avmEmCESParLinkNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the link on which this bundle is defined. " ::= { avmEmCESParBundleEntry 16 } avmEmCESParAdminStatus OBJECT-TYPE SYNTAX INTEGER{ up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION " The desired administrative status of the bundle. The up and down states indicate that the traffice flow is enabled or disabled respectively. " ::= { avmEmCESParBundleEntry 17 } avmEmCESParOperStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2), unknown (3) } ACCESS read-only STATUS obsolete DESCRIPTION " The operational status of the bundle. At this moment, this field is not applicable to AVM. It is only applied to E1/T1 case." ::= { avmEmCESParBundleEntry 18 } avmEmCESParOperStateReason OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " The reason for the state of a bundle. At this moment, this field is not applicable to AVM. It is only applied to E1/T1 case." ::= { avmEmCESParBundleEntry 19 } avmEmCESParRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION " This object is used to create, delete or modify a row in this table. " ::= { avmEmCESParBundleEntry 20 } avmEmCESParConnectionType OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION " This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the destination through signaling (SPVC) " ::= { avmEmCESParBundleEntry 21 } avmEmCESParRemoteBundleNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " This object specifies the remote bundle number at the destination is connected.This is for ONLY. Valid values are 1..35. " ::= { avmEmCESParBundleEntry 22 } avmEmCESParBundleType OBJECT-TYPE SYNTAX INTEGER { ces (1), cbrvoice (2) } ACCESS read-only STATUS mandatory DESCRIPTION " This object specifies the remote bundle type whether this is a CBR Voice type or CES Type bundle. " ::= { avmEmCESParBundleEntry 23 } -- -- AVM CES Statistics Table -- avmEmCESStatTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmEmCESStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM CES Statistics table." ::= { avmEmCESStats 3 } avmEmCESStatEntry OBJECT-TYPE SYNTAX AvmEmCESStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM CES Statistics table entry." INDEX { avmEmCESStatsIfIndex, avmEmCESStatsBundleNo } ::= { avmEmCESStatTable 1 } AvmEmCESStatEntry ::= SEQUENCE { avmEmCESStatsIfIndex InterfaceIndex, avmEmCESStatsBundleNo IndexNumber, avmEmCESStatsHdrErrors Counter, avmEmCESStatsPointerReframes Counter, avmEmCESStatsPointerParityErrors Counter, avmEmCESStatsAal1SeqErrors Counter, avmEmCESStatsLostCells Counter, avmEmCESStatsMisinsertedCells Counter, avmEmCESStatsBufUnderflows Counter, avmEmCESStatsBufOverflows Counter, avmEmCESStatsCellLossStatus INTEGER, avmEmCESStatsResetStatistics INTEGER } avmEmCESStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsIfIndex " ::= { avmEmCESStatEntry 1 } avmEmCESStatsBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the bundle number. " ::= { avmEmCESStatEntry 2 } avmEmCESStatsHdrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsHdrErrors " ::= { avmEmCESStatEntry 3 } avmEmCESStatsPointerReframes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsPointerReframes " ::= { avmEmCESStatEntry 4 } avmEmCESStatsPointerParityErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsPointerParityErrors " ::= { avmEmCESStatEntry 5 } avmEmCESStatsAal1SeqErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsAal1SeqErrors " ::= { avmEmCESStatEntry 6 } avmEmCESStatsLostCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsLostCells " ::= { avmEmCESStatEntry 7 } avmEmCESStatsMisinsertedCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsMisinsertedCells " ::= { avmEmCESStatEntry 8 } avmEmCESStatsBufUnderflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsBufUnderflows " ::= { avmEmCESStatEntry 9 } avmEmCESStatsBufOverflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsBufOverflows " ::= { avmEmCESStatEntry 10 } avmEmCESStatsCellLossStatus OBJECT-TYPE SYNTAX INTEGER { noLoss (1), loss (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION " avmEmCESStatsCellLossStatus " ::= { avmEmCESStatEntry 11 } avmEmCESStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER{ reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION " avmEmCESStatsResetStatistics " ::= { avmEmCESStatEntry 12 } -- AVMFXS Phy Processing Parameters ========= avmFxsPhyPar { avmFxsPhy 1 } -- Start of AVMFXS Phy Processing Link Table -- avmFxsPhyConfigTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsPhyConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "avm Physical configuration table." ::= { avmFxsPhyPar 1 } avmFxsPhyConfigEntry OBJECT-TYPE SYNTAX AvmFxsPhyConfigEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An Entry in the AVM Physical Configuration table" INDEX { avmFxsPhyConfigIfIndex, avmFxsPhyConfigLine } ::= { avmFxsPhyConfigTable 1 } AvmFxsPhyConfigEntry ::= SEQUENCE { avmFxsPhyConfigIfIndex InterfaceIndex, avmFxsPhyConfigLine INTEGER, avmFxsPhyConfigSignalType INTEGER, avmFxsPhyConfigOutputAtten INTEGER, avmFxsPhyConfigInputGain INTEGER, avmFxsPhyConfigImpedance INTEGER, avmFxsPhyConfigStatus INTEGER, avmFxsPhyConfigDialMode INTEGER, avmFxsPhyConfigRingCadence DisplayString, avmFxsPhyConfigVoiceSignaling INTEGER, avmFxsPhyConfigVoiceCompanding INTEGER } avmFxsPhyConfigIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { avmFxsPhyConfigEntry 1 } avmFxsPhyConfigLine OBJECT-TYPE SYNTAX INTEGER (1..4) ACCESS read-only STATUS mandatory DESCRIPTION "Line number is used as an index." ::= { avmFxsPhyConfigEntry 2 } avmFxsPhyConfigSignalType OBJECT-TYPE SYNTAX INTEGER { loop (1), ground (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Signal Type. It can 1.Loop 2.Ground " ::= { avmFxsPhyConfigEntry 3 } avmFxsPhyConfigOutputAtten OBJECT-TYPE SYNTAX INTEGER (0..18) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Output Attenuation. The range is between 0 to 18" ::= { avmFxsPhyConfigEntry 4 } avmFxsPhyConfigInputGain OBJECT-TYPE SYNTAX INTEGER (-6..18) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Input Gain. The range is between -6 to 18" ::= { avmFxsPhyConfigEntry 5 } avmFxsPhyConfigImpedance OBJECT-TYPE SYNTAX INTEGER { sixHundred (1), nineHundred (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Impedance. It can be 1.600 2.900" ::= { avmFxsPhyConfigEntry 6 } avmFxsPhyConfigStatus OBJECT-TYPE SYNTAX INTEGER { idle (1), maintenance (2), busy (3), fault (4) } ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the status of the AVM connection. It can be 1.Idle 2.Maintenance 3.Busy 4.Fault" ::= { avmFxsPhyConfigEntry 7 } avmFxsPhyConfigDialMode OBJECT-TYPE SYNTAX INTEGER { dtmf (1) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Dial mode." ::= { avmFxsPhyConfigEntry 8 } avmFxsPhyConfigRingCadence OBJECT-TYPE SYNTAX DisplayString (SIZE (8)) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the RingCadence of the AVM connection." ::= { avmFxsPhyConfigEntry 9 } avmFxsPhyConfigVoiceSignaling OBJECT-TYPE SYNTAX INTEGER { cas (1), casWithoutInbandABCDSignaling (5) } ACCESS read-write STATUS obsolete DESCRIPTION "This object identifies the voice Signaling Type The signal type changes will become active (will become the current signal type) ONLY AFTER REBOOTING the system. It can be 1.CAS 5.CAS without Inband ABCD Signaling. This Object is an Obsolete Object." ::= { avmFxsPhyConfigEntry 10 } avmFxsPhyConfigVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS obsolete DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode. This Object is an Obsolete Object." ::= { avmFxsPhyConfigEntry 11 } -- AVMFXS Voice Processing ==================== avmFxsVoiceProcessingPar { avmFxsVoice 2 } -- AVMFXS Voice Processing Parameters ========= avmFxsVoiceProcessingPar { avmFxsVoiceProcessing 1 } -- Start of AVMFXS Voice Processing Link Table -- avmFxsVoiceProcParLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Link parameters table." ::= { avmFxsVoiceProcessingPar 1 } avmFxsVoiceProcParLinkEntry OBJECT-TYPE SYNTAX AvmFxsVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice link parameters table." INDEX { avmFxsVoiceProcParLinkIfIndex } ::= { avmFxsVoiceProcParLinkTable 1 } AvmFxsVoiceProcParLinkEntry ::= SEQUENCE { avmFxsVoiceProcParLinkIfIndex InterfaceIndex, avmFxsVoiceProcParLinkLastError INTEGER, avmFxsVoiceProcParLinkLastErrorMessage DisplayString, avmFxsVoiceProcParLinkUptime TimeTicks, avmFxsVoiceProcParLinkStatus INTEGER, avmFxsVoiceProcParLinkStatusMessage DisplayString, avmFxsVoiceProcParLinkVoiceSignaling INTEGER, avmFxsVoiceProcParLinkVoiceCompanding INTEGER } avmFxsVoiceProcParLinkIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value of this object is ifIndex of the AVM voice link." ::= { avmFxsVoiceProcParLinkEntry 1 } avmFxsVoiceProcParLinkLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error status." ::= { avmFxsVoiceProcParLinkEntry 2 } avmFxsVoiceProcParLinkLastErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error message." ::= { avmFxsVoiceProcParLinkEntry 3 } avmFxsVoiceProcParLinkUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that Link has been up and running." ::= { avmFxsVoiceProcParLinkEntry 4 } avmFxsVoiceProcParLinkStatus OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status." ::= { avmFxsVoiceProcParLinkEntry 5 } avmFxsVoiceProcParLinkStatusMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status message." ::= { avmFxsVoiceProcParLinkEntry 6 } avmFxsVoiceProcParLinkVoiceSignaling OBJECT-TYPE SYNTAX INTEGER { cas (1), casWithoutInbandABCDSignaling (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the voice Signaling Type The signal type changes will become active (will become the current signal type) ONLY AFTER REBOOTING the system. It can be 1.CAS 5.CAS without Inband ABCD Signaling" ::= { avmFxsVoiceProcParLinkEntry 7 } avmFxsVoiceProcParLinkVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode." ::= { avmFxsVoiceProcParLinkEntry 8 } -- Slot Table -- avmFxsVoiceProcParSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Slot parameters table." ::= { avmFxsVoiceProcessingPar 2 } avmFxsVoiceProcParSlotEntry OBJECT-TYPE SYNTAX AvmFxsVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice Slot parameters table." INDEX { avmFxsVoiceProcParSlotIfIndex, avmFxsVoiceProcParSlotNo } ::= { avmFxsVoiceProcParSlotTable 1 } AvmFxsVoiceProcParSlotEntry ::= SEQUENCE { avmFxsVoiceProcParSlotIfIndex IndexNumber, avmFxsVoiceProcParSlotNo INTEGER, avmFxsVoiceProcParJitterLen INTEGER, avmFxsVoiceProcParEchoCancellation INTEGER, avmFxsVoiceProcParPostFilterEnable INTEGER, avmFxsVoiceProcParSilenceSuppressionEnable INTEGER, avmFxsVoiceProcParHighPassFilterEnable INTEGER, avmFxsVoiceProcParCompressionAlgorithm INTEGER, avmFxsVoiceProcParChannelMode INTEGER, avmFxsVoiceProcParActiveCompressAlgorithm INTEGER, avmFxsVoiceProcParSilenceInsertion INTEGER } avmFxsVoiceProcParSlotIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { avmFxsVoiceProcParSlotEntry 1 } avmFxsVoiceProcParSlotNo OBJECT-TYPE SYNTAX INTEGER (0..31) ACCESS read-only STATUS mandatory DESCRIPTION "Slot number is used as an index." ::= { avmFxsVoiceProcParSlotEntry 2 } avmFxsVoiceProcParJitterLen OBJECT-TYPE SYNTAX INTEGER (30..240) ACCESS read-write STATUS mandatory DESCRIPTION "Length of the jitter buffer in unit of msec. Default: 50 msec jitter size. The range 30-240." ::= { avmFxsVoiceProcParSlotEntry 3 } avmFxsVoiceProcParEchoCancellation OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Echo Cancellation Enabled(ECE) flag. It can have the following values: enabled: Enable Echo cancellation. disabled: Disable Echo cancellation." ::= { avmFxsVoiceProcParSlotEntry 4 } avmFxsVoiceProcParPostFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Post Filter Enable (PFE) Flag: 1 enabled, 2 disabled" ::= { avmFxsVoiceProcParSlotEntry 5 } avmFxsVoiceProcParSilenceSuppressionEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Suppression Enable (SSE) Flag: 1 enabled 2 disabled." ::= { avmFxsVoiceProcParSlotEntry 6 } avmFxsVoiceProcParHighPassFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "High Pass Filter Enabled (HPFE) flag: enabled: Enable High Pass filter. disabled: Disable High Pass filter." ::= { avmFxsVoiceProcParSlotEntry 7 } avmFxsVoiceProcParCompressionAlgorithm OBJECT-TYPE SYNTAX INTEGER { g729AandAAL5 (1), g729AandAAL2 (2), g726AThirtyTwoKbpsandAAL2 (3), g711AandAAL2 (4), g711AandAAL1 (5), g711AandAAL1andCES (6) } ACCESS read-write STATUS mandatory DESCRIPTION "Type of suppression coder: 1. G.729A/AAL5 2. G.729A/AAL2 3. G.726A (32 Kbps)/AAL2 4. G.711A/AAL2 5. G.711A/AAL1 6. G.711A/AAL1/CES" ::= { avmFxsVoiceProcParSlotEntry 8 } avmFxsVoiceProcParChannelMode OBJECT-TYPE SYNTAX INTEGER { voiceFaxMode (1), voiceOnlyMode (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel mode that can be either voice and fax mode or voice only mode." ::= { avmFxsVoiceProcParSlotEntry 9 } avmFxsVoiceProcParActiveCompressAlgorithm OBJECT-TYPE SYNTAX INTEGER { switching (1), g729AandAAL5 (2), g729AandAAL2 (3), g726AThirtyTwoKbpsandAAL2 (4), g711AandAAL2 (5), g711AandAAL1 (6), g711AandAAL1andCES (7) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of Active suppression coder. 1. Switching 2. G.729A/AAL5 3. G.729A/AAL2 4. G.726A (32 Kbps)/AAL2 5. G.711A/AAL2 6. G.711A/AAL1 7. G.711A/AAL1/CES" ::= { avmFxsVoiceProcParSlotEntry 10 } avmFxsVoiceProcParSilenceInsertion OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Insertion Flag: 1 enabled 2 disabled." ::= { avmFxsVoiceProcParSlotEntry 11 } -- STATISTICS-- avmFxsVoiceProcStatSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The AVM Voice Slot parameters table." ::= { avmFxsVoiceProcessingStats 1 } avmFxsVoiceProcStatSlotEntry OBJECT-TYPE SYNTAX AvmFxsVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the AVM Voice Slot parameters table." INDEX { avmFxsVoiceProcStatIfIndex, avmFxsVoiceProcStatSlotNo } ::= { avmFxsVoiceProcStatSlotTable 1 } AvmFxsVoiceProcStatSlotEntry ::= SEQUENCE { avmFxsVoiceProcStatIfIndex InterfaceIndex, avmFxsVoiceProcStatSlotNo IndexNumber, avmFxsVoiceProcStatTxCells Counter, avmFxsVoiceProcStatRxCells Counter, avmFxsVoiceProcStatRegenCells Counter, avmFxsVoiceProcStatDiscardedRxCells Counter, avmFxsVoiceProcStatIncorrectCellLen Counter, avmFxsVoiceProcStatLostFaxCells Counter, avmFxsVoiceProcStatResetStatistics INTEGER } avmFxsVoiceProcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the ifIndex of the AVM link and is used as the first index." ::= { avmFxsVoiceProcStatSlotEntry 1 } avmFxsVoiceProcStatSlotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the slot number and is used as the second index." ::= { avmFxsVoiceProcStatSlotEntry 2 } avmFxsVoiceProcStatTxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells transmitted over this time slot." ::= { avmFxsVoiceProcStatSlotEntry 3 } avmFxsVoiceProcStatRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total cells received by over this time slot from the remote." ::= { avmFxsVoiceProcStatSlotEntry 4 } avmFxsVoiceProcStatRegenCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells regenerated due to silence suppression." ::= { avmFxsVoiceProcStatSlotEntry 5 } avmFxsVoiceProcStatDiscardedRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that was discarded due the unavailability of received buffer in the AVM shared ram." ::= { avmFxsVoiceProcStatSlotEntry 6 } avmFxsVoiceProcStatIncorrectCellLen OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that has incorrect cell length." ::= { avmFxsVoiceProcStatSlotEntry 7 } avmFxsVoiceProcStatLostFaxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of expected fax cells that are not received from the remote device." ::= { avmFxsVoiceProcStatSlotEntry 8 } avmFxsVoiceProcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { avmFxsVoiceProcStatSlotEntry 9 } -- =========================================================================================== -- AVM FXS SIGNALING-- -- =========================================================================================== avmFxsVoiceSignalingGenParTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { avmFxsVoiceSignalingGenPar 1 } avmFxsVoiceSignalingGenParEntry OBJECT-TYPE SYNTAX AvmFxsVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { avmFxsVoiceSignalingGenParIfIndex } ::= { avmFxsVoiceSignalingGenParTable 1 } AvmFxsVoiceSignalingGenParEntry ::= SEQUENCE { avmFxsVoiceSignalingGenParIfIndex InterfaceIndex, avmFxsVoiceSignalingGenParExactMatchTimer INTEGER, avmFxsVoiceSignalingGenParExactWildMatchTimer INTEGER, avmFxsVoiceSignalingGenParDialToneGeneration INTEGER, avmFxsVoiceSignalingGenParLocalRingBack INTEGER, avmFxsVoiceSignalingGenParPassThro INTEGER, avmFxsVoiceSignalingGenParTrunkConditioning INTEGER, avmFxsVoiceSignalingGenParNoAnswerTimer INTEGER } avmFxsVoiceSignalingGenParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { avmFxsVoiceSignalingGenParEntry 1 } avmFxsVoiceSignalingGenParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { avmFxsVoiceSignalingGenParEntry 2 } avmFxsVoiceSignalingGenParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { avmFxsVoiceSignalingGenParEntry 3 } avmFxsVoiceSignalingGenParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { avmFxsVoiceSignalingGenParEntry 4 } avmFxsVoiceSignalingGenParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { avmFxsVoiceSignalingGenParEntry 5 } avmFxsVoiceSignalingGenParPassThro OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or Disables the signaling transparent model. Set enable if hook flash occurs Default = Enabled" ::= { avmFxsVoiceSignalingGenParEntry 6 } avmFxsVoiceSignalingGenParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { avmFxsVoiceSignalingGenParEntry 7 } avmFxsVoiceSignalingGenParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the System waits before disconnecting the connection if there is no answer. The range is between 60 to 200" ::= { avmFxsVoiceSignalingGenParEntry 8 } --AVMFXS CES -- -- AVM CES Timeslot Assignment -- avmFxsCESTSAssignmentTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM Voice Time slot assignment table." ::= { avmFxsCESTSAssignment 1 } avmFxsCESTSAssignmentEntry OBJECT-TYPE SYNTAX AvmFxsCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM Voice Bundle table." INDEX { avmFxsCESTSAssignmentIfIndex, avmFxsCESTSAssignmentTimeslotNo} ::= { avmFxsCESTSAssignmentTable 1 } AvmFxsCESTSAssignmentEntry ::= SEQUENCE { avmFxsCESTSAssignmentIfIndex InterfaceIndex, avmFxsCESTSAssignmentTimeslotNo INTEGER, avmFxsCESTSAssignmentBundleNo INTEGER } avmFxsCESTSAssignmentIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESTSAssignmentIfIndex " ::= { avmFxsCESTSAssignmentEntry 1 } avmFxsCESTSAssignmentTimeslotNo OBJECT-TYPE SYNTAX INTEGER(1..31) ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESTSAssignmentTimeslotNo " ::= { avmFxsCESTSAssignmentEntry 2 } avmFxsCESTSAssignmentBundleNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " avmFxsCESTSAssignmentBundleNo " ::= { avmFxsCESTSAssignmentEntry 3 } -- -- -- AVM CES Parameters -- avmFxsCESParBundleTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " AVM CES Parameters table ." ::= { avmFxsCESParBundle 1 } avmFxsCESParBundleEntry OBJECT-TYPE SYNTAX AvmFxsCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " AVM CES Parameters table entry ." INDEX {avmFxsCESParIfIndex , avmFxsCESParBundleNo } ::= { avmFxsCESParBundleTable 1 } AvmFxsCESParBundleEntry ::= SEQUENCE { avmFxsCESParIfIndex InterfaceIndex, avmFxsCESParBundleNo IndexNumber, avmFxsCESParBundleName DisplayString, avmFxsCESParTotTSs INTEGER, avmFxsCESParBandwidth INTEGER, avmFxsCESParVpi AtmVpIdentifier, avmFxsCESParVci AtmVpIdentifier, avmFxsCESParDestName DisplayString, avmFxsCESParService INTEGER, avmFxsCESParClockMode INTEGER, avmFxsCESParStructServType INTEGER, avmFxsCESParPartialFill INTEGER, avmFxsCESParBufMaxSize INTEGER, avmFxsCESParCDVRxT INTEGER, avmFxsCESParCellLossIntegrationPeriod INTEGER, avmFxsCESParLinkNumber INTEGER, avmFxsCESParAdminStatus INTEGER, avmFxsCESParOperStatus INTEGER, avmFxsCESParOperStateReason DisplayString, avmFxsCESParRowStatus RowStatus, avmFxsCESParConnectionType INTEGER, avmFxsCESParRemoteBundleNum INTEGER, avmFxsCESParBundleType INTEGER } avmFxsCESParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESParIfIndex " ::= { avmFxsCESParBundleEntry 1 } avmFxsCESParBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESParBundleNo " ::= { avmFxsCESParBundleEntry 2 } avmFxsCESParBundleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION " This object contains the bundle name. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in the bundle name. " ::= { avmFxsCESParBundleEntry 3 } avmFxsCESParTotTSs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the total number of Time Slots of the bundle. " ::= { avmFxsCESParBundleEntry 4 } avmFxsCESParBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object contains the peak cell rate of the bundle based on the number of timeslots and partial fill. The valid range is 0 to 47, but 1, 2, and 3 are not allowed." ::= { avmFxsCESParBundleEntry 5 } avmFxsCESParVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION " The value of this object is equal to the VPI used for the emulated circuit.If the value is -1, it means the vpi is not defined. " ::= { avmFxsCESParBundleEntry 6 } avmFxsCESParVci OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION " The value of this object is equal to the VCI used for the emulated circuit.If the value is -1, it means the vpi is not defined. " ::= { avmFxsCESParBundleEntry 7 } avmFxsCESParDestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION " avmFxsCESParDestName " ::= { avmFxsCESParBundleEntry 8 } avmFxsCESParService OBJECT-TYPE SYNTAX INTEGER { structured (1) } ACCESS read-only STATUS mandatory DESCRIPTION " Defines DS1/E1 service as structured. A structured (1) nterface is some nx64Kbps. Structured (1) passes data bits through the ATM network, and may also pass signalling bits. " ::= { avmFxsCESParBundleEntry 9 } avmFxsCESParClockMode OBJECT-TYPE SYNTAX INTEGER { synchronous (1) } ACCESS read-only STATUS mandatory DESCRIPTION " Defines DS1/E1 service clocking mode as synchronous." ::= { avmFxsCESParBundleEntry 10 } avmFxsCESParStructServType OBJECT-TYPE SYNTAX INTEGER { notApplicable (1), cesBasic (2), cesWithCas (3) } ACCESS read-only STATUS mandatory DESCRIPTION " This parameter selects which AAL1 Format should be used. It can be CES Bssic or CES with CAS. " ::= { avmFxsCESParBundleEntry 11 } avmFxsCESParPartialFill OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " If partial cell fill is used, the number of user octets per cell must be set with this parameter. Setting this parameter to zero disables partial cell fill, and causes all cells to be completely filled before they are sent. The valid range is 0 to 47, but 1, 2, and 3 are not allowed." ::= { avmFxsCESParBundleEntry 12 } avmFxsCESParBufMaxSize OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " Define maximum size in 100 microsecond increments of the reassembly buffer. " ::= { avmFxsCESParBundleEntry 13 } avmFxsCESParCDVRxT OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " The maximum cell arrival jitter in 100 usec rements that the reassembly process will tolerate in the cell stream without producing errors on the interface. " ::= { avmFxsCESParBundleEntry 14 } avmFxsCESParCellLossIntegrationPeriod OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " The time in milliseconds for the cell loss integration period. " ::= { avmFxsCESParBundleEntry 15 } avmFxsCESParLinkNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the link on which this bundle is defined. " ::= { avmFxsCESParBundleEntry 16 } avmFxsCESParAdminStatus OBJECT-TYPE SYNTAX INTEGER{ up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION " The desired administrative status of the bundle. The up and down states indicate that the traffice flow is enabled or disabled respectively. " ::= { avmFxsCESParBundleEntry 17 } avmFxsCESParOperStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2), unknown (3) } ACCESS read-only STATUS obsolete DESCRIPTION " The operational status of the bundle. At this moment, this field is not applicable to AVM. It only can be applied to E1/T1 case. User should not use this object." ::= { avmFxsCESParBundleEntry 18 } avmFxsCESParOperStateReason OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION " The reason for the state of a bundle. At this mement, this fiend is not applicable to AVM. It only can be applied to E1/T1 case." ::= { avmFxsCESParBundleEntry 19 } avmFxsCESParRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION " This object is used to create, delete or modify a row in this table. " ::= { avmFxsCESParBundleEntry 20 } avmFxsCESParConnectionType OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION " This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the destination through signaling (SPVC) " ::= { avmFxsCESParBundleEntry 21 } avmFxsCESParRemoteBundleNum OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION " This object specifies the remote bundle number at the destination is connected.This is for ONLY. Valid values are 1..35. " ::= { avmFxsCESParBundleEntry 22 } avmFxsCESParBundleType OBJECT-TYPE SYNTAX INTEGER { ces (1), cbrvoice (2) } ACCESS read-only STATUS mandatory DESCRIPTION " This object specifies the remote bundle type whether this is a CBR Voice type or CES Type bundle. " ::= { avmFxsCESParBundleEntry 23 } -- -- AVM CES Statistics Table -- avmFxsCESStatTable OBJECT-TYPE SYNTAX SEQUENCE OF AvmFxsCESStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM CES Statistics table." ::= { avmFxsCESStats 3 } avmFxsCESStatEntry OBJECT-TYPE SYNTAX AvmFxsCESStatEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "AVM CES Statistics table entry." INDEX {avmFxsCESStatsIfIndex, avmFxsCESStatsBundleNo} ::= { avmFxsCESStatTable 1 } AvmFxsCESStatEntry ::= SEQUENCE { avmFxsCESStatsIfIndex InterfaceIndex, avmFxsCESStatsBundleNo IndexNumber, avmFxsCESStatsHdrErrors Counter, avmFxsCESStatsPointerReframes Counter, avmFxsCESStatsPointerParityErrors Counter, avmFxsCESStatsAal1SeqErrors Counter, avmFxsCESStatsLostCells Counter, avmFxsCESStatsMisinsertedCells Counter, avmFxsCESStatsBufUnderflows Counter, avmFxsCESStatsBufOverflows Counter, avmFxsCESStatsCellLossStatus INTEGER, avmFxsCESStatsResetStatistics INTEGER } avmFxsCESStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsIfIndex " ::= { avmFxsCESStatEntry 1 } avmFxsCESStatsBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION " This object identifies the bundle number. " ::= { avmFxsCESStatEntry 2 } avmFxsCESStatsHdrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsHdrErrors " ::= { avmFxsCESStatEntry 3 } avmFxsCESStatsPointerReframes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsPointerReframes " ::= { avmFxsCESStatEntry 4 } avmFxsCESStatsPointerParityErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsPointerParityErrors " ::= { avmFxsCESStatEntry 5 } avmFxsCESStatsAal1SeqErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsAal1SeqErrors " ::= { avmFxsCESStatEntry 6 } avmFxsCESStatsLostCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsLostCells " ::= { avmFxsCESStatEntry 7 } avmFxsCESStatsMisinsertedCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsMisinsertedCells " ::= { avmFxsCESStatEntry 8 } avmFxsCESStatsBufUnderflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsBufUnderflows " ::= { avmFxsCESStatEntry 9 } avmFxsCESStatsBufOverflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsBufOverflows " ::= { avmFxsCESStatEntry 10 } avmFxsCESStatsCellLossStatus OBJECT-TYPE SYNTAX INTEGER { noLoss (1), loss (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION " avmFxsCESStatsCellLossStatus " ::= { avmFxsCESStatEntry 11 } avmFxsCESStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER{ reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION " avmFxsCESStatsResetStatistics " ::= { avmFxsCESStatEntry 12 } -- =========================================================================================== -- dvmPhyTable -- =========================================================================================== -- DVM configuration group. -- =========================================================================================== dvmPhyTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice physical layer link table." ::= { dvmPhyPar 1 } dvmPhyEntry OBJECT-TYPE SYNTAX DvmPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice physical layer link table." INDEX { dvmPhyIfIndex } ::= { dvmPhyTable 1 } DvmPhyEntry ::= SEQUENCE { dvmPhyIfIndex InterfaceIndex, dvmPhyLinkEnable INTEGER, dvmPhyCurrentLineType INTEGER, dvmPhyStoredLineType INTEGER, dvmPhyCurrentFraming INTEGER, dvmPhyStoredFraming INTEGER, dvmPhyCurrentLineCoding INTEGER, dvmPhyStoredLineCoding INTEGER, dvmPhyLineLength INTEGER, dvmPhyTxClockSource INTEGER, dvmPhyLoopbackMode INTEGER, dvmPhySignalingMode INTEGER, dvmPhySystemClockSource INTEGER, dvmPhyVoiceCompanding INTEGER, dvmPhyDialMode INTEGER, dvmPhyAlarmReporting INTEGER, dvmPhyTimeElapsed INTEGER, dvmPhyValidIntervals INTEGER, dvmPhyLossOfSignalState INTEGER, dvmPhyLossOfFrameState INTEGER, dvmPhyXmtFarEndLOFFState INTEGER, dvmPhyRcvFarEndLOFFState INTEGER, dvmPhyAISFState INTEGER, dvmPhyXmtAISFState INTEGER, dvmPhySystemClockSourceStatus INTEGER } dvmPhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { dvmPhyEntry 1 } dvmPhyLinkEnable OBJECT-TYPE SYNTAX INTEGER { enable (1) } ACCESS read-only STATUS obsolete DESCRIPTION "This object is used to enable and disable link. This Object is an Obsolete Object" ::= { dvmPhyEntry 2 } dvmPhyCurrentLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit. It defines the link type that is currently active in the system. The link type should be changed through dvmPhyStoredLineType object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { dvmPhyEntry 3 } dvmPhyStoredLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit that is saved in the flash. When the value of this object is different from the current value of the link type (dvmPhyCurrentLineType), it means that stored link type is not currently active and it will become active only after the system is reboot. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { dvmPhyEntry 4 } dvmPhyCurrentFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through dvmPhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { dvmPhyEntry 5 } dvmPhyStoredFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The framing type should be changed through dvmPhyStoredFraming object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { dvmPhyEntry 6 } dvmPhyCurrentLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression that is currently used on this interface, which in turn affects a number of its characteristics. Since this object specifies the line coding that is effective, it should match the current link type (dvmPhyCurrentLineType). The line coding of the stored link type (dvmPhyStoredLineType) that will become effective after reboot should be set through 'stored line coding' (dvmPhyStoredLineCoding). The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { dvmPhyEntry 7 } dvmPhyStoredLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression of this interface that is saved in the flash. When the value of this object (stored value) is different from the current value of the line coding (dvmPhyCurrentLineCoding), it means that the stored line coding is not currently active and it will become active only after the system is reboot. The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { dvmPhyEntry 8 } dvmPhyLineLength OBJECT-TYPE SYNTAX INTEGER { feet-0-115-meters-0-35 (1), feet-82-213-meters-25-65 (2), feet-180-312-meters-55-95 (3), feet-279-410-meters-85-125 (4), feet-377-509-meters-115-155 (5), feet-476-607-meters-145-185 (6), feet-574-689-meters-175-210 (7), feet-689-up-meters-210-up (8) } ACCESS read-only STATUS mandatory DESCRIPTION "The length of the ds1 line in meters. This objects provides information for line build out circuitry if it exists and can use this object to adjust the line build out. It can have one of the defined ranges: 1) feet-0-115-meters-0-35: 0 to 115 feet 0 to 35 meters, 2) feet-82-213-meters-25-65: 82 to 312 feet 25 to 65 meters, 3) feet-180-312-meters-55-95: 180 to 312 feet 55 to 95 meters, 4) feet-279-410-meters-85-125: 279 to 410 feet 85 to 125 meters, 5) feet-377-509-meters-115-155: 377 to 509 feet 115 to 155 meters, 6) feet-476-607-meters-145-185: 476 to 607 feet 145 to 185 meters, 7) feet-574-689-meters-175-210: 574 to 689 feet 175 to 210 meters, 8) feet-689-up-meters-210-up: more than 689 feet more than 210 meters." ::= { dvmPhyEntry 9 } dvmPhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'SystemTiming' indicates that a system clock source is used or when an external clock is attached to the box containing the interface." ::= { dvmPhyEntry 10 } dvmPhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoopback (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the desired loopback configuration of the interface. Agents supporting read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: noLoopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out. payloadLoopback The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. localLoopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. Default: noLoopback." ::= { dvmPhyEntry 11 } dvmPhySignalingMode OBJECT-TYPE SYNTAX INTEGER { cAS (1), cCS (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies signaling mode that can be one of the following values: 1) cAS: Channel Associated Signaling (CAS) 2) cCS: Common Channel Signaling (CCS)." ::= { dvmPhyEntry 12 } dvmPhySystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { dvmPhyEntry 13 } dvmPhyVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode." ::= { dvmPhyEntry 14 } dvmPhyDialMode OBJECT-TYPE SYNTAX INTEGER { dtmf (1) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the dial mode " ::= { dvmPhyEntry 15 } dvmPhyAlarmReporting OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Alarm Reporting of the dvm voice." ::= { dvmPhyEntry 16 } dvmPhyTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS obsolete DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { dvmPhyEntry 17 } dvmPhyValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS obsolete DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { dvmPhyEntry 18 } dvmPhyLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { dvmPhyEntry 19 } dvmPhyLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { dvmPhyEntry 20 } dvmPhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the Near End is transmitting the LOF indication signal." ::= { dvmPhyEntry 21 } dvmPhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Far End LOF failure Alarm is also known as Yellow Alarm in the DS1 case, and Distant Alarm in the E1 case. For D4 links, the Far End Alarm failure is declared when bit 6 of all channels has been zero for at least 335 ms and is cleared when bit 6 of at least one channel is non-zero for a period T, where T is usually less than one second and always less than 5 seconds. The Far End Alarm failure is not declared for D4 links when a Loss of Signal is detected. For ESF links, the Far End Alarm failure is declared if the Yellow Alarm signal pattern occurs in at least seven out of ten contiguous 16-bit pattern intervals and is cleared if the Yellow Alarm signal pattern does not occur in ten contiguous 16-bit signal pattern intervals. For E1 links, the Far End Alarm failure is declared when bit 3 of time-slot zero is received set to one on two consecutive occasions. The Far End Alarm failure is cleared when bit 3 of time-slot zero is received set to zero." ::= { dvmPhyEntry 22 } dvmPhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS) a.k.a Remote Alarm Indication (RAI). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { dvmPhyEntry 23 } dvmPhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { dvmPhyEntry 24 } dvmPhySystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is referring to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resource exists it has the 'valid' value." ::= { dvmPhyEntry 25 } -- =========================================================================================== -- Voice Links - dvmPhyStatCurrentTable -- =========================================================================================== -- VBR physical current statistics -- =========================================================================================== dvmPhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice physical layer current table." ::= { dvmPhyStat 1 } dvmPhyStatCurrentEntry OBJECT-TYPE SYNTAX DvmPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice physical layer current Statistics table." INDEX { dvmPhyStatCurrentIndex } ::= { dvmPhyStatCurrentTable 1 } DvmPhyStatCurrentEntry ::= SEQUENCE { dvmPhyStatCurrentIndex InterfaceIndex, dvmPhyStatCurrentESs PerfCurrentCount, dvmPhyStatCurrentSESs PerfCurrentCount, dvmPhyStatCurrentSEFSs PerfCurrentCount, dvmPhyStatCurrentUASs PerfCurrentCount, dvmPhyStatCurrentCSSs PerfCurrentCount, dvmPhyStatCurrentPCVs PerfCurrentCount, dvmPhyStatCurrentLESs PerfCurrentCount, dvmPhyStatCurrentBESs PerfCurrentCount, dvmPhyStatCurrentLCVs PerfCurrentCount, dvmPhyStatCurrentRCS PerfCurrentCount, dvmPhyStatCurrentTCS PerfCurrentCount, dvmPhyStatCurrentLOSFSs PerfCurrentCount, dvmPhyStatCurrentLOFFSs PerfCurrentCount, dvmPhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, dvmPhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, dvmPhyStatCurrentAISFSs PerfCurrentCount, dvmPhyStatCurrentXmtAISFSs PerfCurrentCount, dvmPhyStatCurrentTimeElapsed PerfCurrentCount, dvmPhyStatCurrentResetStatistics INTEGER } dvmPhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dvmVoiceIfIndex object instance." ::= { dvmPhyStatCurrentEntry 1 } dvmPhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 2 } dvmPhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 3 } dvmPhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 4 } dvmPhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 5 } dvmPhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 6 } dvmPhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 7 } dvmPhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 8 } dvmPhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 9 } dvmPhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 10 } dvmPhyStatCurrentRCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 11 } dvmPhyStatCurrentTCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 12 } dvmPhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 13 } dvmPhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 14 } dvmPhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 15 } dvmPhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 16 } dvmPhyStatCurrentAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 17 } dvmPhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatCurrentEntry 18 } dvmPhyStatCurrentTimeElapsed OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { dvmPhyStatCurrentEntry 19 } dvmPhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { dvmPhyStatCurrentEntry 20 } -- =========================================================================================== -- Voice Links - dvmPhyStatIntervalTable -- =========================================================================================== -- VBR physical interval statistics -- =========================================================================================== dvmPhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { dvmPhyStat 2 } dvmPhyStatIntervalEntry OBJECT-TYPE SYNTAX DvmPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { dvmPhyStatIntervalIndex, dvmPhyStatIntervalNumber } ::= { dvmPhyStatIntervalTable 1 } DvmPhyStatIntervalEntry ::= SEQUENCE { dvmPhyStatIntervalIndex InterfaceIndex, dvmPhyStatIntervalNumber INTEGER, dvmPhyStatIntervalESs PerfIntervalCount, dvmPhyStatIntervalSESs PerfIntervalCount, dvmPhyStatIntervalSEFSs PerfIntervalCount, dvmPhyStatIntervalUASs PerfIntervalCount, dvmPhyStatIntervalCSSs PerfIntervalCount, dvmPhyStatIntervalPCVs PerfIntervalCount, dvmPhyStatIntervalLESs PerfIntervalCount, dvmPhyStatIntervalBESs PerfIntervalCount, dvmPhyStatIntervalLCVs PerfIntervalCount, dvmPhyStatIntervalRCS PerfIntervalCount, dvmPhyStatIntervalTCS PerfIntervalCount, dvmPhyStatIntervalLOSFSs PerfIntervalCount, dvmPhyStatIntervalLOFFSs PerfIntervalCount, dvmPhyStatIntervalXmtFarEndLOFFSs PerfIntervalCount, dvmPhyStatIntervalRcvFarEndLOFFSs PerfIntervalCount, dvmPhyStatIntervalAISFSs PerfIntervalCount, dvmPhyStatIntervalXmtAISFSs PerfIntervalCount, dvmPhyStatIntervalValidData TruthValue, dvmPhyStatIntervalResetStatistics INTEGER } dvmPhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dvmPhyStatLineIndex object instance." ::= { dvmPhyStatIntervalEntry 1 } dvmPhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { dvmPhyStatIntervalEntry 2 } dvmPhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 3 } dvmPhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 4 } dvmPhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 5 } dvmPhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may worrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { dvmPhyStatIntervalEntry 6 } dvmPhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 7 } dvmPhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 8 } dvmPhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 9 } dvmPhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 10 } dvmPhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { dvmPhyStatIntervalEntry 11 } dvmPhyStatIntervalRCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 12 } dvmPhyStatIntervalTCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 13 } dvmPhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 14 } dvmPhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 15 } dvmPhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 16 } dvmPhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 17 } dvmPhyStatIntervalAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 18 } dvmPhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatIntervalEntry 19 } dvmPhyStatIntervalValidData OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates if there is valid data for this interval." ::= { dvmPhyStatIntervalEntry 20 } dvmPhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { dvmPhyStatIntervalEntry 21 } -- =========================================================================================== -- Voice Links - dvmPhyStatTotalTable -- =========================================================================================== -- VBR physical total statistics -- =========================================================================================== dvmPhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval." ::= { dvmPhyStat 3 } dvmPhyStatTotalEntry OBJECT-TYPE SYNTAX DvmPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { dvmPhyStatTotalIndex } ::= { dvmPhyStatTotalTable 1 } DvmPhyStatTotalEntry ::= SEQUENCE { dvmPhyStatTotalIndex InterfaceIndex, dvmPhyStatTotalESs PerfTotalCount, dvmPhyStatTotalSESs PerfTotalCount, dvmPhyStatTotalSEFSs PerfTotalCount, dvmPhyStatTotalUASs PerfTotalCount, dvmPhyStatTotalCSSs PerfTotalCount, dvmPhyStatTotalPCVs PerfTotalCount, dvmPhyStatTotalLESs PerfTotalCount, dvmPhyStatTotalBESs PerfTotalCount, dvmPhyStatTotalLCVs PerfTotalCount, dvmPhyStatTotalRCS PerfTotalCount, dvmPhyStatTotalTCS PerfTotalCount, dvmPhyStatTotalLOSFSs PerfTotalCount, dvmPhyStatTotalLOFFSs PerfTotalCount, dvmPhyStatTotalXmtFarEndLOFFSs PerfTotalCount, dvmPhyStatTotalRcvFarEndLOFFSs PerfTotalCount, dvmPhyStatTotalAISFSs PerfTotalCount, dvmPhyStatTotalXmtAISFSs PerfTotalCount, dvmPhyStatTotalValidIntervals PerfTotalCount, dvmPhyStatTotalResetStatistics INTEGER } dvmPhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a dvmPhyStatLineIndex object instance." ::= { dvmPhyStatTotalEntry 1 } dvmPhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 2 } dvmPhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 3 } dvmPhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 4 } dvmPhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 5 } dvmPhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 6 } dvmPhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 7 } dvmPhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 8 } dvmPhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 9 } dvmPhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. Invalid 15 minute intervals count as 0." ::= { dvmPhyStatTotalEntry 10 } dvmPhyStatTotalRCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 11 } dvmPhyStatTotalTCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 12 } dvmPhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 13 } dvmPhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 14 } dvmPhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 15 } dvmPhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 16 } dvmPhyStatTotalAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 17 } dvmPhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { dvmPhyStatTotalEntry 18 } dvmPhyStatTotalValidIntervals OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { dvmPhyStatTotalEntry 19 } dvmPhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { dvmPhyStatTotalEntry 20 } -- =========================================================================================== -- Voice Links - dvmVoiceProcParLinkTable -- =========================================================================================== -- VBR voice processing configuration group -- =========================================================================================== dvmVoiceProcParLinkTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Link parameters table." ::= { dvmVoiceProcessingPar 1 } dvmVoiceProcParLinkEntry OBJECT-TYPE SYNTAX DvmVoiceProcParLinkEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice link parameters table." INDEX { dvmVoiceProcParIfIndex } ::= { dvmVoiceProcParLinkTable 1 } DvmVoiceProcParLinkEntry ::= SEQUENCE { dvmVoiceProcParIfIndex InterfaceIndex, dvmVoiceProcParLastError INTEGER, dvmVoiceProcParLastErrorMessage DisplayString, dvmVoiceProcParLinkUptime TimeTicks, dvmVoiceProcParLinkStatus INTEGER, dvmVoiceProcParLinkStatusMessage DisplayString } dvmVoiceProcParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value of this object is ifIndex of the VBR voice link." ::= { dvmVoiceProcParLinkEntry 1 } dvmVoiceProcParLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error status." ::= { dvmVoiceProcParLinkEntry 2 } dvmVoiceProcParLastErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel last error message." ::= { dvmVoiceProcParLinkEntry 3 } dvmVoiceProcParLinkUptime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time that Link has been up and running." ::= { dvmVoiceProcParLinkEntry 4 } dvmVoiceProcParLinkStatus OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status." ::= { dvmVoiceProcParLinkEntry 5 } dvmVoiceProcParLinkStatusMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Voice channel status message." ::= { dvmVoiceProcParLinkEntry 6 } -- =========================================================================================== -- Voice Links - dvmVoiceProcParSlotTable -- =========================================================================================== -- VBR voice processing configuration per DS0 -- =========================================================================================== dvmVoiceProcParSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Slot parameters table." ::= { dvmVoiceProcessingPar 2 } dvmVoiceProcParSlotEntry OBJECT-TYPE SYNTAX DvmVoiceProcParSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice Slot parameters table." INDEX { dvmVoiceProcParSlotIfIndex, dvmVoiceProcParSlotNo } ::= { dvmVoiceProcParSlotTable 1 } DvmVoiceProcParSlotEntry ::= SEQUENCE { dvmVoiceProcParSlotIfIndex IndexNumber, dvmVoiceProcParSlotNo INTEGER, dvmVoiceProcParJitterLen INTEGER, dvmVoiceProcParEchoCancellation INTEGER, dvmVoiceProcParPostFilterEnable INTEGER, dvmVoiceProcParSilenceSuppressionEnable INTEGER, dvmVoiceProcParHighPassFilterEnable INTEGER, dvmVoiceProcParCompressionAlgorithm INTEGER, dvmVoiceProcParChannelMode INTEGER, dvmVoiceProcParActiveCompressAlgorithm INTEGER, dvmVoiceProcParSilenceInsertion INTEGER } dvmVoiceProcParSlotIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Link number is used as an index." ::= { dvmVoiceProcParSlotEntry 1 } dvmVoiceProcParSlotNo OBJECT-TYPE SYNTAX INTEGER (0..31) ACCESS read-only STATUS mandatory DESCRIPTION "Slot number is used as an index." ::= { dvmVoiceProcParSlotEntry 2 } dvmVoiceProcParJitterLen OBJECT-TYPE SYNTAX INTEGER (30..240) ACCESS read-write STATUS mandatory DESCRIPTION "Length of the jitter buffer in unit of msec. Default: 50 msec jitter size.The range is from 30 to 240 msec." ::= { dvmVoiceProcParSlotEntry 3 } dvmVoiceProcParEchoCancellation OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Echo Cancellation Enabled(ECE) flag. It can have the following values: enabled: Enable Echo cancellation. disabled: Disable Echo cancellation." ::= { dvmVoiceProcParSlotEntry 4 } dvmVoiceProcParPostFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Post Filter Enable (PFE) Flag: 1 enabled, 2 disabled" ::= { dvmVoiceProcParSlotEntry 5 } dvmVoiceProcParSilenceSuppressionEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Suppression Enable (SSE) Flag: 1 enabled 2 disabled." ::= { dvmVoiceProcParSlotEntry 6 } dvmVoiceProcParHighPassFilterEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "High Pass Filter Enabled (HPFE) flag: enabled: Enable High Pass filter. disabled: Disable High Pass filter." ::= { dvmVoiceProcParSlotEntry 7 } dvmVoiceProcParCompressionAlgorithm OBJECT-TYPE SYNTAX INTEGER { g729AandAAL5 (1), g729AandAAL2 (2), g726AThirtyTwoKbpsandAAL2 (3), g711AandAAL2 (4) } ACCESS read-write STATUS mandatory DESCRIPTION "Type of suppression coder: 1. G.729A/AAL5 2. G.729A/AAL2 3. G.726A (32 Kbps)/AAL2 4. G.711A/AAL2" ::= { dvmVoiceProcParSlotEntry 8 } dvmVoiceProcParChannelMode OBJECT-TYPE SYNTAX INTEGER { voiceFaxMode (1), voiceOnlyMode (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel mode that can be either voice and fax mode or voice only mode." ::= { dvmVoiceProcParSlotEntry 9 } dvmVoiceProcParActiveCompressAlgorithm OBJECT-TYPE SYNTAX INTEGER { switching (1), g729AandAAL5 (2), g729AandAAL2 (3), g726AThirtyTwoKbpsandAAL2 (4), g711AandAAL2 (5) } ACCESS read-only STATUS mandatory DESCRIPTION "Type of Active suppression coder. 1. Switching 2. G.729A/AAL5 3. G.729A/AAL2 4. G.726A (32 Kbps)/AAL2 5. G.711A/AAL2" ::= { dvmVoiceProcParSlotEntry 10 } dvmVoiceProcParSilenceInsertion OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Silence Insertion Flag: 1 enabled 2 disabled." ::= { dvmVoiceProcParSlotEntry 11 } -- =========================================================================================== -- Voice Links - dvmVoiceProcStatSlotTable -- =========================================================================================== -- VBR voice processing statistics per DS0 -- =========================================================================================== dvmVoiceProcStatSlotTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The VBR Voice Slot parameters table." ::= { dvmVoiceProcessingStats 2 } dvmVoiceProcStatSlotEntry OBJECT-TYPE SYNTAX DvmVoiceProcStatSlotEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the VBR Voice Slot parameters table." INDEX { dvmVoiceProcStatIfIndex, dvmVoiceProcStatSlotNo } ::= { dvmVoiceProcStatSlotTable 1 } DvmVoiceProcStatSlotEntry ::= SEQUENCE { dvmVoiceProcStatIfIndex InterfaceIndex, dvmVoiceProcStatSlotNo IndexNumber, dvmVoiceProcStatTxCells Counter, dvmVoiceProcStatRxCells Counter, dvmVoiceProcStatRegenCells Counter, dvmVoiceProcStatDiscardedRxCells Counter, dvmVoiceProcStatIncorrectCellLen Counter, dvmVoiceProcStatLostFaxCells Counter, dvmVoiceProcStatResetStatistics INTEGER } dvmVoiceProcStatIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the ifIndex of the VBR link and is used as the first index." ::= { dvmVoiceProcStatSlotEntry 1 } dvmVoiceProcStatSlotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the slot number and is used as the second index." ::= { dvmVoiceProcStatSlotEntry 2 } dvmVoiceProcStatTxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells transmitted over this time slot." ::= { dvmVoiceProcStatSlotEntry 3 } dvmVoiceProcStatRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total cells received by over this time slot from the remote." ::= { dvmVoiceProcStatSlotEntry 4 } dvmVoiceProcStatRegenCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of cells regenerated due to silence suppression." ::= { dvmVoiceProcStatSlotEntry 5 } dvmVoiceProcStatDiscardedRxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that was discarded due the unavailability of received buffer in the VBR shared ram." ::= { dvmVoiceProcStatSlotEntry 6 } dvmVoiceProcStatIncorrectCellLen OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of incoming voice cells received from the remote ATM that has incorrect cell length." ::= { dvmVoiceProcStatSlotEntry 7 } dvmVoiceProcStatLostFaxCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of expected fax cells that are not received from the remote device." ::= { dvmVoiceProcStatSlotEntry 8 } dvmVoiceProcStatResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { dvmVoiceProcStatSlotEntry 9 } -- =========================================================================================== -- Voice Links - dvmVoiceCASSignalingGenParTable -- ========================================================================= -- General signaling configuration for voice links -- =========================================================================================== dvmVoiceCASParTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { dvmVoiceCASPar 1 } dvmVoiceCASParEntry OBJECT-TYPE SYNTAX DvmVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { dvmVoiceCASParIfIndex } ::= { dvmVoiceCASParTable 1 } DvmVoiceCASParEntry ::= SEQUENCE { dvmVoiceCASParIfIndex InterfaceIndex, dvmVoiceCASParExactMatchTimer INTEGER, dvmVoiceCASParExactWildMatchTimer INTEGER, dvmVoiceCASParDialToneGeneration INTEGER, dvmVoiceCASParLocalRingBack INTEGER, dvmVoiceCASParPassThro INTEGER, dvmVoiceCASParTrunkConditioning INTEGER, dvmVoiceCASParNoAnswerTimer INTEGER, dvmVoiceCASParCasBit INTEGER, dvmVoiceCASParCASType INTEGER, dvmVoiceCASParVoiceSignalingType INTEGER } dvmVoiceCASParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { dvmVoiceCASParEntry 1 } dvmVoiceCASParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { dvmVoiceCASParEntry 2 } dvmVoiceCASParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { dvmVoiceCASParEntry 3 } dvmVoiceCASParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { dvmVoiceCASParEntry 4 } dvmVoiceCASParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { dvmVoiceCASParEntry 5 } dvmVoiceCASParPassThro OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Enables or Disables the signaling transparent model. Set enable if hook flash occurs Default = Enabled" ::= { dvmVoiceCASParEntry 6 } dvmVoiceCASParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { dvmVoiceCASParEntry 7 } dvmVoiceCASParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the System waits before disconnecting the connection if there is no answer" ::= { dvmVoiceCASParEntry 8 } dvmVoiceCASParCasBit OBJECT-TYPE SYNTAX INTEGER { zero (1), one (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Set ABCD bit to all ZERO (disabled) or all ONE (enabled). If AVM card, disallowed." ::= { dvmVoiceCASParEntry 9 } dvmVoiceCASParCASType OBJECT-TYPE SYNTAX INTEGER { winkStart (1), immediateStart (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the signaling start which can be E&M Wink Start or Immediate Start. " ::= { dvmVoiceCASParEntry 10 } dvmVoiceCASParVoiceSignalingType OBJECT-TYPE SYNTAX INTEGER { cAS (1), cCS (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies signaling mode that can be one of the following values: 1) cAS: Channel Associated Signaling (CAS) 2) cCS: Common Channel Signaling (CCS)." ::= { dvmVoiceCASParEntry 11 } -- ============= DVM Voice CCS Parameters =========================== dvmVoiceCCSParGenTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { dvmVoiceCCSParGen 1 } dvmVoiceCCSParGenEntry OBJECT-TYPE SYNTAX DvmVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { dvmVoiceCCSParGenIfIndex } ::= { dvmVoiceCCSParGenTable 1 } DvmVoiceCCSParGenEntry ::= SEQUENCE { dvmVoiceCCSParGenIfIndex InterfaceIndex, dvmVoiceCCSParGenOverlapSending INTEGER, dvmVoiceCCSParGenLinkInterface INTEGER, dvmVoiceCCSParGenIsdnOption INTEGER, dvmVoiceCCSParGenUUIEnable INTEGER, dvmVoiceCCSParGenATTOption INTEGER, dvmVoiceCCSParGenTrunkConditioning INTEGER, dvmVoiceCCSParGenLocalRingBack INTEGER, dvmVoiceCCSParGenDeviceType INTEGER, dvmVoiceCCSParGenExactMatchTimer INTEGER, dvmVoiceCCSParGenExactWildMatchTimer INTEGER } dvmVoiceCCSParGenIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS Generic Parameters table." ::= { dvmVoiceCCSParGenEntry 1 } dvmVoiceCCSParGenOverlapSending OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables overlap sending support. Default: enable (overlap sending support)" ::= { dvmVoiceCCSParGenEntry 2 } dvmVoiceCCSParGenLinkInterface OBJECT-TYPE SYNTAX INTEGER { pri (1) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies ISDN's link interface. It can have one of the following values: 1) PRI." ::= { dvmVoiceCCSParGenEntry 3 } dvmVoiceCCSParGenIsdnOption OBJECT-TYPE SYNTAX INTEGER { qsig (1), etsi (2), five-ess (3), dms100 (4), dms250 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies ISDN option. It can have the following values: 1) QSIG. 2) ETSI. 3) 5ESS. 4) DMS 100. 5) DMS 250." ::= { dvmVoiceCCSParGenEntry 4 } dvmVoiceCCSParGenUUIEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { dvmVoiceCCSParGenEntry 5 } dvmVoiceCCSParGenATTOption OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { dvmVoiceCCSParGenEntry 6 } dvmVoiceCCSParGenTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, When link goes down, Calls are cleared Default: disabled." ::= { dvmVoiceCCSParGenEntry 7 } dvmVoiceCCSParGenLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { dvmVoiceCCSParGenEntry 8 } dvmVoiceCCSParGenDeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the device type which can be 1.User 2.Network 3.Symmetrical User Default : User" ::= { dvmVoiceCCSParGenEntry 9 } dvmVoiceCCSParGenExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { dvmVoiceCCSParGenEntry 10 } dvmVoiceCCSParGenExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { dvmVoiceCCSParGenEntry 11 } -- ======================== LAPD Parameters ============================ dvmVoiceCCSParLAPDTable OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { dvmVoiceCCSParLAPD 1 } dvmVoiceCCSParLAPDEntry OBJECT-TYPE SYNTAX DvmVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { dvmVoiceCCSParLAPDIfIndex } ::= { dvmVoiceCCSParLAPDTable 1 } DvmVoiceCCSParLAPDEntry ::= SEQUENCE { dvmVoiceCCSParLAPDIfIndex InterfaceIndex, dvmVoiceCCSParLAPDMode INTEGER, dvmVoiceCCSParLAPDLinkDownTimer INTEGER, dvmVoiceCCSParLAPDStatus INTEGER } dvmVoiceCCSParLAPDIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS LAPD Parameters table." ::= { dvmVoiceCCSParLAPDEntry 1 } dvmVoiceCCSParLAPDMode OBJECT-TYPE SYNTAX INTEGER { user (1), network (2) } ACCESS read-write STATUS mandatory DESCRIPTION "LAPD mode is specified by this object that can be either user (slave) or network (master)." ::= { dvmVoiceCCSParLAPDEntry 2 } dvmVoiceCCSParLAPDLinkDownTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Link down timer. Default value is 10 seconds." ::= { dvmVoiceCCSParLAPDEntry 3 } dvmVoiceCCSParLAPDStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies LAPD status that can be one of the following values: 1) up 2) down" ::= { dvmVoiceCCSParLAPDEntry 4 } -- ================== DvmVoiceCCSParL3Table ================================ dvmVoiceCCSParL3Table OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { dvmVoiceCCSParL3 1 } dvmVoiceCCSParL3Entry OBJECT-TYPE SYNTAX DvmVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { dvmVoiceCCSParL3IfIndex } ::= { dvmVoiceCCSParL3Table 1 } DvmVoiceCCSParL3Entry ::= SEQUENCE { dvmVoiceCCSParL3IfIndex InterfaceIndex, dvmVoiceCCSParL3DeviceType INTEGER, dvmVoiceCCSParL3ServiceCategory INTEGER, dvmVoiceCCSParL3TimerT301 Timeout, dvmVoiceCCSParL3TimerT302 Timeout, dvmVoiceCCSParL3TimerT303 Timeout, dvmVoiceCCSParL3TimerT304 Timeout, dvmVoiceCCSParL3TimerT305 Timeout, dvmVoiceCCSParL3TimerT306 Timeout, dvmVoiceCCSParL3TimerT307 Timeout, dvmVoiceCCSParL3TimerT308 Timeout, dvmVoiceCCSParL3TimerT309 Timeout, dvmVoiceCCSParL3TimerT310 Timeout, dvmVoiceCCSParL3TimerT312 Timeout, dvmVoiceCCSParL3TimerT313 Timeout, dvmVoiceCCSParL3TimerT316 Timeout, dvmVoiceCCSParL3TimerT316c Timeout, dvmVoiceCCSParL3TimerT318 Timeout, dvmVoiceCCSParL3TimerT319 Timeout, dvmVoiceCCSParL3TimerT322 Timeout, dvmVoiceCCSParL3TimerT330 Timeout, dvmVoiceCCSParL3TimerT331 Timeout, dvmVoiceCCSParL3TimerT332 Timeout } dvmVoiceCCSParL3IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { dvmVoiceCCSParL3Entry 1 } dvmVoiceCCSParL3DeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS obsolete DESCRIPTION "Interface type which can be User or Network or Symmetrical user. Default is Symmetrical User. This Object is an obsolete object." ::= { dvmVoiceCCSParL3Entry 2 } dvmVoiceCCSParL3ServiceCategory OBJECT-TYPE SYNTAX INTEGER { vbr (1), cbr (2) } ACCESS read-only STATUS obsolete DESCRIPTION "Service category that is supported on link. It can be either VBR or CBR. This Object is an obsolete object." ::= { dvmVoiceCCSParL3Entry 3 } -- Q931 Timers dvmVoiceCCSParL3TimerT301 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "ALERT received timer (default=0)." ::= { dvmVoiceCCSParL3Entry 4 } dvmVoiceCCSParL3TimerT302 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK sent timer (default=0)" ::= { dvmVoiceCCSParL3Entry 5 } dvmVoiceCCSParL3TimerT303 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP sent timer (t303) in milli-seconds (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 6 } dvmVoiceCCSParL3TimerT304 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK received/INFO sent (def=0)." ::= { dvmVoiceCCSParL3Entry 7 } dvmVoiceCCSParL3TimerT305 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 8 } dvmVoiceCCSParL3TimerT306 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 9 } dvmVoiceCCSParL3TimerT307 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND ACK sent (def=0)." ::= { dvmVoiceCCSParL3Entry 10 } dvmVoiceCCSParL3TimerT308 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Release sent timer (t308) in milli-seconds (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 11 } dvmVoiceCCSParL3TimerT309 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Link Down (def=18 ~10s)." ::= { dvmVoiceCCSParL3Entry 12 } dvmVoiceCCSParL3TimerT310 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Call Proceeding received timer (t310) in milli-seconds (def=18 ~10s)." ::= { dvmVoiceCCSParL3Entry 13 } dvmVoiceCCSParL3TimerT312 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Broadcast SETUP sent (def=0) ." ::= { dvmVoiceCCSParL3Entry 14 } dvmVoiceCCSParL3TimerT313 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONNECT sent (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 15 } dvmVoiceCCSParL3TimerT316 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart sent timer (t316) in milli-seconds (def=218 ~120s)." ::= { dvmVoiceCCSParL3Entry 16 } dvmVoiceCCSParL3TimerT316c OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart channel sent timer (t316c) in milli-seconds (def=109 ~60s)." ::= { dvmVoiceCCSParL3Entry 17 } dvmVoiceCCSParL3TimerT318 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "RESUME sent timer (def=0)." ::= { dvmVoiceCCSParL3Entry 18 } dvmVoiceCCSParL3TimerT319 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND sent (def=0)." ::= { dvmVoiceCCSParL3Entry 19 } dvmVoiceCCSParL3TimerT322 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Status Inquiry sent timer (t322) in milli-seconds (def=7 ~4s)." ::= { dvmVoiceCCSParL3Entry 20 } dvmVoiceCCSParL3TimerT330 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { dvmVoiceCCSParL3Entry 21 } dvmVoiceCCSParL3TimerT331 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { dvmVoiceCCSParL3Entry 22 } dvmVoiceCCSParL3TimerT332 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Service timer (def=0)." ::= { dvmVoiceCCSParL3Entry 23 } -- ======= dvmVoiceCCSStats VBR Voice Signaling Statistics ====== { dvmVoiceCCS 2 } -- VBR Voice TDM Q931 Statistics Table dvmVoiceCCSStatQ931Table OBJECT-TYPE SYNTAX SEQUENCE OF DvmVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics Table." ::= { dvmVoiceCCSStats 1 } dvmVoiceCCSStatQ931Entry OBJECT-TYPE SYNTAX DvmVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics for a link." INDEX { dvmVoiceCCSStatQ931SapNo } ::= { dvmVoiceCCSStatQ931Table 1 } DvmVoiceCCSStatQ931Entry ::= SEQUENCE { dvmVoiceCCSStatQ931SapNo IndexNumber, dvmVoiceCCSStatQ931IfIndex InterfaceIndex, dvmVoiceCCSStatQ931ActiveConnections Counter, dvmVoiceCCSStatQ931Connects Counter, dvmVoiceCCSStatQ931Disconnects Counter, dvmVoiceCCSStatQ931RxAlerting Counter, dvmVoiceCCSStatQ931RxCallProc Counter, dvmVoiceCCSStatQ931RxConn Counter, dvmVoiceCCSStatQ931RxConnAck Counter, dvmVoiceCCSStatQ931RxProgress Counter, dvmVoiceCCSStatQ931RxSetup Counter, dvmVoiceCCSStatQ931RxSetupAck Counter, dvmVoiceCCSStatQ931RxDisconn Counter, dvmVoiceCCSStatQ931RxRel Counter, dvmVoiceCCSStatQ931RxRelCmplt Counter, dvmVoiceCCSStatQ931RxRst Counter, dvmVoiceCCSStatQ931RxRstAck Counter, dvmVoiceCCSStatQ931RxNotify Counter, dvmVoiceCCSStatQ931RxInfo Counter, dvmVoiceCCSStatQ931RxStat Counter, dvmVoiceCCSStatQ931RxStatInq Counter, dvmVoiceCCSStatQ931RxFacil Counter, dvmVoiceCCSStatQ931TxAlerting Counter, dvmVoiceCCSStatQ931TxCallProc Counter, dvmVoiceCCSStatQ931TxConn Counter, dvmVoiceCCSStatQ931TxConnAck Counter, dvmVoiceCCSStatQ931TxProgress Counter, dvmVoiceCCSStatQ931TxSetup Counter, dvmVoiceCCSStatQ931TxSetupAck Counter, dvmVoiceCCSStatQ931TxDisconn Counter, dvmVoiceCCSStatQ931TxRel Counter, dvmVoiceCCSStatQ931TxRelCmplt Counter, dvmVoiceCCSStatQ931TxRst Counter, dvmVoiceCCSStatQ931TxRstAck Counter, dvmVoiceCCSStatQ931TxNotify Counter, dvmVoiceCCSStatQ931TxInfo Counter, dvmVoiceCCSStatQ931TxStat Counter, dvmVoiceCCSStatQ931TxStatInq Counter, dvmVoiceCCSStatQ931TxFacil Counter, dvmVoiceCCSStatQ931RxLastCause Counter, dvmVoiceCCSStatQ931RxDiag Counter, dvmVoiceCCSStatQ931TxLastCause Counter, dvmVoiceCCSStatQ931TxDiag Counter, dvmVoiceCCSStatQ931ResetStatistics INTEGER } dvmVoiceCCSStatQ931SapNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Sap number is the index of this table." ::= { dvmVoiceCCSStatQ931Entry 1 } dvmVoiceCCSStatQ931IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object is ifIndex of the link that is associated with the SAP of each row." ::= { dvmVoiceCCSStatQ931Entry 2 } dvmVoiceCCSStatQ931ActiveConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of active connections." ::= { dvmVoiceCCSStatQ931Entry 3 } dvmVoiceCCSStatQ931Connects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of connects." ::= { dvmVoiceCCSStatQ931Entry 4 } dvmVoiceCCSStatQ931Disconnects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnects." ::= { dvmVoiceCCSStatQ931Entry 5 } dvmVoiceCCSStatQ931RxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received alerting messages." ::= { dvmVoiceCCSStatQ931Entry 6 } dvmVoiceCCSStatQ931RxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Call Proceeding messages." ::= { dvmVoiceCCSStatQ931Entry 7 } dvmVoiceCCSStatQ931RxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect messages." ::= { dvmVoiceCCSStatQ931Entry 8 } dvmVoiceCCSStatQ931RxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect Acknowledge messages." ::= { dvmVoiceCCSStatQ931Entry 9 } dvmVoiceCCSStatQ931RxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Progress messages." ::= { dvmVoiceCCSStatQ931Entry 10 } dvmVoiceCCSStatQ931RxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup messages." ::= { dvmVoiceCCSStatQ931Entry 11 } dvmVoiceCCSStatQ931RxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup Acknowledge messages." ::= { dvmVoiceCCSStatQ931Entry 12 } dvmVoiceCCSStatQ931RxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect messages." ::= { dvmVoiceCCSStatQ931Entry 13 } dvmVoiceCCSStatQ931RxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release messages." ::= { dvmVoiceCCSStatQ931Entry 14 } dvmVoiceCCSStatQ931RxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release Complete messages." ::= { dvmVoiceCCSStatQ931Entry 15 } dvmVoiceCCSStatQ931RxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset messages." ::= { dvmVoiceCCSStatQ931Entry 16 } dvmVoiceCCSStatQ931RxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset Acknowledge messages." ::= { dvmVoiceCCSStatQ931Entry 17 } dvmVoiceCCSStatQ931RxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Notify messages." ::= { dvmVoiceCCSStatQ931Entry 18 } dvmVoiceCCSStatQ931RxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Info messages." ::= { dvmVoiceCCSStatQ931Entry 19 } dvmVoiceCCSStatQ931RxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status messages." ::= { dvmVoiceCCSStatQ931Entry 20 } dvmVoiceCCSStatQ931RxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status Inquiry messages." ::= { dvmVoiceCCSStatQ931Entry 21 } dvmVoiceCCSStatQ931RxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Facility messages." ::= { dvmVoiceCCSStatQ931Entry 22 } -- Transmit dvmVoiceCCSStatQ931TxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Alerting messages." ::= { dvmVoiceCCSStatQ931Entry 23 } dvmVoiceCCSStatQ931TxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Call Proceeding messages." ::= { dvmVoiceCCSStatQ931Entry 24 } dvmVoiceCCSStatQ931TxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect messages." ::= { dvmVoiceCCSStatQ931Entry 25 } dvmVoiceCCSStatQ931TxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect Acknowledge messages." ::= { dvmVoiceCCSStatQ931Entry 26 } dvmVoiceCCSStatQ931TxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Progress messages." ::= { dvmVoiceCCSStatQ931Entry 27 } dvmVoiceCCSStatQ931TxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { dvmVoiceCCSStatQ931Entry 28 } dvmVoiceCCSStatQ931TxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { dvmVoiceCCSStatQ931Entry 29 } dvmVoiceCCSStatQ931TxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect messages." ::= { dvmVoiceCCSStatQ931Entry 30 } dvmVoiceCCSStatQ931TxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release messages." ::= { dvmVoiceCCSStatQ931Entry 31 } dvmVoiceCCSStatQ931TxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release Complete messages." ::= { dvmVoiceCCSStatQ931Entry 32 } dvmVoiceCCSStatQ931TxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset messages." ::= { dvmVoiceCCSStatQ931Entry 33 } dvmVoiceCCSStatQ931TxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset Acknowledge messages." ::= { dvmVoiceCCSStatQ931Entry 34 } dvmVoiceCCSStatQ931TxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Notify messages." ::= { dvmVoiceCCSStatQ931Entry 35 } dvmVoiceCCSStatQ931TxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Info messages." ::= { dvmVoiceCCSStatQ931Entry 36 } dvmVoiceCCSStatQ931TxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status messages." ::= { dvmVoiceCCSStatQ931Entry 37 } dvmVoiceCCSStatQ931TxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status Inquiry messages." ::= { dvmVoiceCCSStatQ931Entry 38 } dvmVoiceCCSStatQ931TxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Facility messages." ::= { dvmVoiceCCSStatQ931Entry 39 } dvmVoiceCCSStatQ931RxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received cause code." ::= { dvmVoiceCCSStatQ931Entry 40 } dvmVoiceCCSStatQ931RxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received diagnostic code." ::= { dvmVoiceCCSStatQ931Entry 41 } dvmVoiceCCSStatQ931TxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted cause code." ::= { dvmVoiceCCSStatQ931Entry 42 } dvmVoiceCCSStatQ931TxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted diagnostic code." ::= { dvmVoiceCCSStatQ931Entry 43 } dvmVoiceCCSStatQ931ResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { dvmVoiceCCSStatQ931Entry 44 } -- sces Physical Layer ========== scesPhy { sces 1 } -- sces Physical Layer Parameters === scesPhyPar { scesPhy 1 } scesPhyTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SCES physical layer link table." ::= { scesPhyPar 1 } scesPhyEntry OBJECT-TYPE SYNTAX ScesPhyEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SCES physical layer link table." INDEX { scesPhyIfIndex } ::= { scesPhyTable 1 } ScesPhyEntry ::= SEQUENCE { scesPhyIfIndex InterfaceIndex, scesPhyCurrentLineType INTEGER, scesPhyStoredLineType INTEGER, scesPhyCurrentFraming INTEGER, scesPhyStoredFraming INTEGER, scesPhyCurrentLineCoding INTEGER, scesPhyStoredLineCoding INTEGER, scesPhyLineLength INTEGER, scesPhyTxClockSource INTEGER, scesPhyLoopbackMode INTEGER, scesPhySignalingMode INTEGER, scesPhyAlarmReporting INTEGER, scesPhyVoiceCompanding INTEGER, scesPhySystemClockSource INTEGER, scesPhySystemClockSourceStatus INTEGER, scesPhyLossOfSignalState INTEGER, scesPhyLossOfFrameState INTEGER, scesPhyXmtFarEndLOFFState INTEGER, scesPhyRcvFarEndLOFFState INTEGER, scesPhyAISFState INTEGER, scesPhyXmtAISFState INTEGER } scesPhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { scesPhyEntry 1 } scesPhyCurrentLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit. It defines the link type that is currently active in the system. The link type should be changed through scesPhyStoredLineType object which changes the link type that is stored in the flash and it will become active (will become the current link type) only after rebooting the system. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { scesPhyEntry 2 } scesPhyStoredLineType OBJECT-TYPE SYNTAX INTEGER { t1 (1), e1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the type of the line implementing this circuit that is saved in the flash. When the value of this object is different from the current value of the link type (scesPhyCurrentLineType), it means that stored link type is not currently active and it will become active only after the system is reboot. The type of circuit affects the number of bits per second that the circuit can reasonably carry, as well as the interpretation of the usage and error statistics. The values, in sequence, describe: TITLE: SPECIFICATION: t1 ANSI T1 Standard e1 ITU-T Recommendation G.704 (Table 4a)" ::= { scesPhyEntry 3 } scesPhyCurrentFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type that is currently active in the system. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { scesPhyEntry 4 } scesPhyStoredFraming OBJECT-TYPE SYNTAX INTEGER { t1SF (1), t1ESF (2), e1MF (3), e1CRCMF (4) } ACCESS read-only STATUS obsolete DESCRIPTION "This object indicates the framing type that is used for this circuit. It defines the framing type. The values, in sequence, describe: 1: T1-SF, SuperFrame DS1 2: T1-ESF, Extended SuperFrame DS1 (T1.107) 3: E1-MF: G.704 (Table 4a) with TS16 multiframing enabled 4: E1-CRC-MF: E1 CRC-4 with Multiframing." ::= { scesPhyEntry 5 } scesPhyCurrentLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable describes the variety of Zero Code Suppression that is currently used on this interface, which in turn affects a number of its characteristics. Since this object specifies the line coding that is effective, it should match the current link type (scesPhyCurrentLineType). The line coding of the stored link type (scesPhyStoredLineType) that will become effective after reboot should be set through 'stored line coding' (scesPhyStoredLineCoding). The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { scesPhyEntry 6 } scesPhyStoredLineCoding OBJECT-TYPE SYNTAX INTEGER { b8ZS (1), aMI (2), hdb3 (3) } ACCESS read-only STATUS obsolete DESCRIPTION "This variable describes the variety of Zero Code Suppression of this interface that is saved in the flash. When the value of this object (stored value) is different from the current value of the line coding (scesPhyCurrentLineCoding), it means that the stored line coding is not currently active and it will become active only after the system is reboot. The possible values of this object have the following meanings: 1) B8ZS refers to the use of a specified pattern of normal bits and bipolar violations which are used to replace a sequence of eight zero bits. 2) AMI: Alternate Mark Inversion refers to a mode wherein no zero code suppression is present and the line encoding does not solve the problem directly. In this application, the higher layer must provide data which meets or exceeds the pulse density requirements, such as inverting HDLC data. 3) HDB3: High Density Bipolar Order 3 encoding is a bipolar signaling technique based on AMI but extends this by inserting violation codes whenever there is a run of 4 or more 0's. E1 links, with or without CRC, use HDB3 or AMI. Default for T1: B8ZS, for E1: HDB3." ::= { scesPhyEntry 7 } scesPhyLineLength OBJECT-TYPE SYNTAX INTEGER { feet-0-115-meters-0-35 (1), feet-82-213-meters-25-65 (2), feet-180-312-meters-55-95 (3), feet-279-410-meters-85-125 (4), feet-377-509-meters-115-155 (5), feet-476-607-meters-145-185 (6), feet-574-689-meters-175-210 (7), feet-689-up-meters-210-up (8) } ACCESS read-only STATUS mandatory DESCRIPTION "The length of the ds1 line in meters. This objects provides information for line build out circuitry if it exists and can use this object to adjust the line build out. It can have one of the defined ranges: 1) feet-0-115-meters-0-35: 0 to 115 feet 0 to 35 meters, 2) feet-82-213-meters-25-65: 82 to 312 feet 25 to 65 meters, 3) feet-180-312-meters-55-95: 180 to 312 feet 55 to 95 meters, 4) feet-279-410-meters-85-125: 279 to 410 feet 85 to 125 meters, 5) feet-377-509-meters-115-155: 377 to 509 feet 115 to 155 meters, 6) feet-476-607-meters-145-185: 476 to 607 feet 145 to 185 meters, 7) feet-574-689-meters-175-210: 574 to 689 feet 175 to 210 meters, 8) feet-689-up-meters-210-up: more than 689 feet more than 210 meters." ::= { scesPhyEntry 8 } scesPhyTxClockSource OBJECT-TYPE SYNTAX INTEGER { loopTiming (1), systemTiming (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The source of Transmit Clock. 'loopTiming' indicates that the recovered receive clock is used as the transmit clock. 'SystemTiming' indicates that a system clock source is used or when an external clock is attached to the box containing the interface." ::= { scesPhyEntry 9 } scesPhyLoopbackMode OBJECT-TYPE SYNTAX INTEGER { noLoopback (1), lineLoopback (2), payloadLoopback (3), localLoopback (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This variable represents the desired loopback configuration of the interface. Agents supporting read/write access should return badValue in response to a requested loopback state that the interface does not support. The values mean: noLoopback Not in the loopback state. A device that is not capable of performing a loopback on the interface shall always return this as its value. lineLoopback The received signal at this interface does not go through the device (minimum penetration) but is looped back out. payloadLoopback The received signal at this interface is looped through the device. Typically the received signal is looped back for retransmission after it has passed through the device's framing function. localLoopback The receive lines are disconnected and data is provided by the system interface and routed through the receiver back to the system interface. Default: noLoopback." ::= { scesPhyEntry 10 } scesPhySignalingMode OBJECT-TYPE SYNTAX INTEGER { cas (1), ccs (2), cesBasic (3), cesWithCas (4), casWithoutInbanABCD (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies signaling mode for SCES link. This can have CCS mode, CAS mode, CES Basic mode or CES with CAS, CAS Without Inband ABCD Signaling." ::= { scesPhyEntry 11 } scesPhyAlarmReporting OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the Alarm Reporting of the sces voice." ::= { scesPhyEntry 12 } scesPhyVoiceCompanding OBJECT-TYPE SYNTAX INTEGER { mu-law (1), a-law (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the channel the voice companding technique - either A-law or mode." ::= { scesPhyEntry 13 } scesPhySystemClockSource OBJECT-TYPE SYNTAX INTEGER { int (1), atm (2), cbr (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the System Clock Source. It can be 1.Internal 2.ATM 3.CBR" ::= { scesPhyEntry 14 } scesPhySystemClockSourceStatus OBJECT-TYPE SYNTAX INTEGER { valid (1), invalid (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This objects specifies whether the clock source defined by 'systemClockSource' is refering to a valid resource or not. If the specified source doesn't exist, this object has the value 'invalid' and if the resouce exists it has the 'valid' value." ::= { scesPhyEntry 15 } scesPhyLossOfSignalState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end Loss Of Signal. When cells are continuously lost the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). For DS1, the Loss Of Signal failure is declared upon observing 175 +/- 75 contiguous pulse positions with no pulses of either positive or negative polarity. The LOS failure is cleared upon observing an average pulse density of at least 12.5% over a period of 175 +/- 75 contiguous pulse positions starting with the receipt of a pulse. For E1 links, the Loss Of Signal failure is declared when greater than 10 consecutive zeroes are detected." ::= { scesPhyEntry 16 } scesPhyLossOfFrameState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end LOF (a.k.a., Red Alarm). For DS1 links, the Loss Of Frame failure is declared when an OOF or LOS defect has persisted for T seconds, where 2 <= T <= 10. The Loss Of Frame failure is cleared when there have been no OOF or LOS defects during a period T where 0 <= T <= 20. For E1 links, the Loss Of Frame Failure is declared when an OOF defect is detected." ::= { scesPhyEntry 17 } scesPhyXmtFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near End is sending the LOF indication." ::= { scesPhyEntry 18 } scesPhyRcvFarEndLOFFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The Far End LOF failure Alarm is also known as Yellow Alarm in the DS1 case, and Distant Alarm in the E1 case. For D4 links, the Far End Alarm failure is declared when bit 6 of all channels has been zero for at least 335 ms and is cleared when bit 6 of at least one channel is non-zero for a period T, where T is usually less than one second and always less than 5 seconds. The Far End Alarm failure is not declared for D4 links when a Loss of Signal is detected. For ESF links, the Far End Alarm failure is declared if the Yellow Alarm signal pattern occurs in at least seven out of ten contiguous 16-bit pattern intervals and is cleared if the Yellow Alarm signal pattern does not occur in ten contiguous 16-bit signal pattern intervals. For E1 links, the Far End Alarm failure is declared when bit 3 of time-slot zero is received set to one on two consecutive occasions. The Far End Alarm failure is cleared when bit 3 of time-slot zero is received set to zero." ::= { scesPhyEntry 19 } scesPhyAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Far end sending Alarm Indication Signal(AIS) a.k.a Remote Alarm Indication (RAI). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { scesPhyEntry 20 } scesPhyXmtAISFState OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Near end sending Alarm Indication Signal(AIS). For D4 and ESF links, the 'all ones' condition is detected at a DS1 line interface upon observing an unframed signal with a one's density of at least 99.9% present for a time equal to or greater than T, where 3 ms <= T <= 75 ms. The AIS is terminated upon observing a signal not meeting the one's density or the unframed signal criteria for a period equal to or greater than than T. (See G.775, Section 5.4) For E1 links, the 'all-ones' condition is detected at the line interface as a string of 512 bits containing fewer than three zero bits (see O.162 [12] Section 3.3.2)." ::= { scesPhyEntry 21 } -- SCES Voice Statistics -- scesPhyStatCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The SCES physical layer current table." ::= { scesPhyStat 1 } scesPhyStatCurrentEntry OBJECT-TYPE SYNTAX ScesPhyStatCurrentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the SCES physical layer current Statistics table." INDEX { scesPhyStatCurrentIndex } ::= { scesPhyStatCurrentTable 1 } ScesPhyStatCurrentEntry ::= SEQUENCE { scesPhyStatCurrentIndex InterfaceIndex, scesPhyStatCurrentESs PerfCurrentCount, scesPhyStatCurrentSESs PerfCurrentCount, scesPhyStatCurrentSEFSs PerfCurrentCount, scesPhyStatCurrentUASs PerfCurrentCount, scesPhyStatCurrentCSSs PerfCurrentCount, scesPhyStatCurrentPCVs PerfCurrentCount, scesPhyStatCurrentLESs PerfCurrentCount, scesPhyStatCurrentBESs PerfCurrentCount, scesPhyStatCurrentLCVs PerfCurrentCount, scesPhyStatCurrentRCS PerfCurrentCount, scesPhyStatCurrentTCS PerfCurrentCount, scesPhyStatCurrentLOSFSs PerfCurrentCount, scesPhyStatCurrentLOFFSs PerfCurrentCount, scesPhyStatCurrentXmtFarEndLOFFSs PerfCurrentCount, scesPhyStatCurrentRcvFarEndLOFFSs PerfCurrentCount, scesPhyStatCurrentAISFSs PerfCurrentCount, scesPhyStatCurrentXmtAISFSs PerfCurrentCount, scesPhyStatCurrentTimeElapsed INTEGER, scesPhyStatCurrentResetStatistics INTEGER } scesPhyStatCurrentIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a scesIfIndex object instance." ::= { scesPhyStatCurrentEntry 1 } scesPhyStatCurrentESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds, encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 2 } scesPhyStatCurrentSESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 3 } scesPhyStatCurrentSEFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 4 } scesPhyStatCurrentUASs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 5 } scesPhyStatCurrentCSSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 6 } scesPhyStatCurrentPCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 7 } scesPhyStatCurrentLESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 8 } scesPhyStatCurrentBESs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 9 } scesPhyStatCurrentLCVs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 10 } scesPhyStatCurrentRCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 11 } scesPhyStatCurrentTCS OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 12 } scesPhyStatCurrentLOSFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 13 } scesPhyStatCurrentLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 14 } scesPhyStatCurrentXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 15 } scesPhyStatCurrentRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 16 } scesPhyStatCurrentAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 17 } scesPhyStatCurrentXmtAISFSs OBJECT-TYPE SYNTAX PerfCurrentCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatCurrentEntry 18 } scesPhyStatCurrentTimeElapsed OBJECT-TYPE SYNTAX INTEGER (0..899) ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that have elapsed since the beginning of the near end current error- measurement period." ::= { scesPhyStatCurrentEntry 19 } scesPhyStatCurrentResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { scesPhyStatCurrentEntry 20 } -- SCES Voice Physical Layer Statistics: Interval Table == scesPhyStat { sces 2 } scesPhyStatIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Interval Table contains various statistics collected by each DS1 Interface over the previous 24 hours of operation. The past 24 hours are broken into 96 completed 15 minute intervals." ::= { scesPhyStat 2 } scesPhyStatIntervalEntry OBJECT-TYPE SYNTAX ScesPhyStatIntervalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Interval table." INDEX { scesPhyStatIntervalIndex, scesPhyStatIntervalNumber } ::= { scesPhyStatIntervalTable 1 } ScesPhyStatIntervalEntry ::= SEQUENCE { scesPhyStatIntervalIndex InterfaceIndex, scesPhyStatIntervalNumber INTEGER, scesPhyStatIntervalESs PerfIntervalCount, scesPhyStatIntervalSESs PerfIntervalCount, scesPhyStatIntervalSEFSs PerfIntervalCount, scesPhyStatIntervalUASs PerfIntervalCount, scesPhyStatIntervalCSSs PerfIntervalCount, scesPhyStatIntervalPCVs PerfIntervalCount, scesPhyStatIntervalLESs PerfIntervalCount, scesPhyStatIntervalBESs PerfIntervalCount, scesPhyStatIntervalLCVs PerfIntervalCount, scesPhyStatIntervalRCS PerfIntervalCount, scesPhyStatIntervalTCS PerfIntervalCount, scesPhyStatIntervalLOSFSs PerfIntervalCount, scesPhyStatIntervalLOFFSs PerfIntervalCount, scesPhyStatIntervalXmtFarEndLOFFSs PerfIntervalCount, scesPhyStatIntervalRcvFarEndLOFFSs PerfIntervalCount, scesPhyStatIntervalAISFSs PerfIntervalCount, scesPhyStatIntervalXmtAISFSs PerfIntervalCount, scesPhyStatIntervalValidData TruthValue, scesPhyStatIntervalResetStatistics INTEGER } scesPhyStatIntervalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a scesPhyStatLineIndex object instance." ::= { scesPhyStatIntervalEntry 1 } scesPhyStatIntervalNumber OBJECT-TYPE SYNTAX INTEGER (1..96) ACCESS read-only STATUS mandatory DESCRIPTION "A number between 1 and 96, where 1 is the most recently completed 15 minute interval and 96 is the 15 minutes interval completed 23 hours and 45 minutes prior to interval 1." ::= { scesPhyStatIntervalEntry 2 } scesPhyStatIntervalESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 3 } scesPhyStatIntervalSESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 4 } scesPhyStatIntervalSEFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 5 } scesPhyStatIntervalUASs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance. This object may decrease if the occurrence of unavailable seconds occurs across an interval boundary." ::= { scesPhyStatIntervalEntry 6 } scesPhyStatIntervalCSSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 7 } scesPhyStatIntervalPCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 8 } scesPhyStatIntervalLESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 9 } scesPhyStatIntervalBESs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 10 } scesPhyStatIntervalLCVs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in one of the previous 96, individual 15 minute, intervals. In the case where the agent is a proxy and valid data is not available, return noSuchInstance." ::= { scesPhyStatIntervalEntry 11 } scesPhyStatIntervalRCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 12 } scesPhyStatIntervalTCS OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 13 } scesPhyStatIntervalLOSFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 14 } scesPhyStatIntervalLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 15 } scesPhyStatIntervalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 16 } scesPhyStatIntervalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 17 } scesPhyStatIntervalAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 18 } scesPhyStatIntervalXmtAISFSs OBJECT-TYPE SYNTAX PerfIntervalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatIntervalEntry 19 } scesPhyStatIntervalValidData OBJECT-TYPE SYNTAX TruthValue ACCESS read-only STATUS mandatory DESCRIPTION "This variable indicates if there is valid data for this interval." ::= { scesPhyStatIntervalEntry 20 } scesPhyStatIntervalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { scesPhyStatIntervalEntry 21 } -- SCES Voice Physical Layer Statistics: Total Table == scesPhyStat { scesPhy 2 } scesPhyStatTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The DS1 Total Table contains the cumulative sum of the various statistics for the 24 hour period preceding the current interval." ::= { scesPhyStat 3 } scesPhyStatTotalEntry OBJECT-TYPE SYNTAX ScesPhyStatTotalEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the DS1 Total table." INDEX { scesPhyStatTotalIndex } ::= { scesPhyStatTotalTable 1 } ScesPhyStatTotalEntry ::= SEQUENCE { scesPhyStatTotalIndex InterfaceIndex, scesPhyStatTotalESs PerfTotalCount, scesPhyStatTotalSESs PerfTotalCount, scesPhyStatTotalSEFSs PerfTotalCount, scesPhyStatTotalUASs PerfTotalCount, scesPhyStatTotalCSSs PerfTotalCount, scesPhyStatTotalPCVs PerfTotalCount, scesPhyStatTotalLESs PerfTotalCount, scesPhyStatTotalBESs PerfTotalCount, scesPhyStatTotalLCVs PerfTotalCount, scesPhyStatTotalRCS PerfTotalCount, scesPhyStatTotalTCS PerfTotalCount, scesPhyStatTotalLOSFSs PerfTotalCount, scesPhyStatTotalLOFFSs PerfTotalCount, scesPhyStatTotalXmtFarEndLOFFSs PerfTotalCount, scesPhyStatTotalRcvFarEndLOFFSs PerfTotalCount, scesPhyStatTotalAISFSs PerfTotalCount, scesPhyStatTotalXmtAISFSs PerfTotalCount, scesPhyStatTotalValidIntervals INTEGER, scesPhyStatTotalResetStatistics INTEGER } scesPhyStatTotalIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the DS1 interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value as a scesPhyStatLineIndex object instance." ::= { scesPhyStatTotalEntry 1 } scesPhyStatTotalESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The sum of Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 2 } scesPhyStatTotalSESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 3 } scesPhyStatTotalSEFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Severely Errored Framing Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 4 } scesPhyStatTotalUASs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Unavailable Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 5 } scesPhyStatTotalCSSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Controlled Slip Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 6 } scesPhyStatTotalPCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Path Coding Violations encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 7 } scesPhyStatTotalLESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Errored Seconds encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 8 } scesPhyStatTotalBESs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bursty Errored Seconds (BESs) encountered by a DS1 interface in the previous 24 hour interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 9 } scesPhyStatTotalLCVs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Line Code Violations (LCVs) encountered by a DS1 interface in the current 15 minute interval. Invalid 15 minute intervals count as 0." ::= { scesPhyStatTotalEntry 10 } scesPhyStatTotalRCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Receive Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 11 } scesPhyStatTotalTCS OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Transmit Controlled Slips encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 12 } scesPhyStatTotalLOSFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Signal Failure Seconds encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 13 } scesPhyStatTotalLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of Loss of Frame Failure Seconds (Red Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 14 } scesPhyStatTotalXmtFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that near end has been sending Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 15 } scesPhyStatTotalRcvFarEndLOFFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the near end has been receiving Far End Loss of Frame Failure signals (Yellow Alarm) encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 16 } scesPhyStatTotalAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure state encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 17 } scesPhyStatTotalXmtAISFSs OBJECT-TYPE SYNTAX PerfTotalCount ACCESS read-only STATUS mandatory DESCRIPTION "The number of seconds that the AIS Failure signal transmission was encountered by a DS1 interface in the current 15 minute interval. noSuchInstance will be returned if no data is available." ::= { scesPhyStatTotalEntry 18 } scesPhyStatTotalValidIntervals OBJECT-TYPE SYNTAX INTEGER (0..96) ACCESS read-only STATUS mandatory DESCRIPTION "The number of previous near end intervals for which valid data was collected. The value will be 96 unless the interface was brought online within the last 24 hours, in which case the value will be the number of complete 15 minute near end intervals since the interface has been online. In the case where the agent is a proxy, it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which valid data is available." ::= { scesPhyStatTotalEntry 19 } scesPhyStatTotalResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { scesPhyStatTotalEntry 20 } -- CES Timeslot Assignment ============= scesCESTSAssignment { scesCES 1 } scesCESTSAssignmentTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SCES Voice Bundle table." ::= { scesCESTSAssignment 1 } scesCESTSAssignmentEntry OBJECT-TYPE SYNTAX ScesCESTSAssignmentEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a SCES Voice Bungle." INDEX { scesCESTSAssignmentIfIndex , scesCESTSAssignmentTimeslotNo } ::= { scesCESTSAssignmentTable 1 } ScesCESTSAssignmentEntry ::= SEQUENCE { scesCESTSAssignmentIfIndex InterfaceIndex, scesCESTSAssignmentTimeslotNo IndexNumber, scesCESTSAssignmentBundleNo INTEGER } scesCESTSAssignmentIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the ifIndex of the link that corresponds to the timeslot." ::= { scesCESTSAssignmentEntry 1 } scesCESTSAssignmentTimeslotNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the timeslot number." ::= { scesCESTSAssignmentEntry 2 } scesCESTSAssignmentBundleNo OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the bundle number to which the timeslot belongs." ::= { scesCESTSAssignmentEntry 3 } -- CES Parameters =========================== scesCESParBundle { scesCESPar 1 } -- Per bundle parameters -- scesCESParBundleTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SCES CES Parameters table." ::= { scesCESParBundle 1 } scesCESParBundleEntry OBJECT-TYPE SYNTAX ScesCESParBundleEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "SCES CES Parameters." INDEX { scesCESParIfIndex, scesCESParBundleNo } ::= { scesCESParBundleTable 1 } ScesCESParBundleEntry ::= SEQUENCE { scesCESParIfIndex InterfaceIndex, scesCESParBundleNo IndexNumber, scesCESParBundleName DisplayString, scesCESParTotTSs INTEGER, scesCESParBandwidth INTEGER, scesCESParVpi AtmVpIdentifier, scesCESParVci AtmVcIdentifier, scesCESParDestName DisplayString, scesCESParCBRService INTEGER, scesCESParCBRClockMode INTEGER, scesCESParCBRStructServType INTEGER, scesCESParPartialFill INTEGER, scesCESParBufMaxSize INTEGER, scesCESParCDVRxT INTEGER, scesCESParCellLossIntegrationPeriod INTEGER, scesCESParLinkNumber INTEGER, scesCESParConnectionType INTEGER, scesCESParRemoteBundleNum INTEGER, scesCESParAdminStatus INTEGER, scesCESParOperStatus INTEGER, scesCESParOperStateReason DisplayString, scesCESParRowStatus RowStatus } scesCESParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the iinterface Index on which this bundle is defined." ::= { scesCESParBundleEntry 1 } scesCESParBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the bundle number." ::= { scesCESParBundleEntry 2 } scesCESParBundleName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This object contains the bundle name. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in the bundle name." ::= { scesCESParBundleEntry 3 } scesCESParTotTSs OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the total number of Time Slots of the bundle." ::= { scesCESParBundleEntry 4 } scesCESParBandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the peak cell rate of the bundle based on the number of timeslots and partial fill." ::= { scesCESParBundleEntry 5 } scesCESParVpi OBJECT-TYPE SYNTAX AtmVpIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object is equal to the VPI used for the emulated circuit. If there is no connection, this object is meaningless and will have the value -1." ::= { scesCESParBundleEntry 6 } scesCESParVci OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object is equal to the VCI used for the emulated circuit. If there is no connection, this object is meaningless and will have the value -1." ::= { scesCESParBundleEntry 7 } scesCESParDestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the name of the destination ATM associated to this emulated circuit. Destination is defined in atmConnDestTable." ::= { scesCESParBundleEntry 8 } scesCESParCBRService OBJECT-TYPE SYNTAX INTEGER { structured (1) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines DS1/E1 service as structured. A structured (1) interface is some nx64Kbps. Structured (1) passes data bits through the ATM network, and may also pass signalling bits." ::= { scesCESParBundleEntry 9 } scesCESParCBRClockMode OBJECT-TYPE SYNTAX INTEGER { synchronous (1) } ACCESS read-only STATUS mandatory DESCRIPTION "Defines DS1/E1 service clocking mode as synchronous. This maps into transmit clock source of CBR interface." ::= { scesCESParBundleEntry 10 } scesCESParCBRStructServType OBJECT-TYPE SYNTAX INTEGER { notApplicable (1), cesBasic (2), cesWithCas (3) } ACCESS read-only STATUS mandatory DESCRIPTION "This parameter selects which AAL1 Format should be used: Basic does not carry CAS bits, and uses a single 125 usec frame. e1Cas, ds1SfCas and dS1EsfCas carry CAS bits in a multiframe structure for E1, DS1 SF and DS1 ESF respectively. This applies to structured interfaces only. Default is basic (1)." ::= { scesCESParBundleEntry 11 } scesCESParPartialFill OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "If partial cell fill is used, the number of user octets per cell must be set with this parameter. Setting this parameter to zero disables partial cell fill, and causes all cells to be completely filled before they are sent. The valid range is 0 to 47, but 1, 2, and 3 are not allowed." ::= { scesCESParBundleEntry 12 } scesCESParBufMaxSize OBJECT-TYPE SYNTAX INTEGER (1..65536) ACCESS read-write STATUS mandatory DESCRIPTION "Define maximum size in 100 microsecond increments of the reassembly buffer. Increasing the buffer size increases the maximum delay.The valid range is 1 through 65535. The defaut value is 8000." ::= { scesCESParBundleEntry 13 } scesCESParCDVRxT OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The maximum cell arrival jitter in 100 usec increments that the reassembly process will tolerate in the cell stream without producing errors on the CBR service interface. The valid range is 1 through 65535.The default value is 800." ::= { scesCESParBundleEntry 14 } scesCESParCellLossIntegrationPeriod OBJECT-TYPE SYNTAX INTEGER (1000..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The time in milliseconds for the cell loss integration period. If cells are continuously lost for this period of time, scesCESStatCellLossStatus is set to loss (2). The default definition is 2500. The valid range is 1000 through 65535." ::= { scesCESParBundleEntry 15 } scesCESParLinkNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION " The link number corresponding to this bundle." ::= { scesCESParBundleEntry 16 } scesCESParConnectionType OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies whether a PVC should be used to carry data over ATM or the access device should establish a connection to the destination through signaling (SPVC). 1) pvc: Use a PVC connection to this destination to carry data. 2) spvc: Establish an SPVC connection to this destination to carry data." ::= { scesCESParBundleEntry 17 } scesCESParRemoteBundleNum OBJECT-TYPE SYNTAX INTEGER (1..35) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the remote bundle number at the destination is connected.This is for SPVC ONLY. Valid values are 1..35." ::= { scesCESParBundleEntry 18 } scesCESParAdminStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The desired administrative status of the bundle The up and down states indicate that the traffic flow is enabled or disabled respectively." ::= { scesCESParBundleEntry 19 } scesCESParOperStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The operational status of the bundle. The up and down states indicate that the traffic flow is enabled or disabled respectively across the bundle. The unknown state indicates that the state of the bundle cannot be determined. The state will be down or unknown if the supporting ATM interfaces are down or unknown, respectively." ::= { scesCESParBundleEntry 20 } scesCESParOperStateReason OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The reason for the state of a bundle. This is only valid when the operational state of the bundle is down. AdminDown indicates the bundle is administratively set down. noTimeSlots indicates the bundle has no timeslots. noAtmConnection indicates the bundle has no ATM VC associated with it. bwUnavailable indicates the bandwidth required by the bundle for its operation exceeds the available bandwidth." ::= { scesCESParBundleEntry 21 } scesCESParRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new row, this object is initially set to 'createAndGo'." ::= { scesCESParBundleEntry 22 } -- CES Statistics ============================= scesCESStats { scesCES 3 } scesCESStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesCESStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The CES AAL1 statistical data table." ::= { scesCESStats 1 } scesCESStatsEntry OBJECT-TYPE SYNTAX ScesCESStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry in the CES AAL1 Stats table." INDEX { scesCESStatsIfIndex, scesCESStatsBundleNo } ::= { scesCESStatsTable 1 } ScesCESStatsEntry ::= SEQUENCE { scesCESStatsIfIndex InterfaceIndex, scesCESStatsBundleNo IndexNumber, scesCESStatsHdrErrors Counter, scesCESStatsPointerReframes Counter, scesCESStatsPointerParityErrors Counter, scesCESStatsAal1SeqErrors Counter, scesCESStatsLostCells Counter, scesCESStatsMisinsertedCells Counter, scesCESStatsBufUnderflows Counter, scesCESStatsBufOverflows Counter, scesCESStatsCellLossStatus INTEGER, scesCESStatsResetStatistics INTEGER } scesCESStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the iinterface Index on which this bundle is defined." ::= { scesCESStatsEntry 1 } scesCESStatsBundleNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the bundle number." ::= { scesCESStatsEntry 2 } scesCESStatsHdrErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The count of the number of AAL1 header errors detected and possibly corrected. Header errors include correctable and uncorrectable CRC, plus bad parity." ::= { scesCESStatsEntry 3 } scesCESStatsPointerReframes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "This records the count of the number of events in which the AAL1 reassembler found that an SDT pointer is not where it is expected, and the pointer must be reacquired. This count is only meaningful for structured CES modes, as unstructured CES modes do not use pointers. For unstructured CES modes, this count, if present, should indicate zero." ::= { scesCESStatsEntry 4 } scesCESStatsPointerParityErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "This records the count of the number of events in which the AAL1 reassembler detects a parity check failure at the point where a structured data pointer is expected. This count is only meaningful for structured CES modes, as unstructured CES modes do not use pointers. For unstructured CES modes, this count, if present, should indicate zero." ::= { scesCESStatsEntry 5 } scesCESStatsAal1SeqErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of times that the sequence number of an incoming AAL1 Type 1 SAR-PDU causes a transition from the 'sync' state to the 'out of sequence' state, as defined by ITU-T I.363.1." ::= { scesCESStatsEntry 6 } scesCESStatsLostCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of lost cells, as detected by the AAL1 sequence number processing, for example. This records the count of the number of cells detected as lost in the network prior to the destination CES IWF AAL1 layer processing." ::= { scesCESStatsEntry 7 } scesCESStatsMisinsertedCells OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of AAL1 sequence violations which the AAL Convergence sublayer interprets as a misinserted cell, as defined by ITU-T I.363.1." ::= { scesCESStatsEntry 8 } scesCESStatsBufUnderflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of buffer underflows. This records the count of the number of times the CES reassembly buffer underflows. In the case of a continuous underflow caused by a loss of ATM cell flow, a single buffer underflow should be counted. If the CES IWF is implemented with multiple buffers (such as a cell level buffer and a bit level buffer), then either buffer underflow will cause this count to be incremented." ::= { scesCESStatsEntry 9 } scesCESStatsBufOverflows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Number of buffer overflows. This records the count of the number of times the CES reassembly buffer overflows. If the CES IWF is implemented with multiple buffers (such as a cell level buffer and a bit level buffer, then either buffer overflow will cause this count to be incremented." ::= { scesCESStatsEntry 10 } scesCESStatsCellLossStatus OBJECT-TYPE SYNTAX INTEGER { noLoss (1), loss (2), unknown (3) } ACCESS read-only STATUS mandatory DESCRIPTION "When cells are lost for the number of milliseconds specified by scesCESStatsCellLossIntegrationPeriod, the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1)." ::= { scesCESStatsEntry 11 } scesCESStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { scesCESStatsEntry 12 } -- =========== Voice Signaling Parameters =============== scesVoiceCCSPar { scesVoiceCCS 1 } -- Generic Parameters scesVoiceCCSParGenTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { scesVoiceCCSParGen 1 } scesVoiceCCSParGenEntry OBJECT-TYPE SYNTAX ScesVoiceCCSParGenEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { scesVoiceCCSParGenIfIndex } ::= { scesVoiceCCSParGenTable 1 } ScesVoiceCCSParGenEntry ::= SEQUENCE { scesVoiceCCSParGenIfIndex InterfaceIndex, scesVoiceCCSParGenOverlapSending INTEGER, scesVoiceCCSParGenLinkInterface INTEGER, scesVoiceCCSParGenIsdnOption INTEGER, scesVoiceCCSParGenUUIEnable INTEGER, scesVoiceCCSParGenATTOption INTEGER, scesVoiceCCSParGenDeviceType INTEGER } scesVoiceCCSParGenIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS Generic Parameters table." ::= { scesVoiceCCSParGenEntry 1 } scesVoiceCCSParGenOverlapSending OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables overlap sending support. Default: enable (overlap sending support)" ::= { scesVoiceCCSParGenEntry 2 } scesVoiceCCSParGenLinkInterface OBJECT-TYPE SYNTAX INTEGER { pri (1) -- bri (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies ISDN's link interface. It can have one of the following values: 1) PRI." -- 2) BRI." ::= { scesVoiceCCSParGenEntry 3 } scesVoiceCCSParGenIsdnOption OBJECT-TYPE SYNTAX INTEGER { qsig (1), etsi (2), five-ess (3), dms100 (4), dms250 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies ISDN option. It can have the following values: 1) QSIG. 2) ETSI. 3) 5ESS. 4) DMS 100. 5) DMS 250." ::= { scesVoiceCCSParGenEntry 4 } scesVoiceCCSParGenUUIEnable OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { scesVoiceCCSParGenEntry 5 } scesVoiceCCSParGenATTOption OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables UUI IE exchange." ::= { scesVoiceCCSParGenEntry 6 } scesVoiceCCSParGenDeviceType OBJECT-TYPE SYNTAX INTEGER { user (1), network (2), symmetricalUser (3) } ACCESS read-write STATUS mandatory DESCRIPTION "Interface type which can be User or Network or Symmetrical user. Default is Symmetrical User." ::= { scesVoiceCCSParGenEntry 7 } -- LAPD Parameters scesVoiceCCSParLAPDTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { scesVoiceCCSParLAPD 1 } scesVoiceCCSParLAPDEntry OBJECT-TYPE SYNTAX ScesVoiceCCSParLAPDEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { scesVoiceCCSParLAPDIfIndex } ::= { scesVoiceCCSParLAPDTable 1 } ScesVoiceCCSParLAPDEntry ::= SEQUENCE { scesVoiceCCSParLAPDIfIndex InterfaceIndex, scesVoiceCCSParLAPDMode INTEGER, scesVoiceCCSParLAPDLinkDownTimer INTEGER, scesVoiceCCSParLAPDStatus INTEGER } scesVoiceCCSParLAPDIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CCS LAPD Parameters table." ::= { scesVoiceCCSParLAPDEntry 1 } scesVoiceCCSParLAPDMode OBJECT-TYPE SYNTAX INTEGER { user (1), network (2) } ACCESS read-write STATUS mandatory DESCRIPTION "LAPD mode is specified by this object that can be either user (slave) or network (master)." ::= { scesVoiceCCSParLAPDEntry 2 } scesVoiceCCSParLAPDLinkDownTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Link down timer. Default value is 10 seconds." ::= { scesVoiceCCSParLAPDEntry 3 } scesVoiceCCSParLAPDStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies LAPD status that can be one of the following values: 1) up 2) down" ::= { scesVoiceCCSParLAPDEntry 4 } -- ================= scesVoiceCCSParL3Table OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { scesVoiceCCSParL3 1 } scesVoiceCCSParL3Entry OBJECT-TYPE SYNTAX ScesVoiceCCSParL3Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { scesVoiceCCSParL3IfIndex } ::= { scesVoiceCCSParL3Table 1 } ScesVoiceCCSParL3Entry ::= SEQUENCE { scesVoiceCCSParL3IfIndex InterfaceIndex, scesVoiceCCSParL3TimerT301 Timeout, scesVoiceCCSParL3TimerT302 Timeout, scesVoiceCCSParL3TimerT303 Timeout, scesVoiceCCSParL3TimerT304 Timeout, scesVoiceCCSParL3TimerT305 Timeout, scesVoiceCCSParL3TimerT306 Timeout, scesVoiceCCSParL3TimerT307 Timeout, scesVoiceCCSParL3TimerT308 Timeout, scesVoiceCCSParL3TimerT309 Timeout, scesVoiceCCSParL3TimerT310 Timeout, scesVoiceCCSParL3TimerT312 Timeout, scesVoiceCCSParL3TimerT313 Timeout, scesVoiceCCSParL3TimerT316 Timeout, scesVoiceCCSParL3TimerT316c Timeout, scesVoiceCCSParL3TimerT318 Timeout, scesVoiceCCSParL3TimerT319 Timeout, scesVoiceCCSParL3TimerT322 Timeout, scesVoiceCCSParL3TimerT330 Timeout, scesVoiceCCSParL3TimerT331 Timeout, scesVoiceCCSParL3TimerT332 Timeout } scesVoiceCCSParL3IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { scesVoiceCCSParL3Entry 1 } -- Q931 Timers scesVoiceCCSParL3TimerT301 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "ALERT received timer (default=0)." ::= { scesVoiceCCSParL3Entry 2 } scesVoiceCCSParL3TimerT302 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK sent timer (default=0)" ::= { scesVoiceCCSParL3Entry 3 } scesVoiceCCSParL3TimerT303 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP sent timer (t303) in milli-seconds (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 4 } scesVoiceCCSParL3TimerT304 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SETUP ACK received/INFO sent (def=0)." ::= { scesVoiceCCSParL3Entry 5 } scesVoiceCCSParL3TimerT305 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 6 } scesVoiceCCSParL3TimerT306 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "DISC sent (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 7 } scesVoiceCCSParL3TimerT307 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND ACK sent (def=0)." ::= { scesVoiceCCSParL3Entry 8} scesVoiceCCSParL3TimerT308 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Release sent timer (t308) in milli-seconds (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 9 } scesVoiceCCSParL3TimerT309 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Link Down (def=18 ~10s)." ::= { scesVoiceCCSParL3Entry 10 } scesVoiceCCSParL3TimerT310 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Call Proceeding received timer (t310) in milli-seconds (def=18 ~10s)." ::= { scesVoiceCCSParL3Entry 11 } scesVoiceCCSParL3TimerT312 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Broadcast SETUP sent (def=0) ." ::= { scesVoiceCCSParL3Entry 12 } scesVoiceCCSParL3TimerT313 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONNECT sent (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 13 } scesVoiceCCSParL3TimerT316 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart sent timer (t316) in milli-seconds (def=218 ~120s)." ::= { scesVoiceCCSParL3Entry 14 } scesVoiceCCSParL3TimerT316c OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Restart channel sent timer (t316c) in milli-seconds (def=109 ~60s)." ::= { scesVoiceCCSParL3Entry 15 } scesVoiceCCSParL3TimerT318 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "RESUME sent timer (def=0)." ::= { scesVoiceCCSParL3Entry 16 } scesVoiceCCSParL3TimerT319 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "SUSPEND sent (def=0)." ::= { scesVoiceCCSParL3Entry 17 } scesVoiceCCSParL3TimerT322 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Status Inquiry sent timer (t322) in milli-seconds (def=7 ~4s)." ::= { scesVoiceCCSParL3Entry 18 } scesVoiceCCSParL3TimerT330 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { scesVoiceCCSParL3Entry 19 } scesVoiceCCSParL3TimerT331 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "CONGESTION timer (def=0)." ::= { scesVoiceCCSParL3Entry 20 } scesVoiceCCSParL3TimerT332 OBJECT-TYPE SYNTAX Timeout ACCESS read-write STATUS mandatory DESCRIPTION "Service timer (def=0)." ::= { scesVoiceCCSParL3Entry 21 } -- End of Link Signaling Parameters Table -- scesVoiceCCSStatQ931Table OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics Table." ::= { scesVoiceCCSStats 1 } scesVoiceCCSStatQ931Entry OBJECT-TYPE SYNTAX ScesVoiceCCSStatQ931Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "ATM Q931 Signaling Statistics for a link." INDEX { scesVoiceCCSStatQ931SapNo } ::= { scesVoiceCCSStatQ931Table 1 } ScesVoiceCCSStatQ931Entry ::= SEQUENCE { scesVoiceCCSStatQ931SapNo IndexNumber, scesVoiceCCSStatQ931IfIndex InterfaceIndex, scesVoiceCCSStatQ931ActiveConnections Counter, scesVoiceCCSStatQ931Connects Counter, scesVoiceCCSStatQ931Disconnects Counter, scesVoiceCCSStatQ931RxAlerting Counter, scesVoiceCCSStatQ931RxCallProc Counter, scesVoiceCCSStatQ931RxConn Counter, scesVoiceCCSStatQ931RxConnAck Counter, scesVoiceCCSStatQ931RxProgress Counter, scesVoiceCCSStatQ931RxSetup Counter, scesVoiceCCSStatQ931RxSetupAck Counter, scesVoiceCCSStatQ931RxDisconn Counter, scesVoiceCCSStatQ931RxRel Counter, scesVoiceCCSStatQ931RxRelCmplt Counter, scesVoiceCCSStatQ931RxRst Counter, scesVoiceCCSStatQ931RxRstAck Counter, scesVoiceCCSStatQ931RxNotify Counter, scesVoiceCCSStatQ931RxInfo Counter, scesVoiceCCSStatQ931RxStat Counter, scesVoiceCCSStatQ931RxStatInq Counter, scesVoiceCCSStatQ931RxFacil Counter, scesVoiceCCSStatQ931TxAlerting Counter, scesVoiceCCSStatQ931TxCallProc Counter, scesVoiceCCSStatQ931TxConn Counter, scesVoiceCCSStatQ931TxConnAck Counter, scesVoiceCCSStatQ931TxProgress Counter, scesVoiceCCSStatQ931TxSetup Counter, scesVoiceCCSStatQ931TxSetupAck Counter, scesVoiceCCSStatQ931TxDisconn Counter, scesVoiceCCSStatQ931TxRel Counter, scesVoiceCCSStatQ931TxRelCmplt Counter, scesVoiceCCSStatQ931TxRst Counter, scesVoiceCCSStatQ931TxRstAck Counter, scesVoiceCCSStatQ931TxNotify Counter, scesVoiceCCSStatQ931TxInfo Counter, scesVoiceCCSStatQ931TxStat Counter, scesVoiceCCSStatQ931TxStatInq Counter, scesVoiceCCSStatQ931TxFacil Counter, scesVoiceCCSStatQ931RxLastCause Counter, scesVoiceCCSStatQ931RxDiag Counter, scesVoiceCCSStatQ931TxLastCause Counter, scesVoiceCCSStatQ931TxDiag Counter, scesVoiceCCSStatQ931ResetStatistics INTEGER } scesVoiceCCSStatQ931SapNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Sap number is the index of this table." ::= { scesVoiceCCSStatQ931Entry 1 } scesVoiceCCSStatQ931IfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This object is ifIndex of the link that is associated with the SAP of each row." ::= { scesVoiceCCSStatQ931Entry 2 } scesVoiceCCSStatQ931ActiveConnections OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of active connections." ::= { scesVoiceCCSStatQ931Entry 3 } scesVoiceCCSStatQ931Connects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of connects." ::= { scesVoiceCCSStatQ931Entry 4 } scesVoiceCCSStatQ931Disconnects OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of disconnects." ::= { scesVoiceCCSStatQ931Entry 5 } scesVoiceCCSStatQ931RxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received alerting messages." ::= { scesVoiceCCSStatQ931Entry 6 } scesVoiceCCSStatQ931RxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Call Proceeding messages." ::= { scesVoiceCCSStatQ931Entry 7 } scesVoiceCCSStatQ931RxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect messages." ::= { scesVoiceCCSStatQ931Entry 8 } scesVoiceCCSStatQ931RxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Connect Acknowledge messages." ::= { scesVoiceCCSStatQ931Entry 9 } scesVoiceCCSStatQ931RxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Progress messages." ::= { scesVoiceCCSStatQ931Entry 10 } scesVoiceCCSStatQ931RxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup messages." ::= { scesVoiceCCSStatQ931Entry 11 } scesVoiceCCSStatQ931RxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Setup Acknowledge messages." ::= { scesVoiceCCSStatQ931Entry 12 } scesVoiceCCSStatQ931RxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Disconnect messages." ::= { scesVoiceCCSStatQ931Entry 13 } scesVoiceCCSStatQ931RxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release messages." ::= { scesVoiceCCSStatQ931Entry 14 } scesVoiceCCSStatQ931RxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Release Complete messages." ::= { scesVoiceCCSStatQ931Entry 15 } scesVoiceCCSStatQ931RxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset messages." ::= { scesVoiceCCSStatQ931Entry 16 } scesVoiceCCSStatQ931RxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Reset Acknowledge messages." ::= { scesVoiceCCSStatQ931Entry 17 } scesVoiceCCSStatQ931RxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Notify messages." ::= { scesVoiceCCSStatQ931Entry 18 } scesVoiceCCSStatQ931RxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Info messages." ::= { scesVoiceCCSStatQ931Entry 19 } scesVoiceCCSStatQ931RxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status messages." ::= { scesVoiceCCSStatQ931Entry 20 } scesVoiceCCSStatQ931RxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Status Inquiry messages." ::= { scesVoiceCCSStatQ931Entry 21 } scesVoiceCCSStatQ931RxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received Facility messages." ::= { scesVoiceCCSStatQ931Entry 22 } -- Transmit scesVoiceCCSStatQ931TxAlerting OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Alerting messages." ::= { scesVoiceCCSStatQ931Entry 23 } scesVoiceCCSStatQ931TxCallProc OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Call Proceeding messages." ::= { scesVoiceCCSStatQ931Entry 24 } scesVoiceCCSStatQ931TxConn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect messages." ::= { scesVoiceCCSStatQ931Entry 25 } scesVoiceCCSStatQ931TxConnAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Connect Acknowledge messages." ::= { scesVoiceCCSStatQ931Entry 26 } scesVoiceCCSStatQ931TxProgress OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Progress messages." ::= { scesVoiceCCSStatQ931Entry 27 } scesVoiceCCSStatQ931TxSetup OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { scesVoiceCCSStatQ931Entry 28 } scesVoiceCCSStatQ931TxSetupAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Setup messages." ::= { scesVoiceCCSStatQ931Entry 29 } scesVoiceCCSStatQ931TxDisconn OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Disconnect messages." ::= { scesVoiceCCSStatQ931Entry 30 } scesVoiceCCSStatQ931TxRel OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release messages." ::= { scesVoiceCCSStatQ931Entry 31 } scesVoiceCCSStatQ931TxRelCmplt OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Release Complete messages." ::= { scesVoiceCCSStatQ931Entry 32 } scesVoiceCCSStatQ931TxRst OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset messages." ::= { scesVoiceCCSStatQ931Entry 33 } scesVoiceCCSStatQ931TxRstAck OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Reset Acknowledge messages." ::= { scesVoiceCCSStatQ931Entry 34 } scesVoiceCCSStatQ931TxNotify OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Notify messages." ::= { scesVoiceCCSStatQ931Entry 35 } scesVoiceCCSStatQ931TxInfo OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Info messages." ::= { scesVoiceCCSStatQ931Entry 36 } scesVoiceCCSStatQ931TxStat OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status messages." ::= { scesVoiceCCSStatQ931Entry 37 } scesVoiceCCSStatQ931TxStatInq OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Status Inquiry messages." ::= { scesVoiceCCSStatQ931Entry 38 } scesVoiceCCSStatQ931TxFacil OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of transmitted Facility messages." ::= { scesVoiceCCSStatQ931Entry 39 } -- == scesVoiceCCSStatQ931RxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received cause code." ::= { scesVoiceCCSStatQ931Entry 40 } scesVoiceCCSStatQ931RxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last received diagnostic code." ::= { scesVoiceCCSStatQ931Entry 41 } scesVoiceCCSStatQ931TxLastCause OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted cause code." ::= { scesVoiceCCSStatQ931Entry 42 } scesVoiceCCSStatQ931TxDiag OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The last transmitted diagnostic code." ::= { scesVoiceCCSStatQ931Entry 43 } scesVoiceCCSStatQ931ResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { scesVoiceCCSStatQ931Entry 44 } -- scesVoiceSignalingGenParTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Generic Parameters of the Voice Signaling over TDM Link Table." ::= { scesVoiceSignalingGenPar 1 } scesVoiceSignalingGenParEntry OBJECT-TYPE SYNTAX ScesVoiceSignalingGenParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about Generic Parameters of the Voice signaling over a Voice Link." INDEX { scesVoiceSignalingGenParIfIndex } ::= { scesVoiceSignalingGenParTable 1 } ScesVoiceSignalingGenParEntry ::= SEQUENCE { scesVoiceSignalingGenParIfIndex InterfaceIndex, scesVoiceSignalingGenParExactMatchTimer INTEGER, scesVoiceSignalingGenParExactWildMatchTimer INTEGER } scesVoiceSignalingGenParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the Voice Signaling Generic Parameters table." ::= { scesVoiceSignalingGenParEntry 1 } scesVoiceSignalingGenParExactMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Match Timer." ::= { scesVoiceSignalingGenParEntry 2 } scesVoiceSignalingGenParExactWildMatchTimer OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies Exact Wild Match Timer." ::= { scesVoiceSignalingGenParEntry 3 } -- ============= scesVoiceCASParTable OBJECT-TYPE SYNTAX SEQUENCE OF ScesVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Voice Signaling over TDM Link Table." ::= { scesVoiceCASPar 1 } scesVoiceCASParEntry OBJECT-TYPE SYNTAX ScesVoiceCASParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a Voice Link." INDEX { scesVoiceCASParIfIndex } ::= { scesVoiceCASParTable 1 } ScesVoiceCASParEntry ::= SEQUENCE { scesVoiceCASParIfIndex InterfaceIndex, scesVoiceCASParCASType INTEGER, scesVoiceCASParDialToneGeneration INTEGER, scesVoiceCASParLocalRingBack INTEGER, scesVoiceCASParTrunkConditioning INTEGER, scesVoiceCASParNoAnswerTimer INTEGER, scesVoiceCASParDialMode INTEGER, scesVoiceCASParConditioningPattern INTEGER } scesVoiceCASParIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "Index of the CAS Parameters table." ::= { scesVoiceCASParEntry 1 } scesVoiceCASParCASType OBJECT-TYPE SYNTAX INTEGER { winkStart (1), immediateStart (2), r2 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the signaling start which can be E&M Wink Start or Immediate Start for T1 and r2 for E1 only ." ::= { scesVoiceCASParEntry 2 } scesVoiceCASParDialToneGeneration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to enable and disable the dial tone generation enabling." ::= { scesVoiceCASParEntry 3 } scesVoiceCASParLocalRingBack OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "When this object is set to enable, ringback is locally generated. Default: disabled." ::= { scesVoiceCASParEntry 4 } scesVoiceCASParTrunkConditioning OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "If set to enable, calls are cleared when link goes down. Default: disabled." ::= { scesVoiceCASParEntry 5 } scesVoiceCASParNoAnswerTimer OBJECT-TYPE SYNTAX INTEGER (60..200) ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the number of seconds the System waits before disconnecting the connection if there is no answer Default:60 secs" ::= { scesVoiceCASParEntry 6 } scesVoiceCASParDialMode OBJECT-TYPE SYNTAX INTEGER { dtmf (1), r1 (2), r2 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Dial Mode which can be 1.DTMF 2.R1 3.R2. " ::= { scesVoiceCASParEntry 7 } scesVoiceCASParConditioningPattern OBJECT-TYPE SYNTAX INTEGER { idlePattern (1), busyPattern (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the Conditioning pattern which can be 1.Idle Pattern 2.Busy Pattern" ::= { scesVoiceCASParEntry 8 } -- SCES Voice Processing -- place holder for the future features -- Phone Number Mapping -- -- Phone number to destination mapping at Source ===== outgoingCallMapping { phoneNoMapping 1 } outgoingCallMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF OutgoingCallMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Phone number to destination mapping Table." ::= { outgoingCallMapping 1 } outgoingCallMappingEntry OBJECT-TYPE SYNTAX OutgoingCallMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Phone number to destination mapping." INDEX { outgoingCallMappingPhoneNo } ::= { outgoingCallMappingTable 1 } OutgoingCallMappingEntry ::= SEQUENCE { outgoingCallMappingPhoneNo DisplayString, outgoingCallMappingDestName DisplayString, outgoingCallMappingDestDefined INTEGER, outgoingCallMappingRowStatus RowStatus, outgoingCallMappingGateway DisplayString, outgoingCallMappingGatewayDefined INTEGER } outgoingCallMappingPhoneNo OBJECT-TYPE SYNTAX DisplayString (SIZE (29)) ACCESS read-only STATUS mandatory DESCRIPTION "The Phone number or E164 address which consists of up to 28 decimal digits or '*' or '?'. It has the following fields: Prefix: A prefix is an indicator consisting of one or more digits, that allows the selection of different types of number formats (e.g., local, national or international), transit networks and/or the service. Country Code (CC): One to 3 digits characterizing the called country, Trunk Code (TC): A digit or combination of digits [not including the national (trunk) prefix] characterizing the called numbering area within a country (or group of countries included in one integrated numbering plan). Subscriber Number: The number to be dialed or called to reach a subscriber in the same local network or numbering area. '*' stands for one or more digits and '?' means any single digit." ::= { outgoingCallMappingEntry 1 } outgoingCallMappingDestName OBJECT-TYPE SYNTAX DisplayString (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "Destination name is used to link entries in this table with the entries in the Destination table. Only alpha- numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in destination name." ::= { outgoingCallMappingEntry 2 } outgoingCallMappingDestDefined OBJECT-TYPE SYNTAX INTEGER { defined (1), not-defined (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies whether the destination name associated with this entry has an entry in Destination table." ::= { outgoingCallMappingEntry 3 } outgoingCallMappingRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { outgoingCallMappingEntry 4 } outgoingCallMappingGateway OBJECT-TYPE SYNTAX DisplayString (SIZE (16)) ACCESS read-write STATUS mandatory DESCRIPTION "When System doesn't have direct route to ultimate destination, the data will be passed to the gateway instead of dropping it. Only alphanumeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in gateway." ::= { outgoingCallMappingEntry 5 } outgoingCallMappingGatewayDefined OBJECT-TYPE SYNTAX INTEGER { defined (1), not-defined (2) } ACCESS read-only STATUS obsolete DESCRIPTION "This object specifies whether the gateway associated with this entry has a corresponding entry inside destination table. This object was intended to support Tandem Switching. It is obsolete now. " ::= { outgoingCallMappingEntry 6 } -- Phone number to link/bundle/DS0 Mapping ========== voiceMappoingATDest { phoneNoMapping 2 } incomingCallMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF IncomingCallMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Phone number to destination mapping Table." ::= { incomingCallMapping 1 } incomingCallMappingEntry OBJECT-TYPE SYNTAX IncomingCallMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Phone number to destination mapping." INDEX { incomingCallMappingPhoneNo } ::= { incomingCallMappingTable 1 } IncomingCallMappingEntry ::= SEQUENCE { incomingCallMappingPhoneNo DisplayString, incomingCallMappingSubaddrWidth INTEGER, incomingCallMappingIfIndex INTEGER, incomingCallMappingLowerTimeSlot INTEGER, incomingCallMappingUpperTimeSlot INTEGER, incomingCallMappingRowStatus RowStatus } incomingCallMappingPhoneNo OBJECT-TYPE SYNTAX DisplayString (SIZE (15)) ACCESS read-only STATUS mandatory DESCRIPTION "The phone number which consists of up to 15 decimal digits, '*' or '?'. '*' stands for one or more digits and '?' means any single digit." ::= { incomingCallMappingEntry 1 } incomingCallMappingSubaddrWidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "When this object has a non-zero value, it means that additional dialing is needed and the value of this object specifies the number of trailing digits of the phone number to be dialed." ::= { incomingCallMappingEntry 2 } incomingCallMappingIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the T1 or E1 ifIndex that should be used. When this object is set to -1, it means that any T1 or E1 link can be used in which case the BundleNo and TimeSlot have no effect." ::= { incomingCallMappingEntry 3 } incomingCallMappingLowerTimeSlot OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the lower timeslot on the selected T1/E1 link. When LinkNo is set to -1, this object has no effect. When this object is set to -1, it means that any timeslot or any bundle group with available timeslot on the specified T1/E1 link can be used." ::= { incomingCallMappingEntry 4 } incomingCallMappingUpperTimeSlot OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the upper timeslot that should be used. When LinkNo field is set to -1, this object and LowerTimeslot field have no effect. When this object is set to -1, it means any unused Timeslot on the selected Link/Bundle can be used." ::= { incomingCallMappingEntry 5 } incomingCallMappingRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { incomingCallMappingEntry 6 } -- { phoneNoMapping 3 } plarTable OBJECT-TYPE SYNTAX SEQUENCE OF PlarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PLAR Table." ::= { plar 1 } plarEntry OBJECT-TYPE SYNTAX PlarEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "PLAR Table Entry." INDEX { plarIfIndex,plarDs0Number } ::= { plarTable 1 } PlarEntry ::= SEQUENCE { plarIfIndex IndexNumber, plarDs0Number IndexNumber, plarDestnPhoneNo DisplayString, plarDestnName DisplayString, plarRowStatus RowStatus } plarIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the T1 or E1 ifIndex that should be used. When this object is set to -1, it means that any T1 or E1 link can be used in which case the BundleNo and TimeSlot have no effect." ::= { plarEntry 1 } plarDs0Number OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The DS0 Number which can be 1-24 for T1, 1-31 for E1 and 1-4 for AVM." ::= { plarEntry 2 } plarDestnPhoneNo OBJECT-TYPE SYNTAX DisplayString (SIZE (29)) ACCESS read-write STATUS mandatory DESCRIPTION "The phone number which consists of up to 15 decimal digits, '*' or '?'. '*' stands for one or more digits and '?' means any single digit." ::= { plarEntry 3 } plarDestnName OBJECT-TYPE SYNTAX DisplayString (SIZE (15)) ACCESS read-write STATUS mandatory DESCRIPTION " Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in destination name." ::= { plarEntry 4 } plarRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'." ::= { plarEntry 5 } -- { phoneNoMapping 4 } aniMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF AniMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ANI Mapping" ::= { aniTable 1 } aniMappingEntry OBJECT-TYPE SYNTAX AniMappingEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "ANI Mapping Entry." INDEX { aniMappingIfIndex,aniMappingSlotNumber } ::= { aniMappingTable 1 } AniMappingEntry ::= SEQUENCE { aniMappingIfIndex InterfaceIndex, aniMappingSlotNumber IndexNumber, aniMappingANI DisplayString, aniMappingRowStatus RowStatus } aniMappingIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213).This ANI Table is only for CBR with interworking signaling type is ALTA." ::= { aniMappingEntry 1 } aniMappingSlotNumber OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the time slot number.This ANI Table is valid only for AAL1 traffic(CBR and AVM) with interworking signaling type as ALTA." ::= { aniMappingEntry 2 } aniMappingANI OBJECT-TYPE SYNTAX DisplayString (SIZE (15)) ACCESS read-write STATUS mandatory DESCRIPTION "The phone number which consists of up to 32 decimal digits, '*' or '?'. '*' stands for one or more digits and '?' means any single digit.This ANITable is valid only for AAL1 traffic (CBR and AVM) with interworking signaling type as ALTA." ::= { aniMappingEntry 3 } aniMappingRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'.This ANI Table is valid only for AAL1 traffic(CBR and AVM) with interworking signaling type as ALTA." ::= { aniMappingEntry 4 } -- Ethernet ======================= ether { mariposaAtx50Atx150Objs 7 } -- Ethernet Parameters ============ etherPar { ether 1 } -- the Ethernet group etherTable OBJECT-TYPE SYNTAX SEQUENCE OF EtherEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of addressing information relevant to this entity's IP addresses." ::= { etherPar 1 } etherEntry OBJECT-TYPE SYNTAX EtherEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "The addressing information for one of this entity's IP addresses." INDEX { etherIfIndex } ::= { etherTable 1 } EtherEntry ::= SEQUENCE { etherIfIndex InterfaceIndex, etherMacAddress MacAddress, etherIpAddr IpAddress, etherIpNetMask IpAddress, etherSpeed INTEGER, etherOperationMode INTEGER, etherUpTime TimeTicks, etherReceiveThreshold INTEGER, etherOperationalStatus INTEGER, etherLastError INTEGER, etherLastErrorMessage DisplayString, etherIpRoutingDefaultGateway IpAddress, etherPassBridgingPackets INTEGER } etherIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex." ::= { etherEntry 1 } etherMacAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "The MAC address to which this ethernet port's addressing information pertains." ::= { etherEntry 2 } etherIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IP address to which this ethernet port's addressing information pertains." ::= { etherEntry 3 } etherIpNetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the hosts bits set to 0." ::= { etherEntry 4 } etherSpeed OBJECT-TYPE SYNTAX INTEGER { b10meg (1), b100meg (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Interface speed of the Ethernet port in Kbit(Kilo bit) unit: b10meg: 10 Mbit Ethernet, b100meg: 100 Mbit Ethernet." ::= { etherEntry 5 } etherOperationMode OBJECT-TYPE SYNTAX INTEGER { fullDuplex (1), halfDuplex (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Ethernet operation mode can be 1.full duplex 2.half duplex." ::= { etherEntry 6 } etherUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time tick since the time that Ethernet adapter has been first initialized. Note: 1. The number is updated when the Ethernet adapter is reset. 2. Reset statistics will not zero this field." ::= { etherEntry 7 } etherReceiveThreshold OBJECT-TYPE SYNTAX INTEGER { normal (1), high (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object Has the AMD Ethernet receive threshold sensitivity. 1 Normal sensitivity. 2 High sensitivity (Low receive threshold, according to AMD, a 4 pair cable should be used to rid-off extraneous noise due to high sensitivity (Page: 75 Preliminary). Default: Normal threshold." ::= { etherEntry 8 } etherOperationalStatus OBJECT-TYPE SYNTAX INTEGER { linkUp (1), initError (2), linkDown (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The Ethernet port status: 1 Link is up. Normal status. 2 Initialization error. 3 Link is down. Cable is disconnected (from either ethernet card or hub." ::= { etherEntry 9 } etherLastError OBJECT-TYPE SYNTAX INTEGER { noError (1), error (2) } ACCESS read-only STATUS mandatory DESCRIPTION "Last error that happened on Ethernet card: noError No error error error." ::= { etherEntry 10 } etherLastErrorMessage OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "Message about Last error that happened on Ethernet card." ::= { etherEntry 11 } etherIpRoutingDefaultGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies the default gateway for IP routing." ::= { etherEntry 12 } etherPassBridgingPackets OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This Object specifies the whether to pass bridging Packets or not." ::= { etherEntry 13 } -- Ethernet Statistics ================= etherStat { ether 2 } -- The Ethernet Statistics Group -- -- The ethernet statistics group contains statistics -- measured by the probe for each monitored interface on -- this device. These statistics take the form of free -- running Counters that start from zero when a valid entry -- is created. -- -- This group currently has statistics defined only for -- Ethernet interfaces. Each etherStatsEntry contains -- statistics for one Ethernet interface. The probe must -- create one etherStats entry for each monitored Ethernet -- interface on the device. etherStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF EtherStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of Ethernet statistics entries." ::= { etherStat 2 } etherStatsEntry OBJECT-TYPE SYNTAX EtherStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A collection of statistics kept for a particular Ethernet interface. As an example, an instance of the etherStatsPkts object might be named etherStatsPkts.1" INDEX { etherStatsIfIndex } ::= { etherStatsTable 1 } EtherStatsEntry ::= SEQUENCE { etherStatsIfIndex InterfaceIndex, etherStatsTxPkts Counter, etherStatsTxBytes Counter, -- etherStatsTxBroadcasts Counter, etherStatsRxPkts Counter, etherStatsRxBytes Counter, -- etherStatsRxBroadcastPkts Counter, -- etherStatsRxBroadcastBytes Counter, -- etherStatsRxMulticastPkts Counter, -- etherStatsRxMulticastBytes Counter, -- etherStatsRxNonBcastMcastPkts Counter, -- etherStatsRxNonBcastMcastBytes Counter, etherStatsRxFilteredPkts Counter, etherStatsFilteredBPDUs Counter, -- etherStatsAlignmentErrors Counter, etherStatsCRCErrors Counter, -- etherStatsFCSErrors Counter, etherStatsRxFramingErrors Counter, -- etherStatsCollisionFrames Counter, etherStatsTxUnderflow Counter, etherStatsTxRetry Counter, etherStatsLateCollisions Counter, etherStatsCarrierSenseErrors Counter, etherStatsTxDeferredPkts Counter, etherStatsTxExcessiveDeferredPkts Counter, -- etherStatsRxOverflow Counter, -- etherStatsOutOfRxBuffError Counter, -- etherStatsExcessiveCollisions Counter, -- etherStatsTxQueueFull Counter, -- etherStatsInternalMacTxErrors Counter, etherStatsFrameTooShort Counter, etherStatsFrameTooLong Counter, etherStatsRxDiscardedPkts Counter, -- etherStatsInternalMacRxErrors Counter, -- etherStatsRxMaxBuffers Counter, -- etherStatsTxMaxBuffers Counter, -- etherStatsResetCount Counter, etherStatsTxDiscardedPkts Counter, etherStatsRxDiscardedMgmtPkts Counter, etherStatsRxBuffers Counter, etherStatsTxBuffers Counter, etherStatsResetStatistics INTEGER } etherStatsIfIndex OBJECT-TYPE SYNTAX InterfaceIndex ACCESS read-only STATUS mandatory DESCRIPTION "This value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213)." ::= { etherStatsEntry 1 } etherStatsTxPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transmitted packets." ::= { etherStatsEntry 2 } etherStatsTxBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Total number of transmitted bytes." ::= { etherStatsEntry 3 } etherStatsRxPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets received by the Ethernet driver." ::= { etherStatsEntry 4 } etherStatsRxBytes OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of bytes received by the Ethernet driver." ::= { etherStatsEntry 5 } etherStatsRxFilteredPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of received packets that were filtered by the driver code (not forwarded)." ::= { etherStatsEntry 6 } etherStatsFilteredBPDUs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of BPDU packets that were filtered by the driver code." ::= { etherStatsEntry 7 } etherStatsCRCErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the Ethernet chip detected a CRC error on an incoming packet." ::= { etherStatsEntry 8 } etherStatsRxFramingErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of framing error detected by the Ethernet chip during packet reception." ::= { etherStatsEntry 9 } etherStatsTxUnderflow OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Underflow error count which indicates the number of times the Ethernet chip transmitter has a truncated a message because it could not read data from memory fast enough." ::= { etherStatsEntry 10 } etherStatsTxRetry OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of frames for which retry transmission has occurred." ::= { etherStatsEntry 11 } etherStatsLateCollisions OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit-times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics." ::= { etherStatsEntry 12 } etherStatsCarrierSenseErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object is incremented at most once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt." ::= { etherStatsEntry 13 } etherStatsTxDeferredPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions." ::= { etherStatsEntry 14 } etherStatsTxExcessiveDeferredPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "Transmit excess deferral count which indicates the number of times the Ethernet chip has experienced excessive deferral while trying to transmit packets." ::= { etherStatsEntry 15 } etherStatsFrameTooShort OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets whose length are below the minimum Ethernet length." ::= { etherStatsEntry 16 } etherStatsFrameTooLong OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "A count of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the frameTooLong status is returned by the MAC service to the LLC (or other MAC user). Received frames for which multiple error conditions obtain are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC." ::= { etherStatsEntry 17 } etherStatsRxDiscardedPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets ed for the device and discarded by the driver due to the input queue being full." ::= { etherStatsEntry 18 } etherStatsTxDiscardedPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets ed for the device and discarded by the driver due to the input queue being full." ::= { etherStatsEntry 19 } etherStatsRxDiscardedMgmtPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets ed for the device and discarded by the driver due to the input queue being full." ::= { etherStatsEntry 20 } etherStatsRxBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of free received buffers available for the packet receptions of the Ethernet chip." ::= { etherStatsEntry 21 } etherStatsTxBuffers OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of free transmit descriptors used to transmit packets to the Ethernet network." ::= { etherStatsEntry 22 } etherStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { etherStatsEntry 23 } -- Bridging ========================= dot1dBridge { mariposaAtx50Atx150Objs 8 } -- Bridging Parameters ============== dot1dBridgePar { dot1dBridge 1 } -- Bridging Parameters Base Group == dot1dBase { dot1dBridgePar 1 } dot1dBaseBridgeEnable OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables and disables spanning tree functionality." ::= { dot1dBase 1 } dot1dBaseBridgeId OBJECT-TYPE SYNTAX BridgeId ACCESS read-only STATUS mandatory DESCRIPTION "Bridge ID consists of 2 bytes bridge priority and 6 bytes MAC address. When either bridge priority or bridge MAC address is changed, this object should be updated." ::= { dot1dBase 2 } dot1dBaseBridgeAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "The MAC address used by this bridge when it must be referred to in a unique fashion. It is recommended that this be the numerically smallest MAC address of all ports that belong to this bridge. However it is only required to be unique. When concatenated with dot1dStpPriority a unique BridgeIdentifier is formed which is used in the Spanning Tree Protocol." ::= { dot1dBase 3 } dot1dBaseNumPorts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of ports controlled by this bridging entity." ::= { dot1dBase 4 } -- Bridging Parameters Spanning Tree Protocol == dot1dStp { dot1dBridgePar 2 } dot1dStpPriority OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The value of the write-able portion of the Bridge ID, i.e., the first two octets of the (8 octet long) Bridge ID. The other (last) 6 octets of the Bridge ID are given by the value of dot1dBaseBridgeAddress." ::= { dot1dStp 1 } dot1dStpTimeSinceTopologyChange OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The time (in hundredths of a second) since the last time a topology change was detected by the bridge entity." ::= { dot1dStp 2 } dot1dStpTopChanges OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of topology changes detected by this bridge since the management entity was last reset or initialized." ::= { dot1dStp 3 } dot1dStpDesignatedRoot OBJECT-TYPE SYNTAX BridgeId ACCESS read-only STATUS mandatory DESCRIPTION "The bridge identifier of the root of the spanning tree as determined by the Spanning Tree Protocol as executed by this node. This value is used as the Root Identifier Parameters in all Parameter Bridge PDUs originated by this node." ::= { dot1dStp 4 } dot1dStpRootCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The cost of the path to the root as seen from this bridge." ::= { dot1dStp 5 } dot1dStpRootPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The port number of the port which offers the lowest cost path from this bridge to the root bridge." ::= { dot1dStp 6 } dot1dStpMaxAge OBJECT-TYPE SYNTAX Timeout ACCESS read-only STATUS mandatory DESCRIPTION "The maximum age of Spanning Tree Protocol information learned from the network on any port before it is discarded, in units of hundredths of a second. This is the actual value that this bridge is currently using." ::= { dot1dStp 7 } dot1dStpHelloTime OBJECT-TYPE SYNTAX Timeout ACCESS read-only STATUS mandatory DESCRIPTION "The amount of time between the transmission of Configuration bridge PDUs by this node on any port when it is the root of the spanning tree or trying to become so, in units of hundredths of a second. This is the actual value that this bridge is currently using." ::= { dot1dStp 8 } dot1dStpHoldTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This time value determines the interval length during which no more than two Configuration bridge PDUs shall be transmitted by this node, in units of hundredths of a second." ::= { dot1dStp 9 } dot1dStpForwardDelay OBJECT-TYPE SYNTAX Timeout ACCESS read-only STATUS mandatory DESCRIPTION "This time value, measured in units of hundredths of a second, controls how fast a port changes its spanning state when moving towards the Forwarding state. The value determines how long the port stays in each of the Listening and Learning states, which precede the Forwarding state. This value is also used, when a topology change has been detected and is underway, to age all dynamic entries in the Forwarding Database. [Note that this value is the one that this bridge is currently using, in contrast to dot1dStpBridgeForwardDelay which is the value that this bridge and all others would start using if/when this bridge were to become the root.]" ::= { dot1dStp 10 } dot1dStpBridgeMaxAge OBJECT-TYPE SYNTAX Timeout (600..4000) ACCESS read-write STATUS mandatory DESCRIPTION "The value that all bridges use for MaxAge when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of dot1dStpBridgeHelloTime. The granularity of this timer is specified by 802.1D-1990 to be 1 second. A badValue error is returned if a set is attempted to a value which is not a whole number of seconds." ::= { dot1dStp 11 } dot1dStpBridgeHelloTime OBJECT-TYPE SYNTAX Timeout (100..1000) ACCESS read-write STATUS mandatory DESCRIPTION "The value that all bridges use for HelloTime when this bridge is acting as the root. The granularity of this timer is specified by 802.1D- 1990 to be 1 second. A badValue error is returned if a set is attempted to a value which is not a whole number of seconds." ::= { dot1dStp 12 } dot1dStpBridgeForwardDelay OBJECT-TYPE SYNTAX Timeout (400..3000) ACCESS read-write STATUS mandatory DESCRIPTION "The value that all bridges use for ForwardDelay when this bridge is acting as the root. Note that 802.1D-1990 specifies that the range for this parameter is related to the value of dot1dStpBridgeMaxAge. The granularity of this timer is specified by 802.1D-1990 to be 1 second. A badValue error is returned if a set is attempted to a value which is not a whole number of seconds." ::= { dot1dStp 13 } -- The Spanning Tree Port Table dot1dStpPortTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot1dStpPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains port-specific information for the Spanning Tree Protocol." ::= { dot1dStp 15 } dot1dStpPortEntry OBJECT-TYPE SYNTAX Dot1dStpPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information maintained by every port about the Spanning Tree Protocol state for that port." INDEX { dot1dStpPortIdx } ::= { dot1dStpPortTable 1 } Dot1dStpPortEntry ::= SEQUENCE { dot1dStpPortIdx IndexNumber, dot1dStpPortDestName DisplayString, dot1dStpPort INTEGER, dot1dStpPortPriority INTEGER, dot1dStpPortState INTEGER, dot1dStpPortPathCost INTEGER, dot1dStpPortDesignatedRoot BridgeId, dot1dStpPortDesignatedCost INTEGER, dot1dStpPortDesignatedBridge BridgeId -- dot1dStpPortType INTEGER } dot1dStpPortIdx OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This is a sequence number corresponding to the valid Spanning tree destination entries." ::= { dot1dStpPortEntry 1 } dot1dStpPortDestName OBJECT-TYPE SYNTAX DisplayString (SIZE (16)) ACCESS read-only STATUS mandatory DESCRIPTION "ASCII string that describes the destination device. Only alpha-numeric characters (a-z, A-Z, 0-9) and underscore (_) can be used in destination name." ::= { dot1dStpPortEntry 2 } dot1dStpPort OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The port number of the port for which this entry contains Spanning Tree Protocol management information." REFERENCE "IEEE 802.1D-1990: Section 6.8.2.1.2" ::= { dot1dStpPortEntry 3 } dot1dStpPortPriority OBJECT-TYPE SYNTAX INTEGER (0..31) ACCESS read-write STATUS mandatory DESCRIPTION "The value of the priority field which is contained in the first (in network byte order) octet of the (2 octet long) Port ID. The other octet of the Port ID is given by the value of dot1dStpPort." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.1" ::= { dot1dStpPortEntry 4 } dot1dStpPortState OBJECT-TYPE SYNTAX INTEGER { disabled (1), blocking (2), listening (3), learning (4), forwarding (5), broken (6) } ACCESS read-only STATUS mandatory DESCRIPTION "The port's current state as defined by application of the Spanning Tree Protocol. This state controls what action a port takes on reception of a frame. If the bridge has detected a port that is malfunctioning it will place that port into the broken (6) state. For ports which are disabled (see dot1dStpPortEnable), this object will have a value of disabled (1)." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.2" ::= { dot1dStpPortEntry 5 } dot1dStpPortPathCost OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-write STATUS mandatory DESCRIPTION "The contribution of this port to the path cost of paths towards the spanning tree root which include this port. 802.1D-1990 recommends that the default value of this parameter be in inverse proportion to the speed of the attached LAN." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.3" ::= { dot1dStpPortEntry 6 } dot1dStpPortDesignatedRoot OBJECT-TYPE SYNTAX BridgeId ACCESS read-only STATUS mandatory DESCRIPTION "The unique Bridge Identifier of the Bridge recorded as the Root in the Configuration BPDUs transmitted by the Designated Bridge for the segment to which the port is attached." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.4" ::= { dot1dStpPortEntry 7 } dot1dStpPortDesignatedCost OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The path cost of the Designated Port of the segment connected to this port. This value is compared to the Root Path Cost field in received bridge PDUs." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.5" ::= { dot1dStpPortEntry 8 } dot1dStpPortDesignatedBridge OBJECT-TYPE SYNTAX BridgeId ACCESS read-only STATUS mandatory DESCRIPTION "The Bridge Identifier of the bridge which this port considers to be the Designated Bridge for this port's segment." REFERENCE "IEEE 802.1D-1990: Section 4.5.5.6" ::= { dot1dStpPortEntry 9 } -- Bridging Parameters Transparent Bridging == dot1dTp { dot1dBridgePar 3 } dot1dTpAgingTime OBJECT-TYPE SYNTAX INTEGER (10..1000000) ACCESS read-only STATUS mandatory DESCRIPTION "The Timeout period in seconds for aging out dynamically learned forwarding information. 802.1D-1990 recommends a default of 300 seconds." REFERENCE "IEEE 802.1D-1990: Section 6.7.1.1.3" ::= { dot1dTp 1 } -- The Forwarding Database for Transparent Bridges dot1dTpFdbTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot1dTpFdbEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains information about unicast entries for which the bridge has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame." ::= { dot1dTp 2 } dot1dTpFdbEntry OBJECT-TYPE SYNTAX Dot1dTpFdbEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Information about a specific unicast MAC address for which the bridge has some forwarding and/or filtering information." INDEX { dot1dTpFdbIndex } ::= { dot1dTpFdbTable 1 } Dot1dTpFdbEntry ::= SEQUENCE { dot1dTpFdbIndex IndexNumber, dot1dTpFdbAddress MacAddress, dot1dTpFdbDest DisplayString, dot1dTpFdbTTL Timeout } dot1dTpFdbIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "Index of the table." REFERENCE "IEEE 802.1D-1990: Section 3.9.1, 3.9.2" ::= { dot1dTpFdbEntry 1 } dot1dTpFdbAddress OBJECT-TYPE SYNTAX MacAddress ACCESS read-only STATUS mandatory DESCRIPTION "A unicast MAC address for which the bridge has forwarding and/or filtering information." REFERENCE "IEEE 802.1D-1990: Section 3.9.1, 3.9.2" ::= { dot1dTpFdbEntry 2 } dot1dTpFdbDest OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object contains the destination on which a frame having a source address equal to the value of the corresponding instance of dot1dTpFdbAddress has been seen." ::= { dot1dTpFdbEntry 3 } dot1dTpFdbTTL OBJECT-TYPE SYNTAX Timeout ACCESS read-only STATUS mandatory DESCRIPTION "Time to live of this forwarding information." ::= { dot1dTpFdbEntry 4 } -- majorAlarm ================== { log 1 } majorAlarmControl OBJECT-TYPE SYNTAX INTEGER { start (1), stop (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls logging of the major alarms. When this object set to stop, alarms are not logged anymore. Setting this object to start causes the alarm logging to start. The default value is 'start'." ::= { majorAlarm 1 } majorAlarmClear OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object deletes all entries from major alarm log. Default value is noChange which means the alarm log has not been cleared since device startup." ::= { majorAlarm 2 } majorAlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF MajorAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains major alarms." ::= { majorAlarm 5 } majorAlarmEntry OBJECT-TYPE SYNTAX MajorAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each alarm entry." INDEX { majorAlarmIndex } ::= { majorAlarmTable 1 } MajorAlarmEntry ::= SEQUENCE { majorAlarmIndex IndexNumber, majorAlarmMessage DisplayString } majorAlarmIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of major alarm table." ::= { majorAlarmEntry 1 } majorAlarmMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object contains alarm message. Alarm messages are truncated to 80 characters if they're longer that 80 characters." ::= { majorAlarmEntry 2 } -- End of Major Alarm Table -- -- minorAlarm ============== { log 2 } minorAlarmControl OBJECT-TYPE SYNTAX INTEGER { start (1), stop (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls logging of the Minor alarms. When this object set to stop, alarms are not logged anymore. Setting this object to start causes the alarm logging to start. The default value is 'start'." ::= { minorAlarm 1 } minorAlarmClear OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object deletes all entries from Minor alarm log. Default value is noChange which means the alarm log has not been cleared since device startup." ::= { minorAlarm 2 } minorAlarmTable OBJECT-TYPE SYNTAX SEQUENCE OF MinorAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains Minor alarms." ::= { minorAlarm 5 } minorAlarmEntry OBJECT-TYPE SYNTAX MinorAlarmEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each alarm entry." INDEX { minorAlarmIndex } ::= { minorAlarmTable 1 } MinorAlarmEntry ::= SEQUENCE { minorAlarmIndex IndexNumber, minorAlarmMessage DisplayString } minorAlarmIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of Minor alarm table." ::= { minorAlarmEntry 1 } minorAlarmMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object contains alarm message. Alarm messages are truncated to 80 characters if they're longer that 80 characters." ::= { minorAlarmEntry 2 } -- End of Minor Alarm Table -- -- eventLog ===================== { log 3 } eventLogControl OBJECT-TYPE SYNTAX INTEGER { start (1), stop (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls standard logging of the device. When this object set to stop, logging is deactivated. Setting this object to start causes the logging to start again. The default value is 'start'." ::= { eventLog 1 } eventLogClear OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object deletes all entries of the standard log. Default value is noChange which means the standard log has not been cleared since device startup." ::= { eventLog 2 } eventLogTable OBJECT-TYPE SYNTAX SEQUENCE OF EventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains standard event log messages." ::= { eventLog 5 } eventLogEntry OBJECT-TYPE SYNTAX EventLogEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each standard event log message." INDEX { eventLogIndex } ::= { eventLogTable 1 } EventLogEntry ::= SEQUENCE { eventLogIndex IndexNumber, eventLogMessage DisplayString } eventLogIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of standard log table." ::= { eventLogEntry 1 } eventLogMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object contains log message. log messages are truncated to 80 characters if they're longer that 80 characters." ::= { eventLogEntry 2 } -- ==========================IP Routing ========================= ipRoutingCfgIpMode OBJECT-TYPE SYNTAX INTEGER { bridged (1), routed (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This defines the mode of the IP routing traffic. It can be either 1. Bridged 2. Routed." ::= { ip 1 } ipRoutingCfgICMPErrRate OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "Allowed ICMP Error messages Valid values are from 1 through to a maximum of 16." ::= { ip 2 } ipRoutingFwdNetBroadcast OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object decides to allow forwarding Net directed broadcasts. Forwarding can be either 1. disabled 2. enabled." ::= { ip 3 } ipRoutingValidateSourceIP OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object defines for validation of source IP address. It can be either 1. disabled 2. enabled." ::= { ip 4 } ipStaticTable OBJECT-TYPE SYNTAX SEQUENCE OF IpStaticEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of Dynamic Routing Entries." ::= { ip 5 } ipStaticEntry OBJECT-TYPE SYNTAX IpStaticEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each alarm entry." INDEX { ipSIpAddress } ::= { ipStaticTable 1 } IpStaticEntry ::= SEQUENCE { ipSdestName DisplayString, ipSIpAddress IpAddress, ipSNetMask IpAddress, ipSGateway IpAddress, ipSMetric INTEGER, ipSEntryStatus RowStatus } ipSdestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This is the destination name to refer to the Dynamic table entries." ::= { ipStaticEntry 1 } ipSIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The IpAddress associated with the destination in the Dynamic entry table." ::= { ipStaticEntry 2 } ipSNetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The Ip net-work mask associated with the destination Ipaddress. " ::= { ipStaticEntry 3 } ipSGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The Ip Gateway Address associated with the destination." ::= { ipStaticEntry 4 } ipSMetric OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The Ip Metric associated with the destination." ::= { ipStaticEntry 5 } ipSEntryStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "The Ip Metric associated with the destination." ::= { ipStaticEntry 6 } ipDynamicTable OBJECT-TYPE SYNTAX SEQUENCE OF IpDynamicEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of Dynamic Routing Entries." ::= { ip 6 } ipDynamicEntry OBJECT-TYPE SYNTAX IpDynamicEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each alarm entry." INDEX { ipDIpAddress } ::= { ipDynamicTable 1 } IpDynamicEntry ::= SEQUENCE { ipDdestName DisplayString, ipDIpAddress IpAddress, ipDNetMask IpAddress, ipDGateway IpAddress, ipDMetric INTEGER, ipDType INTEGER } ipDdestName OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the destination name to refer to the Dynamic table entries." ::= { ipDynamicEntry 1 } ipDIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The IpAddress associated with the destination in the Dynamic entry table." ::= { ipDynamicEntry 2 } ipDNetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The Ip net-work mask associated with the destination Ipaddress. " ::= { ipDynamicEntry 3 } ipDGateway OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The Ip Gateway Address associated with the destination." ::= { ipDynamicEntry 4 } ipDMetric OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Ip Metric associated with the destination." ::= { ipDynamicEntry 5 } ipDType OBJECT-TYPE SYNTAX INTEGER { static (1), local (2), rip (3), other (4) } ACCESS read-only STATUS mandatory DESCRIPTION "The Routing Type associated with the destination." ::= { ipDynamicEntry 6 } ipRoutingEntriesReset OBJECT-TYPE SYNTAX INTEGER { noChange (1), resetStatistics (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to reset the Dynamic Table entries." ::= { ip 7 } -- ====================== ARP CACHE Table ========================= arpCacheTable OBJECT-TYPE SYNTAX SEQUENCE OF ArpCacheEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of ARP Cache Entries." ::= { ip 8 } arpCacheEntry OBJECT-TYPE SYNTAX ArpCacheEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each alarm entry." INDEX { arpCacheEntryNumber } ::= { arpCacheTable 1 } ArpCacheEntry ::= SEQUENCE { arpCacheEntryNumber IndexNumber, arpCacheIpAddress DisplayString, arpCacheMacAddress DisplayString, arpCacheTimeToLive INTEGER, arpCacheInterface DisplayString, arpCacheVpiVci DisplayString, arpCacheStatus DisplayString } arpCacheEntryNumber OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This is the Entry Number to refer to the ARP Cache Table entries." ::= { arpCacheEntry 1 } arpCacheIpAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This is the IP Address to refer to the ARP Cache Table entries." ::= { arpCacheEntry 2 } arpCacheMacAddress OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The MacAddress associated with the IP Address in the ARP Cache Table." ::= { arpCacheEntry 3 } arpCacheTimeToLive OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This Object identifies the Time To Live period of the ARP Cache Entry . " ::= { arpCacheEntry 4 } arpCacheInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This Object identifies the Interface Type of the ARP Cache Entry . " ::= { arpCacheEntry 5 } arpCacheVpiVci OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This Object identifies the VPI/VCI of the ARP Cache Entry . " ::= { arpCacheEntry 6 } arpCacheStatus OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This Object identifies the Status of the ARP Cache Entry . " ::= { arpCacheEntry 7 } -- ==========================IP Routing IP Configuration================= ipInterfaceCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF IpInterfaceCfgEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of IP Interface Config Entries." ::= { ipInterfaceCfg 1 } ipInterfaceCfgEntry OBJECT-TYPE SYNTAX IpInterfaceCfgEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of entries in the IP Interface config." INDEX { ipInterfaceCfgIfIndex } ::= { ipInterfaceCfgTable 1 } IpInterfaceCfgEntry ::= SEQUENCE { ipInterfaceCfgIfIndex IndexNumber, ipInterfaceCfgUnnumIndex INTEGER, ipInterfaceCfgIpAddr IpAddress, ipInterfaceCfgSubnetMask IpAddress, ipInterfaceCfgAdminStat INTEGER, ipInterfaceCfgOperStat INTEGER, ipInterfaceCfgIfaceType INTEGER, ipInterfaceCfgNatType INTEGER, ipInterfaceCfgRouteProtocol INTEGER, ipInterfaceCfgRouteMetric INTEGER, ipInterfaceCfgRowStatus RowStatus } ipInterfaceCfgIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This is the Interface index of the interface configuration . This value corresponds to each interface configured" ::= { ipInterfaceCfgEntry 1 } ipInterfaceCfgUnnumIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is the unnumbered index of the interface configuration . If it is a numbered interface this object's value will be 0." ::= { ipInterfaceCfgEntry 2 } ipInterfaceCfgIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This is the IP Address to refer to the table entries. If it is an unnumbered interface the value is 0.0.0.0 This object can be set ONLY when creating a new entry" ::= { ipInterfaceCfgEntry 3 } ipInterfaceCfgSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This is the Subnet Mask to the ip address. If it is an unnumbered interface the value is 0.0.0.0" ::= { ipInterfaceCfgEntry 4 } ipInterfaceCfgAdminStat OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Administrative status which can be enabled or disabled" ::= { ipInterfaceCfgEntry 5 } ipInterfaceCfgOperStat OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This is the Operational status which acn be enabled or disabled" ::= { ipInterfaceCfgEntry 6 } ipInterfaceCfgIfaceType OBJECT-TYPE SYNTAX INTEGER { unnumberedPointToPoint (1), numberedPointToPoint (2), numberedPointToMultiport (3), broadcast (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Interface Type It may be (1)unnumbered Point To Point (2)numbered Point To Point (3)numberedPointToMultiport (4)broadcast. The Broadcast is only applicable for Ethernet." ::= { ipInterfaceCfgEntry 7 } ipInterfaceCfgNatType OBJECT-TYPE SYNTAX INTEGER { none (1), public (2), private (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Nat Type. It may be (1)none (2)public (3)private. If it is an Ethernet Interface,it is 'None' when NAT is disabled and 'Private' when NAT is enabled. Also NAT type is READ ONLY if it an Ethernet Interface. 'Public' is applicable only to Non Ethernet Interface. " ::= { ipInterfaceCfgEntry 8 } ipInterfaceCfgRouteProtocol OBJECT-TYPE SYNTAX INTEGER { none (1), rip (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Routing Protocol. It may be (1)none (2)rip." ::= { ipInterfaceCfgEntry 9 } ipInterfaceCfgRouteMetric OBJECT-TYPE SYNTAX INTEGER (1..15) ACCESS read-write STATUS mandatory DESCRIPTION "This is the Routing Metric. The range is between 1 to 15." ::= { ipInterfaceCfgEntry 10 } ipInterfaceCfgRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. Default:Active." ::= { ipInterfaceCfgEntry 11 } -- ==========================IP Routing IP Stats ========================= ipInterfaceStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF IpInterfaceStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of IP Interface Statistics Entries." ::= { ipInterfaceStats 1 } ipInterfaceStatsEntry OBJECT-TYPE SYNTAX IpInterfaceStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "list of entries in the IP Statistics." INDEX { ipInterfaceStatsIfIndex } ::= { ipInterfaceStatsTable 1 } IpInterfaceStatsEntry ::= SEQUENCE { ipInterfaceStatsIfIndex INTEGER, rxPkts INTEGER, rxLocalPkts INTEGER, rxPktLengthError INTEGER, rxHdrLengthError INTEGER, rxVersionError INTEGER, rxTimeToLiveError INTEGER, rxInvalidSourceIP INTEGER, rxQueuedForARP INTEGER, rxPktsIPOptions INTEGER, txForwardedPkts INTEGER, txLocalPkts INTEGER, txDiscarded INTEGER, txRoutingFailure INTEGER, rxChecksumError INTEGER, rxIpModeError INTEGER, rxInvalidDestIP INTEGER, rxUnresolvedARP INTEGER, rxUnknownPkts INTEGER, ipStatsReset INTEGER } ipInterfaceStatsIfIndex OBJECT-TYPE SYNTAX INTEGER { ethernet (1), atm (2) } ACCESS read-only STATUS mandatory DESCRIPTION "interface indicating whether Ethernet or ATM." ::= { ipInterfaceStatsEntry 1 } rxPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 2 } rxLocalPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Local Received Packets on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 3 } rxPktLengthError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Received Packets with Length Errors on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 4 } rxHdrLengthError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Header Length Errors on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 5 } rxVersionError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Version Errors on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 6 } rxTimeToLiveError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Time to Live Error on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 7 } rxInvalidSourceIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Invalid Source IP address on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 8 } rxQueuedForARP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Queued for ARP on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 9 } rxPktsIPOptions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with IP Options on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 10 } -- Transmit -- txForwardedPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Forward Trasmitted Packets on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 11 } txLocalPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Local Packets transmitted on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 12 } txDiscarded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Discarded Packets from transmission on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 13 } txRoutingFailure OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Packets with Failed routing to transmit on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 14 } rxChecksumError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Checksum Erros on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 15 } rxIpModeError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with IP Mode Errors on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 16 } rxInvalidDestIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Invalid Destination IP address on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 17 } rxUnresolvedARP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Unresolved ARP on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 18 } rxUnknownPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Unknown IP address on Ethernet interface of IP Type." ::= { ipInterfaceStatsEntry 19 } ipStatsReset OBJECT-TYPE SYNTAX INTEGER { noChange (1), reset (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Resets IP statistics for the interface." ::= { ipInterfaceStatsEntry 20 } -- =========================IP Routing ICMP Stats ========================= ipInterfaceICMPStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF IpInterfaceICMPStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of IP Routing ICMP Statistics Entries." ::= { ipInterfaceStats 2 } ipInterfaceICMPStatsEntry OBJECT-TYPE SYNTAX IpInterfaceICMPStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "List of entries in the ICMP Statistics." INDEX { icmpStatsIfIndex } ::= { ipInterfaceICMPStatsTable 1 } IpInterfaceICMPStatsEntry ::= SEQUENCE { icmpStatsIfIndex INTEGER, rxPackets INTEGER, rxErrors INTEGER, rxDestUnreachable INTEGER, rxTimeExceeded INTEGER, rxParamProblem INTEGER, rxSourceQuench INTEGER, rxRedirect INTEGER, rxEcho INTEGER, rxEchoReply INTEGER, rxTimeStamps INTEGER, rxTimeStampsReply INTEGER, rxAddressMask INTEGER, rxAddressMaskReply INTEGER, txPkts INTEGER, txErrors INTEGER, txDestUnreachable INTEGER, txTimeExceeded INTEGER, txParamProblem INTEGER, txSourceQuench INTEGER, txRedirect INTEGER, txEcho INTEGER, txEchoReply INTEGER, txTimeStamps INTEGER, txTimeStampsReply INTEGER, txAddressMask INTEGER, txAddressMaskReply INTEGER, icmpStatsReset INTEGER } icmpStatsIfIndex OBJECT-TYPE SYNTAX INTEGER { ethernet (1), atm (2) } ACCESS read-only STATUS mandatory DESCRIPTION "interface indicating whether Ethernet or ATM." ::= { ipInterfaceICMPStatsEntry 1 } rxPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 2 } rxErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Errors on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 3 } rxDestUnreachable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with unreachable destination on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 4 } rxTimeExceeded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with exceeded Time on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 5 } rxParamProblem OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with parameter problem on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 6 } rxSourceQuench OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with source quench on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 7 } rxRedirect OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets redirected on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 8 } rxEcho OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with echo on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 9 } rxEchoReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with Echo Reply on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 10 } rxTimeStamps OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with time stamps on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 11 } rxTimeStampsReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with replies to timestamp requests on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 12 } rxAddressMask OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets with address mask requests on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 13 } rxAddressMaskReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Received Packets replies to address mask requests on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 14 } -- ===== Transmit txPkts OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 15 } txErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with errors on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 16 } txDestUnreachable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of trasmitted Packets with unreachable destination on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 17 } txTimeExceeded OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with exceeded time limit on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 18 } txParamProblem OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with parameter problems on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 19 } txSourceQuench OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with source quench on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 20 } txRedirect OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets redirected on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 21 } txEcho OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with echos on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 22 } txEchoReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with echo replies on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 23 } txTimeStamps OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with timestamp requests on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 24 } txTimeStampsReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with timestamp replies on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 25 } txAddressMask OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with address masks on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 26 } txAddressMaskReply OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitted Packets with replies to address mask requests on Ethernet interface of ICMP Type." ::= { ipInterfaceICMPStatsEntry 27 } icmpStatsReset OBJECT-TYPE SYNTAX INTEGER { noChange (1), reset (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Resets ICMP statistics for the interface." ::= { ipInterfaceICMPStatsEntry 28 } -- =============================== IP INTERFACE RIP CFG ============================== ipInterfaceRipCfgTable OBJECT-TYPE SYNTAX SEQUENCE OF IpInterfaceRipCfgEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of IP Interface RIP Configuration entries." ::= { ipInterfaceRipCfg 1 } ipInterfaceRipCfgEntry OBJECT-TYPE SYNTAX IpInterfaceRipCfgEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for RIP Configuration entries." INDEX { ipInterfaceRipCfgIfIndex } ::= { ipInterfaceRipCfgTable 1 } IpInterfaceRipCfgEntry ::= SEQUENCE { ipInterfaceRipCfgIfIndex IndexNumber, ipInterfaceRipCfgUnnumIndex INTEGER, ipInterfaceRipCfgIpAddr IpAddress, ipInterfaceRipCfgSubnetMask IpAddress, ipInterfaceRipCfgProtocol INTEGER, ipInterfaceRipCfgAuthenType INTEGER, ipInterfaceRipCfgAuthenKey DisplayString, ipInterfaceRipCfgSendVersion INTEGER, ipInterfaceRipCfgReceiveVersion INTEGER, ipInterfaceRipCfgPoissonReverse INTEGER } ipInterfaceRipCfgIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This is the Interface index of the interface configuration . This value corresponds to each interface configured" ::= { ipInterfaceRipCfgEntry 1 } ipInterfaceRipCfgUnnumIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This is the unnumbered index of the interface configuration . If it is a numbered interface this object's value will be 0." ::= { ipInterfaceRipCfgEntry 2 } ipInterfaceRipCfgIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This is the IP Address to refer to the table entries." ::= { ipInterfaceRipCfgEntry 3 } ipInterfaceRipCfgSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This is the Subnet Mask to the IP address." ::= { ipInterfaceRipCfgEntry 4 } ipInterfaceRipCfgProtocol OBJECT-TYPE SYNTAX INTEGER { none (1), rip (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This is the Routing Protocol. It may be (1)none (2)rip." ::= { ipInterfaceRipCfgEntry 5 } ipInterfaceRipCfgAuthenType OBJECT-TYPE SYNTAX INTEGER { noAuthentication (1), simplePassword (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This RIP object defines the type of authentication required in RIP configuration. " ::= { ipInterfaceRipCfgEntry 6 } ipInterfaceRipCfgAuthenKey OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This RIP object defines the authentication key required in RIP configuration. " ::= { ipInterfaceRipCfgEntry 7 } ipInterfaceRipCfgSendVersion OBJECT-TYPE SYNTAX INTEGER { none (1), v1 (2), v1Compatible (3), v2 (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This RIP object defines the Version information needed to be sent in RIP configuration. It can be 1.None 2.V1 3.V1 Compatible 4.V2" ::= { ipInterfaceRipCfgEntry 8 } ipInterfaceRipCfgReceiveVersion OBJECT-TYPE SYNTAX INTEGER { v1 (1), v2 (2), v1-or-V2 (3), none (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This RIP object defines the Version information needed to receive in RIP authentication negotiation. It can be 1.V1 2.V2 3.V1/V2 4.None" ::= { ipInterfaceRipCfgEntry 9 } ipInterfaceRipCfgPoissonReverse OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This RIP object determines whether poisson reverse ratio need to be 1. enabled or 2. disabled. " ::= { ipInterfaceRipCfgEntry 10 } -- ====================IP INTERFACE RIP STATISTICS================================= ipInterfaceRipStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF IpInterfaceRipStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of IP interface RIP Statistic Entries." ::= { ipInterfaceRipStats 1 } ipInterfaceRipStatsEntry OBJECT-TYPE SYNTAX IpInterfaceRipStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for IP interface RIP Statistic entry." INDEX { ipInterfaceRipStatsIfIndex } ::= { ipInterfaceRipStatsTable 1 } IpInterfaceRipStatsEntry ::= SEQUENCE { ipInterfaceRipStatsIfIndex IndexNumber, ipInterfaceRipStatsUnnumIndex INTEGER, ipInterfaceRipStatsIpAddress IpAddress, ipInterfaceRipStatsSubnetMask IpAddress, ipInterfaceRipStatsProtocol INTEGER, ipInterfaceRipStatsRxBadPackets INTEGER, ipInterfaceRipStatsRxBadRoutes INTEGER, ipInterfaceRipStatsTxUpdates INTEGER, ipInterfaceRipStatsResetStats INTEGER } ipInterfaceRipStatsIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of RIP Interfaces supported." ::= { ipInterfaceRipStatsEntry 1 } ipInterfaceRipStatsUnnumIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The Unnumbered index number of RIP Interfaces supported." ::= { ipInterfaceRipStatsEntry 2 } ipInterfaceRipStatsIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This is the Ip Address to refer to the table entries." ::= { ipInterfaceRipStatsEntry 3 } ipInterfaceRipStatsSubnetMask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This is the Subnet Mask to the ip address." ::= { ipInterfaceRipStatsEntry 4 } ipInterfaceRipStatsProtocol OBJECT-TYPE SYNTAX INTEGER { none (1), rip (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Routing Protocol. It may be (1)none (2)rip." ::= { ipInterfaceRipStatsEntry 5 } ipInterfaceRipStatsRxBadPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of Bad packets received on the RIP Interface." ::= { ipInterfaceRipStatsEntry 6 } ipInterfaceRipStatsRxBadRoutes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets received with bad routes on the RIP Interface." ::= { ipInterfaceRipStatsEntry 7 } ipInterfaceRipStatsTxUpdates OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The number of packets with transmit updates on the RIP Interface." ::= { ipInterfaceRipStatsEntry 8 } ipInterfaceRipStatsResetStats OBJECT-TYPE SYNTAX INTEGER { noChange (1), reset (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { ipInterfaceRipStatsEntry 9 } -- =======================RIP CONFIG==================================== ripCfgConfiguration OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The RIP configuration is enabled or disabled on the System." ::= { ripCfg 1 } ripCfgOperationalStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The RIP configuration Operational Status enabled or disabled on the System." ::= { ripCfg 2 } ripCfgSendRoutes OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines to allow sending routes to other nodes. 1. enabled 2. disabled." ::= { ripCfg 3 } ripCfgSendDefaultRoute OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object determines to allow sending the default route to other nodes. 1. enabled 2. disabled." ::= { ripCfg 4 } ripCfgUpdateTime OBJECT-TYPE SYNTAX INTEGER (15..60) ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the rip configuration update time interval. The valid range is 15 thru 60 Secs. Default value 30 Secs." ::= { ripCfg 5 } ripCfgAgingTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the rip configuration Aging time interval. The valid range is 90 thru 360 Secs. Default value 180 Secs." ::= { ripCfg 6 } ripCfgGarbageCollectionTime OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object defines the rip configuration Garbage Collection time. The valid range is 60 thru 240 Secs. Default value 120 Secs." ::= { ripCfg 7 } ripCfgRouteAggrAdminStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the global Administrative status of RIP Route Aggregate which can be enabled or disabled. Default is disabled." ::= { ripCfg 8 } -- =======================RIP STATISTICS==================================== ripStatsGlobalRoute OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding Global route changes noted." ::= { ripStats 1 } ripStatsGlobalQueries OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This ipInterface Statistics object gives information regarding Global Queries requested." ::= { ripStats 2 } ripStatsRxRequests OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This ipInterface Statistics object gives information regarding Receive requests." ::= { ripStats 3 } ripStatsRxResponses OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This ipInterface Statistics object gives information regarding responses to Receive requests." ::= { ripStats 4 } ripStatsTxRequests OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding Transmit requests." ::= { ripStats 5 } ripStatsTxResponses OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding responses to Transmit requests." ::= { ripStats 6 } ripStatsRxPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding total number of Receive packets." ::= { ripStats 7 } ripStatsRxUnrecognized OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of unrecognized Receive packets." ::= { ripStats 8 } ripStatsBadVersions OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of packets with bad version numbers." ::= { ripStats 9 } ripStatsBadAddrFamilies OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of packets with bad address families." ::= { ripStats 10 } ripStatsBadReqFormat OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of Received packets with bad request format." ::= { ripStats 11 } ripStatsBadResponseFormat OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of packets with bad response formats." ::= { ripStats 12 } ripStatsBadMetrics OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of packets with bad metrics." ::= { ripStats 13 } ripStatsOtherPortResponse OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of responses from other ports." ::= { ripStats 14 } ripStatsRejectedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This rip Statistics object gives information regarding the number of rejected packets." ::= { ripStats 15 } ripStatsReset OBJECT-TYPE SYNTAX INTEGER { noChange (1), reset (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This rip Statistics can be reset with this object. A get query on this object gives noChange. A set on this object always results on resetting all the rip Statistics variables to their initial values." ::= { ripStats 16 } -- =======================RIP ROUTE AGGREGATION==================================== ripRouteAggrTable OBJECT-TYPE SYNTAX SEQUENCE OF RipRouteAggrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Table of RIP Route Aggregates." ::= { ripRouteAggr 1 } ripRouteAggrEntry OBJECT-TYPE SYNTAX RipRouteAggrEntry ACCESS not-accessible STATUS mandatory DESCRIPTION " A list of information for RIP Route Aggregate." INDEX { ripRouteAggrIndex } ::= { ripRouteAggrTable 1 } RipRouteAggrEntry ::= SEQUENCE { ripRouteAggrIndex IndexNumber, ripRouteAggrIpAddress IpAddress, ripRouteAggrSubnetBits INTEGER, ripRouteAggrMetric INTEGER, ripRouteAggrAdminStatus INTEGER, ripRouteAggrMatchRoutes INTEGER, ripRouteAggrRowStatus RowStatus } ripRouteAggrIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This is the index of the RIP Route Aggregate in the table. At most 1024 route aggregates are supported." ::= { ripRouteAggrEntry 1 } ripRouteAggrIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "This is the subnet address of the RIP Route Aggregate. The IP address cannot be 0.0.0.0." ::= { ripRouteAggrEntry 2 } ripRouteAggrSubnetBits OBJECT-TYPE SYNTAX INTEGER (0..32) ACCESS read-write STATUS mandatory DESCRIPTION "This is the Subnet Mask to the RIP Route Aggregate. Default is 24." ::= { ripRouteAggrEntry 3 } ripRouteAggrMetric OBJECT-TYPE SYNTAX INTEGER (1..16) ACCESS read-write STATUS mandatory DESCRIPTION "This is the metric of the route aggregate. Default is 1." ::= { ripRouteAggrEntry 4 } ripRouteAggrAdminStatus OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This is the Administrative status of a given route aggregate which can be enabled or disabled. Default is disabled." ::= { ripRouteAggrEntry 5 } ripRouteAggrMatchRoutes OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the number of matching routes of the RIP route aggregate." ::= { ripRouteAggrEntry 6 } ripRouteAggrRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. Default is Active." ::= { ripRouteAggrEntry 7 } -- ====================Network Address Translation Configuration====================== natCfg OBJECT IDENTIFIER ::= { nat 1 } natCfgAdminState OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The NAT Administrative State is Up or Down on the System." ::= { natCfg 1 } natCfgOperationalStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The NAT configuration Operational Status on the System. It can be 1.Up 2.Down" ::= { natCfg 2 } natCfgOperatStateReason OBJECT-TYPE SYNTAX INTEGER { none (1), noMemoryForMap (2), ageError (3), notInRouted (4), noRouteToPool (5), invalidIpPool (6) } ACCESS read-only STATUS mandatory DESCRIPTION "The NAT configuration Operational Status reason on the System. The reason can be 1.None 2.No Memory For Mapping 3.Age Error 4.Not in Routed Mode 5.No Route To Pool 6.Invalid IP Pool." ::= { natCfg 3 } natCfgInboundInterface OBJECT-TYPE SYNTAX INTEGER { ethernet (1) } ACCESS read-only STATUS mandatory DESCRIPTION "The NAT configuration Inbound Interface on the System." ::= { natCfg 4 } natCfgOutboundInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "The NAT configuration Outbound Interface on the System." ::= { natCfg 5 } natCfgUDPTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the UDP timeouts." ::= { natCfg 6 } natCfgTCPTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the TCP timeouts." ::= { natCfg 7 } natCfgICMPTimeout OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the ICMP timeouts." ::= { natCfg 8 } natCfgTCPShortDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the TCP Short Delays." ::= { natCfg 9 } natCfgTCPLongDelay OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object determines the TCP Long Delays." ::= { natCfg 10 } natCfgInboundConnection OBJECT-TYPE SYNTAX INTEGER { accept (1), deny (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The NAT configuration for Inbound Connection on the System." ::= { natCfg 11 } natCfgIPPoolStart OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The NAT configuration's start of IP Pool. To set the Ip pool Start, the Ip pool End and Ip pool Netmask must be set to a value other than zero." ::= { natCfg 12 } natCfgIPPoolEnd OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The NAT configuration's end of IP Pool. To set the Ip pool End, the Ip pool Start and Ip pool Netmask must be set to a value other than zero." ::= { natCfg 13 } natCfgIPPoolNetmask OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The NAT configuration's IP Pool Netmask. To set the Ip pool NetMask, the Ip pool End and Ip pool Start must be set to a value other than zero." ::= { natCfg 14 } -- ==================================natStatMap================================ natStatMapTable OBJECT-TYPE SYNTAX SEQUENCE OF NatStatMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of NAT Static Map Entries." ::= { nat 2 } natStatMapEntry OBJECT-TYPE SYNTAX NatStatMapEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each NAT Static Map entry." INDEX { natStatMapPubIpAddress } ::= { natStatMapTable 1 } NatStatMapEntry ::= SEQUENCE { natStatMapPubIpAddress IpAddress, natStatMapPrivIpAddr IpAddress, natStatMapState INTEGER, natStatMapRowStatus RowStatus } natStatMapPubIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The Public IpAddress associated with the NAT Static Map. Default: The natCfgIPPoolStart" ::= { natStatMapEntry 1 } natStatMapPrivIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The Private IpAddress associated with the NAT Static Map. Default:0.0.0.0" ::= { natStatMapEntry 2 } natStatMapState OBJECT-TYPE SYNTAX INTEGER { active (1), inactive (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The State associated with the NAT Static Map. Default:active. It can be 1.Active 2.Inactive" ::= { natStatMapEntry 3 } natStatMapRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. Default:Active" ::= { natStatMapEntry 4 } -- ==========================natSpecialPort======================================= natSpecialPortTable OBJECT-TYPE SYNTAX SEQUENCE OF NatSpecialPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of NAT Special Port Entries." ::= { nat 3 } natSpecialPortEntry OBJECT-TYPE SYNTAX NatSpecialPortEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each NAT Special Port entry." INDEX { natSpecialPortLocalPortNo } ::= { natSpecialPortTable 1 } NatSpecialPortEntry ::= SEQUENCE { natSpecialPortLocalPortNo IndexNumber, natSpecialPortProtocolID INTEGER, natSpecialPortRowStatus RowStatus } natSpecialPortLocalPortNo OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The Local Port Number associated with the NAT Special Port Entry. Default:1" ::= { natSpecialPortEntry 1 } natSpecialPortProtocolID OBJECT-TYPE SYNTAX INTEGER { udp (1), tcp (2), both (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The Protocol ID associated with the NAT Special Port Entry. Default:UDP. The ID can be 1. UDP 2. TCP 3. UDP/TCP" ::= { natSpecialPortEntry 2 } natSpecialPortRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. Default:Active." ::= { natSpecialPortEntry 3 } -- ================================natRules===================================== natRulesTable OBJECT-TYPE SYNTAX SEQUENCE OF NatRulesEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of NAT Rule Entries." ::= { nat 4 } natRulesEntry OBJECT-TYPE SYNTAX NatRulesEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each NAT Rule entry." INDEX { natRulesIpAddress,natRulesNetmask } ::= { natRulesTable 1 } NatRulesEntry ::= SEQUENCE { natRulesIpAddress IpAddress, natRulesNetmask IpAddress, natRulesRule INTEGER, natRulesRowStatus RowStatus } natRulesIpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The IpAddress associated with the NAT Rule. Default:0.0.0.0" ::= { natRulesEntry 1 } natRulesNetmask OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The Netmask associated with the NAT Rule. Default:0.0.0.0" ::= { natRulesEntry 2 } natRulesRule OBJECT-TYPE SYNTAX INTEGER { accept (1), deny (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The State associated with the NAT Rules. Default:accept." ::= { natRulesEntry 3 } natRulesRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "This object is used to create, delete or modify a row in this table. To create a new entry, this object is initially set to 'createAndGo'. Default:Active." ::= { natRulesEntry 4 } -- ================================natTranslation=================================== natTransTable OBJECT-TYPE SYNTAX SEQUENCE OF NatTransEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "table of NAT Translation Entries." ::= { nat 5 } natTransEntry OBJECT-TYPE SYNTAX NatTransEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of information for each NAT Translation entry." INDEX { natTransPublicIpAddr,natTransConnIndex } ::= { natTransTable 1 } NatTransEntry ::= SEQUENCE { natTransPublicIpAddr IpAddress, natTransConnIndex IndexNumber, natTransPrivIpAddr IpAddress, natTransConnections INTEGER, natTransLocalPort INTEGER, natTransRemoteIP IpAddress, natTransDestPort INTEGER, natTransProtocol DisplayString, natTransTimeToLive INTEGER, natTransFlush INTEGER } natTransPublicIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "The Public IpAddress associated with the NAT Translation." ::= { natTransEntry 1 } natTransConnIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Connection Number of the associated Public IP Address in the NAT Translation." ::= { natTransEntry 2 } natTransPrivIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Private IpAddres associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 3 } natTransConnections OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the total number of Connections associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 4 } natTransLocalPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the local Ports associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 5 } natTransRemoteIP OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Remote IP Address associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 6 } natTransDestPort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Destination Port Number associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 7 } natTransProtocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the Protocol associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 8 } natTransTimeToLive OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object specifies the time to live(in secs) associated with the Public IP Address in the NAT Translation." ::= { natTransEntry 9 } natTransFlush OBJECT-TYPE SYNTAX INTEGER { flush (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This Object flushes the NAT Translation Connections of the particular Public IP Address." ::= { natTransEntry 10 } -- ================================NAT Statistics============================= natStats OBJECT IDENTIFIER ::= { nat 6 } natStatsMapExpired OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of map expired." ::= { natStats 1 } natStatsInternalError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Internal Error." ::= { natStats 2 } natStatsInboundPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Inbound Packets." ::= { natStats 3 } natStatsInboundNATedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Inbound NATed Packets." ::= { natStats 4 } natStatsInboundOutofConnection OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Connections out." ::= { natStats 5 } natStatsInboundOutofMapping OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Inbound Out of Mapping." ::= { natStats 6 } natStatsInboundALGError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding total number of Inbound ALG Errors." ::= { natStats 7 } natStatsInboundConnectionBusy OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Inbound Busy Connections." ::= { natStats 8 } natStatsInboundMappingBusy OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Inbound Busy mappings." ::= { natStats 9 } natStatsInboundUnauthorConnect OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Inbound Unauthorized Connections." ::= { natStats 10 } natStatsInboundUnauthorIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Inbound Unauthorized IPs." ::= { natStats 11 } natStatsOutboundPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Outbound Packets." ::= { natStats 12 } natStatsOutboundNATedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Outbound NATed Packets." ::= { natStats 13 } natStatsOutboundOutofConnection OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Connections out." ::= { natStats 14 } natStatsOutboundOutofMapping OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding number of Outbound Out of Mapping." ::= { natStats 15 } natStatsOutboundALGError OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding total number of Outbound ALG Errors." ::= { natStats 16 } natStatsOutboundConnectionBusy OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Outbound Busy Connections." ::= { natStats 17 } natStatsOutboundMappingBusy OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Outbound Busy mappings." ::= { natStats 18 } natStatsOutboundUnauthorConnect OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Outbound Unauthorized Connections." ::= { natStats 19 } natStatsOutboundUnauthorIP OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This nat Statistics object gives information regarding the number of Outbound Unauthorized IPs." ::= { natStats 20 } natStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { reset (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "Reset all statistics Counters. At system startup the value of this object is set to noChange meaning statistics have not been reset through management interface. Successful setting of this variable to 'reset' means counters are reset. 'noChange' is a status value and this object can not be set to 'noChange'." ::= { natStats 21 } -- ================================PING ========================= destAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS mandatory DESCRIPTION "The Destination IP Address of the ping requests." ::= { pingCfg 1 } pktLength OBJECT-TYPE SYNTAX INTEGER (0..32000) ACCESS read-write STATUS mandatory DESCRIPTION "The length of the ping request packets (0..32000)." ::= { pingCfg 2 } timeout OBJECT-TYPE SYNTAX INTEGER (100..10000) ACCESS read-write STATUS mandatory DESCRIPTION "The Timeout value for the ping request (100..10000)." ::= { pingCfg 3 } activate OBJECT-TYPE SYNTAX INTEGER { noChange (1), activate (2) } ACCESS read-write STATUS mandatory DESCRIPTION "activate the ping request." ::= { pingCfg 4 } reqStatus OBJECT-TYPE SYNTAX INTEGER { initial (1), error (2), success (3), notSupported (4), anotherTestRunning (5), timedOut (6), max (7) } ACCESS read-only STATUS mandatory DESCRIPTION "The Status value of the ping request." ::= { pingStatus 1 } startTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "Start time of the Ping request." ::= { pingStatus 2 } completionTime OBJECT-TYPE SYNTAX DateAndTime ACCESS read-only STATUS mandatory DESCRIPTION "Completion time of the Ping request." ::= { pingStatus 3 } -- Frame Relay Group -- Frame Relay Physical Layer -- Frame Relay Physical Layer Configuration frameRelayPhyParTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayPhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay physical layer configuration." ::= { frameRelayPhy 1 } frameRelayPhyParEntry OBJECT-TYPE SYNTAX FrameRelayPhyParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay physical layer configuration entry." INDEX { frameRelayPhyParIfIndex } ::= { frameRelayPhyParTable 1 } FrameRelayPhyParEntry ::= SEQUENCE { frameRelayPhyParIfIndex IndexNumber, frameRelayPhyParAccessRate INTEGER, frameRelayPhyParInterface INTEGER, frameRelayPhyParDataMode INTEGER, frameRelayPhyParClockMode INTEGER, frameRelayPhyParLoopback INTEGER, frameRelayPhyParTrap INTEGER, frameRelayPhyParAlarmReport INTEGER } frameRelayPhyParIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the frame relay interface index." ::= { frameRelayPhyParEntry 1 } frameRelayPhyParAccessRate OBJECT-TYPE SYNTAX INTEGER { ar64 (1), ar128 (2), ar192 (3), ar256 (4), ar320 (5), ar384 (6), ar512 (7), ar768 (8), ar1024 (9), ar1536 (10), ar2048 (11), ar4096 (12), ar6144 (13), ar8192 (14) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the access rate (in unit of kbps) of the frame relay interface." ::= { frameRelayPhyParEntry 2 } frameRelayPhyParInterface OBJECT-TYPE SYNTAX INTEGER { rs530 (1), v35 (2), x21 (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the interface of this frame relay interface." ::= { frameRelayPhyParEntry 3 } frameRelayPhyParDataMode OBJECT-TYPE SYNTAX INTEGER { normal (1), inverted (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the data mode of this frame relay interface." ::= { frameRelayPhyParEntry 4 } frameRelayPhyParClockMode OBJECT-TYPE SYNTAX INTEGER { normal (1), inverted (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the clock mode of this frame relay interface." ::= { frameRelayPhyParEntry 5 } frameRelayPhyParLoopback OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the loopback configuration of this frame relay interface." ::= { frameRelayPhyParEntry 6 } frameRelayPhyParTrap OBJECT-TYPE SYNTAX INTEGER { disable (1), enable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the trap configuration of this frame relay interface." ::= { frameRelayPhyParEntry 7 } frameRelayPhyParAlarmReport OBJECT-TYPE SYNTAX INTEGER { enable (1), disable (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the alarm status of this frame relay interface." ::= { frameRelayPhyParEntry 8 } -- Frame Relay Physical Layer Statistics frameRelayPhyStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayPhyStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay physical layer statistics." ::= { frameRelayPhy 2 } frameRelayPhyStatsEntry OBJECT-TYPE SYNTAX FrameRelayPhyStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay physical layer statistics entry." INDEX { frameRelayPhyStatsIfIndex } ::= { frameRelayPhyStatsTable 1 } FrameRelayPhyStatsEntry ::= SEQUENCE { frameRelayPhyStatsIfIndex IndexNumber, frameRelayPhyStatsLinkStatus INTEGER, frameRelayPhyStatsRxClock INTEGER, frameRelayPhyStatsTxClock INTEGER, frameRelayPhyStatsCd INTEGER, frameRelayPhyStatsDsr INTEGER, frameRelayPhyStatsCts INTEGER, frameRelayPhyStatsDtr INTEGER, frameRelayPhyStatsRts INTEGER, frameRelayPhyStatsRxFrames INTEGER, frameRelayPhyStatsTxFrames INTEGER, frameRelayPhyStatsRxHdlcAbort INTEGER, frameRelayPhyStatsTxHdlcAbort INTEGER, frameRelayPhyStatsResetStatistics INTEGER } frameRelayPhyStatsIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the interface index for this frame relay interface." ::= { frameRelayPhyStatsEntry 1 } frameRelayPhyStatsLinkStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the operational status of this interface." ::= { frameRelayPhyStatsEntry 2 } frameRelayPhyStatsRxClock OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Rx Clock of this interface." ::= { frameRelayPhyStatsEntry 3 } frameRelayPhyStatsTxClock OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Tx Clock of this interface." ::= { frameRelayPhyStatsEntry 4 } frameRelayPhyStatsCd OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Carrier Detect (CD) of this interface." ::= { frameRelayPhyStatsEntry 5 } frameRelayPhyStatsDsr OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Data Set Ready (DSR) of this interface." ::= { frameRelayPhyStatsEntry 6 } frameRelayPhyStatsCts OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Clear To Send (CTS) of this interface." ::= { frameRelayPhyStatsEntry 7 } frameRelayPhyStatsDtr OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Data Terminal Ready (DTR) of this interface." ::= { frameRelayPhyStatsEntry 8 } frameRelayPhyStatsRts OBJECT-TYPE SYNTAX INTEGER { on (1), off (2), notApplicable (3) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the status of Request To Send (RTS) of this interface." ::= { frameRelayPhyStatsEntry 9 } frameRelayPhyStatsRxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the counter of received frames." ::= { frameRelayPhyStatsEntry 10 } frameRelayPhyStatsTxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the counter of transmit frames." ::= { frameRelayPhyStatsEntry 11 } frameRelayPhyStatsRxHdlcAbort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the counter of received HDLC Abort." ::= { frameRelayPhyStatsEntry 12 } frameRelayPhyStatsTxHdlcAbort OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object indicates the counter of transmit HDLC Abort." ::= { frameRelayPhyStatsEntry 13 } frameRelayPhyStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object can be used to reset the statistics counter for this interface." ::= { frameRelayPhyStatsEntry 14 } -- Frame Relay Data Link Layer -- Frame Relay Data Link Layer Configuration frameRelayDataLinkParTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayDataLinkParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay data link configuration." ::= { frameRelayDataLink 1 } frameRelayDataLinkParEntry OBJECT-TYPE SYNTAX FrameRelayDataLinkParEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay data link configuration entry." INDEX { frameRelayDataLinkParIfIndex } ::= { frameRelayDataLinkParTable 1 } FrameRelayDataLinkParEntry ::= SEQUENCE { frameRelayDataLinkParIfIndex IndexNumber, frameRelayDataLinkParServiceType INTEGER, frameRelayDataLinkParPvcStatusMgmt INTEGER, frameRelayDataLinkParPvcStatusMgmtProtocol INTEGER, frameRelayDataLinkParInterfaceType INTEGER, frameRelayDataLinkParTrap INTEGER, frameRelayDataLinkParT391 INTEGER, frameRelayDataLinkParT392 INTEGER, frameRelayDataLinkParN391 INTEGER, frameRelayDataLinkParN392 INTEGER, frameRelayDataLinkParN393 INTEGER, frameRelayDataLinkParFrAtmT391 INTEGER, frameRelayDataLinkParFrAtmT392 INTEGER, frameRelayDataLinkParFrAtmN391 INTEGER, frameRelayDataLinkParFrAtmN392 INTEGER, frameRelayDataLinkParFrAtmN393 INTEGER } frameRelayDataLinkParIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the interface index for this frame relay interface." ::= { frameRelayDataLinkParEntry 1 } frameRelayDataLinkParServiceType OBJECT-TYPE SYNTAX INTEGER { frameRelay (1), frameTransport (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the service type of this frame relay interface.When the service type is changed,the change will be active only when REBOOT." ::= { frameRelayDataLinkParEntry 2 } frameRelayDataLinkParPvcStatusMgmt OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the PVC Management status of this frame relay interface." ::= { frameRelayDataLinkParEntry 3 } frameRelayDataLinkParPvcStatusMgmtProtocol OBJECT-TYPE SYNTAX INTEGER { ituQ933AnnexA (1), ansiT1617AnnexD (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the PVC Management protocol used by this frame relay interface." ::= { frameRelayDataLinkParEntry 4 } frameRelayDataLinkParInterfaceType OBJECT-TYPE SYNTAX INTEGER { network (1) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the interface type of this frame relay interface. For this version, this object will only allow Network interface type." ::= { frameRelayDataLinkParEntry 5 } frameRelayDataLinkParTrap OBJECT-TYPE SYNTAX INTEGER { none (1), all (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the trap configuration of this frame relay interface." ::= { frameRelayDataLinkParEntry 6 } frameRelayDataLinkParT391 OBJECT-TYPE SYNTAX INTEGER (5..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the local link integrity verification polling timer (expressed in seconds) for this interface. Valid range = [5..30]." ::= { frameRelayDataLinkParEntry 7 } frameRelayDataLinkParT392 OBJECT-TYPE SYNTAX INTEGER (5..30) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the local polling verification timer (expressed in seconds) for this interface. Valid range = [5..30]." ::= { frameRelayDataLinkParEntry 8 } frameRelayDataLinkParN391 OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the local full status polling cycle counter for this interface. Valid range = [1..255]." ::= { frameRelayDataLinkParEntry 9 } frameRelayDataLinkParN392 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the local error threshold counter for this interface. Valid range = [1..10]." ::= { frameRelayDataLinkParEntry 10 } frameRelayDataLinkParN393 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the local monitored events counter for this interface. Valid range = [1..10]." ::= { frameRelayDataLinkParEntry 11 } frameRelayDataLinkParFrAtmT391 OBJECT-TYPE SYNTAX INTEGER (5..300) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the network link integrity verification polling timer (expressed in seconds) for this interface. Valid range = [5..300]." ::= { frameRelayDataLinkParEntry 12 } frameRelayDataLinkParFrAtmT392 OBJECT-TYPE SYNTAX INTEGER (5..300) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the network polling verification timer (expressed in seconds) for this interface. Valid range = [5..300]." ::= { frameRelayDataLinkParEntry 13 } frameRelayDataLinkParFrAtmN391 OBJECT-TYPE SYNTAX INTEGER (1..255) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the network full status polling cycle counter for this interface. Valid range = [1..255]." ::= { frameRelayDataLinkParEntry 14 } frameRelayDataLinkParFrAtmN392 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the network error threshold counter for this interface. Valid range = [1..10]." ::= { frameRelayDataLinkParEntry 15 } frameRelayDataLinkParFrAtmN393 OBJECT-TYPE SYNTAX INTEGER (1..10) ACCESS read-write STATUS mandatory DESCRIPTION "This object identifies the network monitored events counter for this interface. Valid range = [1..10]." ::= { frameRelayDataLinkParEntry 16 } -- Frame Relay Data Link Layer Statistics frameRelayDataLinkStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayDataLinkStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay data link statistics." ::= { frameRelayDataLink 2 } frameRelayDataLinkStatsEntry OBJECT-TYPE SYNTAX FrameRelayDataLinkStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay data link statistics entry." INDEX { frameRelayDataLinkStatsIfIndex, frameRelayDataLinkStatsSap } ::= { frameRelayDataLinkStatsTable 1 } FrameRelayDataLinkStatsEntry ::= SEQUENCE { frameRelayDataLinkStatsIfIndex IndexNumber, frameRelayDataLinkStatsSap IndexNumber, frameRelayDataLinkStatsLinkStatus INTEGER, frameRelayDataLinkStatsProtocolErrors INTEGER, frameRelayDataLinkStatsRxStatusEnq INTEGER, frameRelayDataLinkStatsTxStatusEnq INTEGER, frameRelayDataLinkStatsRxStatus INTEGER, frameRelayDataLinkStatsTxStatus INTEGER, frameRelayDataLinkStatsRxLastUnknownDlci INTEGER, frameRelayDataLinkStatsServiceUnavailable INTEGER, -- frameRelayDataLinkStatsActivePvcs INTEGER, -- frameRelayDataLinkStatsInactivePvcs INTEGER, frameRelayDataLinkStatsResetStatistics INTEGER } frameRelayDataLinkStatsIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the interface index for this frame relay interface." ::= { frameRelayDataLinkStatsEntry 1 } frameRelayDataLinkStatsSap OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "This object identifies the SAP id for this frame relay interface." ::= { frameRelayDataLinkStatsEntry 2 } frameRelayDataLinkStatsLinkStatus OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "This object indicates the current operational state of this SAP." ::= { frameRelayDataLinkStatsEntry 3 } frameRelayDataLinkStatsProtocolErrors OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object counts the number of protocol errors on this SAP." ::= { frameRelayDataLinkStatsEntry 4 } frameRelayDataLinkStatsRxStatusEnq OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object counts the number of Status Enquiry message received by this SAP." ::= { frameRelayDataLinkStatsEntry 5 } frameRelayDataLinkStatsTxStatusEnq OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object counts the number of Status Enquiry message transmitted by this SAP." ::= { frameRelayDataLinkStatsEntry 6 } frameRelayDataLinkStatsRxStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object counts the number of Status message received by this SAP." ::= { frameRelayDataLinkStatsEntry 7 } frameRelayDataLinkStatsTxStatus OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object counts the number of Status message transmitted by this SAP." ::= { frameRelayDataLinkStatsEntry 8 } frameRelayDataLinkStatsRxLastUnknownDlci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object holds the last unknown DLCI number received on this SAP." ::= { frameRelayDataLinkStatsEntry 9 } frameRelayDataLinkStatsServiceUnavailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "This object holds the counter of LMI outages on this SAP." ::= { frameRelayDataLinkStatsEntry 10 } -- frameRelayDataLinkStatsActivePvcs -- OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION "This object has the number of active -- connections on this SAP." -- ::= { frameRelayDataLinkStatsEntry 11 } -- frameRelayDataLinkStatsInactivePvcs -- OBJECT-TYPE -- SYNTAX INTEGER -- ACCESS read-only -- STATUS mandatory -- DESCRIPTION "This object has the number of inactive -- connections on this SAP." -- ::= { frameRelayDataLinkStatsEntry 12 } frameRelayDataLinkStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object can be used to reset the statistics counter for this SAP." ::= { frameRelayDataLinkStatsEntry 11 } -- Frame Relay Connection Table frameRelayConnTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayConnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay connection table." ::= { frameRelayConn 1 } frameRelayConnEntry OBJECT-TYPE SYNTAX FrameRelayConnEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay connection entries." INDEX { frameRelayConnIfIndex, frameRelayConnDlci } ::= { frameRelayConnTable 1 } FrameRelayConnEntry ::= SEQUENCE { frameRelayConnIfIndex IndexNumber, frameRelayConnDlci IndexNumber, frameRelayConnCir INTEGER, frameRelayConnBc INTEGER, frameRelayConnBe INTEGER, frameRelayConnPolicing INTEGER, frameRelayConnUpperLayerProtocol INTEGER, frameRelayConnFrAtmInterworking INTEGER, frameRelayConnFrAtmPvcMgmt INTEGER, frameRelayConnDeClpMapping INTEGER, frameRelayConnFecnEfciMapping INTEGER, frameRelayConnDestName DisplayString, frameRelayConnType INTEGER, frameRelayConnVpi INTEGER, frameRelayConnVci INTEGER, frameRelayConnRemoteDlci INTEGER, frameRelayConnQos INTEGER, frameRelayConnAdminState INTEGER, frameRelayConnFrAtmOam INTEGER, frameRelayConnFrAtmAisCount INTEGER, frameRelayConnShapingMethod INTEGER, frameRelayConnUserByte INTEGER, frameRelayConnPCR INTEGER, frameRelayConnSCR INTEGER, frameRelayConnMBS INTEGER, frameRelayConnTagging INTEGER, frameRelayConnCLP INTEGER, frameRelayConnRowStatus RowStatus } frameRelayConnIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the frame relay interface index that is used for this connection entry." ::= { frameRelayConnEntry 1 } frameRelayConnDlci OBJECT-TYPE SYNTAX IndexNumber ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the Data Link Connection Identifier (DLCI) for this connection entry.The range is 16 to 1008." ::= { frameRelayConnEntry 2 } frameRelayConnCir OBJECT-TYPE SYNTAX INTEGER (0..2048000) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the Committed Information Rate (CIR) which is the subscriber data rate (expressed in bits/second) that the network commits to deliver under normal network conditions. The range is 0 through 2048000." ::= { frameRelayConnEntry 3 } frameRelayConnBc OBJECT-TYPE SYNTAX INTEGER (0..2048000) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the Committed Burst Size (Bc) which is the maximum amount of subscriber data (expressed in bits) that the network agrees to transfer, under normal conditions.The range is 0 through 2048000." ::= { frameRelayConnEntry 4 } frameRelayConnBe OBJECT-TYPE SYNTAX INTEGER (0..2048000) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the Excess Burst Size (Be) which is the maximum amount of subscriber data (expressed in bits) in excess of Bc that the network will attempt to deliver. This data (Be) is delivered in general with a lower probability than Bc.The range is 0 through 2048000." ::= { frameRelayConnEntry 5 } frameRelayConnPolicing OBJECT-TYPE SYNTAX INTEGER { disabled (1) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the status of frame relay policing for the frame relay connection." ::= { frameRelayConnEntry 6 } frameRelayConnUpperLayerProtocol OBJECT-TYPE SYNTAX INTEGER { transparent (1), translation (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the upper layer protocol used over the frame relay connection." ::= { frameRelayConnEntry 7 } frameRelayConnFrAtmInterworking OBJECT-TYPE SYNTAX INTEGER { networkInterworking (1), serviceInterworking (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this objects identifies the type of FR-ATM Interworking used over the frame relay connection." ::= { frameRelayConnEntry 8 } frameRelayConnFrAtmPvcMgmt OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the status of ATM PVC management for the frame relay connection." ::= { frameRelayConnEntry 9 } frameRelayConnDeClpMapping OBJECT-TYPE SYNTAX INTEGER { mode1 (1), mode2ClpNotSet (2), mode2ClpSet (3) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the DE/CLP mapping mode used over the frame relay connection." ::= { frameRelayConnEntry 10 } frameRelayConnFecnEfciMapping OBJECT-TYPE SYNTAX INTEGER { mode1 (1), mode2 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the forward congestion indication mode used over the frame relay connection." ::= { frameRelayConnEntry 11 } frameRelayConnDestName OBJECT-TYPE SYNTAX DisplayString ( SIZE ( 0..14 ) ) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the destination where this connection is dedicated to." ::= { frameRelayConnEntry 12 } frameRelayConnType OBJECT-TYPE SYNTAX INTEGER { pvc (1), spvc (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the type of this frame relay connection." ::= { frameRelayConnEntry 13 } frameRelayConnVpi OBJECT-TYPE SYNTAX INTEGER (0..1) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies virtual path identifier (VPI) value assigned for this connection. User may only write to this object when the connection type is set to PVC.The range is 0 through 1." ::= { frameRelayConnEntry 14 } frameRelayConnVci OBJECT-TYPE SYNTAX INTEGER (32..2047) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies virtual circuit identifier (VCI) value assigned for this connection. User may only write to this object when the connection type is set to PVC.The range is 32 through 2047." ::= { frameRelayConnEntry 15 } frameRelayConnRemoteDlci OBJECT-TYPE SYNTAX INTEGER (16..1008) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies DLCI number used at the destination site and it is valid only for SPVC connection. When connection is running at PVC mode, the value of this object should be ignored. The range is 16 through 1008." ::= { frameRelayConnEntry 16 } frameRelayConnQos OBJECT-TYPE SYNTAX INTEGER { ubr (1), cbr (2), vbr-nrt-class2 (3), vbr-nrt-class3 (4), vbr-nrt-class4 (5) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this objects identifies the Quality of Service for the frame relay connection. Please note that VBR Realtime Class 2 is not supported at this moment. " ::= { frameRelayConnEntry 17 } frameRelayConnAdminState OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the current administrative state of this connection. Modifications of existing connection should only be made when the administrative state is down." ::= { frameRelayConnEntry 18 } frameRelayConnFrAtmOam OBJECT-TYPE SYNTAX INTEGER { disabled (1), enabled (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the current state of OAM configuration for this connection." ::= { frameRelayConnEntry 19 } frameRelayConnFrAtmAisCount OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the threshold value of AIS cells received by this connection. If the number of AIS cells received is greater than the value of this object, then the connection is put in down state." ::= { frameRelayConnEntry 20 } frameRelayConnShapingMethod OBJECT-TYPE SYNTAX INTEGER { method2Opt1 (1), method2Opt2 (2), userSupplied (3) } ACCESS read-write STATUS mandatory DESCRIPTION "This identifies the shaping method of this frame relay connection. The options are :Method 2 Option 1 Method 2 Option 2 User Supplied. " ::= { frameRelayConnEntry 21 } frameRelayConnUserByte OBJECT-TYPE SYNTAX INTEGER (16..1600) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the User Byte value of this frame relay connection. The valid values are 16 through 1600." ::= { frameRelayConnEntry 22 } frameRelayConnPCR OBJECT-TYPE SYNTAX INTEGER (0..3622) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the PCR(CLP 0 +1) value of this frame relay connection in terms of cps. The valid values are 0 through 3622." ::= { frameRelayConnEntry 23 } frameRelayConnSCR OBJECT-TYPE SYNTAX INTEGER (0..3622) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the SCR(CLP 0 +1) value of this frame relay connection in terms of cps. The valid values are 0 through 3622." ::= { frameRelayConnEntry 24 } frameRelayConnMBS OBJECT-TYPE SYNTAX INTEGER (0..255) ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the MBS value of this frame relay connection in terms of cells. The valid values are 0 through 255." ::= { frameRelayConnEntry 25 } frameRelayConnTagging OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the tagging of this frame relay connection." ::= { frameRelayConnEntry 26 } frameRelayConnCLP OBJECT-TYPE SYNTAX INTEGER { clp0 (1), clp0plus1 (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the CLP(SCR and MBS) of this frame relay connection. The values may be CLP 0 or CLP 0+1." ::= { frameRelayConnEntry 27 } frameRelayConnRowStatus OBJECT-TYPE SYNTAX RowStatus ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object identifies the status of this frame relay connection." ::= { frameRelayConnEntry 28 } -- -- Frame Relay Connection Statistics -- frameRelayConnStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayConnStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay connection statistics." ::= { frameRelayConn 2 } frameRelayConnStatsEntry OBJECT-TYPE SYNTAX FrameRelayConnStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay connection statistic entries." INDEX { frameRelayConnStatsIfIndex, frameRelayConnStatsDlci } ::= { frameRelayConnStatsTable 1 } FrameRelayConnStatsEntry ::= SEQUENCE { frameRelayConnStatsIfIndex IndexNumber, frameRelayConnStatsDlci IndexNumber, frameRelayConnStatsAdminState INTEGER, frameRelayConnStatsOperationalState INTEGER, frameRelayConnStatsInactivityCounter INTEGER, frameRelayConnStatsRxFrames INTEGER, frameRelayConnStatsTxFrames INTEGER, frameRelayConnStatsRxDroppedPackets INTEGER, frameRelayConnStatsTxDroppedPackets INTEGER, frameRelayConnStatsRxFramesFecn INTEGER, frameRelayConnStatsRxFramesBecn INTEGER, frameRelayConnStatsRxFramesDe1 INTEGER, frameRelayConnStatsRxPolicedFrames INTEGER, frameRelayConnStatsFrAtmRxFrames INTEGER, frameRelayConnStatsFrAtmTxFrames INTEGER, frameRelayConnStatsFrAtmRxDroppedPackets INTEGER, frameRelayConnStatsFrAtmTxDroppedPackets INTEGER, frameRelayConnStatsFrAtmRxOamAis INTEGER, frameRelayConnStatsFrAtmTxOamAis INTEGER, frameRelayConnStatsFrAtmRxFramesClp1 INTEGER, frameRelayConnStatsFrAtmRxFramesEfci INTEGER, frameRelayConnStatsResetStatistics INTEGER } frameRelayConnStatsIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the frame relay interface index that is used of this connection entry." ::= { frameRelayConnStatsEntry 1 } frameRelayConnStatsDlci OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the Data Link Connection Identifier (DLCI) of this connection entry." ::= { frameRelayConnStatsEntry 2 } frameRelayConnStatsAdminState OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the current administrative status of this connection entry." ::= { frameRelayConnStatsEntry 3 } frameRelayConnStatsOperationalState OBJECT-TYPE SYNTAX INTEGER { up (1), down (2) } ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the current operational status of this connection entry." ::= { frameRelayConnStatsEntry 4 } frameRelayConnStatsInactivityCounter OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of times this connection went inactive even though the administrative status is up." ::= { frameRelayConnStatsEntry 5 } frameRelayConnStatsRxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of received frames over this connection." ::= { frameRelayConnStatsEntry 6 } frameRelayConnStatsTxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of transmitted frames over this connection." ::= { frameRelayConnStatsEntry 7 } frameRelayConnStatsRxDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of received packets dropped by this connection." ::= { frameRelayConnStatsEntry 8 } frameRelayConnStatsTxDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of received packets dropped by this connection." ::= { frameRelayConnStatsEntry 9 } frameRelayConnStatsRxFramesFecn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of FECN frames received by this connection." ::= { frameRelayConnStatsEntry 10 } frameRelayConnStatsRxFramesBecn OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of BECN frames received by this connection." ::= { frameRelayConnStatsEntry 11 } frameRelayConnStatsRxFramesDe1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of frames with DE bit set received by this connection." ::= { frameRelayConnStatsEntry 12 } frameRelayConnStatsRxPolicedFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of policed frames received by this connection." ::= { frameRelayConnStatsEntry 13 } frameRelayConnStatsFrAtmRxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side frames received by this connection." ::= { frameRelayConnStatsEntry 14 } frameRelayConnStatsFrAtmTxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side frames transmitted by this connection." ::= { frameRelayConnStatsEntry 15 } frameRelayConnStatsFrAtmRxDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side received packets dropped by this connection." ::= { frameRelayConnStatsEntry 16 } frameRelayConnStatsFrAtmTxDroppedPackets OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side transmit packets dropped by this connection." ::= { frameRelayConnStatsEntry 17 } frameRelayConnStatsFrAtmRxOamAis OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of AIS packet received by this connection." ::= { frameRelayConnStatsEntry 18 } frameRelayConnStatsFrAtmTxOamAis OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of AIS packet transmitted by this connection." ::= { frameRelayConnStatsEntry 19 } frameRelayConnStatsFrAtmRxFramesClp1 OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side frames with CLP bit set received by this connection." ::= { frameRelayConnStatsEntry 20 } frameRelayConnStatsFrAtmRxFramesEfci OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the number of network side EFCI frames received by this connection." ::= { frameRelayConnStatsEntry 21 } frameRelayConnStatsResetStatistics OBJECT-TYPE SYNTAX INTEGER { resetStatistics (1), noChange (2) } ACCESS read-write STATUS mandatory DESCRIPTION "The value of this object is used to reset the connection statistics when it has the value of resetStatistics. Setting this object to noChange doesn't have any effect." ::= { frameRelayConnStatsEntry 22 } -- -- Frame Relay VC Statistics -- frameRelayVCStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF FrameRelayVCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay VC statistics." ::= { frameRelayConn 3 } frameRelayVCStatsEntry OBJECT-TYPE SYNTAX FrameRelayVCStatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "Frame relay VC statistic entries." INDEX { frameRelayVCStatsIfIndex, frameRelayVCStatsDlci } ::= { frameRelayVCStatsTable 1 } FrameRelayVCStatsEntry ::= SEQUENCE { frameRelayVCStatsIfIndex IndexNumber, frameRelayVCStatsDlci IndexNumber, frameRelayVCStatRxCells INTEGER, frameRelayVCStatTxCells INTEGER, frameRelayVCStatRxFrames INTEGER, frameRelayVCStatTxFrames INTEGER, frameRelayVCStatRxPduClp INTEGER, frameRelayVCStatTxDiscard AtmVcIdentifier, frameRelayVCStatRxPackErr INTEGER, frameRelayVCStatTbdAvailable INTEGER } frameRelayVCStatsIfIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the frame relay interface index that is used of this connection entry." ::= { frameRelayVCStatsEntry 1 } frameRelayVCStatsDlci OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the Data Link Connection Identifier (DLCI) of this connection entry." ::= { frameRelayVCStatsEntry 2 } frameRelayVCStatRxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the received cells." ::= { frameRelayVCStatsEntry 3 } frameRelayVCStatTxCells OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of the transmitted cells." ::= { frameRelayVCStatsEntry 4 } frameRelayVCStatRxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of received frames in this connection." ::= { frameRelayVCStatsEntry 5 } frameRelayVCStatTxFrames OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of transmitted frames in this connection." ::= { frameRelayVCStatsEntry 6 } frameRelayVCStatRxPduClp OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The statistics of number of received frames in this connection." ::= { frameRelayVCStatsEntry 7 } frameRelayVCStatTxDiscard OBJECT-TYPE SYNTAX AtmVcIdentifier ACCESS read-only STATUS mandatory DESCRIPTION "Number of transmitting connection discarded." ::= { frameRelayVCStatsEntry 8 } frameRelayVCStatRxPackErr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of Packet errors received in this connections." ::= { frameRelayVCStatsEntry 9 } frameRelayVCStatTbdAvailable OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "Number of TBD available in this connections." ::= { frameRelayVCStatsEntry 10 } -- End of Frame Relay Group -- Trace ========================= traceControl OBJECT-TYPE SYNTAX INTEGER { start (1), stop (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object controls the tracing of the software. When this object set to stop, tracing is deactivated. Setting this object to start causes the tracing to start again. The default value is 'start'." ::= { traceMasks 1 } traceClear OBJECT-TYPE SYNTAX INTEGER { yes (1), no (2) } ACCESS read-write STATUS mandatory DESCRIPTION "This object deletes all entries of the standard log. Default value is noChange which means the standard log has not been cleared since device startup." ::= { traceMasks 2 } -- ===== traceMessageTable OBJECT-TYPE SYNTAX SEQUENCE OF TraceMessageEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table that contains trace messages." ::= { traceMasks 3 } traceMessageEntry OBJECT-TYPE SYNTAX TraceMessageEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of trace messages." INDEX { traceMessageIndex } ::= { traceMessageTable 1 } TraceMessageEntry ::= SEQUENCE { traceMessageIndex IndexNumber, traceMessageMessage DisplayString } traceMessageIndex OBJECT-TYPE SYNTAX IndexNumber ACCESS read-only STATUS mandatory DESCRIPTION "The index number of trace table." ::= { traceMessageEntry 1 } traceMessageMessage OBJECT-TYPE SYNTAX DisplayString (SIZE (80)) ACCESS read-only STATUS mandatory DESCRIPTION "This object contains trace message. log messages are truncated to 80 characters if they're longer that 80 characters." ::= { traceMessageEntry 2 } -- Trace Masks -- traceMaskOS OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables OS tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 4 } traceMaskRTIP OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables RTIP tracing, e.g. TCP, IP, ICMP, etc. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 5 } traceMaskHTTP OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables HTTP tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 6 } traceMaskSNMP OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables SNMP tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 7 } traceMaskCraftPort OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables Craftport tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 8 } traceMaskSignaling OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables Signaling tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 9 } traceMaskILMI OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables ILMI tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 10 } traceMaskOAM OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables OAM tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 11 } traceMaskBridge OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables Bridge tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 12 } traceMaskFlash OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables Flash tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 13 } traceMaskATM OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables ATM tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 14 } traceMaskVBR OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables VBR tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 15 } traceMaskCBR OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables CBR tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 16 } traceMaskEthernet OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables Ethernet tracing. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 17 } traceMaskOther OBJECT-TYPE SYNTAX INTEGER { none (1), minimum (2), medium (3), maximum (4) } ACCESS read-write STATUS mandatory DESCRIPTION "This object enables/disables tracings other than those listed above. The values have the following meaning: 1) No trace output from OS module. 2) Minimum number of traces, 3) Medium number of traces, 4) Maximum number of traces." ::= { traceMasks 18 } -- Trap definitions -- -- -- The default setting limits the number of traps generated to one -- per interface per linkUp/Down event. Furthermore, By default, -- only the lowest sub-layer of the interfaces generate traps. -- -- The list of link up/down traps is as follows: -- -- -- ATM -- QSAAL -- ILMI -- TC (In Cell Delineation and Out of Cell Delineation) -- VBR -- LAPD -- CBR -- coldStart TRAP-TYPE ENTERPRISE snmp DESCRIPTION "A coldStart trap signifies that the sending protocol entity is reinitializing itself such that the agent's configuration or the protocol entity implementation may be altered." ::= 0 warmStart TRAP-TYPE ENTERPRISE snmp DESCRIPTION "A warmStart trap signifies that the sending protocol entity is reinitializing itself such that neither the agent configuration nor the protocol entity implementation is altered." ::= 1 linkDown TRAP-TYPE ENTERPRISE snmp VARIABLES { ifIndex } DESCRIPTION "A linkDown trap signifies that the sending protocol entity recognizes a failure in one of the communication links represented in the agent's configuration." ::= 2 linkUp TRAP-TYPE ENTERPRISE snmp VARIABLES { ifIndex } DESCRIPTION "A linkUp trap signifies that the sending protocol entity recognizes that one of the communication links represented in the agent's configuration has come up." ::= 3 authenticationFailure TRAP-TYPE ENTERPRISE snmp DESCRIPTION "An authenticationFailure trap signifies that the sending protocol entity is the addressee of a protocol message that is not properly authenticated. While implementations of the SNMP must be capable of generating this trap, they must also be capable of suppressing the emission of such traps via an implementation- specific mechanism." ::= 4 -- Mariposa Specific Traps -- inVcAis TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { atmConnectionVpi, atmConnectionVci } DESCRIPTION "The inVcAix trap indicates that the corresponding connection has entered AIS failure state." ::= 1 loginFailure TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { systemLoginFailureAttemptIP, systemLoginFailureUserId, systemLoginFailureError } DESCRIPTION "A loginFailure trap signifies that an unsuccessful attempt was made to login to the System." ::= 2 ftpToAtxSuccess TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { ftToAtxFtpServer, ftToAtxUserId, ftToAtxFileName, ftToAtxError } DESCRIPTION "The ftpToAtxSuccess trap indicates that a file transfer to System has been successfully completed." ::= 3 ftpToAtxFailure TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { ftToAtxFtpServer, ftToAtxUserId, ftToAtxFileName, ftToAtxError } DESCRIPTION "The ftpToAtxFailure trap indicates that a file transfer to System has failed. The FTP server ip address, the user id and error reason are communicated through this trap." ::= 4 ftpFromAtxSuccess TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { ftFromAtxFtpServer, ftFromAtxUserId, ftFromAtxFileName, ftFromAtxError } DESCRIPTION "The ftpFromAtxSuccess trap indicates that a file transfer to System has been successfully completed." ::= 5 ftpFromAtxFailure TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { ftFromAtxFtpServer, ftFromAtxUserId, ftFromAtxFileName, ftFromAtxError } DESCRIPTION "The ftpFromAtxFailure trap indicates that a file transfer to System has failed. The FTP server ip address, the user id and error reason are communicated through this trap." ::= 6 systemError TRAP-TYPE ENTERPRISE mariposaTech VARIABLES { systemErrorMessage } DESCRIPTION "A systemError trap signifies that a severe error has occurred on the System." ::= 7 END