QB-PVC-MIB: View SNMP OID List / Download MIB
VENDOR: QUANTUM BRIDGE
Home | MIB: QB-PVC-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
qbPvcMIB | 1.3.6.1.4.1.4323.2.13 |
This module defines additional objects for the provisioning and management of PVC in Quantum bridge devices. |
||
qbPvcObjects | 1.3.6.1.4.1.4323.2.13.1 | |||
qbEnetPvcGroup | 1.3.6.1.4.1.4323.2.13.1.1 | |||
qbEnetPvcNumber | 1.3.6.1.4.1.4323.2.13.1.1.1 | integer32 | read-only |
The total number of provisioned Ethernet to ATM PVCs. |
qbEnePvcLastTimeUpdate | 1.3.6.1.4.1.4323.2.13.1.1.2 | timeticks | read-only |
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the qbAtmPvcTable. If the number of entries has been unchanged since the last re-initialization of the agent, then this object contains a zero value. |
qbEnetPvcTable | 1.3.6.1.4.1.4323.2.13.1.1.3 | no-access |
The Quantum Bridge Ethernet configuration table contains connections between Ethernet interfaces (IOT and Ethernet Module) and corresponding VCL/AAL5 that are configured at an ATM interface. An entry in the table may be created, destroyed or modified. This table lists all Ethernet AAL5 PVCs within the System that send/receive packet traffic to/from the ATM cloud. |
|
1.3.6.1.4.1.4323.2.13.1.1.3.1 | no-access |
An entry in the qbEnetPvcTable. There is one entry in the table per Ethernet interface. The creation of a row in this table causes a corresponding entry in the atmVclTable of the ATM-MIB to be automatically created if an atmVclEntry with qbEnetPvcVpi and qbEnetPvcVci values does not exist. This corresponding entry can be removed only if the qbEnetPvcEntry is removed. The qbEnetPvcIndex of this table is an ifIndex of the IOT or Module Ethernet interface from the ifTable. |
||
qbEnetPvcIndex | 1.3.6.1.4.1.4323.2.13.1.1.3.1.1 | integer | no-access |
The value of this object is equal to MIB II's ifIndex value of the IOT or 24-Port Enet Port interface. |
qbEnetPvcAtmIndex | 1.3.6.1.4.1.4323.2.13.1.1.3.1.2 | interfaceindex | read-only |
The value of this object is equal to MIB II's ifIndex value of the ATM Port interface mapped to an Ethernet interface. |
qbEnetPvcVpi | 1.3.6.1.4.1.4323.2.13.1.1.3.1.3 | atmvpidentifier | read-only |
A VPI of the AAL5 bi-directional PVC that connects this interface to the ATM cloud. |
qbEnetPvcVci | 1.3.6.1.4.1.4323.2.13.1.1.3.1.4 | atmvcidentifier | read-only |
A VCI of the AAL5 bi-directional PVC that connects this interface to the ATM cloud. |
qbEnetPvcName | 1.3.6.1.4.1.4323.2.13.1.1.3.1.5 | displaystring | read-only |
The textual name of the connection(PVC) as specified by a user. It provides a non-volatile handle for this PVC. The supplied name in the qbAtmPvcName is associated with the same PVC for as long as that PVC/conection remains. |
qbEnetPvcRxTrafficDescrIndex | 1.3.6.1.4.1.4323.2.13.1.1.3.1.6 | atmtrafficdescrparamindex | read-only |
The value of this object identifies the row of the ATM Traffic Descriptor Table which applies to the transmit direction of this VCL. |
qbEnetPvcTxTrafficDescrIndex | 1.3.6.1.4.1.4323.2.13.1.1.3.1.7 | atmtrafficdescrparamindex | read-only |
The value of this object identifies the row in the ATM Traffic Descriptor Table which applies to the receive direction of this VCL. |
qbEnetPvcAdminStatus | 1.3.6.1.4.1.4323.2.13.1.1.3.1.8 | atmvorxadminstatus | read-only |
The desired administrative status of the Ethernet connection The up and down states indicate that the traffic flow is enabled or disabled respectively across the ATM cloud. |
qbEnetPvcOperStatus | 1.3.6.1.4.1.4323.2.13.1.1.3.1.9 | atmvorxoperstatus | read-only |
The current operational status of the connect. |
qbEnetPvcLastChange | 1.3.6.1.4.1.4323.2.13.1.1.3.1.10 | atmvorxlastchange | read-only |
The value of sysUpTime at the time this PVC entered its current operational state. |
qbEnetPvcConnKind | 1.3.6.1.4.1.4323.2.13.1.1.3.1.11 | qbpvcconnkind | read-only |
The connection type. Two types of connection can be provisioned on the Enet port (modEnetToAtm and iotEnetToAtm) |
qbEnetPvcLoopback | 1.3.6.1.4.1.4323.2.13.1.1.3.1.12 | qbenablestatus | read-only |
This object enables loopback on the ENET or ATM enedpoint. |
qbEnetPvcLoopbackSide | 1.3.6.1.4.1.4323.2.13.1.1.3.1.13 | integer | read-only |
This object enables loopback on the IOT ENET enedpoint. Enumeration: 'enetEndpt': 1, 'none': 3, 'atmEndpt': 2. |
qbEnetPvcRowStatus | 1.3.6.1.4.1.4323.2.13.1.1.3.1.14 | rowstatus | read-only |
The status column for this IOT ENET interface. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) This object may only be set to createAndGo(4). Setting this object to active(1) when its value is already active(1) is a no-op. Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptable to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. Setting this object to destroy(6) will remove the corresponding entry in this table, and disable data traffic. |
qbCrossConnPvcGroup | 1.3.6.1.4.1.4323.2.13.1.2 | |||
qbCrossConnPvcNumber | 1.3.6.1.4.1.4323.2.13.1.2.1 | integer32 | read-only |
The total number of provisioned Enet to Enet, DS1 to DS1, E1 to E1 PVCs. |
qbCrossConnPvcLastTimeUpdate | 1.3.6.1.4.1.4323.2.13.1.2.2 | timeticks | read-only |
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the qbAtmPvcTable. If the number of entries has been unchanged since the last re-initialization of the agent, then this object contains a zero value. |
qbCrossConnPvcTable | 1.3.6.1.4.1.4323.2.13.1.2.3 | no-access |
The Quantum Bridge Pvc cross-connection table. This table defines Enet, DS1, or E1 port point-to-point cross-connections within a single OAS system. The connection can be set between two Ethernet, two DS1 or two E1 ports. The table has two indexes: the interface index of the first end-point and the interface index of the second endpoint. Note: Connections that are listed in this table are not reflected in the atmVclTable. |
|
1.3.6.1.4.1.4323.2.13.1.2.3.1 | no-access |
An entry in the Quantum Bridge qbCrossConnPvcTable two contains a connection between the same port type of IOTs or Modules(Enet and DS1). |
||
qbCrossConnPvcLowIfIndex | 1.3.6.1.4.1.4323.2.13.1.2.3.1.1 | interfaceindex | no-access |
The ifIndex of the first interface(lower index) for the configured PVC cross-connect. |
qbCrossConnPvcHighIfIndex | 1.3.6.1.4.1.4323.2.13.1.2.3.1.2 | interfaceindex | no-access |
The ifIndex of the second interface(higher index) for the configured PVC cross-connect. |
qbCrossConnPvcAdminStatus | 1.3.6.1.4.1.4323.2.13.1.2.3.1.3 | atmvorxadminstatus | read-only |
The value of this object identifies the row in the ATM Traffic Descriptor Table which applies to the receive direction of this VCL. |
qbCrossConnPvcOperStatus | 1.3.6.1.4.1.4323.2.13.1.2.3.1.4 | atmvorxoperstatus | read-only |
The current operational status of the connection. |
qbCrossConnPvcLastChange | 1.3.6.1.4.1.4323.2.13.1.2.3.1.5 | atmvorxlastchange | read-only |
The value of sysUpTime at the time this connection entered its current operational state. |
qbCrossConnPvcRxTrafficDescrIndex | 1.3.6.1.4.1.4323.2.13.1.2.3.1.6 | atmtrafficdescrparamindex | read-only |
The value of this object identifies the row of the ATM Traffic Descriptor Table which applies to the transmit direction of this connection. |
qbCrossConnPvcTxTrafficDescrIndex | 1.3.6.1.4.1.4323.2.13.1.2.3.1.7 | atmtrafficdescrparamindex | read-only |
The value of this object identifies the row in the ATM Traffic Descriptor Table which applies to the receive direction of this connection. |
qbCrossConnPvcName | 1.3.6.1.4.1.4323.2.13.1.2.3.1.8 | displaystring | read-only |
The textual name of the connection as specified by a user. It provides a non-volatile handle for this connection. The supplied name in the qbIotPortConnName is associated with the same connection for as long as that conection remains. |
qbCrossConnPvcConnKind | 1.3.6.1.4.1.4323.2.13.1.2.3.1.9 | qbpvcconnkind | read-only |
The connection type. The following connection types can be provisioned on the Enet port iotDs1ToIotDs11, iotE1ToIotE1, iotEnetToIotEnet, iotEnetToModEnet, modE1ToModE1, modDs1ToModDs1,iotEnetToModEnet, iotE1ToModE1, iotDs1ToModDs1. |
qbCrossConnPvcLoopback | 1.3.6.1.4.1.4323.2.13.1.2.3.1.10 | qbenablestatus | read-only |
This object enables loopback on this IOT to IOT port enedpoint. The endpoint on which loopback is enabled is defined by qbIotPortCrossConnLoopbackEndpt. |
qbCrossConnPvcLoopbackSide | 1.3.6.1.4.1.4323.2.13.1.2.3.1.11 | integer | read-only |
This object defines loopback on the selected endpoint. Enumeration: 'highIfIndexSide': 2, 'none': 3, 'lowIfIndexSide': 1. |
qbCrossConnPvcRowStatus | 1.3.6.1.4.1.4323.2.13.1.2.3.1.12 | rowstatus | read-only |
The status of the port connect entry. Changing the value of this object from 'active' to 'destroy' will remove this entry from the database. It will disrupt traffic between two IOT packet interfaces. |
qbPvcConnGroup | 1.3.6.1.4.1.4323.2.13.1.3 | |||
qbPvcConnNum | 1.3.6.1.4.1.4323.2.13.1.3.1 | integer32 | read-only |
The total number of provisioned Enet to Enet, DS1 to DS1, E1 to E1 PVCs. |
qbPvcConnTableLastTimeUpdate | 1.3.6.1.4.1.4323.2.13.1.3.2 | timeticks | read-only |
The value of sysUpTime at the time of the last creation, deletion or modification of an entry in the qbPvcConnTable. If the number of entries has been unchanged since the last re-initialization of the agent, then this object contains a zero value. |
qbPvcNextConnId | 1.3.6.1.4.1.4323.2.13.1.3.3 | integer | read-only |
This object returns the lowest unused connection Id. |
qbPvcConnTable | 1.3.6.1.4.1.4323.2.13.1.3.4 | no-access |
This table contains the generic data pertaining to connections. For R3.0 this is limited to ethernet, VLAN, GigE and IOT Enet cross connects. |
|
1.3.6.1.4.1.4323.2.13.1.3.4.1 | no-access |
Each row provides data for a single connection. |
||
qbPvcConnId | 1.3.6.1.4.1.4323.2.13.1.3.4.1.1 | unsigned32 | read-only |
This is a unique identifier for this connection. |
qbPvcConnName | 1.3.6.1.4.1.4323.2.13.1.3.4.1.2 | displaystring | read-only |
This is the connection name. |
qbPvcConnAdminStatus | 1.3.6.1.4.1.4323.2.13.1.3.4.1.3 | atmvorxadminstatus | read-only |
This is the connection admin status. |
qbPvcConnOperStatus | 1.3.6.1.4.1.4323.2.13.1.3.4.1.4 | atmvorxoperstatus | read-only |
This is the connection oper status. |
qbPvcConnTxTd | 1.3.6.1.4.1.4323.2.13.1.3.4.1.5 | integer | read-only |
This is the traffic descriptor for traffic going from endpoint 1 to endpoint 2. |
qbPvcConnRxTd | 1.3.6.1.4.1.4323.2.13.1.3.4.1.6 | integer | read-only |
This is the traffic descriptor for traffic going from endpoint 2 to endpoint 1. |
qbPvcConnEndpt1 | 1.3.6.1.4.1.4323.2.13.1.3.4.1.7 | object identifier | read-only |
This is connection endpoint 1. The following are examples of using this object: ATM endpoint 200.33.43 (ATM interface index of 200, VPI 33, VCI 43) Ethernet endpoint 5002 (Ifindex of ethernet port) Vlan endpoint 23.2 (vlanindex of 23 and vlan port 2) GigE endpoint 201.25 (GigE ifindex of 201 and vlanid 25) |
qbPvcConnEndpt2 | 1.3.6.1.4.1.4323.2.13.1.3.4.1.8 | object identifier | read-only |
This is connection endpoint 2( See examples in qbPvcEndpt1). |
qbPvcConnEndpt1Type | 1.3.6.1.4.1.4323.2.13.1.3.4.1.9 | qbconnendpttype | read-only |
This is the type for endpoint 1. |
qbPvcConnEndpt2Type | 1.3.6.1.4.1.4323.2.13.1.3.4.1.10 | qbconnendpttype | read-only |
This is the type for endpoint 2. |
qbPvcConnEndpt1Loop | 1.3.6.1.4.1.4323.2.13.1.3.4.1.11 | integer | read-only |
This controls PVC loopbacks on endpoint 1. Enumeration: 'enable': 1, 'disable': 2. |
qbPvcConnEndpt2Loop | 1.3.6.1.4.1.4323.2.13.1.3.4.1.12 | integer | read-only |
This controls PVC loopbacks on endpoint 2. Enumeration: 'enable': 1, 'disable': 2. |
qbPvcConnType | 1.3.6.1.4.1.4323.2.13.1.3.4.1.13 | qbpvcconnkind | read-only |
This is the connection type. |
qbPvcConnRowStatus | 1.3.6.1.4.1.4323.2.13.1.3.4.1.14 | rowstatus | read-only |
The row status column for this Vlan. This OBJECT can be set to: createAndGo(4) destroy(6) The following values may be read: active(1) Setting this object to createAndGo(4) causes the agent to attempt to create and commit the row based on the contents of the objects in the row. If all necessary information is present in the row and the values are acceptable to the agent, the agent will change the status to active(1). If any of the necessary objects are not available, the agent will reject the creation request. When a row is created in this table, there will also be 2 corresponding rows created in the table qbPvcMappingTable. Setting this object to destroy(6) will remove the corresponding entry in this table, and disable data traffic. When this row is deleted the 2 corresponding rows in the qbPvcMappingTable will also be deleted. |
qbPvcConnMappingTable | 1.3.6.1.4.1.4323.2.13.1.3.5 | no-access |
This table contains the data to map from the first index of the connection endpoint to connection ID. |
|
1.3.6.1.4.1.4323.2.13.1.3.5.1 | no-access |
Each row maps from an specific endpoint to a specific connection. |
||
qbPvcConnMappingType | 1.3.6.1.4.1.4323.2.13.1.3.5.1.1 | qbconnendpttype | no-access |
This is the type of endpoint that the next index refers to. |
qbPvcConnMappingIndex | 1.3.6.1.4.1.4323.2.13.1.3.5.1.2 | unsigned32 | no-access |
This is the first index for the connection endpoint. For most connection endpoint this will be the ifIndex, however for VLAN endpoints, this will be the VLAN index. |
qbPvcConnMappingId | 1.3.6.1.4.1.4323.2.13.1.3.5.1.3 | unsigned32 | no-access |
This is the connection Id for the connection this entry pertains to. |
qbPvcConnMappingName | 1.3.6.1.4.1.4323.2.13.1.3.5.1.4 | displaystring | read-only |
This is the connection name. |
qbPvcNotifications | 1.3.6.1.4.1.4323.2.13.2 | |||
qbPvcNotificationPrefix | 1.3.6.1.4.1.4323.2.13.2.0 | |||
qbPvcConformance | 1.3.6.1.4.1.4323.2.13.3 | |||
qbPvcCompliances | 1.3.6.1.4.1.4323.2.13.3.1 | |||
qbPvcCompliance | 1.3.6.1.4.1.4323.2.13.3.1.1 |
The compliance statement for all agents that support this MIB. A compliant agent implements all objects defined in this MIB. |
||
qbPvcGroups | 1.3.6.1.4.1.4323.2.13.3.2 | |||
qbEnetPvcGroupInfo | 1.3.6.1.4.1.4323.2.13.3.2.1 |
The set of all accessible objects in the ATM PVC Network Group of this MIB. |
||
qbCrossConnPvcGroupInfo | 1.3.6.1.4.1.4323.2.13.3.2.2 |
The set of all accessible objects in the Cross-Connect PVC Group of this MIB. |