MIBs Depot

CISCO-IETF-VPLS-GENERIC-MIB

Registered at
1.3.6.1.4.1.9.10.138
Last updated
2007-10-22 12:00
Organization
Cisco Systems, Inc.
Revisions
2007-10-22 12:00
Namespace
cisco
Source file
CISCO-IETF-VPLS-GENERIC-MIB
Digest
sha256:a97c7b56b8971a0cee1ea1b18c56b9b9c5a7e1bd1c64364d68be907af15adad2

Description

This MIB module contains generic managed object definitions for Virtual Private LAN Services as in [L2VPN-VPLS-LDP] and [L2VPN-VPLS-BGP] This MIB module enables the use of any underlying Pseudo Wire network. This MIB is based on the following IETF document. http://www.ietf.org/internet-drafts/draft-ietf-l2vpn-vpls-mib-00.txt

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-l2vpn@cisco.com

Imports

FromSymbols
CISCO-IETF-PW-TC-MIBCpwVcIndexType
CISCO-SMIciscoExperiment
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION, TruthValue
VPN-TC-STD-MIBVPNIdOrZero

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-IETF-PW-TC-MIB
CISCO-IETF-VPLS-GENERIC-MIB
CISCO-SMI
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC
VPN-TC-STD-MIB

Objects

