PW-DRAFT04-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: PW-DRAFT04-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pwVcMIB 1.3.6.1.2.1.10.1.2
This MIB module contains managed object definitions for Pseudo Wire operation as in: Bryant., et al, 'PWE3 architecture', Martini, L., et al, 'Pseudowire Setup and Maintenance using LDP', and Townsley, M., et al, 'Layer Two Tunneling Protocol (Version 3)'. -- Editor note: will add RFC numbers when available. This MIB module enables the use of any underlying packet switched network (PSN). MIB nodules that will support PW operations over specific PSN types are defined in separate memos. The indexes for this MIB module are also used to index the PSN-specific tables and the PW-specific tables. The PW Type dictates which PW-specific MIB module to use. Copyright (C) The Internet Society (date). This version of this MIB module is part of RFC yyyy; see the RFC itself for full legal notices. -- RFC Ed.: replace yyyy with actual RFC number & remove this note
     pwVcNotifications 1.3.6.1.2.1.10.1.2.0
         pwVcDown 1.3.6.1.2.1.10.1.2.0.1
This notification is generated when the pwVcOperStatus object for one or more contiguous entries in pwVcTable are about to enter the down(2) state from some other state. The included values of pwVcOperStatus MUST all be set equal to this down(2) state. The two instances of pwVcOperStatus in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For cases where a contiguous range of cross-connects have transitioned into the down(2) state at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single cross-connect entry, then the instance identifier (and values) of the two pwVcOperStatus objects MUST be identical.
         pwVcUp 1.3.6.1.2.1.10.1.2.0.2
This notification is generated when the pwVcOperStatus object for one or more contiguous entries in pwVcTable are about to enter the up(1) state from some other state. The included values of pwVcOperStatus MUST both be set equal to this new state (i.e: up(1)). The two instances of pwVcOperStatus in this notification indicate the range of indexes that are affected. Note that all the indexes of the two ends of the range can be derived from the instance identifiers of these two objects. For cases where a contiguous range of cross-connects have transitioned into the up(1) state at roughly the same time, the device SHOULD issue a single notification for each range of contiguous indexes in an effort to minimize the emission of a large number of notifications. If a notification has to be issued for just a single cross-connect entry, then the instance identifier (and values) of the two pwVcOperStatus objects MUST be the identical.
         pwVcDeleted 1.3.6.1.2.1.10.1.2.0.3
This notification is generated when the PW has been deleted, i.e. when the pwVcRowStatus has been set to destroy(6), the PW has been deleted by a non-MIB application or due to auto discovery process.
     pwVcObjects 1.3.6.1.2.1.10.1.2.1
         pwVcIndexNext 1.3.6.1.2.1.10.1.2.1.1 unsigned32 read-only
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.
         pwVcTable 1.3.6.1.2.1.10.1.2.1.2 no-access
This table specifies information for configuring and status monitoring which are common to all service types and PSN types.
             pwVcEntry 1.3.6.1.2.1.10.1.2.1.2.1 no-access
A row in this table represents a pseudo wire (PW) virtual connection (VC) across a packet network. It is indexed by pwVcIndex, which uniquely identifying a singular connection. A row is created by the operator or by the agent if the PW is created by non-SNMP application or due to autosicovery process.
                 pwVcIndex 1.3.6.1.2.1.10.1.2.1.2.1.1 pwvcindextype no-access
Index for the conceptual row identifying a PW within this PW Emulation table.
                 pwVcType 1.3.6.1.2.1.10.1.2.1.2.1.2 pwvctype read-only
This value indicate the service to be carried over this PW.
                 pwVcOwner 1.3.6.1.2.1.10.1.2.1.2.1.3 integer read-only
Set by the operator to indicate the protocol responsible for establishing this PW. Value 'manual' is used in all cases where no maintenance protocol (PW signaling) is used to set-up the PW, i.e. require configuration of entries in the PW tables including PW labels, etc. The value 'pwIdFecSignaling' is used in case of signaling with the Pwid FEC element with LDP signaling, and 'genFecSignaling' is used of the generalized FEC with LDP is used for signaling purposes. The value 'l2tpControlProtocol' indicate the use of L2TP control protocol. Value 'other' is used for other types of signaling. Enumeration: 'pwIdFecSignaling': 2, 'genFecSignaling': 3, 'manual': 1, 'other': 5, 'l2tpControlProtocol': 4.
                 pwVcPsnType 1.3.6.1.2.1.10.1.2.1.2.1.4 integer read-only
Set by the operator to indicate the PSN type on which this PW 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. Enumeration: 'ip': 3, 'mplsOverIp': 4, 'mpls': 1, 'other': 6, 'l2tp': 2, 'gre': 5.
                 pwVcSetUpPriority 1.3.6.1.2.1.10.1.2.1.2.1.5 integer32 read-only
This object define the relative set-up priority of the PW in a lowest-to-highest fashion, where 0 is the highest priority. PWs 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.
                 pwVcHoldingPriority 1.3.6.1.2.1.10.1.2.1.2.1.6 integer32 read-only
This object define the relative holding priority of the PW in a lowest-to-highest fashion, where 0 is the highest priority. PWs 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 PWs and the implementation support this feature. If not supported or not relevant, the value of zero MUST be used.
                 pwVcPeerAddrType 1.3.6.1.2.1.10.1.2.1.2.1.8 inetaddresstype read-only
Denotes the address type of the peer node maintenance protocol (signaling) address if PW maintenance protocol is used for the PW creation. It should be set to 'unknown' if PE/PW maintenance protocol is not used, i.e. pwVcOwner is set to 'manual'.
                 pwVcPeerAddr 1.3.6.1.2.1.10.1.2.1.2.1.9 inetaddress read-only
This object contain the value of the peer node address of the PW/PE maintenance protocol entity. This object should contain a value of 0 if not applicable (manual configuration of the PW).
                 pwVcAttachedPwIndex 1.3.6.1.2.1.10.1.2.1.2.1.10 pwvcindextype read-only
If the PW is attached to another PW instead of a local native service, this item indicates the pwVcIndex of the attached PW, and the PW specific entry in the service MIB module MUST not be created. Otherwise, this object MUST be set to zero.
                 pwVcIfIndex 1.3.6.1.2.1.10.1.2.1.2.1.11 interfaceindexorzero read-only
If the PW is represented in the ifTable as an ifIndex, this item holds the ifIndex of the PW in the ifTable, otherwise it MUST be set to zero.
                 pwVcID 1.3.6.1.2.1.10.1.2.1.2.1.12 pwvcidtype read-only
Used in the outgoing PW ID field within the 'Virtual Circuit FEC Element'. Applicable if pwVcOwner equal 'pwIdFecSignaling' or 'l2tpControlProtocol', should be set to zero otherwise.
                 pwVcLocalGroupID 1.3.6.1.2.1.10.1.2.1.2.1.13 pwgroupid read-only
Used in the Group ID field sent to the peer PWES within the maintenance protocol used for PW setup. Applicable if pwVcOwner equal 'pwIdFecSignaling' or 'l2tpControlProtocol', should be set to zero otherwise.
                 pwVcGroupAttachmentID 1.3.6.1.2.1.10.1.2.1.2.1.14 pwvcattachmentidentifiertype read-only
This object is an octet string representing the attachment group identifier (AGI) this PW belongs too, which typically identifies the VPN ID. Applicable if pwVcOwner equal 'genFecSignaling'. Should be set to NULL (zero length) if not applicable.
                 pwVcLocalAttachmentID 1.3.6.1.2.1.10.1.2.1.2.1.15 pwvcattachmentidentifiertype read-only
This object is an octet string representing the local forwarder attachment individual identifier (AII) to be used by this PW. It is used as the SAII for outgoing signaling messages and the TAII in the incoming messages from the peer. Applicable if pwVcOwner equal 'genFecSignaling'. Should be set to NULL (zero length) if not applicable.
                 pwVcPeerAttachmentID 1.3.6.1.2.1.10.1.2.1.2.1.16 pwvcattachmentidentifiertype read-only
This object is an octet string representing the peer forwarder attachment individual identifier (AII) to be used by this PW. It is used as the TAII for outgoing signaling messages and the SAII in the incoming messages from the peer. Applicable if pwVcOwner equal 'genFecSignaling'. Should be set to NULL (zero length) if not applicable.
                 pwVcCwPreference 1.3.6.1.2.1.10.1.2.1.2.1.17 truthvalue read-only
