-- -- Copyright 2000 by Marconi plc. -- All Rights Reserved FORE-ETHERNET-SPVC-MIB DEFINITIONS ::= BEGIN IMPORTS Counter32, Gauge32, Unsigned32, IpAddress, TimeTicks, Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE FROM SNMPv2-SMI TEXTUAL-CONVENTION, DisplayString, PhysAddress, TimeStamp, TestAndIncr, RowStatus, DateAndTime, TimeInterval FROM SNMPv2-TC ifIndex FROM IF-MIB rtDomainID FROM Fore-PNNI-MIB atmSwitch, software, asxd, hardware, asx, SpansAddress, NsapPrefix, GeneralState, TransitNetwork, NsapAddr, EntryStatus,AtmSigProtocol, IntegerBitString, ConnectionType, systems FROM Fore-Common-MIB IANAifType FROM IANAifType-MIB -- These are to get traps to work with SMF trapLogIndex FROM Fore-TrapLog-MIB ipFilterStatsVPI, ipFilterStatsVCI, ipFilterStatsIfName FROM Fore-Adapter-MIB crMemoryAllocated, crXfrIndex, crXfrPrimaryTrapStatus, crXfrSecondaryTrapStatus FROM Fore-Callrecord-MIB pnniNodeId FROM PNNI-MIB hrSystemDate FROM HOST-RESOURCES-MIB; asxEthernetSpvc MODULE-IDENTITY LAST-UPDATED "9911050000Z" ORGANIZATION "Marconi Communications" CONTACT-INFO " Postal: Marconi plc 1000 Marconi Drive Warrendale, PA 15086-7502 Tel: +1 724 742 6999 Email: bbrs-mibs@marconi.com Web: http://www.marconi.com" DESCRIPTION "Marconi Switch MIB" ::= { asxd 24 } ------------------------------------------------------------------------ -- MIB Groups ------------------------------------------------------------------------ ------------------------------------------------------------------------ -- -- SPVC source-side definitions -- asxEthernetSpvcSrcTable OBJECT-TYPE SYNTAX SEQUENCE OF AsxEthernetSpvcSrcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about SPVCs (Smart Permanent Virtual Circuits) that their source is this switch." ::= { asxEthernetSpvc 1 } asxEthernetSpvcSrcEntry OBJECT-TYPE SYNTAX AsxEthernetSpvcSrcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table entry containing source SPVC (Smart Permanent Virtual Circuits) information." INDEX { asxEthernetSpvcSrcIndex } ::= { asxEthernetSpvcSrcTable 1 } AsxEthernetSpvcSrcEntry ::= SEQUENCE { asxEthernetSpvcSrcIndex Integer32, asxEthernetSpvcSrcCallingPort DisplayString, asxEthernetSpvcSrcCallingVPI Integer32, asxEthernetSpvcSrcCallingVCI Integer32, asxEthernetSpvcSrcCalledAtmAddr NsapAddr, asxEthernetSpvcSrcCalledPort Integer32, asxEthernetSpvcSrcCalledVPVCSel INTEGER, asxEthernetSpvcSrcCalledVPI Integer32, asxEthernetSpvcSrcCalledVCI Integer32, asxEthernetSpvcSrcCalledAssignedVPI Integer32, asxEthernetSpvcSrcCalledAssignedVCI Integer32, asxEthernetSpvcSrcFwdUpcKey Integer32, asxEthernetSpvcSrcBckUpcKey Integer32, asxEthernetSpvcSrcBearerClass INTEGER, asxEthernetSpvcSrcTrafficType INTEGER, asxEthernetSpvcSrcTimingReq INTEGER, asxEthernetSpvcSrcSusceptClip INTEGER, asxEthernetSpvcSrcFwdQoSClass INTEGER, asxEthernetSpvcSrcBckQoSClass INTEGER, asxEthernetSpvcSrcTransitNetSel TransitNetwork, asxEthernetSpvcSrcLastFailCause DisplayString, asxEthernetSpvcSrcRetryCount Integer32, asxEthernetSpvcSrcLastChangeTime TimeTicks, asxEthernetSpvcSrcStatus INTEGER, asxEthernetSpvcSrcName OCTET STRING, -- asxEthernetSpvcSrcEntryStatus EntryStatus, asxEthernetSpvcSrcRouteCost Integer32, asxEthernetSpvcSrcDtlIndex Integer32, asxEthernetSpvcSrcActiveDtlIndex Integer32, asxEthernetSpvcSrcRerouteStatus INTEGER, asxEthernetSpvcSrcCallingDomain Integer32, asxEthernetSpvcSrcQosIndex Integer32, asxEthernetSpvcSrcDtlIndex1 Integer32, asxEthernetSpvcSrcDtlIndex2 Integer32, asxEthernetSpvcSrcDtlIndex3 Integer32, asxEthernetSpvcSrcDtlIndex4 Integer32, asxEthernetSpvcSrcDtlWeight1 Integer32, asxEthernetSpvcSrcDtlWeight2 Integer32, asxEthernetSpvcSrcDtlWeight3 Integer32, asxEthernetSpvcSrcDtlWeight4 Integer32, asxEthernetSpvcSrcBackoffStatus INTEGER, asxEthernetSpvcSrcPriority Integer32, asxEthernetSpvcSrcLastLocation DisplayString, asxEthernetSpvcSrcOldRouteCost Integer32, asxEthernetSpvcSrcDownReason INTEGER, asxEthernetSpvcSrcActiveDtlNodeIndex Integer32, asxEthernetSpvcSrcDtlTag Integer32, asxEthernetSpvcSrcAutoDtlStatus INTEGER, asxEthernetSpvcSrcRowStatus RowStatus, asxEthernetSpvcBridgeInterface INTEGER, asxEthernetSpvcSrcSpvxRedirIndex Unsigned32, asxEthernetSpvcSrcSpvxRedirDest INTEGER, asxEthernetSpvcSrcSpvxRedirCause INTEGER, asxEthernetSpvcSrcSpvxRedirCalledPort Unsigned32, asxEthernetSpvcSrcSpvxSrcResilIndex Unsigned32, asxEthernetSpvcSrcSpvxSrcResilState INTEGER } asxEthernetSpvcSrcIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The value of this object uniquely identify the SPVCs (Smart Permanent Virtual Circuits) that have this switch as their source." ::= { asxEthernetSpvcSrcEntry 1 } asxEthernetSpvcSrcCallingPort OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-create STATUS current DESCRIPTION "The value of this object identifies the input port of this SPVC (Smart Permanent Virtual Circuits). " ::= { asxEthernetSpvcSrcEntry 2 } asxEthernetSpvcSrcCallingVPI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The VPI to be used at the Calling NI for this SPVC." ::= { asxEthernetSpvcSrcEntry 3 } asxEthernetSpvcSrcCallingVCI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The VCI to be used at the Calling NI SPVC." ::= { asxEthernetSpvcSrcEntry 4 } asxEthernetSpvcSrcCalledAtmAddr OBJECT-TYPE SYNTAX NsapAddr MAX-ACCESS read-create STATUS current DESCRIPTION "The ATM address of the distant end NI (remote switch) for this SPVC." ::= { asxEthernetSpvcSrcEntry 5 } asxEthernetSpvcSrcCalledPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object identifies the port of this SPVC (Smart Permanent Virtual Circuits) at the destination end. It has a value of -1 if the port at the destination switch cannot be determined." ::= { asxEthernetSpvcSrcEntry 6 } asxEthernetSpvcSrcCalledVPVCSel OBJECT-TYPE SYNTAX INTEGER { noPref(1), require(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The Called VPI/VCI value selection qualifier." ::= { asxEthernetSpvcSrcEntry 7 } asxEthernetSpvcSrcCalledVPI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The VPI to be used at the Called NI for this SPVC." ::= { asxEthernetSpvcSrcEntry 8 } asxEthernetSpvcSrcCalledVCI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The VCI to be used at the Called NI for this SPVC." ::= { asxEthernetSpvcSrcEntry 9 } asxEthernetSpvcSrcCalledAssignedVPI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VPI assigned at the Called NI for this SPVC. This value is only meaningful if the SPVC status is up." ::= { asxEthernetSpvcSrcEntry 10 } asxEthernetSpvcSrcCalledAssignedVCI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VCI assigned at the Called NI for this SPVC. This value is only meaningful if the SPVC status is up." ::= { asxEthernetSpvcSrcEntry 11 } asxEthernetSpvcSrcFwdUpcKey OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The forward UPC traffic contract key for this SPVC. This key must be defined in the upcContractTable." ::= { asxEthernetSpvcSrcEntry 12 } asxEthernetSpvcSrcBckUpcKey OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The forward UPC traffic contract key for this SPVC. This key must be defined in the upcContractTable." ::= { asxEthernetSpvcSrcEntry 13 } asxEthernetSpvcSrcBearerClass OBJECT-TYPE SYNTAX INTEGER { classA(1), classC(2), classX(3) } MAX-ACCESS read-create STATUS current DESCRIPTION "The requested broadband bearer class for this SPVC." ::= { asxEthernetSpvcSrcEntry 14 } asxEthernetSpvcSrcTrafficType OBJECT-TYPE SYNTAX INTEGER { noIndication(1), cbr(2), vbr(3) } MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The requested broadband bearer traffic type for this SPVC." ::= { asxEthernetSpvcSrcEntry 15 } asxEthernetSpvcSrcTimingReq OBJECT-TYPE SYNTAX INTEGER { noIndication(1), end2endRequired(2), end2endNotReqd(3) } MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The requested broadband bearer timing requirements for this SPVC." ::= { asxEthernetSpvcSrcEntry 16 } asxEthernetSpvcSrcSusceptClip OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The requested broadband bearer susceptability to for this SPVC." ::= { asxEthernetSpvcSrcEntry 17 } -- -- Should be made read-write when supported. -- asxEthernetSpvcSrcFwdQoSClass OBJECT-TYPE SYNTAX INTEGER { class0(1), class1(2), class2(3), class3(4), class4(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "The requested quality of service for this SPVC in the forward (calling to called) direction." ::= { asxEthernetSpvcSrcEntry 18 } -- -- Should be made read-write when supported. -- asxEthernetSpvcSrcBckQoSClass OBJECT-TYPE SYNTAX INTEGER { class0(1), class1(2), class2(3), class3(4), class4(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "The requested quality of service for this SPVC in the backward (called to calling) direction." ::= { asxEthernetSpvcSrcEntry 19 } -- -- Should be made read-write when supported. -- asxEthernetSpvcSrcTransitNetSel OBJECT-TYPE SYNTAX TransitNetwork MAX-ACCESS read-only STATUS current DESCRIPTION "The optional transit network selection for this SPVC." ::= { asxEthernetSpvcSrcEntry 20 } asxEthernetSpvcSrcLastFailCause OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The last call setup failure cause code for this SPVC." ::= { asxEthernetSpvcSrcEntry 21 } asxEthernetSpvcSrcRetryCount OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the call setup has been attempted since the SPVC creation or the last successful call setup." ::= { asxEthernetSpvcSrcEntry 22 } asxEthernetSpvcSrcLastChangeTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The time since this SPVC (Smart Permanent Virtual Circuits) has been up/down in hundredths of a second." ::= { asxEthernetSpvcSrcEntry 23 } asxEthernetSpvcSrcStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), failed(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The operational status of this SPVC (Smart Permanent Virtual Circuit)." ::= { asxEthernetSpvcSrcEntry 24 } asxEthernetSpvcSrcName OBJECT-TYPE SYNTAX OCTET STRING (SIZE(0..32)) MAX-ACCESS read-create STATUS current DESCRIPTION " The value of this object identifies the name that has been assigned for this SPVC." ::= { asxEthernetSpvcSrcEntry 25 } --asxEthernetSpvcSrcEntryStatus OBJECT-TYPE -- SYNTAX EntryStatus -- MAX-ACCESS read-create -- STATUS current -- DESCRIPTION -- "The status of this SPVC (Smart Permanent Virtual -- Circuits) entry." -- ::= { asxEthernetSpvcSrcEntry 26 } asxEthernetSpvcSrcRouteCost OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The cumulative route cost for the current route of this SPVC (Smart Permanent Virtual Circuits)." ::= { asxEthernetSpvcSrcEntry 26 } asxEthernetSpvcSrcDtlIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This variable has been deprecated. Any writes to this variable will be treated as writes to asxEthernetSpvcSrcDtlIndex1. This value must be defined in the ftPnniDTLTable. The DTL specifies a preferred call routing for the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 27 } asxEthernetSpvcSrcActiveDtlIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The Active Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This value along with asxEthernetSpvcSrcActiveDtlNodeIndex uniquely identifies the DTL that is currently used by the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 28 } asxEthernetSpvcSrcRerouteStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The status of the reroute function for this SPVC (Smart Permanent Virtual Circuit). If set to disabled(2), no rerouting will be attempted for this SPVC." DEFVAL { disabled } ::= { asxEthernetSpvcSrcEntry 29 } asxEthernetSpvcSrcCallingDomain OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The Domain ID to be used at the Calling NI SPVC." ::= { asxEthernetSpvcSrcEntry 30 } asxEthernetSpvcSrcQosIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "The index for the QOS Class Expansion Table to be used for this spvc." ::= { asxEthernetSpvcSrcEntry 31 } asxEthernetSpvcSrcDtlIndex1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The first Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This value must be defined in the ftPnniDTLTable. The DTL specifies a preferred call routing for the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 32 } asxEthernetSpvcSrcDtlIndex2 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The second Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This value must be defined in the ftPnniDTLTable. The DTL specifies a preferred call routing for the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 33 } asxEthernetSpvcSrcDtlIndex3 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The third Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This value must be defined in the ftPnniDTLTable. The DTL specifies a preferred call routing for the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 34 } asxEthernetSpvcSrcDtlIndex4 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The fourth Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). This value must be defined in the ftPnniDTLTable. The DTL specifies a preferred call routing for the SVC portion of the SPVC." ::= { asxEthernetSpvcSrcEntry 35 } asxEthernetSpvcSrcDtlWeight1 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The weight of the first Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). The weight specifies the priority of this DTL index among the four DTL indices that can be specified for a particular SPVC." DEFVAL { 0 } ::= { asxEthernetSpvcSrcEntry 36 } asxEthernetSpvcSrcDtlWeight2 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The weight of the second Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). The weight specifies the priority of this DTL index among the four DTL indices that can be specified for a particular SPVC." DEFVAL { 0 } ::= { asxEthernetSpvcSrcEntry 37 } asxEthernetSpvcSrcDtlWeight3 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The weight of the third Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). The weight specifies the priority of this DTL index among the four DTL indices that can be specified for a particular SPVC." DEFVAL { 0 } ::= { asxEthernetSpvcSrcEntry 38 } asxEthernetSpvcSrcDtlWeight4 OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The weight of the fourth Designated Transit List (DTL) index for this SPVC (Smart Permanent Virtual Circuit). The weight specifies the priority of this DTL index among the four DTL indices that can be specified for a particular SPVC." DEFVAL { 0 } ::= { asxEthernetSpvcSrcEntry 39 } asxEthernetSpvcSrcBackoffStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The status of the backoff function for this SPVC (Smart Permanent Virtual Circuit). If set to disabled(2), directed dtls configured for this SPVC will be continually retried on failure." DEFVAL { enabled } ::= { asxEthernetSpvcSrcEntry 40 } asxEthernetSpvcSrcPriority OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Priority of this SPVCC for connection" ::= { asxEthernetSpvcSrcEntry 41 } asxEthernetSpvcSrcLastLocation OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The last call setup failure location code for this SPVC. This indicates the switch that initiated the clearing for the call. This is formatted as a text string with the fields: FMT: Indicates diagnostic format RMT: Indicates whether a remote switch is the source of the failure or this switch inserted the location diag LINK:Link id that clear pertains to VPI: VPI that clear pertains to The remaining fields are format specific" ::= { asxEthernetSpvcSrcEntry 42 } asxEthernetSpvcSrcOldRouteCost OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This OID is specified only to be included the the asxEthernetSpvcUp trap. It specifies the path cost of the call the previous time this call was up. If the call has not been up, this will report a value of -1." ::= { asxEthernetSpvcSrcEntry 43 } asxEthernetSpvcSrcDownReason OBJECT-TYPE SYNTAX INTEGER { reroute(1), failure(2), deletion(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "This OID is specified only to be included the the pnniSpvccDown and pnniSpvccFail traps. This specifies whether the SPVC call was cleared due to a better route being found, a network failure, or SPVC deletion." ::= { asxEthernetSpvcSrcEntry 44 } asxEthernetSpvcSrcActiveDtlNodeIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The Node index of the Active Designated Transit List for this SPVC (Smart Permanent Virtual Circuit). The active DTL indexed by the node index and DTL index identifies the DTL that is currently used by the SVC portion of the SPVC. The value of this object is 65535 for FTPNNI nodes." ::= { asxEthernetSpvcSrcEntry 45 } asxEthernetSpvcSrcDtlTag OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "This value specifies an index into a table of DTLs, the DTL entries in this table will be used to setup the SPVC." ::= { asxEthernetSpvcSrcEntry 46 } asxEthernetSpvcSrcAutoDtlStatus OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "The status of the dynamic path selection function for this SPVC (Smart Permanent Virtual Circuit). If set to disabled(2), auto path selection will not be used." DEFVAL { enabled } ::= { asxEthernetSpvcSrcEntry 47 } asxEthernetSpvcSrcRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to create a new row or delete a row in this table." ::= {asxEthernetSpvcSrcEntry 48} asxEthernetSpvcBridgeInterface OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used to." ::= {asxEthernetSpvcSrcEntry 49} asxEthernetSpvcSrcSpvxRedirIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The index of the Call Redirection information used for providing SPVCC Dest resiliency." ::= {asxEthernetSpvcSrcEntry 50} asxEthernetSpvcSrcSpvxRedirDest OBJECT-TYPE SYNTAX INTEGER { directed2primary(1), directed2secondary(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The status of a Dest Resilient SPVCC indicating whether the primary destination or secondary destination is active at a given time." ::= {asxEthernetSpvcSrcEntry 51} asxEthernetSpvcSrcSpvxRedirCause OBJECT-TYPE SYNTAX INTEGER { switchoverNA(0), manualSwitchover(1), autorestoration(2), destPortFailure(3), networkCallRelease(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "The cause of redirection of a resilient SPVCC " ::= { asxEthernetSpvcSrcEntry 52 } asxEthernetSpvcSrcSpvxRedirCalledPort OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object identifies the port of this SPVC (Smart Permanent Virtual Circuits) at the destination end. It has a value of -1 if the port at the destination switch cannot be determined." ::= { asxEthernetSpvcSrcEntry 53 } asxEthernetSpvcSrcSpvxSrcResilIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The index of the Call Resiliency information used for providing Source SPVCC resiliency." ::= { asxEthernetSpvcSrcEntry 54 } asxEthernetSpvcSrcSpvxSrcResilState OBJECT-TYPE SYNTAX INTEGER { active(1), inhibited(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " The value of this object identifies the state of the source resilient SPVC." ::= { asxEthernetSpvcSrcEntry 55 } ------------------------------------------------------------------------ -- -- SPVC destination-side definitions -- asxEthernetSpvcDestTable OBJECT-TYPE SYNTAX SEQUENCE OF AsxEthernetSpvcDestEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains information about SPVCs (Smart Permanent Virtual Circuits) that have their destination on this switch." ::= { asxEthernetSpvc 2 } asxEthernetSpvcDestEntry OBJECT-TYPE SYNTAX AsxEthernetSpvcDestEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table entry containing destination SPVC (Smart Permanent Virtual Circuits) information." INDEX { asxEthernetSpvcDestIndex } ::= { asxEthernetSpvcDestTable 1 } AsxEthernetSpvcDestEntry ::= SEQUENCE { asxEthernetSpvcDestIndex Integer32, asxEthernetSpvcDestCallingAtmAddr NsapAddr, asxEthernetSpvcDestCallingPort Integer32, asxEthernetSpvcDestCallingVPI Integer32, asxEthernetSpvcDestCallingVCI Integer32, asxEthernetSpvcDestCalledAtmAddr NsapAddr, asxEthernetSpvcDestCalledPort DisplayString, asxEthernetSpvcDestAssignedVPI Integer32, asxEthernetSpvcDestAssignedVCI Integer32, asxEthernetSpvcDestBearerClass INTEGER, asxEthernetSpvcDestTrafficType INTEGER, asxEthernetSpvcDestTimingReq INTEGER, asxEthernetSpvcDestSusceptClip INTEGER, asxEthernetSpvcDestUpTime TimeTicks, asxEthernetSpvcDestFwdQoSClass INTEGER, asxEthernetSpvcDestBckQoSClass INTEGER, asxEthernetSpvcDestTransitNetSel TransitNetwork, asxEthernetSpvcDestStatus INTEGER } asxEthernetSpvcDestIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object uniquely identify the SPVCs (Smart Permanent Virtual Circuits) that have this switch as their source." ::= { asxEthernetSpvcDestEntry 1 } asxEthernetSpvcDestCallingAtmAddr OBJECT-TYPE SYNTAX NsapAddr MAX-ACCESS read-only STATUS current DESCRIPTION "The ATM address of the local end NI (on this switch) for this SPVC." ::= { asxEthernetSpvcDestEntry 2 } asxEthernetSpvcDestCallingPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object identifies the port of this terminating SPVC (Smart Permanent Virtual Circuits) at the source end. It has a value of -1 if the port at the destination switch cannot be determined." ::= { asxEthernetSpvcDestEntry 3 } asxEthernetSpvcDestCallingVPI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VPI to be used at the Calling NI for this SPVC." ::= { asxEthernetSpvcDestEntry 4 } asxEthernetSpvcDestCallingVCI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VCI to be used at the Calling NI for this SPVC." ::= { asxEthernetSpvcDestEntry 5 } asxEthernetSpvcDestCalledAtmAddr OBJECT-TYPE SYNTAX NsapAddr MAX-ACCESS read-only STATUS current DESCRIPTION "The ATM address of the distant end NI (remote switch) for this SPVC." ::= { asxEthernetSpvcDestEntry 6 } asxEthernetSpvcDestCalledPort OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object identifies the port of this terminating SPVC (Smart Permanent Virtual Circuits) at the destination end. It has a value os -1 if the port at the destination switch cannot be determined." ::= { asxEthernetSpvcDestEntry 7 } asxEthernetSpvcDestAssignedVPI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VPI assigned at the Called NI for this SPVC. This value is only meaningful if the SPVC status is up." ::= { asxEthernetSpvcDestEntry 8 } asxEthernetSpvcDestAssignedVCI OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The VCI assigned at the Called NI for this SPVC. This value is only meaningful if the SPVC status is up." ::= { asxEthernetSpvcDestEntry 9 } asxEthernetSpvcDestBearerClass OBJECT-TYPE SYNTAX INTEGER { classA(1), classC(2), classX(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The broadband bearer class for this SPVC." ::= { asxEthernetSpvcDestEntry 10 } asxEthernetSpvcDestTrafficType OBJECT-TYPE SYNTAX INTEGER { noIndication(1), cbr(2), vbr(3) } MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The broadband bearer traffic type for this SPVC." ::= { asxEthernetSpvcDestEntry 11 } asxEthernetSpvcDestTimingReq OBJECT-TYPE SYNTAX INTEGER { noIndication(1), end2endRequired(2), end2endNotReqd(3) } MAX-ACCESS read-only STATUS deprecated DESCRIPTION "The broadband bearer timing requirements for this SPVC." ::= { asxEthernetSpvcDestEntry 12 } asxEthernetSpvcDestSusceptClip OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The broadband bearer susceptability to clipping for this SPVC." ::= { asxEthernetSpvcDestEntry 13 } asxEthernetSpvcDestUpTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "The time since this SPVC (Smart Permanent Virtual Circuits) was created in hundredths of a second." ::= { asxEthernetSpvcDestEntry 14 } asxEthernetSpvcDestFwdQoSClass OBJECT-TYPE SYNTAX INTEGER { class0(1), class1(2), class2(3), class3(4), class4(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The requested quality of service for this SPVC in the forward (calling to called) direction." ::= { asxEthernetSpvcDestEntry 15 } asxEthernetSpvcDestBckQoSClass OBJECT-TYPE SYNTAX INTEGER { class0(1), class1(2), class2(3), class3(4), class4(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "The requested quality of service for this SPVC in the backward (called to calling) direction." ::= { asxEthernetSpvcDestEntry 16 } asxEthernetSpvcDestTransitNetSel OBJECT-TYPE SYNTAX TransitNetwork MAX-ACCESS read-only STATUS current DESCRIPTION "The optional transit network selection for this SPVC." ::= { asxEthernetSpvcDestEntry 17 } asxEthernetSpvcDestStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), failed(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "The operational status of this SPVC (Smart Permanent Virtual Circuit)." ::= { asxEthernetSpvcDestEntry 18 } ------------------------------------------------------------------------ -- -- SPVC destination NSAP definitions -- asxEthernetSpvcDestNsapTable OBJECT-TYPE SYNTAX SEQUENCE OF AsxEthernetSpvcDestNsapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains NSAP addresses for each rfc1483If in a routing domain." ::= { asxEthernetSpvc 3 } asxEthernetSpvcDestNsapEntry OBJECT-TYPE SYNTAX AsxEthernetSpvcDestNsapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the table,containing the NSAP address for the rfc1483If in a domain." INDEX { rtDomainID, ifIndex } ::= { asxEthernetSpvcDestNsapTable 1 } AsxEthernetSpvcDestNsapEntry ::= SEQUENCE { asxEthernetSpvcDestNsapAddr NsapAddr } asxEthernetSpvcDestNsapAddr OBJECT-TYPE SYNTAX NsapAddr MAX-ACCESS read-only STATUS current DESCRIPTION "The NSAP address of this rfc1483If in this domain." ::= { asxEthernetSpvcDestNsapEntry 1 } ------------------------------------------------------------------------ -- -- SPVC interfaces table -- asxEthernetSpvcInterfaceTable OBJECT-TYPE SYNTAX SEQUENCE OF AsxEthernetSpvcInterfaceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains Interfaces for each originating/terminating Ethernet SPVCC." ::= { asxEthernetSpvc 4 } asxEthernetSpvcInterfaceEntry OBJECT-TYPE SYNTAX AsxEthernetSpvcInterfaceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in the table,containing the NSAP address for the rfc1483If in a domain." INDEX { asxEthernetSpvcEtherInterface, asxEthernetSpvcInterfaceVpi, asxEthernetSpvcInterfaceVci } ::= { asxEthernetSpvcInterfaceTable 1 } AsxEthernetSpvcInterfaceEntry ::= SEQUENCE { asxEthernetSpvcEtherInterface INTEGER, asxEthernetSpvcInterfaceVpi Integer32, asxEthernetSpvcInterfaceVci Integer32, asxEthernetSpvcInterface INTEGER, asxEthernetSpvcIfType INTEGER } asxEthernetSpvcEtherInterface OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "BLANK .." ::= { asxEthernetSpvcInterfaceEntry 1 } asxEthernetSpvcInterfaceVpi OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "BLANK .." ::= { asxEthernetSpvcInterfaceEntry 2 } asxEthernetSpvcInterfaceVci OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "BLANK .." ::= { asxEthernetSpvcInterfaceEntry 3 } asxEthernetSpvcInterface OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "BLANK .." ::= { asxEthernetSpvcInterfaceEntry 4 } asxEthernetSpvcIfType OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "BLANK .." ::= { asxEthernetSpvcInterfaceEntry 5 } END