NameOIDSyntaxAccessStatus
cvplsNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.138.0
cvplsObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.138.1
cvplsConfigIndexNext
OBJECT-TYPE
This object contains an appropriate value to be used for cvplsConfigIndex when creating entries in the cvplsConfigTable. The value 0 indicates that no unassigned entries are available. To obtain the value of cvplsConfigIndex for a new entry in the cvplsConfigTable, the manager issues a management protocol retrieval operation to obtain the current value of cvplsConfigIndex. 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.
1.3.6.1.4.1.9.10.138.1.1Unsigned32read-onlycurrent
cvplsConfigTable
OBJECT-TYPE
This table specifies information for configuring and monitoring Virtual Private Lan Services(VPLS).
1.3.6.1.4.1.9.10.138.1.2not-accessiblecurrent
cvplsConfigEntry
OBJECT-TYPE
A row in this table represents a Virtual Private Lan Service(VPLS) in a packet network. It is indexed by cvplsConfigIndex, which uniquely identifies a single VPLS. A row is created by the operator or by the agent if a VPLS service is created by non-SNMP application or due to autodiscovery process. None of the read-create objects values can be changed when cvplsConfigRowStatus is in the active(1) state. Changes are allowed when the cvplsConfigRowStatus is in notInService(2) or notReady(3) states only. If the operator needs to change one of the values for an active row the cvplsConfigRowStatus should be first changed to notInService(2), the objects may be changed now, and later to active(1) in order to re-initiate the signaling process with the new values in effect.
1.3.6.1.4.1.9.10.138.1.2.1not-accessiblecurrent
cvplsConfigIndex
OBJECT-TYPE
Unique index for the conceptual row identifying a VPLS service.
1.3.6.1.4.1.9.10.138.1.2.1.1Unsigned32 (1..2147483647)not-accessiblecurrent
cvplsConfigName
OBJECT-TYPE
A textual name of the VPLS. If there is no local name, or this object is otherwise not applicable, then this object MUST contain a zero-length octet string.
1.3.6.1.4.1.9.10.138.1.2.1.2SnmpAdminStringread-createcurrent
cvplsConfigDescr
OBJECT-TYPE
A textual string containing information about the VPLS service. If there is no information for this VPLS service, then this object MUST contain a zero-length octet string.
1.3.6.1.4.1.9.10.138.1.2.1.3SnmpAdminStringread-createcurrent
cvplsConfigAdminStatus
OBJECT-TYPE
The desired administrative state of the VPLS service. If the administrative status of the Vpls service is changed to enable then this service is able to utilize the pseudo wire to perform the tasks of a VPLS service. The testing(3) state indicates that no operational packets can be passed.
1.3.6.1.4.1.9.10.138.1.2.1.4INTEGER {up(1), down(2), testing(3)}read-createcurrent
cvplsConfigMacLearning
OBJECT-TYPE
This object specifies if MAC Learning is enabled in this service. If this object is true then Mac Learning is enabled. If false, then Mac Learning is disabled.
1.3.6.1.4.1.9.10.138.1.2.1.6TruthValueread-createcurrent
cvplsConfigDiscardUnknownDest
OBJECT-TYPE
If the value of this object is 'true', then frames received with an unknown destination MAC are discarded in this VPLS. If 'false', then the packets are processed.
1.3.6.1.4.1.9.10.138.1.2.1.7TruthValueread-createcurrent
cvplsConfigMacAging
OBJECT-TYPE
If the value of this object is 'true' then the MAC aging process is enabled in this VPLS. If 'false', then the MAC aging process is disabled
1.3.6.1.4.1.9.10.138.1.2.1.8TruthValueread-createcurrent
cvplsConfigFwdFullHighWatermark
OBJECT-TYPE
This object specifies the utilization of the forwarding database for this VPLS instance at which the cvplsFwdFullAlarmRaised notification will be sent.
1.3.6.1.4.1.9.10.138.1.2.1.10Unsigned32 (0..100)read-createcurrent
cvplsConfigFwdFullLowWatermark
OBJECT-TYPE
This object specifies the utilization of the forwarding database for this VPLS instance at which the cvplsFwdFullAlarmCleared notification will be sent.
1.3.6.1.4.1.9.10.138.1.2.1.11Unsigned32 (0..100)read-createcurrent
cvplsConfigRowStatus
OBJECT-TYPE
For creating, modifying, and deleting this row. None of the read-create objects in the conceptual rows may be changed when this object is in the active(1) state.
1.3.6.1.4.1.9.10.138.1.2.1.12RowStatusread-createcurrent
cvplsConfigMtu
OBJECT-TYPE
The value of this object specifies the MTU of this vpls instance.
1.3.6.1.4.1.9.10.138.1.2.1.13Unsigned32 (64..1518)read-createcurrent
cvplsConfigVpnId
OBJECT-TYPE
This object indicates the IEEE 802-1990 VPN ID of the associated VPLS service.
1.3.6.1.4.1.9.10.138.1.2.1.14VPNIdOrZeroread-onlycurrent
cvplsConfigServiceType
OBJECT-TYPE
The value of this object specifies the type of service emulated by this vpls instance.
1.3.6.1.4.1.9.10.138.1.2.1.15INTEGER {vlan(1), ethernet(2)}read-createcurrent
cvplsConfigStorageType
OBJECT-TYPE
This variable indicates the storage type for this row.
1.3.6.1.4.1.9.10.138.1.2.1.16StorageTyperead-createcurrent
cvplsStatusTable
OBJECT-TYPE
This table provides information for monitoring Virtual Private Lan Services(VPLS).
1.3.6.1.4.1.9.10.138.1.3not-accessiblecurrent
cvplsStatusEntry
OBJECT-TYPE
A row in this table represents a Virtual Private Lan Service(VPLS) in a packet network. It is indexed by cvplsConfigIndex, which uniquely identifies a single VPLS. A row in this table is automatically created by the agent when a VPLS service is configured.
1.3.6.1.4.1.9.10.138.1.3.1not-accessiblecurrent
cvplsStatusOperStatus
OBJECT-TYPE
The current operational state of this VPLS Service.
1.3.6.1.4.1.9.10.138.1.3.1.1INTEGER {other(0), up(1), down(2)}read-onlycurrent
cvplsStatusPeerCount
OBJECT-TYPE
This object specifies the number of peers present in this vpls instance.
1.3.6.1.4.1.9.10.138.1.3.1.2Counter32read-onlycurrent
cvplsPwBindTable
OBJECT-TYPE
This table provides an association between a VPLS service and the corresponding Pseudo Wires. A service can have more than one Pseudo Wire association. Pseudo Wires are defined in the pwTable
1.3.6.1.4.1.9.10.138.1.4not-accessiblecurrent
cvplsPwBindEntry
OBJECT-TYPE
Each row represents an association between a VPLS instance and one or more Pseudo Wires defined in the pwTable. Each index is unique in describing an entry in this table. However both indexes are required to define the one to many association of service to pseudowire.
1.3.6.1.4.1.9.10.138.1.4.1not-accessiblecurrent
cvplsPwBindIndex
OBJECT-TYPE
Secondary Index for the conceptual row identifying a pseudowire within the PwEntry which MUST match an entry from the PW-STD-MIB's PwTable which represents an already-provisioned pseudowire that is then associated with this VPLS instance.
1.3.6.1.4.1.9.10.138.1.4.1.1CpwVcIndexTypenot-accessiblecurrent
cvplsPwBindConfigType
OBJECT-TYPE
The value of this object indicates whether the Pseudo Wire binding was created manually or via autodiscovery. The value of this object must be specified when the row is created and cannot be changed while the row status is active(1)
1.3.6.1.4.1.9.10.138.1.4.1.2INTEGER {manual(1), autodiscovery(2)}read-createcurrent
cvplsPwBindType
OBJECT-TYPE
The value of this object indicates whether the Pseudo Wire binding is of type mesh or spoke. The value of this object must be specified when the row is created and cannot be changed while the row status is active(1)
1.3.6.1.4.1.9.10.138.1.4.1.3INTEGER {mesh(1), spoke(2)}read-createcurrent
cvplsPwBindRowStatus
OBJECT-TYPE
For creating, modifying, and deleting this row. None of the read-create objects in the conceptual rows may be changed when this object is in the active(1) state
1.3.6.1.4.1.9.10.138.1.4.1.4RowStatusread-createcurrent
cvplsPwBindStorageType
OBJECT-TYPE
This variable indicates the storage type for this row.
1.3.6.1.4.1.9.10.138.1.4.1.5StorageTyperead-createcurrent
cvplsStatusNotifEnable
OBJECT-TYPE
If this object is set to true(1), then it enables the emission of cvplsStatusChanged notification; otherwise this notification is not emitted.
1.3.6.1.4.1.9.10.138.1.5TruthValueread-writecurrent
cvplsNotificationMaxRate
OBJECT-TYPE
This object indicates the maximum number of notifications issued per second. If events occur more rapidly, the implementation may simply fail to emit these notifications during that period, or may queue them until an appropriate time. A value of 0 means no throttling is applied and events may be notified at the rate at which they occur.
1.3.6.1.4.1.9.10.138.1.6Unsigned32read-writecurrent
cvplsConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.138.2
cvplsCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.138.2.1
cvplsGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.10.138.2.2