Define if the control word will be sent with each packet by the local node. Some PW types mandate the use of control word, and is such cases the value configured has no effect on the existence of the control word.
                 pwVcLocalIfMtu 1.3.6.1.2.1.10.1.2.1.2.1.18 unsigned32 read-only
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 PW.
                 pwVcLocalIfString 1.3.6.1.2.1.10.1.2.1.2.1.19 truthvalue read-only
Each PW 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.
                 pwVcLocalCapabAdvert 1.3.6.1.2.1.10.1.2.1.2.1.20 pwvccapabilities read-only
Indicate the capabilities to be advertised by this node to the peer.
                 pwVcRemoteGroupID 1.3.6.1.2.1.10.1.2.1.2.1.21 pwgroupid read-only
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 PW maintenance protocol.
                 pwVcCwStatus 1.3.6.1.2.1.10.1.2.1.2.1.22 pwvccwstatus read-only
If signaling is used for PW establishment, this object indicates the status of the control word negotiation, and in both signaling or manual configuration indicates if CW is to be present or not for this PW.
                 pwVcRemoteIfMtu 1.3.6.1.2.1.10.1.2.1.2.1.23 unsigned32 read-only
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.
                 pwVcRemoteIfString 1.3.6.1.2.1.10.1.2.1.2.1.24 snmpadminstring read-only
Indicate the interface description string as received by the maintenance protocol, MUST be NULL string if not applicable or not known yet.
                 pwVcRemoteCapabilities 1.3.6.1.2.1.10.1.2.1.2.1.25 pwvccapabilities read-only
Indicate the capabilities as advertised by the peer.
                 pwVcFragmentCfgSize 1.3.6.1.2.1.10.1.2.1.2.1.26 pwvcfragsize read-only
If set to value other than zero, indicate that fragmentation is desired for this PW.
                 pwVcRmtFragCapability 1.3.6.1.2.1.10.1.2.1.2.1.27 pwvcfragstatus read-only
The status of the fragmentation based on the local configuration and the peer capabilities as advertised by the peer if control protocol is used.
                 pwVcFcsRetentioncfg 1.3.6.1.2.1.10.1.2.1.2.1.28 integer read-only
The local configuration of FCS retention for this PW. FCS retention can be configured for PW types HDLC, PPP and Ethernet only. If the agent does not support FCS retention the error should be configured in pwVcFcsRetentionStatus. Enumeration: 'fcsRetentionEnable': 2, 'fcsRetentionDisable': 1.
                 pwVcFcsRetentionStatus 1.3.6.1.2.1.10.1.2.1.2.1.29 bits read-only
