CISCO-IETF-PW-FR-MIB
- Registered at
- 1.3.6.1.4.1.9.10.112
- Last updated
- 2003-12-16 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2003-12-16 00:00
- Namespace
- cisco
- Source file
CISCO-IETF-PW-FR-MIB- Digest
sha256:bb1edaf222f74e52a58139a9d8023f12e2614afc717086fe8a5ecf985037cc09
Description
Cisco Pseudo Wire Frame Relay MIB This MIB describes network management objects defined for FRoPW services over a Packet Switched Network (PSN). As described in the IETF Frame Relay over Pseudowire (FRoPW) draft, draft-ietf-pwe3-frame-relay-01.txt, FR VCs and PW can be mapped in 2 modes: One-to-one mapping mode: a FR VC is mapped to a PW. This mode is described by cpwVcFrTable. Many-to-one mapping mode (a.k.a. port mode): multiple FR VCs assigned to a port are mapped to a PW. This mode is addressed by cpwVcFrPortModeTable. In this mode, all data frames are directed to the associated PSN tunnel regardless of DLCI.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 SA Tel: +1 800 553-NETS Email: cs-framerelay@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-FRAME-RELAY-MIB | DlciNumber |
| CISCO-IETF-PW-TC-MIB | CpwVcIndexType |
| CISCO-SMI | ciscoExperiment |
| IF-MIB | InterfaceIndexOrZero |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-FRAME-RELAY-MIB CISCO-IETF-PW-FR-MIB CISCO-IETF-PW-TC-MIB CISCO-SMI IANAifType-MIB IF-MIB RFC1315-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| cpwVcFrNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.112.0 | |||
| cpwVcFrObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.112.1 | |||
| cpwVcFrTable OBJECT-TYPE The PW-FR connection table. Each entry in this table represents a FRoPW connection operating in one-to-one mapping mode. This table uses the same index as the generic PW MIB's VC table. Therefore, each entry in cpwVcFrTable has a mapping entry to the generic PW MIB VC table associated by the PW VC index. An entry is created in this table by the agent for every entry in the generic PW MIB VC table with a VcType of 'frameRelay'. | 1.3.6.1.4.1.9.10.112.1.1 | not-accessible | current | |
| cpwVcFrEntry OBJECT-TYPE An entry in cpwVcFrTable. | 1.3.6.1.4.1.9.10.112.1.1.1 | not-accessible | current | |
| cpwVcFrPwVcIndex OBJECT-TYPE This object identifies the index to an entry in the generic PW table. | 1.3.6.1.4.1.9.10.112.1.1.1.1 | CpwVcIndexType | not-accessible | current |
| cpwVcFrIfIndex OBJECT-TYPE This object identifies the index to an entry in the IF-MIB table. In this case, it holds the ifIndex value of the Frame Relay interface associating with the PW connection. The value of zero means that the InterfaceIndex is not known yet. | 1.3.6.1.4.1.9.10.112.1.1.1.2 | InterfaceIndexOrZero | read-create | current |
| cpwVcFrDlci OBJECT-TYPE This object identifies the FR DLCI associating with this entry in cpwVcFrTable. This object can be used together with cpwVcFrIfIndex to lookup FR VC specific information for the FR PVC segment of a FRoPW connection. | 1.3.6.1.4.1.9.10.112.1.1.1.3 | DlciNumber | read-create | current |
| cpwVcFrAdminStatus OBJECT-TYPE This value of this object indicates the administrative status of the FRoPW connection. The values mean: up(1) - connection is administratively set to the 'up' state for handling traffic. down(2) - connection is administratively set to the 'down' state. No traffic is processed at this state. | 1.3.6.1.4.1.9.10.112.1.1.1.4 | INTEGER {up(1), down(2)} | read-create | current |
| cpwVcFrOperStatus OBJECT-TYPE This is actual operational status of the logical FRoPW connection, which is derived from combining the following 2 operational status: cpwVcFrPw2FrOperStatus Operational status of the FR segment on the FRoPW connection. PW Operation Status Operational status of the PW segment of the FRoPW connection. The associated object is cpwVcOperStatus from the generic PW MIB. | 1.3.6.1.4.1.9.10.112.1.1.1.5 | INTEGER {active(1), inactive(2), unknown(3)} | read-only | current |
| cpwVcFrPw2FrOperStatus OBJECT-TYPE The value of the object identifies the current operational status of the FR PVC segment of a FRoPW connection. The values mean: active(1) - segment is currently operational. inactive(2) - segment in currently not operational. unknown(3) - segment current status cannot be determined. | 1.3.6.1.4.1.9.10.112.1.1.1.6 | INTEGER {active(1), inactive(2), unknown(3)} | read-only | current |
| cpwVcFrRowStatus OBJECT-TYPE For creating, modifying, and deleting this row. | 1.3.6.1.4.1.9.10.112.1.1.1.7 | RowStatus | read-create | current |
| cpwVcFrStorageType OBJECT-TYPE Indicates the storage type of this row. | 1.3.6.1.4.1.9.10.112.1.1.1.8 | StorageType | read-create | current |
| cpwVcFrPMTable OBJECT-TYPE The PW-FR port mode connection table. Each entry in this table represents a FRoPW connection operating in the port mode. This table uses the same index as the generic PW MIB's VC table. Therefore, each entry in cpwVcFrTable has a mapping entry to the generic PW MIB VC table associated by the PW VC index. An entry is created in this table by the agent for every entry in the generic PW MIB VC table with a VcType of 'frameRelayPortMode'. | 1.3.6.1.4.1.9.10.112.1.2 | not-accessible | current | |
| cpwVcFrPMEntry OBJECT-TYPE An entry in cpwVcFrPMTable. | 1.3.6.1.4.1.9.10.112.1.2.1 | not-accessible | current | |
| cpwVcFrPMPwVcIndex OBJECT-TYPE This object identifies the index to an entry in the generic PW table. | 1.3.6.1.4.1.9.10.112.1.2.1.1 | CpwVcIndexType | not-accessible | current |
| cpwVcFrPMIfIndex OBJECT-TYPE This object represents the FR port associating with the FRoPW connection operating in port mode. The value in the index identifies an entry in the IF-MIB table. The value of zero means that the InterfaceIndex is not known yet. | 1.3.6.1.4.1.9.10.112.1.2.1.2 | InterfaceIndexOrZero | read-create | current |
| cpwVcFrPMAdminStatus OBJECT-TYPE This value of this object indicates the administrative status of the FRoPW connection. The values mean: up(1) - connection is administratively set to the 'up' state for handling traffic. down(2) - connection is administratively set to the 'down' state. No traffic is processed at this state. | 1.3.6.1.4.1.9.10.112.1.2.1.3 | INTEGER {up(1), down(2)} | read-create | current |
| cpwVcFrPMOperStatus OBJECT-TYPE This is actual operational status of the logical FRoPW connection in port mode, which is derived from combining the following 2 operational status: cpwVcFrPMPw2FrOperStatus Operational status of the FR segment on the FRoPW connection. PW Operation Status Operational status of the PW segment of the FRoPW connection. The associated object is cpwVcOperStatus from the generic PW MIB. | 1.3.6.1.4.1.9.10.112.1.2.1.4 | INTEGER {active(1), inactive(2), unknown(3)} | read-only | current |
| cpwVcFrPMPw2FrOperStatus OBJECT-TYPE The value of the object identifies the current operational status of the associate FR port. The values mean: active(1) - segment is currently operational. inactive(2) - segment in currently not operational. unknown(3) - segment current status cannot be determined. | 1.3.6.1.4.1.9.10.112.1.2.1.5 | INTEGER {active(1), inactive(2), unknown(3)} | read-only | current |
| cpwVcFrPMRowStatus OBJECT-TYPE For creating, modifying, and deleting this row. | 1.3.6.1.4.1.9.10.112.1.2.1.6 | RowStatus | read-create | current |
| cpwVcFrPMStorageType OBJECT-TYPE Indicates the storage type of this row. | 1.3.6.1.4.1.9.10.112.1.2.1.7 | StorageType | read-create | current |
| cpwVcFrConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.112.2 | |||
| cpwVcFrCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.112.2.1 | |||
| cpwVcFrGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.10.112.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cpwVcFrFullCompliance MODULE-COMPLIANCE The compliance statement for agents that provide full support for the PW-FR-MIB module. | 1.3.6.1.4.1.9.10.112.2.1.1 | current |
| cpwVcFrReadOnlyCompliance MODULE-COMPLIANCE The compliance statement for agents that only provide read-only support for the PW-FR-MIB module. | 1.3.6.1.4.1.9.10.112.2.1.2 | current |
| cpwVcFrGroup OBJECT-GROUP Objects to support cpwVcFrTable. | 1.3.6.1.4.1.9.10.112.2.2.1 | current |
| cpwVcFrPMGroup OBJECT-GROUP Objects to support cpwVcFrPMTable. | 1.3.6.1.4.1.9.10.112.2.2.2 | current |