Notifications

NameOIDStatus
cvplsStatusChanged
NOTIFICATION-TYPE
The cvplsStatusChanged notification is generated when there is a change in the administrative or operating status of a VPLS service.
1.3.6.1.4.1.9.10.138.0.1current
cvplsFwdFullAlarmRaised
NOTIFICATION-TYPE
The cvplsFwdFullAlarmRaised notification is generated when the utilization of the Forwarding database is above the value specified by cvplsConfigFwdFullHighWatermark.
1.3.6.1.4.1.9.10.138.0.2current
cvplsFwdFullAlarmCleared
NOTIFICATION-TYPE
The cvplsFwdFullAlarmCleared notification is generated when the utilization of the Forwarding database is below the value specified by cvplsConfigFwdFullLowWatermark.
1.3.6.1.4.1.9.10.138.0.3current

Conformance

NameOIDStatus
cvplsModuleFullCompliance
MODULE-COMPLIANCE
Compliance requirement for implementations that provide full support for CISCO-IETF-VPLS-GENERIC-MIB. Such devices can then be monitored and configured using this MIB module.
1.3.6.1.4.1.9.10.138.2.1.1current
cvplsModuleReadOnlyCompliance
MODULE-COMPLIANCE
Compliance requirement for implementations that only provide read-only support for CISCO-IETF-VPLS-GENERIC-MIB. Such devices can then be monitored but cannot be configured using this MIB modules.
1.3.6.1.4.1.9.10.138.2.1.2current
cvplsGroup
OBJECT-GROUP
The group of objects supporting management of L2VPN VPLS services
1.3.6.1.4.1.9.10.138.2.2.1current
cvplsPwBindGroup
OBJECT-GROUP
The group of objects supporting management of Pseudo Wire (PW) Binding to VPLS.
1.3.6.1.4.1.9.10.138.2.2.2current
cvplsNotificationGroup
NOTIFICATION-GROUP
The group of notifications supporting the Notifications generated for VPLS Services
1.3.6.1.4.1.9.10.138.2.2.3current