The status of the FCS retention negotiation process based on local configuration and the remote advertisement. remoteIndicationUnknown - set if a FEC has not been received from the remote. remoteRequestFcsRetention - indicates that the peer has requested for FCS retention. FCS retention will be used if the local node is capable and configured to use it for this PW. fcsRetentionEnabled - FCS retention is enabled (both peers were configured for FCS retention for signaled PW, or the local node is configured and capable for FCS retention. fcsRetentionDisabled - FCS retention is disabled (not configured locally or not advertised by the peer). localFcsRetentionCfgErr - Is set if the local node has been configured for FCS retention but is not capable to support it. Bits: 'remoteIndicationUnknown': 0, 'remoteRequestFcsRetention': 1, 'localFcsRetentionCfgErr': 4, 'fcsRetentionDisabled': 3, 'fcsRetentionEnabled': 2.
                 pwVcOutboundVcLabel 1.3.6.1.2.1.10.1.2.1.2.1.30 unsigned32 read-only
The PW 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 PW 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.
                 pwVcInboundVcLabel 1.3.6.1.2.1.10.1.2.1.2.1.31 unsigned32 read-only
The PW 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 PW 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.
                 pwVcName 1.3.6.1.2.1.10.1.2.1.2.1.32 snmpadminstring read-only
The canonical name assigned to the PW.
                 pwVcDescr 1.3.6.1.2.1.10.1.2.1.2.1.33 snmpadminstring read-only
A textual string containing information about the PW. If there is no description this object contains a zero length string.
                 pwVcCreateTime 1.3.6.1.2.1.10.1.2.1.2.1.34 timestamp read-only
System time when this PW was created.
                 pwVcUpTime 1.3.6.1.2.1.10.1.2.1.2.1.35 timeticks read-only
Specifies the total time this PW operStatus has been Up(1).
                 pwVcLastChange 1.3.6.1.2.1.10.1.2.1.2.1.36 timeticks read-only
The value of sysUpTime at the time the PW entered its current operational state. If the current state was entered prior to the last re-initialization of the local network management subsystem, then this object contains a zero value.
                 pwVcAdminStatus 1.3.6.1.2.1.10.1.2.1.2.1.37 integer read-only
The desired operational status of this PW. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                 pwVcOperStatus 1.3.6.1.2.1.10.1.2.1.2.1.38 pwoperstatus read-only
This object indicates the operational status of the PW, it does not reflect however the status of the CE bound interface. It is set to down only if pwNotForwarding, psnFacingPwRxFault, or psnFacingPwTxFault indications are set in pwVcLocalStatus or pwVcRemoteStatus. It indicate 'lowerLayerDown' only if the only reason for not being in the 'up' state is either outer tunnel failure. All other states are declared base on the description in the textual convention.
                 pwVcLocalStatus 1.3.6.1.2.1.10.1.2.1.2.1.39 pwvcstatus read-only
Indicates the status of the PW in the local node. The various indications in this object should be available independent of the ability of the local node to advertise them or the remote node to accept these status indications through the control protocol.
                 pwVcRemoteStatusCapable 1.3.6.1.2.1.10.1.2.1.2.1.40 integer read-only
Indicates the remote node capability to advertise the PW status notification. notAppicable should be reported for manually set PW, or if the local node is not capable of sending the status notification object. notYetKnown should be reported if the signaling protocol has not yet finished the process of capability determination. remoteCapable and remoteNotcapable should be reported based on the initial signaling exchange that has determined the remote node capability. Enumeration: 'notYetKnown': 2, 'notApplicable': 1, 'remoteCapable': 3, 'remoteNotCapable': 4.
                 pwVcRemoteStatus 1.3.6.1.2.1.10.1.2.1.2.1.41 pwvcstatus read-only
Indicate the status of the PW as was advertised by the remote. If the remote is not capable of advertising the status object, or the local node is not able to accept the status object through signaling, then the applicable bit is 'pwNotForwarding' which is set if the remote has sent label release or label withdraw for this PW.
                 pwVcTimeElapsed 1.3.6.1.2.1.10.1.2.1.2.1.42 hcperftimeelapsed read-only
The number of seconds, including partial seconds, that have elapsed since the beginning of the current interval measurement period.
                 pwVcValidIntervals 1.3.6.1.2.1.10.1.2.1.2.1.43 hcperfvalidintervals read-only
The number of previous 15-minute intervals for which data was collected.
                 pwVcRowStatus 1.3.6.1.2.1.10.1.2.1.2.1.44 rowstatus read-only
For creating, modifying, and deleting this row.
                 pwVcStorageType 1.3.6.1.2.1.10.1.2.1.2.1.45 storagetype read-only
This variable indicates the storage type for this object.
         pwVcPerfCurrentTable 1.3.6.1.2.1.10.1.2.1.3 no-access
This table provides per-PW performance information for the current interval.
             pwVcPerfCurrentEntry 1.3.6.1.2.1.10.1.2.1.3.1 no-access
An entry in this table is created by the agent for every PW.
                 pwVcPerfCurrentInHCPackets 1.3.6.1.2.1.10.1.2.1.3.1.1 hcperfcurrentcount read-only
High capacity counter for number of packets received by the PW (from the PSN) in the current 15-minute interval. This is the 64 bit version of pwVcPerfCurrentInPackets, if pwVcPerfCurrentInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentInHCBytes 1.3.6.1.2.1.10.1.2.1.3.1.2 hcperfcurrentcount read-only
High capacity counter for number of bytes received by the PW (from the PSN) in the current 15-minute interval. This is the 64 bit version of pwVcPerfCurrentInBytes, if pwVcPerfCurrentInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentOutHCPackets 1.3.6.1.2.1.10.1.2.1.3.1.3 hcperfcurrentcount read-only
High capacity counter for number of packets forwarded by the PW (to the PSN) in the current 15-minute interval. This is the 64 bit version of pwVcPerfCurrentOutPackets, if pwVcPerfCurrentOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentOutHCBytes 1.3.6.1.2.1.10.1.2.1.3.1.4 hcperfcurrentcount read-only
High capacity counter for number of bytes forwarded by the PW (to the PSN) in the current 15-minute interval. This is the 64 bit version of pwVcPerfCurrentOutBytes, if pwVcPerfCurrentOutHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentInPackets 1.3.6.1.2.1.10.1.2.1.3.1.5 perfcurrentcount read-only
The counter for number of packets received by the PW (from the PSN) in the current 15-minute interval. This is the 32 bit version of pwVcPerfCurrentInHCPackets, if pwVcPerfCurrentInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentInBytes 1.3.6.1.2.1.10.1.2.1.3.1.6 perfcurrentcount read-only
The counter for number of bytes received by the PW (from the PSN) in the current 15-minute interval. It MUST be equal to the least significant 32 bits of pwVcPerfCurrentInHCBytes, if pwVcPerfCurrentInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentOutPackets 1.3.6.1.2.1.10.1.2.1.3.1.7 perfcurrentcount read-only
The counter for number of packets forwarded by the PW (to the PSN) in the current 15-minute interval. It MUST be equal to the least significant 32 bits of pwVcPerfCurrentOutHCPackets, if pwVcPerfCurrentOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfCurrentOutBytes 1.3.6.1.2.1.10.1.2.1.3.1.8 perfcurrentcount read-only
The counter for number of bytes forwarded by the PW (to the PSN) in the current 15-minute interval. It MUST be equal to the least significant 32 bits of pwVcPerfCurrentOutHCBytes, if pwVcPerfCurrentOutHCBytes is supported according to the rules spelled out in RFC2863.
         pwVcPerfIntervalTable 1.3.6.1.2.1.10.1.2.1.4 no-access
This table provides per-PW performance information for each interval.
             pwVcPerfIntervalEntry 1.3.6.1.2.1.10.1.2.1.4.1 no-access
An entry in this table is created agent for every PW.
                 pwVcPerfIntervalNumber 1.3.6.1.2.1.10.1.2.1.4.1.1 integer32 no-access
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.
                 pwVcPerfIntervalValidData 1.3.6.1.2.1.10.1.2.1.4.1.2 truthvalue read-only
This variable indicates if the data for this interval is valid.
                 pwVcPerfIntervalTimeElapsed 1.3.6.1.2.1.10.1.2.1.4.1.3 hcperftimeelapsed read-only
The duration of this interval in seconds.
                 pwVcPerfIntervalInHCPackets 1.3.6.1.2.1.10.1.2.1.4.1.4 hcperfintervalcount read-only
High capacity counter for number of packets received by the PW (from the PSN) during the interval. This is the 64 bit version of pwVcPerfIntervalInPackets, if pwVcPerfIntervalInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalInHCBytes 1.3.6.1.2.1.10.1.2.1.4.1.5 hcperfintervalcount read-only
High capacity counter for number of bytes received by the PW (from the PSN) during the interval. This is the 64 bit version of pwVcPerfIntervalInBytes, if pwVcPerfIntervalInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalOutHCPackets 1.3.6.1.2.1.10.1.2.1.4.1.6 hcperfintervalcount read-only
High capacity counter for number of packets forwarded by the PW (to the PSN) during the interval. This is the 64 bit version of pwVcPerfIntervalOutPackets, if pwVcPerfIntervalOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalOutHCBytes 1.3.6.1.2.1.10.1.2.1.4.1.7 hcperfintervalcount read-only
High capacity counter for number of bytes forwarded by the PW (to the PSN) during the interval. This is the 64 bit version of pwVcPerfIntervalOutBytes, if pwVcPerfIntervalOutHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalInPackets 1.3.6.1.2.1.10.1.2.1.4.1.8 perfintervalcount read-only
This value represents the number of packets received by this PW during the interval. It MUST be equal to the least significant 32 bits of pwVcPerfIntervalInHCPackets if pwVcPerfIntervalInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalInBytes 1.3.6.1.2.1.10.1.2.1.4.1.9 perfintervalcount read-only
This value represents the number of bytes received by this PW during the interval. It MUST be equal to the least significant 32 bits of if pwVcPerfIntervalInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalOutPackets 1.3.6.1.2.1.10.1.2.1.4.1.10 perfintervalcount read-only
This value represents the number of packets sent by this PW during the interval. It MUST be equal to the least significant 32 bits of pwVcPerfIntervalOutHCPackets if pwVcPerfIntervalOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfIntervalOutBytes 1.3.6.1.2.1.10.1.2.1.4.1.11 perfintervalcount read-only
This value represents the number of bytes sent by this PW during the intrval. It MUST be equal to the least significant 32 bits of pwVcPerfIntervalOutHCBytes if pwVcPerfIntervalOutHCBytes is supported according to the rules spelled out in RFC2863.
         pwVcPerfTotalTable 1.3.6.1.2.1.10.1.2.1.5 no-access
This table provides per-PW Performance information from PW start time or management application reset.
             pwVcPerfTotalEntry 1.3.6.1.2.1.10.1.2.1.5.1 no-access
An entry in this table is created by the agent for every PW. pwVcPerfTotalDiscontinuityTime indicates the time of the last discontinuity in all of these objects.
                 pwVcPerfTotalInHCPackets 1.3.6.1.2.1.10.1.2.1.5.1.1 counter64 read-only
High capacity counter for the total number of packets received by the PW (from the PSN). This is the 64 bit version of pwVcPerfTotalInPackets, if pwVcPerfTotalInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalInHCBytes 1.3.6.1.2.1.10.1.2.1.5.1.2 counter64 read-only
High capacity counter for the total number of bytes received by the PW (from the PSN). This is the 64 bit version of pwVcPerfTotalInBytes, if pwVcPerfTotalInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalOutHCPackets 1.3.6.1.2.1.10.1.2.1.5.1.3 counter64 read-only
High capacity counter for the total number of packets forwarded by the PW (to the PSN). This is the 64 bit version of pwVcPerfTotalOutPackets, if pwVcPerfTotalOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalOutHCBytes 1.3.6.1.2.1.10.1.2.1.5.1.4 counter64 read-only
High capacity counter for the total number of bytes forwarded by the PW (to the PSN). This is the 64 bit version of pwVcPerfTotalOutBytes, if pwVcPerfTotalOutHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalInPackets 1.3.6.1.2.1.10.1.2.1.5.1.5 counter32 read-only
This value represents the total number of packets received by this PW. It MUST be equal to the least significant 32 bits of pwVcPerfTotalInHCPackets if pwVcPerfTotalInHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalInBytes 1.3.6.1.2.1.10.1.2.1.5.1.6 counter32 read-only
This value represents the total number of bytes received by this PW. It MUST be equal to the least significant 32 bits of if pwVcPerfTotalInHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalOutPackets 1.3.6.1.2.1.10.1.2.1.5.1.7 counter32 read-only
This value represents the total number of packets sent by this PW. It MUST be equal to the least significant 32 bits of pwVcPerfTotalOutHCPackets if pwVcPerfTotalOutHCPackets is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalOutBytes 1.3.6.1.2.1.10.1.2.1.5.1.8 counter32 read-only
This value represents the total number of bytes sent by this PW. It MUST be equal to the least significant 32 bits of pwVcPerfTotalOutHCBytes if pwVcPerfTotalOutHCBytes is supported according to the rules spelled out in RFC2863.
                 pwVcPerfTotalDiscontinuityTime 1.3.6.1.2.1.10.1.2.1.5.1.9 timestamp read-only
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.
         pwVcPerfTotalErrorPackets 1.3.6.1.2.1.10.1.2.1.6 counter32 read-only
Counter for number of error at the PW processing level, for example packets received with unknown PW label.
         pwVcIndexMappingTable 1.3.6.1.2.1.10.1.2.1.7 no-access
This table enables the reverse mapping the unique PWid parameters and the pwVcIndex. The table is not applicable for PW created manually or by using the generalized FEC.
             pwVcIndexMappingEntry 1.3.6.1.2.1.10.1.2.1.7.1 no-access
An entry in this table MUST be created by the agent for every PW created by the pwVcTable for which pwVcOwner is equal pwIdFecSignaling.
                 pwVcIndexMappingVcType 1.3.6.1.2.1.10.1.2.1.7.1.1 pwvctype no-access
The PW type (indicate the service) of this PW.
                 pwVcIndexMappingVcID 1.3.6.1.2.1.10.1.2.1.7.1.2 pwvcidtype no-access
The PW ID of this PW. Zero if the PW is configured manually.
                 pwVcIndexMappingPeerAddrType 1.3.6.1.2.1.10.1.2.1.7.1.3 inetaddresstype no-access
IP address type of the peer node.
                 pwVcIndexMappingPeerAddr 1.3.6.1.2.1.10.1.2.1.7.1.4 inetaddress no-access
IP address type of the peer node.
                 pwVcIndexMappingVcIndex 1.3.6.1.2.1.10.1.2.1.7.1.5 pwvcindextype read-only
The value that represent the PW in the pwVcTable.
         pwVcPeerMappingTable 1.3.6.1.2.1.10.1.2.1.8 no-access
This table provides reverse mapping of the existing PW based on PW type and PW ID ordering. This table is typically useful for EMS ordered query of existing PWs.
             pwVcPeerMappingEntry 1.3.6.1.2.1.10.1.2.1.8.1 no-access
An entry in this table is created by the agent for every PW configured in pwVcTable.
                 pwVcPeerMappingPeerAddrType 1.3.6.1.2.1.10.1.2.1.8.1.1 inetaddresstype no-access
IP address type of the peer node.
                 pwVcPeerMappingPeerAddr 1.3.6.1.2.1.10.1.2.1.8.1.2 inetaddress no-access
IP address type of the peer node.
                 pwVcPeerMappingVcType 1.3.6.1.2.1.10.1.2.1.8.1.3 pwvctype no-access
The PW type (indicate the service) of this PW.
                 pwVcPeerMappingVcID 1.3.6.1.2.1.10.1.2.1.8.1.4 pwvcidtype no-access
The PW ID of this PW. Zero if the PW is configured manually.
                 pwVcPeerMappingVcIndex 1.3.6.1.2.1.10.1.2.1.8.1.5 pwvcindextype read-only
The value that represent the PW in the pwVcTable.
         pwVcUpDownNotifEnable 1.3.6.1.2.1.10.1.2.1.9 truthvalue read-write
If this object is set to true(1), then it enables the emission of pwVcUp and pwVcDown notifications; otherwise these notifications are not emitted.
         pwVcDeletedNotifEnable 1.3.6.1.2.1.10.1.2.1.10 truthvalue read-write
If this object is set to true(1), then it enables the emission of pwVcDeleted notification; otherwise this notification is not emitted.
         pwVcNotifRate 1.3.6.1.2.1.10.1.2.1.11 unsigned32 read-write
This object defines the maximum number of PW notifications that can be emitted from the device per second.
     pwVcConformance 1.3.6.1.2.1.10.1.2.2
         pwVcGroups 1.3.6.1.2.1.10.1.2.2.1
             pwVcGroup 1.3.6.1.2.1.10.1.2.2.1.1
Collection of objects needed for PW configuration.
             pwVcPerformanceGeneralGroup 1.3.6.1.2.1.10.1.2.2.1.2
Collection of general objects needed for managing the total running performance parameters.
             pwVcPerformanceIntervalGeneralGroup 1.3.6.1.2.1.10.1.2.2.1.3
Collection of general objects needed for managing the interval performance parameters.
             pwVcPeformanceTotalGroup 1.3.6.1.2.1.10.1.2.2.1.4
Collection of 32 bits objects needed for PW running total performance collection.
             pwVcPeformanceIntervalGroup 1.3.6.1.2.1.10.1.2.2.1.5
Collection of 32 bits objects needed for PW performance collection in 15 minutes intervals.
             pwVcHCPeformanceTotalGroup 1.3.6.1.2.1.10.1.2.2.1.6
Collection of HC objects needed for PW running total performance collection.
             pwVcHCPeformanceIntervalGroup 1.3.6.1.2.1.10.1.2.2.1.7
Collection of HC objects needed for PW performance collection in 15 minutes intervals.
             pwVcMappingTablesGroup 1.3.6.1.2.1.10.1.2.2.1.8
Collection of objects contained in the reverse mapping tables.
             pwVcNotificationControlGroup 1.3.6.1.2.1.10.1.2.2.1.9
Collection of objects for controlling the PW notifications.
             pwVcNotificationGroup 1.3.6.1.2.1.10.1.2.2.1.10
Collection PW notifications objects.
         pwVcCompliances 1.3.6.1.2.1.10.1.2.2.2
             pwModuleCompliance 1.3.6.1.2.1.10.1.2.2.2.1
The compliance statement for agent that support PW operation.