-- extracted from draft-ietf-pwe3-pw-mib-03.txt -- at Sat Jan 10 06:16:20 2004 PW-DRAFT04-MIB DEFINITIONS ::= BEGIN IMPORTS NOTIFICATION-TYPE, MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, Counter64, TimeTicks FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF TruthValue, RowStatus, StorageType, TimeStamp FROM SNMPv2-TC SnmpAdminString FROM SNMP-FRAMEWORK-MIB PwVcIndexType, PwGroupID, PwVcIDType, PwOperStatus, PwVcType, PwVcAttachmentIdentifierType, Pseudo Wire (PW) Management January 2004 Information Base PwVcRemoteCwStatus, PwVcCapabilities, PwVcStatus, PwVcFragSize, PwVcFragStatus, pwStdMIB FROM PW-TC-DRAFT04-MIB InetAddressType, InetAddress FROM INET-ADDRESS-MIB ; pwVcMIB MODULE-IDENTITY LAST-UPDATED "200312101200Z" -- 10 January 2004 12:00:00 EST ORGANIZATION "Pseudo Wire Edge to Edge Emulation (PWE3) Working Group" CONTACT-INFO " David Zelig Postal: Corrigent Systems 126, Yigal Alon St. Tel Aviv, ISRAEL Phone: +972-3-6945273 E-mail: davidz@corrigent.com Thomas D. Nadeau Postal: Cisco Systems, Inc. 250 Apollo Drive Chelmsford, MA 01824 Tel: +1-978-497-3051 Email: tnadeau@cisco.com Dave Danenberg Postal: Litchfield Communications, Inc. 76 Westbury Park Rd Princeton Building East Watertown, CT 06795 Tel: +1-860-945-1573 x3180 Email: dave_danenberg@litchfieldcomm.com Sharon Mantin Postal: AxONLink (Israel) Ltd 9 Bareket St. Petah Tikva 49517, Israel Tel: +972-3-9263972 Email: sharon.mantin@axonlink.com The PWE3 Working Group (email distribution pwe3@ietf.org, http://www.ietf.org/html.charters/pwe3-charter.html) " DESCRIPTION "This MIB module contains managed object definitions for Pseudo Wire operation as in: Bryant., et al, 'PWE3 Pseudo Wire (PW) Management January 2004 Information Base 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 " -- Revision history. REVISION "200312101200Z" -- 10 January 2004 12:00:00 EST DESCRIPTION " published as draft-ietf-pw-mib-04. Changes from previous drafts: - Changing textual convention back to TruthValue where required for correct compilation. - Editing description clauses. - Adapting main description clause to MIB boilerplate. - Adapat MIB names to STD-MIB naming convention. - Add pwVcRemoteStatusCapable. - Add PW delete notification. - Add pwVcLastChanged. - Clarify usage of pwVcIndexMappingTable. " REVISION "200307211200Z" -- 21 July 2003 12:00:00 EST DESCRIPTION " published as draft-ietf-pw-mib-02. Changes from previous draft: 1) Aligned with draft-pwe3-control-protocol-02.txt 2) Add support for Generalized ID FEC Element option. 3) Add support for fragmentation status. 3) Add notifications and notification control. 4) Remove control word to service specific MIB modules. " REVISION Pseudo Wire (PW) Management January 2004 Information Base "200205261200Z" -- 26 May 2002 12:00:00 EST DESCRIPTION "Moved to draft-ietf-00 status. Changes from previous draft: 1) Change name of pwVcPriority to pwVcSetUpPriority and added pwVcHoldingPriority. 2) Add pwVcIdMappingTable and pwVcPeersMappingTable to help ordered query of the MIB tables for EMS applications. 3) Clarification to work in progress objects. 4) Editorial and typos in descriptions. 5) Added pwVcPerfTotalDiscontinuityTime and pwVcPerfIntervalTimeElapsed. 6) Remove 32 bit counters. " REVISION "200201301200Z" -- 30 January 2002 12:00:00 EST DESCRIPTION " Changes from -01 draft: 1) Inbound and outbound clarification and name changes. 2) Removing pwVcPeerIpv4Addr and pwVcPeerIpv6Addr, replacing them with pwVcPeerAddr and adding type for address type selection. 3) Adding type for VC OperStatus. 4) Adding pwVcTimeElapsed and pwVcValidIntervals. " REVISION "200111071200Z" -- 7 November 2001 12:00:00 EST DESCRIPTION "Changes from -00 draft: 1) Remove VcInstance from tables indexes in order to simplify the MIB. 2) Removing APS 1+1 table. 3) Changing hdlcCisco to hdlc in pwVcType. 4) Add description of VC label at pending PW signaling stage. 5) Add interval valid object in interval performance tables. 6) Remove VC APS notification. 7) Change 'conservative'/'liberal' to 'strict'/'loose'. 8) Add objects for interface MTU, use of control word, interface string. 9) Ordering of objects based on functionality. 10) Update operation of pwVcOperStatus. " REVISION "200107111200Z" -- 11 July 2001 12:00:00 EST DESCRIPTION "draft-00 version" Pseudo Wire (PW) Management January 2004 Information Base ::= { pwStdMIB 2 } -- To be assigned by IANA -- Top-level components of this MIB. -- Notifications pwVcNotifications OBJECT IDENTIFIER ::= { pwVcMIB 0 } -- Tables, Scalars pwVcObjects OBJECT IDENTIFIER ::= { pwVcMIB 1 } -- Conformance pwVcConformance OBJECT IDENTIFIER ::= { pwVcMIB 2 } -- PW Virtual Connection (VC) Table pwVcIndexNext OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { pwVcObjects 1 } pwVcTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table specifies information for configuring and status monitoring which are common to all service types and PSN types." ::= { pwVcObjects 2 } pwVcEntry OBJECT-TYPE SYNTAX PwVcEntry MAX-ACCESS not-accessible Pseudo Wire (PW) Management January 2004 Information Base STATUS current DESCRIPTION "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. " INDEX { pwVcIndex } ::= { pwVcTable 1 } PwVcEntry ::= SEQUENCE { pwVcIndex PwVcIndexType, pwVcType PwVcType, pwVcOwner INTEGER, pwVcPsnType INTEGER, pwVcSetUpPriority Integer32, pwVcHoldingPriority Integer32, pwVcPeerAddrType InetAddressType, pwVcPeerAddr InetAddress, pwVcID PwVcIDType, pwVcLocalGroupID PwGroupID, pwVcGroupAttachmentID PwVcAttachmentIdentifierType, pwVcLocalAttachmentID PwVcAttachmentIdentifierType, pwVcPeerAttachmentID PwVcAttachmentIdentifierType, pwVcCwPreference TruthValue, pwVcLocalIfMtu Unsigned32, pwVcLocalIfString TruthValue, pwVcLocalCapabAdvert PwVcCapabilities, pwVcRemoteGroupID PwGroupID, pwVcRemoteCwStatus PwVcRemoteCwStatus, pwVcRemoteIfMtu Unsigned32, pwVcRemoteIfString SnmpAdminString, pwVcRemoteCapabilities PwVcCapabilities, pwVcFragmentCfgSize PwVcFragSize, pwVcRmtFragCapability PwVcFragStatus, pwVcOutboundVcLabel Unsigned32, pwVcInboundVcLabel Unsigned32, pwVcName SnmpAdminString, pwVcDescr SnmpAdminString, pwVcCreateTime TimeStamp, pwVcUpTime TimeTicks, pwVcLastChange TimeTicks, pwVcAdminStatus INTEGER, pwVcOperStatus PwOperStatus, pwVcLocalStatus PwVcStatus, Pseudo Wire (PW) Management January 2004 Information Base pwVcRemoteStatusCapable INTEGER, pwVcRemoteStatus PwVcStatus, pwVcTimeElapsed Integer32, pwVcValidIntervals Integer32, pwVcRowStatus RowStatus, pwVcStorageType StorageType } pwVcIndex OBJECT-TYPE SYNTAX PwVcIndexType MAX-ACCESS not-accessible STATUS current DESCRIPTION "Index for the conceptual row identifying a PW within this PW Emulation table." ::= { pwVcEntry 1 } pwVcType OBJECT-TYPE SYNTAX PwVcType MAX-ACCESS read-create STATUS current DESCRIPTION "This value indicate the service to be carried over this PW. " ::= { pwVcEntry 2 } pwVcOwner OBJECT-TYPE SYNTAX INTEGER { manual (1), pwIdFecSignaling (2), -- PW signaling with PW ID FEC genFecSignaling (3), -- Generalized attachment FEC l2tpControlProtocol (4), other (5) } MAX-ACCESS read-create STATUS current DESCRIPTION "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." Pseudo Wire (PW) Management January 2004 Information Base ::= { pwVcEntry 3 } pwVcPsnType OBJECT-TYPE SYNTAX INTEGER { mpls (1), l2tp (2), ip (3), mplsOverIp (4),-- May be combined with 'mpls' in the future gre (5), other (6) } MAX-ACCESS read-create STATUS current DESCRIPTION "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. " ::= { pwVcEntry 4 } pwVcSetUpPriority OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "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." DEFVAL { 0 } ::= { pwVcEntry 5 } pwVcHoldingPriority OBJECT-TYPE SYNTAX Integer32 (0..7) MAX-ACCESS read-create STATUS current DESCRIPTION "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 Pseudo Wire (PW) Management January 2004 Information Base 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." DEFVAL { 0 } ::= { pwVcEntry 6 } pwVcPeerAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-create STATUS current DESCRIPTION "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'. " DEFVAL { ipv4 } ::= { pwVcEntry 8 } pwVcPeerAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-create STATUS current DESCRIPTION "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)." ::= { pwVcEntry 9 } pwVcID OBJECT-TYPE SYNTAX PwVcIDType MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." ::= { pwVcEntry 10 } pwVcLocalGroupID OBJECT-TYPE SYNTAX PwGroupID Pseudo Wire (PW) Management January 2004 Information Base MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." ::= { pwVcEntry 11 } pwVcGroupAttachmentID OBJECT-TYPE SYNTAX PwVcAttachmentIdentifierType MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." ::= { pwVcEntry 12 } pwVcLocalAttachmentID OBJECT-TYPE SYNTAX PwVcAttachmentIdentifierType MAX-ACCESS read-create STATUS current DESCRIPTION "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. " REFERENCE "Martini, et al, ." ::= { pwVcEntry 13 } pwVcPeerAttachmentID OBJECT-TYPE SYNTAX PwVcAttachmentIdentifierType MAX-ACCESS read-create STATUS current DESCRIPTION "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. Pseudo Wire (PW) Management January 2004 Information Base Applicable if pwVcOwner equal 'genFecSignaling'. Should be set to NULL (zero length) if not applicable. " REFERENCE "Martini, et al, ." ::= { pwVcEntry 14 } pwVcCwPreference OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." DEFVAL { false } ::= { pwVcEntry 15 } pwVcLocalIfMtu OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." DEFVAL { 0 } ::= { pwVcEntry 16 } pwVcLocalIfString OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-create STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." Pseudo Wire (PW) Management January 2004 Information Base DEFVAL { false } ::= { pwVcEntry 17 } pwVcLocalCapabAdvert OBJECT-TYPE SYNTAX PwVcCapabilities MAX-ACCESS read-create STATUS current DESCRIPTION "Indicate the capabilities to be advertised by this node to the peer." REFERENCE "Martini, et al, ." ::= { pwVcEntry 18 } pwVcRemoteGroupID OBJECT-TYPE SYNTAX PwGroupID MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE "Martini, et al, ." ::= { pwVcEntry 19 } pwVcRemoteCwStatus OBJECT-TYPE SYNTAX PwVcRemoteCwStatus MAX-ACCESS read-create STATUS current DESCRIPTION "If maintenance protocol is used for PW establishment, this parameter indicates the status of the control word negotiation. " REFERENCE "Martini, et al, . " ::= { pwVcEntry 20 } pwVcRemoteIfMtu OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." REFERENCE Pseudo Wire (PW) Management January 2004 Information Base "Martini, et al, ." ::= { pwVcEntry 21 } pwVcRemoteIfString OBJECT-TYPE SYNTAX SnmpAdminString (SIZE (0..80)) MAX-ACCESS read-only STATUS current DESCRIPTION "Indicate the interface description string as received by the maintenance protocol, MUST be NULL string if not applicable or not known yet." REFERENCE "Martini, et al, ." ::= { pwVcEntry 22 } pwVcRemoteCapabilities OBJECT-TYPE SYNTAX PwVcCapabilities MAX-ACCESS read-only STATUS current DESCRIPTION "Indicate the capabilities as advertised by the peer." REFERENCE "Martini, et al, ." ::= { pwVcEntry 23 } pwVcFragmentCfgSize OBJECT-TYPE SYNTAX PwVcFragSize MAX-ACCESS read-create STATUS current DESCRIPTION "If set to value other than zero, indicate that fragmantation is desired for this PW." ::= { pwVcEntry 24 } pwVcRmtFragCapability OBJECT-TYPE SYNTAX PwVcFragStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of the fragmentation based on the local configuration and the peer capabilities as advertised by the peer if control protocol is used." ::= { pwVcEntry 25 } pwVcOutboundVcLabel OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "The PW label used in the outbound direction (i.e. toward the PSN). It may be set up manually if owner is 'manual' Pseudo Wire (PW) Management January 2004 Information Base 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." ::= { pwVcEntry 26 } pwVcInboundVcLabel OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-create STATUS current DESCRIPTION "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." ::= { pwVcEntry 27 } pwVcName OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "The canonical name assigned to the PW." ::= { pwVcEntry 28 } pwVcDescr OBJECT-TYPE SYNTAX SnmpAdminString MAX-ACCESS read-create STATUS current DESCRIPTION "A textual string containing information about the PW. If there is no description this object contains a zero length string." ::= { pwVcEntry 29 } pwVcCreateTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "System time when this PW was created." ::= { pwVcEntry 30 } pwVcUpTime OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current Pseudo Wire (PW) Management January 2004 Information Base DESCRIPTION "Specifies the total time this PW operStatus has been Up(1)." ::= { pwVcEntry 31 } pwVcLastChange OBJECT-TYPE SYNTAX TimeTicks MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { pwVcEntry 32 } pwVcAdminStatus OBJECT-TYPE SYNTAX INTEGER { up(1), -- ready to pass packets down(2), testing(3) -- in some test mode } MAX-ACCESS read-create STATUS current DESCRIPTION "The desired operational status of this PW." ::= { pwVcEntry 33 } pwVcOperStatus OBJECT-TYPE SYNTAX PwOperStatus MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicate 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 is 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. " ::= { pwVcEntry 34 } pwVcLocalStatus OBJECT-TYPE SYNTAX PwVcStatus MAX-ACCESS read-only Pseudo Wire (PW) Management January 2004 Information Base STATUS current DESCRIPTION "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. " ::= { pwVcEntry 35 } pwVcRemoteStatusCapable OBJECT-TYPE SYNTAX INTEGER { notApplicable (1), notYetKnown (2), remoteCapable (3), remoteNotCapable (4) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicate 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. " ::= { pwVcEntry 36 } pwVcRemoteStatus OBJECT-TYPE SYNTAX PwVcStatus MAX-ACCESS read-only STATUS current DESCRIPTION "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. " ::= { pwVcEntry 37 } pwVcTimeElapsed OBJECT-TYPE SYNTAX Integer32 (1..900) Pseudo Wire (PW) Management January 2004 Information Base MAX-ACCESS read-only STATUS current DESCRIPTION "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. " ::= { pwVcEntry 38 } pwVcValidIntervals OBJECT-TYPE SYNTAX Integer32 (0..96) MAX-ACCESS read-only STATUS current DESCRIPTION "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. " ::= { pwVcEntry 39 } pwVcRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "For creating, modifying, and deleting this row." ::= { pwVcEntry 40 } pwVcStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-create STATUS current DESCRIPTION "This variable indicates the storage type for this object." ::= { pwVcEntry 41 } -- End of PW Virtual Connection Table Pseudo Wire (PW) Management January 2004 Information Base -- PW Performance Table. pwVcPerfCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcPerfCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides per-PW performance information for the current interval." ::= { pwVcObjects 3 } pwVcPerfCurrentEntry OBJECT-TYPE SYNTAX PwVcPerfCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created by the agent for every PW." INDEX { pwVcIndex } ::= { pwVcPerfCurrentTable 1 } PwVcPerfCurrentEntry ::= SEQUENCE { pwVcPerfCurrentInHCPackets Counter64, pwVcPerfCurrentInHCBytes Counter64, pwVcPerfCurrentOutHCPackets Counter64, pwVcPerfCurrentOutHCBytes Counter64 } pwVcPerfCurrentInHCPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets received by the PW (from the PSN) in the current 15 minute interval. " ::= { pwVcPerfCurrentEntry 1 } pwVcPerfCurrentInHCBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes received by the PW (from the PSN) in the current 15 minute interval. " ::= { pwVcPerfCurrentEntry 2 } pwVcPerfCurrentOutHCPackets OBJECT-TYPE Pseudo Wire (PW) Management January 2004 Information Base SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets forwarded by the PW (to the PSN) in the current 15 minute interval. " ::= { pwVcPerfCurrentEntry 3 } pwVcPerfCurrentOutHCBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes forwarded by the PW (to the PSN) in the current 15 minute interval. " ::= { pwVcPerfCurrentEntry 4 } -- End of PW Perf current Table -- PW Performance Interval Table. pwVcPerfIntervalTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcPerfIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides per-PW performance information for each interval." ::= { pwVcObjects 4 } pwVcPerfIntervalEntry OBJECT-TYPE SYNTAX PwVcPerfIntervalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created agent for every PW." INDEX { pwVcIndex, pwVcPerfIntervalNumber } ::= { pwVcPerfIntervalTable 1 } PwVcPerfIntervalEntry ::= SEQUENCE { pwVcPerfIntervalNumber Integer32, pwVcPerfIntervalValidData TruthValue, pwVcPerfIntervalTimeElapsed Integer32, pwVcPerfIntervalInHCPackets Counter64, pwVcPerfIntervalInHCBytes Counter64, pwVcPerfIntervalOutHCPackets Counter64, pwVcPerfIntervalOutHCBytes Counter64 } Pseudo Wire (PW) Management January 2004 Information Base pwVcPerfIntervalNumber OBJECT-TYPE SYNTAX Integer32 (1..96) MAX-ACCESS not-accessible STATUS current DESCRIPTION "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. " REFERENCE "Tesink, K. 'Definitions of Managed Objects for the SONET/SDH Interface Type', RFC 2558" ::= { pwVcPerfIntervalEntry 1 } pwVcPerfIntervalValidData OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "This variable indicates if the data for this interval is valid." ::= { pwVcPerfIntervalEntry 2 } pwVcPerfIntervalTimeElapsed OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { pwVcPerfIntervalEntry 3 } pwVcPerfIntervalInHCPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets received by the PW (from the PSN) in a particular 15-minute interval." ::= { pwVcPerfIntervalEntry 4 } pwVcPerfIntervalInHCBytes OBJECT-TYPE SYNTAX Counter64 Pseudo Wire (PW) Management January 2004 Information Base MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes received by the PW (from the PSN) in a particular 15-minute interval." ::= { pwVcPerfIntervalEntry 5 } pwVcPerfIntervalOutHCPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets forwarded by the PW (to the PSN) in a particular 15-minute interval." ::= { pwVcPerfIntervalEntry 6 } pwVcPerfIntervalOutHCBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes forwarded by the PW (to the PSN) in a particular 15-minute interval." ::= { pwVcPerfIntervalEntry 7 } -- End of PW Performance Interval Table -- PW Performance Total Table. pwVcPerfTotalTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcPerfTotalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table provides per-PW Performance information from PW start time." ::= { pwVcObjects 5 } pwVcPerfTotalEntry OBJECT-TYPE SYNTAX PwVcPerfTotalEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created by the agent for every PW." INDEX { pwVcIndex } ::= { pwVcPerfTotalTable 1 } Pseudo Wire (PW) Management January 2004 Information Base PwVcPerfTotalEntry ::= SEQUENCE { pwVcPerfTotalInHCPackets Counter64, pwVcPerfTotalInHCBytes Counter64, pwVcPerfTotalOutHCPackets Counter64, pwVcPerfTotalOutHCBytes Counter64, pwVcPerfTotalDiscontinuityTime TimeStamp } pwVcPerfTotalInHCPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets received by the PW (from the PSN)." ::= { pwVcPerfTotalEntry 1 } pwVcPerfTotalInHCBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes received by the PW (from the PSN)." ::= { pwVcPerfTotalEntry 2 } pwVcPerfTotalOutHCPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of packets forwarded by the PW (to the PSN)." ::= { pwVcPerfTotalEntry 3 } pwVcPerfTotalOutHCBytes OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "High capacity counter for number of bytes forwarded by the PW (to the PSN)." ::= { pwVcPerfTotalEntry 4 } pwVcPerfTotalDiscontinuityTime OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime on the most recent occasion at which any one or more of this row Counter32 or Pseudo Wire (PW) Management January 2004 Information Base 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." ::= { pwVcPerfTotalEntry 5 } -- End of PW Perf Total Table -- Error counter scalar pwVcPerfTotalErrorPackets OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Counter for number of error at PW level processing, for example packets received with unknown PW label." ::= { pwVcObjects 6 } -- Reverse mapping tables pwVcIndexMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcIndexMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table enable (1) retrieving of the PW index from the node for specific PW based on the unique PW parameters (peer IP, PW type and PW ID), and (2) for existing PW the reverse mapping between these parameters and the pwVcIndex. The table is not applicable for PW created manually or by using the generalized FEC." ::= { pwVcObjects 7 } pwVcIndexMappingEntry OBJECT-TYPE SYNTAX PwVcIndexMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "When used in option (1) above, the EMS create a row by setting the indexes of the table and then acquire the pwVcIndex from the node. For existing PWs (2), the table allow retrieval of the pwVcIndex from the peer address, PW type and PW ID. An implementation may not support option (1), but an entry in this table MUST be created by the agent for every PW configured by the pwVcTable if such entry do not exist." INDEX { pwVcIndexMappingVcType, pwVcIndexMappingVcID, pwVcIndexMappingPeerAddrType, pwVcIndexMappingPeerAddr Pseudo Wire (PW) Management January 2004 Information Base } ::= { pwVcIndexMappingTable 1 } PwVcIndexMappingEntry ::= SEQUENCE { pwVcIndexMappingVcType PwVcType, pwVcIndexMappingVcID PwVcIDType, pwVcIndexMappingPeerAddrType InetAddressType, pwVcIndexMappingPeerAddr InetAddress, pwVcIndexMappingVcIndex PwVcIndexType, pwVcIndexMappingRowStatus RowStatus, pwVcIndexMappingStorageType StorageType } pwVcIndexMappingVcType OBJECT-TYPE SYNTAX PwVcType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The PW type (indicate the service) of this PW." ::= { pwVcIndexMappingEntry 1 } pwVcIndexMappingVcID OBJECT-TYPE SYNTAX PwVcIDType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The PW ID of this PW. Zero if the PW is configured manually." ::= { pwVcIndexMappingEntry 2 } pwVcIndexMappingPeerAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address type of the peer node." ::= { pwVcIndexMappingEntry 3 } pwVcIndexMappingPeerAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address type of the peer node." ::= { pwVcIndexMappingEntry 4 } pwVcIndexMappingVcIndex OBJECT-TYPE SYNTAX PwVcIndexType MAX-ACCESS read-only STATUS current DESCRIPTION Pseudo Wire (PW) Management January 2004 Information Base "The value that represent the PW in the pwVcTable." ::= { pwVcIndexMappingEntry 5 } pwVcIndexMappingRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "For creating, modifying, and deleting this row." ::= { pwVcIndexMappingEntry 6 } pwVcIndexMappingStorageType OBJECT-TYPE SYNTAX StorageType MAX-ACCESS read-create STATUS current DESCRIPTION "This variable indicates the storage type for this object." ::= { pwVcIndexMappingEntry 7 } pwVcPeerMappingTable OBJECT-TYPE SYNTAX SEQUENCE OF PwVcPeerMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "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." ::= { pwVcObjects 8 } pwVcPeerMappingEntry OBJECT-TYPE SYNTAX PwVcPeerMappingEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry in this table is created by the agent for every PW configured in pwVcTable." INDEX { pwVcPeerMappingPeerAddrType, pwVcPeerMappingPeerAddr, pwVcPeerMappingVcType, pwVcPeerMappingVcID, pwVcPeerMappingVcIndex} ::= { pwVcPeerMappingTable 1 } PwVcPeerMappingEntry ::= SEQUENCE { pwVcPeerMappingPeerAddrType InetAddressType, pwVcPeerMappingPeerAddr InetAddress, pwVcPeerMappingVcType PwVcType, pwVcPeerMappingVcID PwVcIDType, pwVcPeerMappingVcIndex PwVcIndexType Pseudo Wire (PW) Management January 2004 Information Base } pwVcPeerMappingPeerAddrType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address type of the peer node." ::= { pwVcPeerMappingEntry 1 } pwVcPeerMappingPeerAddr OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS not-accessible STATUS current DESCRIPTION "IP address type of the peer node." ::= { pwVcPeerMappingEntry 2 } pwVcPeerMappingVcType OBJECT-TYPE SYNTAX PwVcType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The PW type (indicate the service) of this PW." ::= { pwVcPeerMappingEntry 3 } pwVcPeerMappingVcID OBJECT-TYPE SYNTAX PwVcIDType MAX-ACCESS not-accessible STATUS current DESCRIPTION "The PW ID of this PW. Zero if the PW is configured manually." ::= { pwVcPeerMappingEntry 4 } pwVcPeerMappingVcIndex OBJECT-TYPE SYNTAX PwVcIndexType MAX-ACCESS read-only STATUS current DESCRIPTION "The value that represent the PW in the pwVcTable." ::= { pwVcPeerMappingEntry 5 } -- End of reverse mapping tables pwVcUpDownNotifEnable OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "If this object is set to true(1), then it enables Pseudo Wire (PW) Management January 2004 Information Base the emission of pwVcUp and pwVcDown notifications; otherwise these notifications are not emitted." REFERENCE "See also RFC3413 for explanation that notifications are under the ultimate control of the MIB modules in this document." DEFVAL { false } ::= { pwVcObjects 9 } pwVcNotifRate OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "This object defines the maximum number of PW notifications that can be emitted from the device per second." ::= { pwVcObjects 10 } -- Notifications - PW pwVcDown NOTIFICATION-TYPE OBJECTS { pwVcOperStatus, --start of range pwVcOperStatus --end of range } STATUS current DESCRIPTION "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." ::= { pwVcNotifications 1 } pwVcUp NOTIFICATION-TYPE OBJECTS { pwVcOperStatus, --start of range pwVcOperStatus --end of range Pseudo Wire (PW) Management January 2004 Information Base } STATUS current DESCRIPTION "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." ::= { pwVcNotifications 2 } pwVcDeleted NOTIFICATION-TYPE OBJECTS { pwVcType, pwVcID, pwVcPeerAddrType, pwVcPeerAddr } STATUS current DESCRIPTION "This notification is generated when the PW has been deleted, i.e. when the pwVcRowStatus has been set to destroy(6). " ::= { pwVcNotifications 3 } -- End of notifications. -- conformance information pwVcGroups OBJECT IDENTIFIER ::= { pwVcConformance 1 } pwVcCompliances OBJECT IDENTIFIER ::= { pwVcConformance 2 } pwModuleCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for agent that support PW operation." Pseudo Wire (PW) Management January 2004 Information Base MODULE -- this module MANDATORY-GROUPS { pwVcGroup, pwVcPeformanceTotalGroup } ::= { pwVcCompliances 1 } -- Units of conformance. pwVcGroup OBJECT-GROUP OBJECTS { pwVcIndexNext, pwVcType, pwVcOwner, pwVcPsnType, pwVcSetUpPriority, pwVcHoldingPriority, pwVcPeerAddrType, pwVcPeerAddr, pwVcID, pwVcLocalGroupID, pwVcGroupAttachmentID, pwVcLocalAttachmentID, pwVcPeerAttachmentID, pwVcCwPreference, pwVcLocalIfMtu, pwVcLocalIfString, pwVcLocalCapabAdvert, pwVcRemoteGroupID, pwVcRemoteCwStatus, pwVcRemoteIfMtu, pwVcRemoteIfString, pwVcRemoteCapabilities, pwVcFragmentCfgSize, pwVcRmtFragCapability, pwVcOutboundVcLabel, pwVcInboundVcLabel, pwVcName, pwVcDescr, pwVcCreateTime, pwVcUpTime, pwVcLastChange, pwVcAdminStatus, pwVcOperStatus, pwVcLocalStatus, pwVcRemoteStatusCapable, pwVcRemoteStatus, pwVcTimeElapsed, pwVcValidIntervals, pwVcRowStatus, pwVcStorageType } Pseudo Wire (PW) Management January 2004 Information Base STATUS current DESCRIPTION "Collection of objects needed for PW configuration." ::= { pwVcGroups 1 } pwVcPeformanceTotalGroup OBJECT-GROUP OBJECTS { pwVcPerfTotalInHCPackets, pwVcPerfTotalInHCBytes, pwVcPerfTotalOutHCPackets, pwVcPerfTotalOutHCBytes, pwVcPerfTotalDiscontinuityTime, pwVcPerfTotalErrorPackets } STATUS current DESCRIPTION "Collection of objects needed for PW running total performance collection." ::= { pwVcGroups 2 } pwVcPeformanceIntervalGroup OBJECT-GROUP OBJECTS { pwVcPerfCurrentInHCPackets, pwVcPerfCurrentInHCBytes, pwVcPerfCurrentOutHCPackets, pwVcPerfCurrentOutHCBytes, pwVcPerfIntervalValidData, pwVcPerfIntervalTimeElapsed, pwVcPerfIntervalInHCPackets, pwVcPerfIntervalInHCBytes, pwVcPerfIntervalOutHCPackets, pwVcPerfIntervalOutHCBytes } STATUS current DESCRIPTION "Collection of objects needed for PW performance collection in 15 minutes intervals." ::= { pwVcGroups 3 } pwVcMappingTablesGroup OBJECT-GROUP OBJECTS { pwVcIndexMappingVcIndex, pwVcIndexMappingRowStatus, pwVcIndexMappingStorageType, Pseudo Wire (PW) Management January 2004 Information Base pwVcPeerMappingVcIndex } STATUS current DESCRIPTION "Collection of objects contained in the reverse mapping tables." ::= { pwVcGroups 4 } pwVcNotificationControlGroup OBJECT-GROUP OBJECTS { pwVcUpDownNotifEnable, pwVcNotifRate } STATUS current DESCRIPTION "Collection of objects for controlling the PW notifications." ::= { pwVcGroups 5 } pwVcNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { pwVcUp, pwVcDown, pwVcDeleted } STATUS current DESCRIPTION "Collection of objects for controlling the PW notifications." ::= { pwVcGroups 6 } -- END of PW-STD-MIB END -- -- Copyright (C) The Internet Society (2000). All Rights Reserved. -- This document and translations of it may be copied and furnished -- to others, and derivative works that comment on or otherwise -- explain it or assist in its implementation may be prepared, -- copied, published and distributed, in whole or in part, without -- restriction of any kind, provided that the above copyright notice -- and this paragraph are included on all such copies and derivative -- works. However, this document itself may not be modified in any -- way, such as by removing the copyright notice or references to the -- Internet Society or other Internet organizations, except as needed -- for the purpose of developing Internet standards in which case the -- procedures for copyrights defined in the Internet Standards -- process must be followed, or as required to translate it into -- languages other than English. -- The limited permissions granted above are perpetual and will not -- be revoked by the Internet Society or its successors or assigns. -- This document and the information contained herein is provided on -- an "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET -- ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR -- IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF -- THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- -- 13 Intellectual Property Notice -- -- The IETF takes no position regarding the validity or scope of any -- intellectual property or other rights that might be claimed to -- pertain to the implementation or use of the technology described -- in this document or the extent to which any license under such -- rights might or might not be available; neither does it represent -- that it has made any effort to identify any such rights. -- Information on the IETF's procedures with respect to rights in -- standards-track and standards-related documentation can be found -- in BCP-11 [RFC2028]. -- Copies of claims of rights made available for publication and any -- assurances of licenses to be made available, or the result of an -- attempt made to obtain a general license or permission for the use -- of such proprietary rights by implementors or users of this -- specification can be obtained from the IETF Secretariat. -- Information Base -- -- -- The IETF invites any interested party to bring to its attention -- any copyrights, patents or patent applications, or other -- proprietary rights that may cover technology that may be required -- to practice this standard. Please address the information to the -- IETF Executive Director.