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

📄 rfc1604.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
     DESCRIPTION             "The number of frames received by the network             (ingress) with the DE bit set to (1) for this PVC             end-point."     ::= { frPVCEndptEntry 15 } frPVCEndptInExcessFrames OBJECT-TYPE     SYNTAX  Counter32     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The number of frames received by the network             (ingress) for this PVC end-point which were             treated as excess traffic.  Frames which are sent             to the network with DE set to zero are treated as             excess when more than Bc bits are submitted to the             network during the Committed Information Rate             Measurement Interval (Tc).  Excess traffic may or             may not be discarded at the ingress if more than             Bc + Be bits are submitted to the network during             Tc.  Traffic discarded at the ingress is not             recorded in frPVCEndptInExcessFrames.  Frames             which are sent to the network with DE set to one             are also treated as excess traffic."     ::= { frPVCEndptEntry 16 } frPVCEndptOutExcessFrames OBJECT-TYPE     SYNTAX  Counter32     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The number of frames sent by the network (egress)             for this PVC end-point which were treated as             excess traffic.  (The DE bit may be set to one.)"     ::= { frPVCEndptEntry 17 } frPVCEndptInDiscards OBJECT-TYPE     SYNTAX  Counter32     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The number of frames received by the the network             (ingress) that were discarded due to traffic             enforcement for this PVC end-point."     ::= { frPVCEndptEntry 18 } frPVCEndptInOctets OBJECT-TYPE     SYNTAX  Counter32     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The number of octets received by the network             (ingress) for this PVC end-point.  This counter             should only count octets from the beginning of the             frame relay header field to the end of user data.             If the network supporting Frame Relay can not             count octets, then this count should be an             approximation."     ::= { frPVCEndptEntry 19 } frPVCEndptOutOctets OBJECT-TYPE     SYNTAX  Counter32     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The number of octets sent by the network (egress)             for this PVC end-point.  This counter should only             count octets from the beginning of the frame relay             header field to the end of user data.  If the             network supporting Frame Relay can not count             octets, then this count should be an             approximation."     ::= { frPVCEndptEntry 20 } -- The Frame Relay PVC Connection Group -- The Frame Relay PVC Connection Group -- is used to model the bi-directional -- PVC segment flows; -- point-to-point PVCs, point-to-multipoint -- PVCs, and multipoint-to-multipoint -- PVCs. -- This table has read-create access and -- is used to associate PVC end-points -- together as belonging to one connection. -- The frPVCConnectIndex is used to associate -- all the bi-directional flows. -- Not all implementations will support the -- capability of creating/modifying/deleting -- PVCs using SNMP as a feature of Frame Relay -- CNM service. -- Once the entries in the frPVCEndptTable -- are created, the following step are used -- to associate the PVC end-points as belonging -- to one PVC connection: -- 1). Obtain a unique frPVCConnectIndex --     using the frPVCConnectIndexValue object. -- 2). Connect the PVC segment endpoints together --     with the applicable frPVCConnectIndex value --     obtained via --     frPVCConnectIndexValue. --     The entries in this table are created by using --     the frPVCConnectRowStatus object. -- 3). The agent will provide the value of the --     corresponding instances of --     frPVCEndptConnectIdentifier with the --     the frPVCConnectIndex value. -- 4). Set frPVCConnectAdminStatus to `active' in all --     rows for this PVC segment to --     turn the PVC on. -- For example, the Frame Relay PVC Connection Group -- models a bi-directional, point-to-point PVC segment -- as one entry in this table. -- Frame Relay Network                  Frame Relay Network --  Low Port ____________________________________ High Port --          |                                   | --    ______| >> from low to high PVC flow   >> |____________ --          | << from high to low PVC flow   << | --          |___________________________________| -- -- The terms low and high are chosen to represent numerical -- ordering of a PVC segment's endpoints for representation -- in this table.  That is, the endpoint with the lower value -- of ifIndex is termed 'low', while the opposite endpoint -- of the segment is termed 'high'. -- This terminology is to provide directional information; -- for example the frPVCConnectL2hOperStatus and -- frPVCConnectH2lOperStatus as illustrated above. -- If the Frame Relay Connection table is used to model -- a unidirectional PVC, then one direction (either from low to high -- or from high to low) has its Operational Status equal to down. -- A PVC segment is a portion of a PVC -- that traverses one Frame Relay Network, and -- a PVC segment is identified -- by its two end-points (UNI/NNI logical port index -- value and DLCI index value) -- through one Frame Relay Network. frPVCConnectIndexValue OBJECT-TYPE     SYNTAX  INTEGER (0..2147483647)     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "This object contains an appropriate value to be             used for frPVCConnectIndex when creating entries             in the frPVCConnectTable.  The value 0 indicates             that no unassigned entries are available.  To             obtain the frPVCConnectIndex 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."     ::= { frnetservObjects 4 } --  The Frame Relay PVC Connection Table frPVCConnectTable OBJECT-TYPE     SYNTAX  SEQUENCE OF FrPVCConnectEntry     MAX-ACCESS  not-accessible     STATUS  current     DESCRIPTION             "The Frame Relay PVC Connect table.  A bi-             directional PVC segment is modeled as one entry in             this table."     ::= { frnetservObjects 5 } frPVCConnectEntry OBJECT-TYPE     SYNTAX  FrPVCConnectEntry     MAX-ACCESS  not-accessible     STATUS  current     DESCRIPTION             "An entry in the Frame Relay PVC Connect table.             This entry is used to model a PVC segment in two             directions."     INDEX { frPVCConnectIndex,             frPVCConnectLowIfIndex, frPVCConnectLowDLCIIndex,             frPVCConnectHighIfIndex, frPVCConnectHighDLCIIndex }     ::= { frPVCConnectTable 1 } FrPVCConnectEntry ::=     SEQUENCE {         frPVCConnectIndex             Integer32,         frPVCConnectLowIfIndex             IfIndex,         frPVCConnectLowDLCIIndex             Integer32,         frPVCConnectHighIfIndex             IfIndex,         frPVCConnectHighDLCIIndex             Integer32,         frPVCConnectAdminStatus             INTEGER,         frPVCConnectL2hOperStatus             INTEGER,         frPVCConnectH2lOperStatus             INTEGER,         frPVCConnectL2hLastChange             TimeStamp,         frPVCConnectH2lLastChange             TimeStamp,         frPVCConnectRowStatus             RowStatus } frPVCConnectIndex OBJECT-TYPE     SYNTAX  Integer32     -- MAX-ACCESS  not-accessible     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object is equal to the             frPVCConnectIndexValue obtained to uniquely             identify this PVC segment connection."     ::= { frPVCConnectEntry 1 } frPVCConnectLowIfIndex OBJECT-TYPE     SYNTAX  IfIndex     -- MAX-ACCESS  not-accessible     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object is equal to MIB II's             ifIndex value of the UNI/NNI logical port for this             PVC segment.  The term low implies that this PVC             segment end-point has the numerically lower             ifIndex value than the connected/associated PVC             segment end-point.  If the value is equal to zero,             then this logical port is not a Frame Relay             UNI/NNI logical port."     ::= { frPVCConnectEntry 2 } frPVCConnectLowDLCIIndex OBJECT-TYPE     SYNTAX  Integer32     -- MAX-ACCESS  not-accessible     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object is equal to the DLCI             value for this end-point of the PVC segment.  If             the value is equal to zero, then this endpoint of             the PVC segment is not a Frame Relay connection."     ::= { frPVCConnectEntry 3 } frPVCConnectHighIfIndex OBJECT-TYPE     SYNTAX  IfIndex     -- MAX-ACCESS  not-accessible     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object is equal to MIB II's             ifIndex value for the UNI/NNI logical port for             this PVC segment.  The term high implies that this             PVC segment end-point has the numerically higher             ifIndex value than the connected/associated PVC             segment end-point."     ::= { frPVCConnectEntry 4 } frPVCConnectHighDLCIIndex OBJECT-TYPE     SYNTAX  Integer32     -- MAX-ACCESS  not-accessible     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object is equal to the egress             DLCI value for this end-point of the PVC segment."     ::= { frPVCConnectEntry 5 } frPVCConnectAdminStatus OBJECT-TYPE     SYNTAX  INTEGER {               active(1),               inactive(2),               testing(3)             }     MAX-ACCESS  read-create     STATUS  current     DESCRIPTION             "The value of this object identifies the desired             administrative status of this bi-directional PVC             segment.  The active state means the PVC segment             is currently operational; the inactive state means             the PVC segment is currently not operational; the             testing state means the PVC segment is currently             undergoing a test.  This state is set by an             administrative entity.  This value affects the PVC             status indicated across the ingress NNI/UNI of             both end-points of the bi-directional PVC segment.             When a PVC segment connection is created using             this table, this object is initially set to             `inactive'.  After the frPVCConnectRowStatus             object is set to `active' (and the             corresponding/associated entries in the             frPVCEndptTable have their frPVCEndptRowStatus             object set to `active'), the             frPVCConnectAdminStatus object may be set to             `active' to turn on the PVC segment connection."     ::= { frPVCConnectEntry 6 } frPVCConnectL2hOperStatus OBJECT-TYPE     SYNTAX  INTEGER {               active(1),               inactive(2),               testing(3),               unknown(4)             }     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object identifies the current             operational status of the PVC segment connection             in one direction; (i.e., in the low to high             direction).  The active state means it is             currently operational; the inactive state means it             is currently not operational; the testing state             means it is currently undergoing a test; the             unknown state means the status of it currently can             not be determined.  This value affects the PVC             status indicated across the ingress NNI/UNI (low             side) of the PVC segment."     ::= { frPVCConnectEntry 7 } frPVCConnectH2lOperStatus OBJECT-TYPE     SYNTAX  INTEGER {               active(1),               inactive(2),               testing(3),               unknown(4)             }     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of this object identifies the current             operational status of the PVC segment connection             in one direction; (i.e., in the high to low             direction).  The active state means it is             currently operational; the inactive state means it             is currently not operational; the testing state             means it is currently undergoing a test; the             unknown state means the status of it currently can             not be determined.  This value affects the PVC             status indicated across the ingress NNI/UNI (high             side) of the PVC segment."     ::= { frPVCConnectEntry 8 } frPVCConnectL2hLastChange OBJECT-TYPE     SYNTAX  TimeStamp     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of MIB II's sysUpTime object at the             time this PVC segment entered its current             operational state in the low to high direction.             If the current state was entered prior to the last             re-initialization of the proxy-agent, then this             object contains a zero value."     ::= { frPVCConnectEntry 9 } frPVCConnectH2lLastChange OBJECT-TYPE     SYNTAX  TimeStamp     MAX-ACCESS  read-only     STATUS  current     DESCRIPTION             "The value of MIB II's sysUpTime object at the             time this PVC segment entered its current             operational state in the high to low direction.             If the current state was entered prior to the last             re-initialization of the proxy-agent, then this             object contains a zero value."     ::= { frPVCConnectEntry 10 } frPVCConnectRowStatus OBJECT-TYPE     SYNTAX  RowStatus     MAX-ACCESS  read-create     STATUS  current     DESCRIPTION             "The status of this entry in the             frPVCConnectTable.  This variable is used to             create new connections for the PVC end-points and             to change existing connections of the PVC end-             points.  This object must be initially set to             `createAndWait'.  In this state, the agent checks             the parameters in the associated entries in the             frPVCEndptTable to verify that the PVC end-points

⌨️ 快捷键说明

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