⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2515.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
     atmVclCastType      OBJECT-TYPE          SYNTAX         AtmConnCastType          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The connection topology type."          DEFVAL { p2p }                ::= {atmVclEntry 14}     atmVclConnKind      OBJECT-TYPE          SYNTAX         AtmConnKind          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The use of call control."          DEFVAL { pvc }          ::= {atmVclEntry 15}     --     ATM Virtual Path (VP) Cross Connect Table     -- This table contains configuration and state     -- information of point-to-point,     -- point-to-multipoint, or multipoint-to-multipoint     -- VP cross-connects for PVCs.     -- This table has read-create access and can be used     -- to cross-connect the VPLs together in an ATM switch     -- or network. The atmVpCrossConnectIndex     -- is used to associate the related     -- VPLs that are cross-connected together.     -- The ATM VP Cross Connect Table     -- models each bi-directional VPC     -- cross-connect as a set of entries in     -- the atmVpCrossConnectTable. A     -- point-to-point VPC cross-connect is modeled     -- as one entry; a point-to-multipoint (N leafs) VPC     -- cross-connect as N entries in this table; and     -- a multipoint-to-multipoint (N parties) VPC cross-     -- connect as N(N-1)/2 entries in this table.     -- In the latter cases, all the N (or N(N-1)/2) entries     -- are associated with a single VPC cross-connect by     -- having the same value of atmVpCrossConnectIndex.     --      _________________________________________     --      |                                       |     --  Low |         ATM Switch or Network         | High     --  port|                                       | port     -- _____|>> from low to high VPC traffic flow >>|______     --      |<< from high to low VPC traffic flow <<|     --      |                                       |     --      |_______________________________________|     --     -- The terms low and high are chosen to represent     -- numerical ordering of the two interfaces associated     -- with a VPC cross-connect. That is, the ATM interface     -- with the lower value of ifIndex is termed 'low',     -- while the other ATM interface associated with the     -- VPC cross-connect is termed 'high'. This terminology     -- is used to provide directional information; for     -- example, the atmVpCrossConnectL2HOperStatus applies     -- to the low->high direction, and     -- atmVpCrossConnectH2LOperStatus applies to the     -- high->low  direction, as illustrated above.     atmVpCrossConnectIndexNext  OBJECT-TYPE          SYNTAX         INTEGER (0..2147483647)          MAX-ACCESS     read-only          STATUS         current          DESCRIPTION           "This object contains an appropriate value to            be used for atmVpCrossConnectIndex when creating            entries in the atmVpCrossConnectTable.  The value            0 indicates that no unassigned entries are            available. To obtain the atmVpCrossConnectIndex            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.            After a manager retrieves a value the agent will            determine through its local policy when this index            value will be made available for reuse."          ::= { atmMIBObjects 8 }     --  The ATM VP Cross Connect Table     atmVpCrossConnectTable OBJECT-TYPE          SYNTAX         SEQUENCE OF AtmVpCrossConnectEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "The ATM VP Cross Connect table for PVCs.            An entry in this table models two            cross-connected VPLs.            Each VPL must have its atmConnKind set            to pvc(1)."          ::= { atmMIBObjects 9 }     atmVpCrossConnectEntry OBJECT-TYPE          SYNTAX         AtmVpCrossConnectEntry          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "An entry in the ATM VP Cross Connect table.            This entry is used to model a bi-directional            ATM VP cross-connect which cross-connects            two VPLs.            Step-wise Procedures to set up a VP Cross-connect            Once the entries in the atmVplTable are created,            the following procedures are used            to cross-connect the VPLs together.           (1) The manager obtains a unique               atmVpCrossConnectIndex by reading the               atmVpCrossConnectIndexNext object.           (2) Next, the manager creates a set of one               or more rows in the ATM VP Cross Connect               Table, one for each cross-connection between               two VPLs.  Each row is indexed by the ATM               interface port numbers and VPI values of the               two ends of that cross-connection.               This set of rows specifies the topology of the               VPC cross-connect and is identified by a single               value of atmVpCrossConnectIndex.            Negotiated VP Cross-Connect Establishment          (2a) The manager creates a row in this table by               setting atmVpCrossConnectRowStatus to               createAndWait(5).  The agent checks the               requested topology and the mutual sanity of               the ATM traffic parameters and               service categories, i.e., the row creation               fails if:               - the requested topology is incompatible with                 associated values of atmVplCastType,               - the requested topology is not supported                 by the agent,               - the traffic/service category parameter values                 associated with the requested row are                 incompatible with those of already existing                 rows for this VP cross-connect.               [For example, for setting up               a point-to-point VP cross-connect, the               ATM traffic parameters in the receive direction               of a VPL at the low end of the cross-connect               must equal to the traffic parameters in the               transmit direction of the other VPL at the               high end of the cross-connect,               otherwise, the row creation fails.]               The agent also checks for internal errors               in building the cross-connect.               The atmVpCrossConnectIndex values in the               corresponding atmVplTable rows are filled               in by the agent at this point.          (2b) The manager promotes the row in the               atmVpCrossConnectTable by setting               atmVpCrossConnectRowStatus to active(1).  If               this set is successful, the agent has reserved               the resources specified by the ATM traffic               parameter and Service category values               for each direction of the VP cross-connect               in an ATM switch or network.           (3) The manager sets the               atmVpCrossConnectAdminStatus to up(1) in all               rows of this VP cross-connect to turn the               traffic flow on.            One-Shot VP Cross-Connect Establishment            A VP cross-connect may also be established in            one step by a set-request with all necessary            parameter values and atmVpCrossConnectRowStatus            set to createAndGo(4).            In contrast to the negotiated VP cross-connect            establishment which allows for detailed error            checking (i.e., set errors are explicitly linked            to particular resource acquisition failures),            the one-shot VP cross-connect establishment            performs the setup on one operation but does not            have the advantage of step-wise error checking.            VP Cross-Connect Retirement            A VP cross-connect identified by a particular            value of atmVpCrossConnectIndex is released by:           (1) Setting atmVpCrossConnectRowStatus of all               rows identified by this value of               atmVpCrossConnectIndex to destroy(6).               The agent may release all               associated resources, and the               atmVpCrossConnectIndex values in the               corresponding atmVplTable row are removed.               Note that a situation when only a subset of               the associated rows are deleted corresponds               to a VP topology change.           (2) After deletion of the appropriate               atmVpCrossConnectEntries, the manager may               set atmVplRowStatus to destroy(6) the               associated VPLs.  The agent releases               the resources and removes the associated               rows in the atmVplTable.            VP Cross-connect Reconfiguration            At the discretion of the agent, a VP            cross-connect may be reconfigured by            adding and/or deleting leafs to/from            the VP topology as per the VP cross-connect            establishment/retirement procedures.            Reconfiguration of traffic/service category parameter            values requires release of the VP cross-connect            before those parameter values may by changed            for individual VPLs."          INDEX { atmVpCrossConnectIndex,                atmVpCrossConnectLowIfIndex,                atmVpCrossConnectLowVpi,                atmVpCrossConnectHighIfIndex,                atmVpCrossConnectHighVpi }          ::= { atmVpCrossConnectTable 1 }     AtmVpCrossConnectEntry ::= SEQUENCE {          atmVpCrossConnectIndex          INTEGER,          atmVpCrossConnectLowIfIndex     InterfaceIndex,          atmVpCrossConnectLowVpi         AtmVpIdentifier,          atmVpCrossConnectHighIfIndex    InterfaceIndex,          atmVpCrossConnectHighVpi        AtmVpIdentifier,          atmVpCrossConnectAdminStatus    AtmVorXAdminStatus,          atmVpCrossConnectL2HOperStatus  AtmVorXOperStatus,          atmVpCrossConnectH2LOperStatus  AtmVorXOperStatus,          atmVpCrossConnectL2HLastChange  AtmVorXLastChange,          atmVpCrossConnectH2LLastChange  AtmVorXLastChange,          atmVpCrossConnectRowStatus      RowStatus                  }     atmVpCrossConnectIndex OBJECT-TYPE          SYNTAX         INTEGER (1..2147483647)          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "A unique value to identify this VP cross-connect.            For each VPL associated with this cross-connect,            the agent reports this cross-connect index value            in the atmVplCrossConnectIdentifier attribute of            the corresponding atmVplTable entries."          ::= { atmVpCrossConnectEntry 1 }     atmVpCrossConnectLowIfIndex OBJECT-TYPE          SYNTAX         InterfaceIndex          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "The ifIndex value of the ATM interface for            this VP cross-connect. The term low implies            that this ATM interface has the numerically lower            ifIndex value than the other ATM interface            identified in the same atmVpCrossConnectEntry."          ::= { atmVpCrossConnectEntry 2 }     atmVpCrossConnectLowVpi OBJECT-TYPE          SYNTAX         AtmVpIdentifier          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "The VPI value at the ATM interface            associated with the VP cross-connect that is            identified by atmVpCrossConnectLowIfIndex."          ::= { atmVpCrossConnectEntry 3 }     atmVpCrossConnectHighIfIndex OBJECT-TYPE          SYNTAX         InterfaceIndex          MAX-ACCESS     not-accessible          STATUS  current          DESCRIPTION           "The ifIndex value of the ATM interface for            this VP cross-connect. The term high implies that            this ATM interface has the numerically higher            ifIndex value than the  other ATM interface            identified in the same atmVpCrossConnectEntry."          ::= { atmVpCrossConnectEntry 4 }     atmVpCrossConnectHighVpi OBJECT-TYPE          SYNTAX         AtmVpIdentifier          MAX-ACCESS     not-accessible          STATUS         current          DESCRIPTION           "The VPI value at the ATM interface            associated with the VP cross-connect that is            identified by atmVpCrossConnectHighIfIndex."          ::= { atmVpCrossConnectEntry 5 }     atmVpCrossConnectAdminStatus OBJECT-TYPE          SYNTAX         AtmVorXAdminStatus          MAX-ACCESS     read-create          STATUS         current          DESCRIPTION           "The desired administrative status of this            bi-directional VP cross-connect."          DEFVAL { down }          ::= { atmVpCrossConnectEntry 6 }     atmVpCrossConnectL2HOperStatus OBJECT-TYPE          SYNTAX         AtmVorXOperStatus          MAX-ACCESS     re

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -