PW-MIB

File: PW-MIB.mib (49570 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB PW-TC-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Integer32 Unsigned32 Counter64
TimeTicks MODULE-COMPLIANCE OBJECT-GROUP
TruthValue RowStatus StorageType
TimeStamp SnmpAdminString PwVcIndexType
PwGroupID PwVcIDType PwOperStatus
PwVcType InetAddressType InetAddress

Defined Types

PwVcEntry  
SEQUENCE    
  pwVcIndex PwVcIndexType
  pwVcType PwVcType
  pwVcOwner INTEGER
  pwVcPsnType INTEGER
  pwVcSetUpPriority Integer32
  pwVcHoldingPriority Integer32
  pwVcInboundMode INTEGER
  pwVcPeerAddrType InetAddressType
  pwVcPeerAddr InetAddress
  pwVcID PwVcIDType
  pwVcLocalGroupID PwGroupID
  pwVcControlWord TruthValue
  pwVcLocalIfMtu Unsigned32
  pwVcLocalIfString TruthValue
  pwVcRemoteGroupID PwGroupID
  pwVcRemoteControlWord INTEGER
  pwVcRemoteIfMtu Unsigned32
  pwVcRemoteIfString SnmpAdminString
  pwVcOutboundVcLabel Unsigned32
  pwVcInboundVcLabel Unsigned32
  pwVcName SnmpAdminString
  pwVcDescr SnmpAdminString
  pwVcCreateTime TimeStamp
  pwVcUpTime TimeTicks
  pwVcAdminStatus INTEGER
  pwVcOperStatus PwOperStatus
  pwVcInboundOperStatus PwOperStatus
  pwVcOutboundOperStatus PwOperStatus
  pwVcTimeElapsed Integer32
  pwVcValidIntervals Integer32
  pwVcRowStatus RowStatus
  pwVcStorageType StorageType

PwVcPerfCurrentEntry  
SEQUENCE    
  pwVcPerfCurrentInHCPackets Counter64
  pwVcPerfCurrentInHCBytes Counter64
  pwVcPerfCurrentOutHCBytes Counter64
  pwVcPerfCurrentOutHCPackets Counter64

PwVcPerfIntervalEntry  
SEQUENCE    
  pwVcPerfIntervalNumber Integer32
  pwVcPerfIntervalValidData TruthValue
  pwVcPerfIntervalTimeElapsed Integer32
  pwVcPerfIntervalInHCPackets Counter64
  pwVcPerfIntervalInHCBytes Counter64
  pwVcPerfIntervalOutHCPackets Counter64
  pwVcPerfIntervalOutHCBytes Counter64

PwVcPerfTotalEntry  
SEQUENCE    
  pwVcPerfTotalInHCPackets Counter64
  pwVcPerfTotalInHCBytes Counter64
  pwVcPerfTotalOutHCPackets Counter64
  pwVcPerfTotalOutHCBytes Counter64
  pwVcPerfTotalDiscontinuityTime TimeStamp

PwVcIdMappingEntry  
SEQUENCE    
  pwVcIdMappingVcType PwVcType
  pwVcIdMappingVcID PwVcIDType
  pwVcIdMappingPeerAddrType InetAddressType
  pwVcIdMappingPeerAddr InetAddress
  pwVcIdMappingVcIndex PwVcIndexType

PwVcPeerMappingEntry  
SEQUENCE    
  pwVcPeerMappingPeerAddrType InetAddressType
  pwVcPeerMappingPeerAddr InetAddress
  pwVcPeerMappingVcType PwVcType
  pwVcPeerMappingVcID PwVcIDType
  pwVcPeerMappingVcIndex PwVcIndexType

Defined Values

pwVcMIB 1.3.6.1.3.1
This MIB contains managed object definitions for Pseudo Wire operation as in: Pate, P., et al, , Xiao, X., et al, , Martini, L., et al, , and Martini, L., et al, . The indexes for this MIB are also used to index the PSN- specific tables and the VC-specific tables. The VC Type dictates which VC-specific MIB to use. For example, a 'cep' VC Type requires the use the configuration and status tables within the CEP-MIB. This MIB enable the use of any underlying packet switched network (PSN). Specific tables for the MPLS PSN is currently defined in a separate PW-MPLS-MIB. Tables to support other PSNs (IP, L2TP for example) will be added to this MIB in future revisions. At the time of publication of this version, there are no PWE3 WG documents for all features and objects in this MIB, and the MIB is therefore subject to change based on the WG progress.
MODULE-IDENTITY    

pwVcObjects 1.3.6.1.3.1.1
OBJECT IDENTIFIER    

pwVcConformance 1.3.6.1.3.1.2
OBJECT IDENTIFIER    

pwVcIndexNext 1.3.6.1.3.1.1.1
This object contains an appropriate value to be used for pwVcIndex when creating entries in the pwVcTable. The value 0 indicates that no unassigned entries are available. To obtain the value of pwVcIndex for a new entry in the pwVcTable, the manager issues a management protocol retrieval operation to obtain the current value of pwVcIndex. After each retrieval operation, the agent should modify the value to reflect 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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pwVcTable 1.3.6.1.3.1.1.2
This table specifies information for connecting various emulated services to various tunnel type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcEntry

pwVcEntry 1.3.6.1.3.1.1.2.1
A row in this table represents an emulated virtual connection (VC) across a packet network. It is indexed by pwVcIndex, which uniquely identifying a singular connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcEntry  

pwVcIndex 1.3.6.1.3.1.1.2.1.1
Index for the conceptual row identifying a VC within this PW Emulation VC table.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcIndexType  

pwVcType 1.3.6.1.3.1.1.2.1.2
This value indicate the service to be carried over this VC. Note: the exact set of VC types is yet to be worked out by the WG.
Status: current Access: read-create
OBJECT-TYPE    
  PwVcType  

pwVcOwner 1.3.6.1.3.1.1.2.1.3
Set by the operator to indicate the protocol responsible for establishing this VC. Value 'manual' is used in all cases where no maintenance protocol (PW signaling) is used to set-up the VC, i.e. require configuration of entries in the VC tables including VC labels, etc. The value 'maintenanceProtocol' is used in case of standard signaling of the VC for the specific PSN, for example LDP for MPLS PSN as specified in or L2TP control protocol. Value 'other' is used for other types of signaling.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER manual(1), maintenanceProtocol(2), other(3)  

pwVcPsnType 1.3.6.1.3.1.1.2.1.4
Set by the operator to indicate the PSN type on which this VC will be carried. Based on this object, the relevant PSN table entries are created in the in the PSN specific MIB modules. For example, if mpls(1) is defined, the agent create an entry in pwVcMplsTable, which further define the MPLS PSN configuration. Note: the exact set of PSN types is yet to be worked out by the WG.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER mpls(1), l2tp(2), ip(3), mplsOverIp(4), gre(5), other(6)  

pwVcSetUpPriority 1.3.6.1.3.1.1.2.1.5
This object define the relative set-up priority of the VC in a lowest-to-highest fashion, where 0 is the highest priority. VCs with the same priority are treated with equal priority. Dropped VC will be set 'dormant' (as indicated in pwVcOperStatus). This value is significant if there are competing resources between VCs and the implementation support this feature. If not supported or not relevant, the value of zero MUST be used.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

pwVcHoldingPriority 1.3.6.1.3.1.1.2.1.6
This object define the relative holding priority of the VC in a lowest-to-highest fashion, where 0 is the highest priority. VCs with the same priority are treated with equal priority. Dropped VC will be set 'dormant' (as indicated in pwVcOperStatus). This value is significant if there are competing resources between VCs and the implementation support this feature. If not supported or not relevant, the value of zero MUST be used.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..7  

pwVcInboundMode 1.3.6.1.3.1.1.2.1.7
This object is used to enable greater security for implementation that use per platform VC label space. In strict mode, packets coming from the PSN are accepted only from tunnels that are associated to the same VC via the inbound tunnel table in the case of MPLS, or as identified by the source IP address in case of L2TP or IP PSN. The entries in the inbound tunnel table are either explicitly configured or implicitly known by the maintenance protocol used for VC set-up. If such association is not known, not configured or not desired, loose mode should be configured, and the node should accept the packet based on the VC label only regardless of the outer tunnel used to carry the VC.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER loose(1), strict(2)  

pwVcPeerAddrType 1.3.6.1.3.1.1.2.1.8
Denotes the address type of the peer node maintenance protocol (signaling) address if PW maintenance protocol is used for the VC creation. It should be set to 'unknown' if PE/PW maintenance protocol is not used, i.e. pwVcOwner is set to 'manual'.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

pwVcPeerAddr 1.3.6.1.3.1.1.2.1.9
This object conatin the value of of the peer node address of the PW/PE maintenance protocol entity. This object should contain a value of 0 if not relevant (manual configuration of the VC).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

pwVcID 1.3.6.1.3.1.1.2.1.10
Used in the outgoing VC ID field within the 'Virtual Circuit FEC Element' when LDP signaling is used or PW ID AVP for L2TP.
Status: current Access: read-create
OBJECT-TYPE    
  PwVcIDType  

pwVcLocalGroupID 1.3.6.1.3.1.1.2.1.11
Used in the Group ID field sent to the peer PWES within the maintenance protocol used for VC setup, zero if not used.
Status: current Access: read-create
OBJECT-TYPE    
  PwGroupID  

pwVcControlWord 1.3.6.1.3.1.1.2.1.12
Define if the control word will be sent with each packet by the local node.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pwVcLocalIfMtu 1.3.6.1.3.1.1.2.1.13
If not equal zero, the optional IfMtu object in the maintenance protocol will be sent with this value, representing the locally supported MTU size over the interface (or the virtual interface) associated with the VC.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

pwVcLocalIfString 1.3.6.1.3.1.1.2.1.14
Each VC is associated to an interface (or a virtual interface) in the ifTable of the node as part of the service configuration. This object defines if the maintenance protocol will send the interface's name as appears on the ifTable in the name object as part of the maintenance protocol. If set to false, the optional element will not be sent.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

pwVcRemoteGroupID 1.3.6.1.3.1.1.2.1.15
Obtained from the Group ID field as received via the maintenance protocol used for VC setup, zero if not used. Value of 0xFFFF shall be used if the object is yet to be defined by the VC maintenance protocol.
Status: current Access: read-only
OBJECT-TYPE    
  PwGroupID  

pwVcRemoteControlWord 1.3.6.1.3.1.1.2.1.16
If maintenance protocol is used for VC establishment, this parameter indicates the received status of the control word usage, i.e. if packets will be received with control word or not. The value of 'notYetKnown' is used while the maintenance protocol has not yet received the indication from the remote node. In manual configuration of the VC this parameters indicate to the local node what is the expected encapsulation for the received packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noControlWord(1), withControlWord(2), notYetKnown(3)  

pwVcRemoteIfMtu 1.3.6.1.3.1.1.2.1.17
The remote interface MTU as (optionally) received from the remote node via the maintenance protocol. Should be zero if this parameter is not available or not used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pwVcRemoteIfString 1.3.6.1.3.1.1.2.1.18
Indicate the interface description string as received by the maintenance protocol, MUST be NULL string if not applicable or not known yet.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..80)  

pwVcOutboundVcLabel 1.3.6.1.3.1.1.2.1.19
The VC label used in the outbound direction (i.e. toward the PSN). It may be set up manually if owner is 'manual' or automatically otherwise. Examples: For MPLS PSN, it represents the 20 bits of VC tag, for L2TP it represent the 32 bits Session ID. If the label is not yet known (signaling in process), the object should return a value of 0xFFFF.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

pwVcInboundVcLabel 1.3.6.1.3.1.1.2.1.20
The VC label used in the inbound direction (i.e. packets received from the PSN. It may be set up manually if owner is 'manual' or automatically otherwise. Examples: For MPLS PSN, it represents the 20 bits of VC tag, for L2TP it represent the 32 bits Session ID. If the label is not yet known (signaling in process), the object should return a value of 0xFFFF.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

pwVcName 1.3.6.1.3.1.1.2.1.21
The canonical name assigned to the VC.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

pwVcDescr 1.3.6.1.3.1.1.2.1.22
A textual string containing information about the VC. If there is no description this object contains a zero length string.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

pwVcCreateTime 1.3.6.1.3.1.1.2.1.23
System time when this VC was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

pwVcUpTime 1.3.6.1.3.1.1.2.1.24
Number of consecutive ticks this VC has been 'up' in both directions together (i.e. 'up' is observed in pwVcOperStatus.)
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pwVcAdminStatus 1.3.6.1.3.1.1.2.1.25
The desired operational status of this VC.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

pwVcOperStatus 1.3.6.1.3.1.1.2.1.26
Indicates the actual combined operational status of this VC. It is 'up' if both pwVcInboundOperStatus and pwVcOutboundOperStatus are in 'up' state. For all other values, if the VCs in both directions are of the same value it reflects that value, otherwise it is set to the most severe status out of the two statuses. The order of severance from most severe to less severe is: unknown, notPresent, down, lowerLayerDown, dormant, testing, up. The operator may consult the per direction OperStatus for fault isolation per direction.
Status: current Access: read-only
OBJECT-TYPE    
  PwOperStatus  

pwVcInboundOperStatus 1.3.6.1.3.1.1.2.1.27
Indicates the actual operational status of this VC in the inbound direction. - down: if PW signaling has not yet finished, or indications available at the service level indicate that the VC is not passing packets. - testing: if AdminStatus at the VC level is set to test. - dormant: The VC is not available because of the required resources are occupied VC with higher priority VCs . - notPresent: Some component is missing to accomplish the set up of the VC. - lowerLayerDown: The underlying PSN is not in OperStatus 'up'.
Status: current Access: read-only
OBJECT-TYPE    
  PwOperStatus  

pwVcOutboundOperStatus 1.3.6.1.3.1.1.2.1.28
Indicates the actual operational status of this VC in the outbound direction - down: if PW signaling has not yet finished, or indications available at the service level indicate that the VC is not passing packets. - testing: if AdminStatus at the VC level is set to test. - dormant: The VC is not available because of the required resources are occupied VC with higher priority VCs . - notPresent: Some component is missing to accomplish the set up of the VC. - lowerLayerDown: The underlying PSN is not in OperStatus 'up'.
Status: current Access: read-only
OBJECT-TYPE    
  PwOperStatus  

pwVcTimeElapsed 1.3.6.1.3.1.1.2.1.29
The number of seconds, including partial seconds, that have elapsed since the beginning of the current measurement period. If, for some reason, such as an adjustment in the system's time-of-day clock, the current interval exceeds the maximum value, the agent will return the maximum value.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..900  

pwVcValidIntervals 1.3.6.1.3.1.1.2.1.30
The number of previous 15-minute intervals for which data was collected. An agent with PW capability must be capable of supporting at least n intervals. The minimum value of n is 4, The default of n is 32 and the maximum value of n is 96. The value will be unless the measurement was (re-) started within the last (*15) minutes, in which case the value will be the number of complete 15 minute intervals for which the agent has at least some data. In certain cases (e.g., in the case where the agent is a proxy) it is possible that some intervals are unavailable. In this case, this interval is the maximum interval number for which data is available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..96  

pwVcRowStatus 1.3.6.1.3.1.1.2.1.31
For creating, modifying, and deleting this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

pwVcStorageType 1.3.6.1.3.1.1.2.1.32
This variable indicates the storage type for this object.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

pwVcPerfCurrentTable 1.3.6.1.3.1.1.3
This table provides per-VC performance information for the current interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcPerfCurrentEntry

pwVcPerfCurrentEntry 1.3.6.1.3.1.1.3.1
An entry in this table is created by the agent for every VC.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcPerfCurrentEntry  

pwVcPerfCurrentInHCPackets 1.3.6.1.3.1.1.3.1.1
High capacity counter for number of packets received by the VC (from the PSN) in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfCurrentInHCBytes 1.3.6.1.3.1.1.3.1.2
High capacity counter for number of bytes received by the VC (from the PSN) in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfCurrentOutHCPackets 1.3.6.1.3.1.1.3.1.3
High capacity counter for number of packets forwarded by the VC (to the PSN) in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfCurrentOutHCBytes 1.3.6.1.3.1.1.3.1.4
High capacity counter for number of bytes forwarded by the VC (to the PSN) in the current 15 minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfIntervalTable 1.3.6.1.3.1.1.4
This table provides per-VC performance information for each interval.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcPerfIntervalEntry

pwVcPerfIntervalEntry 1.3.6.1.3.1.1.4.1
An entry in this table is created agent for every VC.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcPerfIntervalEntry  

pwVcPerfIntervalNumber 1.3.6.1.3.1.1.4.1.1
A number N, between 1 and 96, which identifies the interval for which the set of statistics is available. The interval identified by 1 is the most recently completed 15 minute interval, and the interval identified by N is the interval immediately preceding the one identified by N-1. The minimum range of N is 1 through 4. The default range is 1 to 32. The maximum range of N is 1 through 96.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..96  

pwVcPerfIntervalValidData 1.3.6.1.3.1.1.4.1.2
This variable indicates if the data for this interval is valid.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pwVcPerfIntervalTimeElapsed 1.3.6.1.3.1.1.4.1.3
The duration of a particular interval in seconds. Adjustments in the system's time-of-day clock, may cause the interval to be greater or less than the normal value. Therefore this actual interval value is provided.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pwVcPerfIntervalInHCPackets 1.3.6.1.3.1.1.4.1.4
High capacity counter for number of packets received by the VC (from the PSN) in a particular 15-minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfIntervalInHCBytes 1.3.6.1.3.1.1.4.1.5
High capacity counter for number of bytes received by the VC (from the PSN) in a particular 15-minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfIntervalOutHCPackets 1.3.6.1.3.1.1.4.1.6
High capacity counter for number of packets forwarded by the VC (to the PSN) in a particular 15-minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfIntervalOutHCBytes 1.3.6.1.3.1.1.4.1.7
High capacity counter for number of bytes forwarded by the VC (to the PSN) in a particular 15-minute interval.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfTotalTable 1.3.6.1.3.1.1.5
This table provides per-VC Performance information from VC start time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcPerfTotalEntry

pwVcPerfTotalEntry 1.3.6.1.3.1.1.5.1
An entry in this table is created agent for every VC.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcPerfTotalEntry  

pwVcPerfTotalInHCPackets 1.3.6.1.3.1.1.5.1.1
High capacity counter for number of packets received by the VC (from the PSN).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfTotalInHCBytes 1.3.6.1.3.1.1.5.1.2
High capacity counter for number of bytes received by the VC (from the PSN).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfTotalOutHCPackets 1.3.6.1.3.1.1.5.1.3
High capacity counter for number of packets forwarded by the VC (to the PSN).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfTotalOutHCBytes 1.3.6.1.3.1.1.5.1.4
High capacity counter for number of bytes forwarded by the VC (to the PSN).
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcPerfTotalDiscontinuityTime 1.3.6.1.3.1.1.5.1.5
The value of sysUpTime on the most recent occasion at which any one or more of this row Counter32 or Counter64 suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

pwVcPerfTotalErrorPackets 1.3.6.1.3.1.1.6
Counter for number of error at VC level processing, for example packets received with unknown VC label.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pwVcIdMappingTable 1.3.6.1.3.1.1.7
This table provides reverse mapping of the existing VCs based on vc type and VC ID ordering. This table is typically useful for EMS ordered query of existing VCs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcIdMappingEntry

pwVcIdMappingEntry 1.3.6.1.3.1.1.7.1
An entry in this table is created by the agent for every VC configured by the pwVcTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcIdMappingEntry  

pwVcIdMappingVcType 1.3.6.1.3.1.1.7.1.1
The VC type (indicate the service) of this VC.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcType  

pwVcIdMappingVcID 1.3.6.1.3.1.1.7.1.2
The VC ID of this VC. Zero if the VC is configured manually.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcIDType  

pwVcIdMappingPeerAddrType 1.3.6.1.3.1.1.7.1.3
IP address type of the peer node.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

pwVcIdMappingPeerAddr 1.3.6.1.3.1.1.7.1.4
IP address type of the peer node.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

pwVcIdMappingVcIndex 1.3.6.1.3.1.1.7.1.5
The value that represent the VC in the pwVcTable.
Status: current Access: read-only
OBJECT-TYPE    
  PwVcIndexType  

pwVcPeerMappingTable 1.3.6.1.3.1.1.8
This table provides reverse mapping of the existing VCs based on vc type and VC ID ordering. This table is typically useful for EMS ordered query of existing VCs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcPeerMappingEntry

pwVcPeerMappingEntry 1.3.6.1.3.1.1.8.1
An entry in this table is created by the agent for every VC configured in pwVcTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcPeerMappingEntry  

pwVcPeerMappingPeerAddrType 1.3.6.1.3.1.1.8.1.1
IP address type of the peer node.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

pwVcPeerMappingPeerAddr 1.3.6.1.3.1.1.8.1.2
IP address type of the peer node.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

pwVcPeerMappingVcType 1.3.6.1.3.1.1.8.1.3
The VC type (indicate the service) of this VC.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcType  

pwVcPeerMappingVcID 1.3.6.1.3.1.1.8.1.4
The VC ID of this VC. Zero if the VC is configured manually.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcIDType  

pwVcPeerMappingVcIndex 1.3.6.1.3.1.1.8.1.5
The value that represent the VC in the pwVcTable.
Status: current Access: read-only
OBJECT-TYPE    
  PwVcIndexType  

pwVcGroups 1.3.6.1.3.1.2.1
OBJECT IDENTIFIER    

pwVcCompliances 1.3.6.1.3.1.2.2
OBJECT IDENTIFIER    

pwModuleCompliance 1.3.6.1.3.1.2.2.1
The compliance statement for agent that support PW operation.
Status: current Access: read-only
MODULE-COMPLIANCE    

pwVcGroup 1.3.6.1.3.1.2.1.1
Collection of objects needed for PW VC configuration.
Status: current Access: read-only
OBJECT-GROUP    

pwVcPeformanceGroup 1.3.6.1.3.1.2.1.2
Collection of objects needed for PW VC performance.
Status: current Access: read-only
OBJECT-GROUP    

pwVcMappingTablesGroup 1.3.6.1.3.1.2.1.3
Collection of objects contained in the reverse mapping tables.
Status: current Access: read-only
OBJECT-GROUP