-- --This mib defines objects for the FORE proprietary frame Relay extensions. --Some of the following tables have references to the FORE proprietary --profiles mibs. Fore-frame-relay-service-MIB DEFINITIONS ::= BEGIN IMPORTS Integer32, TimeTicks, Counter32, Gauge32, OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI DisplayString, RowStatus FROM SNMPv2-TC frameInternetworking FROM Fore-Common-MIB InterfaceIndex, ifName, ifAdminStatus FROM IF-MIB trapLogIndex FROM Fore-TrapLog-MIB; foreFrameRelayServiceModule MODULE-IDENTITY LAST-UPDATED "0112011444Z" ORGANIZATION "MARCONI" CONTACT-INFO " Postal: Marconi Communications 5000 Marconi Drive Warrendale, PA 15086-7502 Tel: +1 724-742-6999 Email: bbrs-mibs@marconi.com Web: http://www.marconi.com" DESCRIPTION " This MIB is considered as being required in addition to the standard mibs RFC1604 and RFC1315. It provides configuration and statistics information at frame relay service and connection level." ::= {frameInternetworking 96} foreFrameRelayServiceTraps OBJECT IDENTIFIER ::= { foreFrameRelayServiceModule 10 } ------------------------------------------------------------------------ -- This table defines entries containing configuration and statistics -- objects at a frame relay service level foreFrameRelayServiceTable OBJECT-TYPE SYNTAX SEQUENCE OF ForeFrameRelayServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Parameters for the Data Link Connection Management Interface corresponding to any given ifEntry. These parameters are logical extensions to those in contained within the object frDlcmiTable in RFC1315." ::= { foreFrameRelayServiceModule 1 } foreFrameRelayServiceEntry OBJECT-TYPE SYNTAX ForeFrameRelayServiceEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The Parameters for the Data Link Connection Management Interface." INDEX { foreFrameRelayServiceFrInterfaceId } ::= { foreFrameRelayServiceTable 1 } ForeFrameRelayServiceEntry ::= SEQUENCE { foreFrameRelayServiceServiceIfIndex InterfaceIndex, foreFrameRelayServiceProfileLmiIndex Integer32, foreFrameRelayServiceProfileServiceIndex Integer32, foreFrameRelayServiceStatsMonitor INTEGER, foreFrameRelayServiceStatsEnabledTimeStamp TimeTicks, foreFrameRelayServiceLmiDlci Integer32, foreFrameRelayServiceLmiFlowControl INTEGER, foreFrameRelayServiceRAControl INTEGER, foreFrameRelayServiceLmiBandwidthControl INTEGER, foreFrameRelayServiceRxAbortedFrames Counter32, foreFrameRelayServiceRcvCrcErrors Counter32, foreFrameRelayServiceRcvShortFrames Counter32, foreFrameRelayServiceRcvLongFrames Counter32, foreFrameRelayServiceRcvInvalidDLCI Counter32, foreFrameRelayServiceRcvUnknownErrs Counter32, foreFrameRelayServiceLmiTxStatusResponses Counter32, foreFrameRelayServiceLmiTxFullStatusResponses Counter32, foreFrameRelayServiceLmiTxStatusEnquiries Counter32, foreFrameRelayServiceLmiTxFullStatusEnquiries Counter32, foreFrameRelayServiceLmiRxStatusResponses Counter32, foreFrameRelayServiceLmiRxFullStatusResponses Counter32, foreFrameRelayServiceLmiRxStatusEnquiries Counter32, foreFrameRelayServiceLmiRxFullStatusEnquiries Counter32, foreFrameRelayServiceLmiUnknownMessagesRcvd Counter32, foreFrameRelayServiceLmiStatusLostSequences Counter32, foreFrameRelayServiceLmiStatusEnqLostSequences Counter32, foreFrameRelayServiceLmiMissingStatEnquiries Counter32, foreFrameRelayServiceLmiUnexpectedPVCStatMsg Counter32, foreFrameRelayServiceLmiUnexpectedDLCI Counter32, foreFrameRelayServiceLmiStatEnqRatePlus Counter32, foreFrameRelayServiceLmiInvInfoFrame Counter32, foreFrameRelayServiceLmiInvFrameHdr Counter32, foreFrameRelayServiceLmiNoIERepType Counter32, foreFrameRelayServiceLmiNoIEKeepAlive Counter32, foreFrameRelayServiceLmiMissingResponses Counter32, foreFrameRelayServiceLmiUnsuppIERcvd Counter32, foreFrameRelayServicePvccs Gauge32, foreFrameRelayServicePhyIfIndex InterfaceIndex, foreFrameRelayServiceN56N64 INTEGER, foreFrameRelayServiceOperStatus INTEGER, foreFrameRelayServiceRowStatus RowStatus, foreFrameRelayServiceFrInterfaceId Integer32, foreFrameRelayServiceTimeSlotBitmap Integer32, foreFrameRelayServiceLmiOperationMode INTEGER, foreFrameRelayServiceLmiOverrideMode INTEGER, foreFrameRelayServiceEgressReMode INTEGER, foreFrameRelayServiceTrapsMode INTEGER, foreFrameRelayServiceServiceType INTEGER, foreFrameRelayServiceInterfaceName DisplayString, foreFrameRelayServiceFragmentationMode INTEGER, foreFrameRelayServiceFragmentSize Integer32, foreFrameRelayServiceResiliencyMode INTEGER, foreFrameRelayServiceResiliencyTimeout Integer32, foreFrameRelayServiceLastDefectCause INTEGER, foreFrameRelayServicePhyIfName DisplayString, foreFrameRelayServiceNetmodLocation DisplayString, foreFrameRelayServiceLmiTxAsyncUpdates Counter32, foreFrameRelayServiceLmiRxAsyncUpdates Counter32 } foreFrameRelayServiceServiceIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "The Service/FR-UNI identifier ifIndex value of the corresponding ifEntry." ::= { foreFrameRelayServiceEntry 1 } foreFrameRelayServiceProfileLmiIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Index for the LMI profile for this FR service." DEFVAL { 0 } ::= { foreFrameRelayServiceEntry 2 } foreFrameRelayServiceProfileServiceIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Index of the Service profile for this FR service." DEFVAL { 0 } ::= { foreFrameRelayServiceEntry 3 } foreFrameRelayServiceStatsMonitor OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object specifies whether statistics are to be counted at a service level, this includes service and connection statistics. When the state changes from enabled to disabled all the related statistics will be frozen at their current value. When the state changes from disabled to enabled then all related statistics will be reset (zeroised). Note that this Monitor is overriden by the netmod level nmFramStatsMonitor. Refer to fore-fram.mib for more details." DEFVAL { disabled } ::= { foreFrameRelayServiceEntry 4 } foreFrameRelayServiceStatsEnabledTimeStamp OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "This object reflects the point in time, with reference to sysUpTime, either when foreFrameRelayServiceStatsMonitor is set to enabled or when nmFramStatsMonitor is set to enabled. The time will reflect the last StatsMonitor to be enabled. The timestamp provides a starting timestamp for the current statistics that are being counted." ::= { foreFrameRelayServiceEntry 5 } foreFrameRelayServiceLmiDlci OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION " the dlci upon which LMI traffic will be broadcast. If Q933-AnnexA=0, otherwise STRATACOM=1023." ::= { foreFrameRelayServiceEntry 6 } foreFrameRelayServiceLmiFlowControl OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies whether STRATACOM LMI based (R-bit) notification performs flow control for the Circuits on this interface." DEFVAL {disabled} ::= { foreFrameRelayServiceEntry 7 } foreFrameRelayServiceRAControl OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies whether Rate Adaptation-RA performs flow control for the Circuits on this interface." DEFVAL{disabled} ::= { foreFrameRelayServiceEntry 8 } foreFrameRelayServiceLmiBandwidthControl OBJECT-TYPE SYNTAX INTEGER { enabled(1), disabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Specifies whether STRATACOM LMI based CIR notification affects the CIR flow control parameters for the connections on this interface." DEFVAL{disabled} ::= { foreFrameRelayServiceEntry 9 } foreFrameRelayServiceRxAbortedFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of aborted frames received on this Frame Relay logical interface.A frame is considered aborted after receiving 7 or more continuous ones." ::= {foreFrameRelayServiceEntry 10 } foreFrameRelayServiceRcvCrcErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the number of frames receive with CRC errors on this interface." ::= { foreFrameRelayServiceEntry 11 } foreFrameRelayServiceRcvShortFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames containing less than 5 octets received on this interface." ::= { foreFrameRelayServiceEntry 12 } foreFrameRelayServiceRcvLongFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames containing greater than 8191 octets received on this interface." ::= { foreFrameRelayServiceEntry 13 } foreFrameRelayServiceRcvInvalidDLCI OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames with an invalid DLCI received on this interface." ::= { foreFrameRelayServiceEntry 14 } foreFrameRelayServiceRcvUnknownErrs OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames with other errors received on this interface." ::= { foreFrameRelayServiceEntry 15 } foreFrameRelayServiceLmiTxStatusResponses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS messages transmited on this interface." ::= { foreFrameRelayServiceEntry 16 } foreFrameRelayServiceLmiTxFullStatusResponses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS messages with full status IE transmited on this interface." ::= { foreFrameRelayServiceEntry 17 } foreFrameRelayServiceLmiTxStatusEnquiries OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS ENQUIRY messages transmited on this interface." ::= { foreFrameRelayServiceEntry 18 } foreFrameRelayServiceLmiTxFullStatusEnquiries OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS ENQUIRY messages with full status IE transmited on this interface." ::= { foreFrameRelayServiceEntry 19 } foreFrameRelayServiceLmiRxStatusResponses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS messages received on this interface." ::= { foreFrameRelayServiceEntry 20 } foreFrameRelayServiceLmiRxFullStatusResponses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of STATUS messages with full status IE received on this interface." ::= { foreFrameRelayServiceEntry 21 } foreFrameRelayServiceLmiRxStatusEnquiries OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of STATUS messages received on this interface." ::= { foreFrameRelayServiceEntry 22 } foreFrameRelayServiceLmiRxFullStatusEnquiries OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION " Number of STATUS ENQUIRY messages with full status IE (Information Element) receive on this interface." ::= { foreFrameRelayServiceEntry 23 } foreFrameRelayServiceLmiUnknownMessagesRcvd OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of Unknown LMI messages received on this interface." ::= { foreFrameRelayServiceEntry 24 } foreFrameRelayServiceLmiStatusLostSequences OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times a loss of sequencing in received STATUS messages was detected on this interface." ::= { foreFrameRelayServiceEntry 25 } foreFrameRelayServiceLmiStatusEnqLostSequences OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times a loss of sequencing in received STATUS ENQUIRY messages was detected on this interface." ::= { foreFrameRelayServiceEntry 26 } foreFrameRelayServiceLmiMissingStatEnquiries OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times an expected STATUS ENQUIRY message was not received within the expected time on this interface." ::= { foreFrameRelayServiceEntry 27 } foreFrameRelayServiceLmiUnexpectedPVCStatMsg OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LMI messages that were received with unexpected PVC STATUS IE on this interface." ::= { foreFrameRelayServiceEntry 28 } foreFrameRelayServiceLmiUnexpectedDLCI OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of STATUS messages received with unconfigured DLCI" ::= { foreFrameRelayServiceEntry 29 } foreFrameRelayServiceLmiStatEnqRatePlus OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the STATUS ENQUIRY message was received more frequently than expected. For STRATACOM only" ::= { foreFrameRelayServiceEntry 30 } foreFrameRelayServiceLmiInvInfoFrame OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times an LMI message was received with information type not equal to unnumbered information type." ::= { foreFrameRelayServiceEntry 31 } foreFrameRelayServiceLmiInvFrameHdr OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LMI frames received with error in the header bits." ::= { foreFrameRelayServiceEntry 32 } foreFrameRelayServiceLmiNoIERepType OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times an LMI frame was received with missing Report Type IE" ::= { foreFrameRelayServiceEntry 33 } foreFrameRelayServiceLmiNoIEKeepAlive OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times an LMI frame was received with missing Link Integrity Verification IE." ::= { foreFrameRelayServiceEntry 34 } foreFrameRelayServiceLmiMissingResponses OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of times a timeout occurred without receiving a response to an LMI request by this interface." ::= { foreFrameRelayServiceEntry 35} foreFrameRelayServiceLmiUnsuppIERcvd OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of LMI messages received with unknown Information Element." ::= { foreFrameRelayServiceEntry 36 } foreFrameRelayServicePvccs OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of permanent VCCs established on this Frame Relay logical interface" ::= { foreFrameRelayServiceEntry 37 } foreFrameRelayServicePhyIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-create STATUS current DESCRIPTION "Interface Index of the underlying physical interface - be it an unchanalized interface, a DS0 Bundle or a multilink bundle" ::= { foreFrameRelayServiceEntry 38 } foreFrameRelayServiceN56N64 OBJECT-TYPE SYNTAX INTEGER { n64(1), n56(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Selects Nx64Kbps or Nx56Kbps channels for an NxDS0 FR interface. It does not have any meaning for underlying interfaces larger than DS0 bundle" ::= { foreFrameRelayServiceEntry 39 } foreFrameRelayServiceOperStatus OBJECT-TYPE SYNTAX INTEGER { up(1), down(2), faulty(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Operational status of the interface" ::= { foreFrameRelayServiceEntry 40 } foreFrameRelayServiceRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "This object is used for dynamic creation of entries in this table and all frame relay connection level tables. This object is also used to delete existing connection rows." ::= { foreFrameRelayServiceEntry 41 } foreFrameRelayServiceFrInterfaceId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Numeric id for this interface. For DS3 interfaces, same as FRnn id. For DS1 interfaces, 500000 + an id generated from 1a1:00 format " ::= { foreFrameRelayServiceEntry 42 } foreFrameRelayServiceTimeSlotBitmap OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Bitmap for the timeslots for the underlying DS1 object - applicable only for DS1 FR netmods" ::= { foreFrameRelayServiceEntry 43 } foreFrameRelayServiceLmiOperationMode OBJECT-TYPE SYNTAX INTEGER { nni(1), uni(2), none(3), uni-dce(5), uni-dte(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "Current operational mode for LMI intance on that particular interface" ::= { foreFrameRelayServiceEntry 44 } foreFrameRelayServiceLmiOverrideMode OBJECT-TYPE SYNTAX INTEGER { nni(1), uni(2), none(3), default(4), uni-dce(5), uni-dte(6) } MAX-ACCESS read-create STATUS current DESCRIPTION "Override operational mode for LMI intance on that particular interface" DEFVAL { default } ::= { foreFrameRelayServiceEntry 45 } foreFrameRelayServiceEgressReMode OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Enable Rate Enforcement on that particular interface - only for DS1 FR cards." ::= { foreFrameRelayServiceEntry 46 } foreFrameRelayServiceTrapsMode OBJECT-TYPE SYNTAX INTEGER { enable(1), disable(2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Enable Traps on that particular interface" ::= { foreFrameRelayServiceEntry 47 } foreFrameRelayServiceServiceType OBJECT-TYPE SYNTAX INTEGER { frf5(1), frf8(2), unconfigured(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Service type running on that particular interface" ::= { foreFrameRelayServiceEntry 48 } foreFrameRelayServiceInterfaceName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-create STATUS current DESCRIPTION "A textual descriptor for this FR interface" ::= { foreFrameRelayServiceEntry 49 } foreFrameRelayServiceFragmentationMode OBJECT-TYPE SYNTAX INTEGER { interface (1), dlci (2), disabled (3) } MAX-ACCESS read-create STATUS current DESCRIPTION "Enable or disable FRF 12 fragmentation on this netmod; interface(1) specifies UNI or NNI fragmentation dlci(2) spcifies end-to-end fragmentation disabled (3) specifies no fragmentation " ::= { foreFrameRelayServiceEntry 50 } foreFrameRelayServiceFragmentSize OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Fragment size for FRF 12 fragmentation" ::= { foreFrameRelayServiceEntry 51 } foreFrameRelayServiceResiliencyMode OBJECT-TYPE SYNTAX INTEGER { enabled (1), disabled (2) } MAX-ACCESS read-create STATUS current DESCRIPTION "Enable or disable SPVX resiliency on this Frame interface" ::= { foreFrameRelayServiceEntry 52 } foreFrameRelayServiceResiliencyTimeout OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS current DESCRIPTION "Specifies for how long a FR interface should be operationally down before triggering a FR switchover" ::= { foreFrameRelayServiceEntry 53 } foreFrameRelayServiceLastDefectCause OBJECT-TYPE SYNTAX INTEGER { unknown(1), physicaldefect(3), admindown(4), lmidte(5), lmidce(6), otherdefect(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "Describes the reason for last switchover on this particular service. If the cause of defect cannot be identified, otherdefect(7) value will be used. If no defect has been recorded, or the uknown(1) value shall be reported " ::= { foreFrameRelayServiceEntry 54 } foreFrameRelayServicePhyIfName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Name of the underlying physical location of the service" ::= { foreFrameRelayServiceEntry 55 } foreFrameRelayServiceNetmodLocation OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Specify on which Netmod the Frame Relay Interface Resides" ::= { foreFrameRelayServiceEntry 56 } foreFrameRelayServiceLmiTxAsyncUpdates OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of LMI Asynchrounous reports sent by the LMI instance" ::= { foreFrameRelayServiceEntry 57 } foreFrameRelayServiceLmiRxAsyncUpdates OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of LMI Asynchrounous reports received by the LMI instance" ::= { foreFrameRelayServiceEntry 58 } --------------------------------------------------------------------------- -- Frame Relay Interface Traps --------------------------------------------------------------------------- foreFrameRelayServiceUp NOTIFICATION-TYPE OBJECTS { foreFrameRelayServiceServiceIfIndex, foreFrameRelayServiceInterfaceName, ifName, ifAdminStatus, foreFrameRelayServiceFrInterfaceId, foreFrameRelayServicePhyIfName, foreFrameRelayServicePhyIfIndex, foreFrameRelayServiceNetmodLocation, foreFrameRelayServiceOperStatus, foreFrameRelayServiceLastDefectCause, trapLogIndex } STATUS current DESCRIPTION "This trap is raised when a Frame Relay interface changes its operational state from down or faulty to up" ::= { foreFrameRelayServiceTraps 1 } foreFrameRelayServiceDown NOTIFICATION-TYPE OBJECTS { foreFrameRelayServiceServiceIfIndex, foreFrameRelayServiceInterfaceName, ifName, ifAdminStatus, foreFrameRelayServiceFrInterfaceId, foreFrameRelayServicePhyIfName, foreFrameRelayServicePhyIfIndex, foreFrameRelayServiceNetmodLocation, foreFrameRelayServiceOperStatus, foreFrameRelayServiceLastDefectCause, trapLogIndex } STATUS current DESCRIPTION "This trap is raised when a Frame Relay interface changes its operational state from any state to down or faulty" ::= { foreFrameRelayServiceTraps 2 } ---------------------------------------------------------------------------- -- This table defines entries containing configuration and statistics -- objects at frame relay connection level foreFrameRelayCircuitTable OBJECT-TYPE SYNTAX SEQUENCE OF ForeFrameRelayCircuitEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table containing information about specific Data Link Connection Identifiers and corresponding connections." ::= { foreFrameRelayServiceModule 2 } foreFrameRelayCircuitEntry OBJECT-TYPE SYNTAX ForeFrameRelayCircuitEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The information regarding a single Data Link Connection Identifier." INDEX {foreFrameRelayCircuitServiceIfIndex, foreFrameRelayCircuitDlci } ::= { foreFrameRelayCircuitTable 1 } ForeFrameRelayCircuitEntry ::= SEQUENCE { foreFrameRelayCircuitServiceIfIndex InterfaceIndex, foreFrameRelayCircuitDlci Integer32, foreFrameRelayCircuitName DisplayString, foreFrameRelayCircuitProfileFrRateIndex Integer32, foreFrameRelayCircuitREMonitor INTEGER, foreFrameRelayCircuitRateFallbacks Counter32, foreFrameRelayCircuitRateFallforwards Counter32, foreFrameRelayCircuitEgFramesDroppedQueueFull Counter32, foreFrameRelayCircuitNormalSentFrames Counter32, foreFrameRelayCircuitNormalSentOctets Counter32, foreFrameRelayCircuitExcessSentOctets Counter32, foreFrameRelayCircuitHeldBuffers Counter32, foreFrameRelayCircuitOctetsOnQueue Counter32, foreFrameRelayCircuitBuffersOnQueue Counter32, foreFrameRelayCircuitRxMonNormalFrames Counter32, foreFrameRelayCircuitRxMonNormalOctets Counter32, foreFrameRelayCircuitRxMonExcessOctets Counter32, foreFrameRelayCircuitRxMonDroppedOctets Counter32, foreFrameRelayCircuitRxMonDroppedDEFrames Counter32, foreFrameRelayCircuitRxMonDroppedDEOctets Counter32, foreFrameRelayCircuitRxMonDEOctets Counter32, foreFrameRelayCircuitRxMonSetDEFrames Counter32, foreFrameRelayCircuitRxMonSetDEOctets Counter32, foreFrameRelayCircuitRecvdBECNS Counter32, foreFrameRelayCircuitRecvdFECNS Counter32 } foreFrameRelayCircuitServiceIfIndex OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS read-only STATUS current DESCRIPTION "IfIndex of the Frame Relay Interface,UNI, to which data received from ATM is forwarded.The index generated by the agent for Frame Relay service identification. This index is volatile over power down " ::= { foreFrameRelayCircuitEntry 1 } foreFrameRelayCircuitDlci OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The connections' Frame Relay DLCI." ::= {foreFrameRelayCircuitEntry 2 } foreFrameRelayCircuitName OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "The user-defined name for the connection." ::= { foreFrameRelayCircuitEntry 3 } foreFrameRelayCircuitProfileFrRateIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-write STATUS current DESCRIPTION "Index of the ProfileFRRateTable (rate enforcement/rate adaptation configuration for this FR/ATM interworking connection" DEFVAL { 0 } ::= {foreFrameRelayCircuitEntry 4 } foreFrameRelayCircuitREMonitor OBJECT-TYPE SYNTAX INTEGER { none(1), standard(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object enables or disables the monitoring of Bc, Be and CIR on the Rx side of the connection, called Rate Enforcement.If set to none, no monitoring will be performed. If set to standard, Rx monitoring will drop any frames received in excess of Be, and will tag frames received in between Bc and Be" DEFVAL { none } ::= { foreFrameRelayCircuitEntry 5 } foreFrameRelayCircuitRateFallbacks OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times that the insertion rate was lowered (due to network congestion reports) since the connection was created." ::= { foreFrameRelayCircuitEntry 6 } foreFrameRelayCircuitRateFallforwards OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times that the insertion rate was increased (due to lack of network congestion reports) since the connection was created." ::= { foreFrameRelayCircuitEntry 7 } foreFrameRelayCircuitEgFramesDroppedQueueFull OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of frames which were dropped on this connection because the hold queue was full." ::= { foreFrameRelayCircuitEntry 8 } foreFrameRelayCircuitNormalSentFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of frames sent on this connection within the Commited Information Rate since the connection was created." ::= { foreFrameRelayCircuitEntry 9 } foreFrameRelayCircuitNormalSentOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of octets sent on this connection within the Commited Information Rate since the connection was created." ::= { foreFrameRelayCircuitEntry 10 } foreFrameRelayCircuitExcessSentOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of octets sent on this connection above the Commited Information Rate, but below the Excess Information Rate since the connection was created." ::= { foreFrameRelayCircuitEntry 11 } foreFrameRelayCircuitHeldBuffers OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of buffers which were used by the connection for enqueueing frames in preference to exceeding the allowed burst rate on this connection since the connection was created." ::= { foreFrameRelayCircuitEntry 12 } foreFrameRelayCircuitOctetsOnQueue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of octets currently being used for enqueueing frames in order to be transmited." ::= { foreFrameRelayCircuitEntry 13 } foreFrameRelayCircuitBuffersOnQueue OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of buffers currently being used for enqueueing frames in order to be transmited." ::= { foreFrameRelayCircuitEntry 14 } foreFrameRelayCircuitRxMonNormalFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames received on the connection within the committed burst (Bc)." ::= { foreFrameRelayCircuitEntry 15 } foreFrameRelayCircuitRxMonNormalOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets received on the connection within the committed burst (Bc)." ::= { foreFrameRelayCircuitEntry 16 } foreFrameRelayCircuitRxMonExcessOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets received on the connection within the excess burst (Be)." ::= { foreFrameRelayCircuitEntry 17 } foreFrameRelayCircuitRxMonDroppedOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets received on the connection that were dropped because they were in excess Bc+Be." ::= { foreFrameRelayCircuitEntry 18} foreFrameRelayCircuitRxMonDroppedDEFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames with the DE bit set received on the connection that were dropped." ::= { foreFrameRelayCircuitEntry 19} foreFrameRelayCircuitRxMonDroppedDEOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets in frames with the DE bit set received on the connection that were dropped." ::= { foreFrameRelayCircuitEntry 20 } foreFrameRelayCircuitRxMonDEOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets with the DE bit set that were received on the connection." ::= { foreFrameRelayCircuitEntry 21 } foreFrameRelayCircuitRxMonSetDEFrames OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of frames received on the connection in which the Rx monitor set the DE bit." ::= { foreFrameRelayCircuitEntry 22 } foreFrameRelayCircuitRxMonSetDEOctets OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of octets in frames received on the connection in which the Rx monitor set the DE bit." ::= { foreFrameRelayCircuitEntry 23 } foreFrameRelayCircuitRecvdBECNS OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of frames received from the network in- dicating forward congestion since the connection was created. This object is defined in this table to provide the same object as defined in RFC 1315, while the interface is defined as a DCE." ::= { foreFrameRelayCircuitEntry 24} foreFrameRelayCircuitRecvdFECNS OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Number of frames received from the network in- dicating backward congestion since the connection was created.This object is defined in this table to provide the same object as defined in RFC 1315, while the interface is defined as a DCE." ::= { foreFrameRelayCircuitEntry 25} -------------------------------------------------------------------------------- -- Auxiliary entry to get a Free FR interface Id for Rideau -- -------------------------------------------------------------------------------- foreFrameRelayServiceAuxNextFrInterfaceId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Returns a free FR interface ID to be used to create a new interface on cDS3 netmods" ::={ foreFrameRelayServiceModule 4} END