📄 fr-atm-pvc-service-iwf-mib
字号:
FR-ATM-PVC-SERVICE-IWF-MIB DEFINITIONS ::= BEGINIMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, mib-2, Integer32, Counter32 FROM SNMPv2-SMI RowStatus, TimeStamp FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF AtmVpIdentifier, AtmVcIdentifier FROM ATM-TC-MIB atmVclEntry FROM ATM-MIB InterfaceIndex FROM IF-MIB; frAtmIwfMIB MODULE-IDENTITY LAST-UPDATED "200009280000Z" -- September 28, 2000 ORGANIZATION "IETF Frame Relay Service MIB Working Group" CONTACT-INFO "WG Charter: http://www.ietf.org/html.charters/frnetmib-charter WG-email: frnetmib@sunroof.eng.sun.com Subscribe: frnetmib-request@sunroof.eng.sun.com Email Archive: ftp://ftp.ietf.org/ietf-mail-archive/frnetmib Chair: Andy Malis Vivace Networks, Inc. Email: Andy.Malis@vivacenetworks.com WG editor: Kenneth Rehbehn Megisto Systems, Inc. Email: krehbehn@megisto.com Co-author: Orly Nicklass RAD Data Communications Ltd. EMail: orly_n@rad.co.il Co-author: George Mouradian AT&T Labs EMail: gvm@att.com" DESCRIPTION "The MIB module for monitoring and controlling the Frame Relay/ATM PVC Service Interworking Function." -- -- Revision History -- REVISION "200009280000Z" DESCRIPTION "Published as RFC 2955" ::= { mib-2 86 } -- -- Object Identifiers -- frAtmIwfMIBObjects OBJECT IDENTIFIER ::= { frAtmIwfMIB 1 } frAtmIwfTraps OBJECT IDENTIFIER ::= { frAtmIwfMIB 2 } frAtmIwfTrapsPrefix OBJECT IDENTIFIER ::= { frAtmIwfTraps 0 } frAtmIwfConformance OBJECT IDENTIFIER ::= { frAtmIwfMIB 3 } frAtmIwfGroups OBJECT IDENTIFIER ::= { frAtmIwfConformance 1 } frAtmIwfCompliances OBJECT IDENTIFIER ::= { frAtmIwfConformance 2 } -- -- The FR/ATM PVC Service IWF Group -- -- The Frame Relay/ATM PVC Service Interworking Function -- Connection Table contains all connections utilizing -- the interworking function. -- frAtmIwfConnIndexNext OBJECT-TYPE SYNTAX Integer32 (0..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "This object contains an appropriate value to be used for frAtmIwfConnIndex when creating entries in the frAtmIwfConnectionTable. The value 0 indicates that no unassigned entries are available. To obtain the frAtmIwfConnIndexNext value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index." ::= { frAtmIwfMIBObjects 1 } frAtmIwfConnectionTable OBJECT-TYPE SYNTAX SEQUENCE OF FrAtmIwfConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table in which each row represents a Frame Relay/ATM interworking connection." ::= { frAtmIwfMIBObjects 2 } frAtmIwfConnectionEntry OBJECT-TYPE SYNTAX FrAtmIwfConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The FrAtmIwfConnectionEntry provides an entry for an interworking connection between a frame relay PVC and one or more ATM PVCs, or an ATM PVC and one or more frame relay PVCs. A single frame relay PVC connected to a single ATM PVC is referred to as a `point-to-point' connection and is represented by a single row in the FR/ATM IWF Connection Table. The case of a single frame relay PVC connected to multiple ATM PVCs (or single ATM PVC connected to multiple frame relay PVCs) is referred to as a `point-to-multipoint' connection and is represented by multiple rows in the FR/ATM IWF Connection Table. The object frAtmIwfConnIndex uniquely identifies each point-to-point or point-to-multipoint connection. The manager obtains the frAtmIwfConnIndex value by reading the frAtmIwfConnIndexNext object. After a frAtmIwfConnIndex is assigned for the connection, the manager creates one or more rows in the Cross Connect Table; one for each cross- connection between the frame relay PVC and an ATM PVC. In the case of `point-to-multipoint' connections, all rows are indexed by the same frAtmIwfConnIndex value and MUST refer to the same frame relay PVC or ATM PVC respectively. An entry can be created only when at least one pair of frame relay and ATM PVCs exist. A row can be established by one-step set-request with all required parameter values and frAtmIwfConnRowStatus set to createAndGo(4). The Agent should perform all error checking as needed. A pair of cross-connected PVCs, as identified by a particular value of the indexes, is released by setting frAtmIwfConnRowStatus to destroy(6). The Agent may release all associated resources. The manager may remove the related PVCs thereafter. Indexes are persistent across reboots of the system." INDEX { frAtmIwfConnIndex, frAtmIwfConnAtmPort, frAtmIwfConnVpi, frAtmIwfConnVci, frAtmIwfConnFrPort, frAtmIwfConnDlci } ::= { frAtmIwfConnectionTable 1 } FrAtmIwfConnectionEntry ::= SEQUENCE { frAtmIwfConnIndex Integer32, frAtmIwfConnAtmPort InterfaceIndex, frAtmIwfConnVpi AtmVpIdentifier, frAtmIwfConnVci AtmVcIdentifier, frAtmIwfConnFrPort InterfaceIndex, frAtmIwfConnDlci Integer32, frAtmIwfConnRowStatus RowStatus, frAtmIwfConnAdminStatus INTEGER, frAtmIwfConnAtm2FrOperStatus INTEGER, frAtmIwfConnAtm2FrLastChange TimeStamp, frAtmIwfConnFr2AtmOperStatus INTEGER, frAtmIwfConnFr2AtmLastChange TimeStamp, frAtmIwfConnectionDescriptor Integer32, frAtmIwfConnFailedFrameTranslate Counter32, frAtmIwfConnOverSizedFrames Counter32, frAtmIwfConnFailedAal5PduTranslate Counter32, frAtmIwfConnOverSizedSDUs Counter32, frAtmIwfConnCrcErrors Counter32, frAtmIwfConnSarTimeOuts Counter32 } frAtmIwfConnIndex OBJECT-TYPE SYNTAX Integer32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique value for each point-to-point or point- to-multipoint connection. The manager obtains the frAtmIwfConnIndex value by reading the frAtmIwfConnIndexNext object. A point-to- multipoint connection will be represented in the frAtmIwfConnectionTable with multiple entries that share the same frAtmIwfConnIndex value." ::= { frAtmIwfConnectionEntry 1 } frAtmIwfConnAtmPort OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index in the ifTable that identifies the ATM port for this interworking connection." ::= { frAtmIwfConnectionEntry 2 } frAtmIwfConnVpi OBJECT-TYPE SYNTAX AtmVpIdentifier MAX-ACCESS not-accessible STATUS current DESCRIPTION "The VPI of the ATM PVC end point for this interworking connection." ::= { frAtmIwfConnectionEntry 3 } frAtmIwfConnVci OBJECT-TYPE SYNTAX AtmVcIdentifier MAX-ACCESS not-accessible STATUS current DESCRIPTION "The VCI of the ATM PVC end point for this interworking connection." ::= { frAtmIwfConnectionEntry 4 } frAtmIwfConnFrPort OBJECT-TYPE SYNTAX InterfaceIndex MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index in the ifTable that identifies the frame relay port for this interworking connection." ::= { frAtmIwfConnectionEntry 5 } frAtmIwfConnDlci OBJECT-TYPE SYNTAX Integer32 (16..4194303) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The DLCI that identifies the frame relay PVC end point for this interworking connection." ::= { frAtmIwfConnectionEntry 6 } frAtmIwfConnRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The table row may be created with 'createAndWait(5)' or 'createAndGo(4)'. To activate a connection entry, a valid connection descriptor MUST be established in the frAtmIwfConnectionDescriptor object. This object is set to 'destroy(6)' to delete the
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -