CISCO-IETF-VPLS-GENERIC-MIB
AI MIB Summary
The CISCO-IETF-VPLS-GENERIC-MIB defines managed objects for monitoring Virtual Private LAN Service (VPLS) instances and associated pseudowire states across LDP and BGP signaling protocols on Cisco IOS and IOS-XE platforms. It facilitates the management of VPLS session parameters, pseudowire connectivity status, and generic VPLS service attributes independent of the underlying transport mechanism.
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
Main OID:
cvplsGenericMIB.1.3.6.1.4.1.9.10.138
40
Objects
Active
Status
7
Dependencies
Imported Objects
Objects
40 total| Object Name |
|---|
cvplsGenericMIBThis 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 MODULE-IDENTITY .1.3.6.1.4.1.9.10.138 |
IMPORTSThis 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 NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.138 |
cvplsNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.138.0 |
cvplsStatusChangedThe cvplsStatusChanged notification is generated
when there is a change in the administrative or
operating status of a VPLS service. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.138.0.1 |
cvplsFwdFullAlarmRaisedThe cvplsFwdFullAlarmRaised notification is
generated when the utilization of the Forwarding
database is above the value specified by
cvplsConfigFwdFullHighWatermark. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.138.0.2 |
cvplsFwdFullAlarmClearedThe cvplsFwdFullAlarmCleared notification is
generated when the utilization of the Forwarding
database is below the value specified by
cvplsConfigFwdFullLowWatermark. NOTIFICATION-TYPE .1.3.6.1.4.1.9.10.138.0.3 |
cvplsObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.138.1 |
cvplsConfigIndexNextThis 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.ro Unsigned32 .1.3.6.1.4.1.9.10.138.1.1 |
cvplsConfigTableThis table specifies information for configuring
and monitoring Virtual Private Lan Services(VPLS). SEQUENCE OF CvplsConfigEntry .1.3.6.1.4.1.9.10.138.1.2 |
cvplsConfigEntryA 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. CvplsConfigEntry .1.3.6.1.4.1.9.10.138.1.2.1 |
cvplsConfigIndexUnique index for the conceptual row identifying
a VPLS service. Unsigned32 .1.3.6.1.4.1.9.10.138.1.2.1.1 |
cvplsConfigNameA 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.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.138.1.2.1.2 |
cvplsConfigDescrA 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.rw SnmpAdminString (SNMP-FRAMEWORK-MIB) .1.3.6.1.4.1.9.10.138.1.2.1.3 |
cvplsConfigAdminStatusThe 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.rw Enumeration .1.3.6.1.4.1.9.10.138.1.2.1.4 |
cvplsConfigMacLearningThis 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.2.1.6 |
cvplsConfigDiscardUnknownDestIf 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.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.2.1.7 |
cvplsConfigMacAgingIf 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 disabledrw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.2.1.8 |
cvplsConfigFwdFullHighWatermarkThis object specifies the utilization of the
forwarding database for this VPLS instance at
which the cvplsFwdFullAlarmRaised notification
will be sent.rw Unsigned32 .1.3.6.1.4.1.9.10.138.1.2.1.10 |
cvplsConfigFwdFullLowWatermarkThis object specifies the utilization of the
forwarding database for this VPLS instance
at which the cvplsFwdFullAlarmCleared
notification will be sent.rw Unsigned32 .1.3.6.1.4.1.9.10.138.1.2.1.11 |
cvplsConfigRowStatusFor 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.2.1.12 |
cvplsConfigMtuThe value of this object specifies the MTU of this
vpls instance.rw Unsigned32 .1.3.6.1.4.1.9.10.138.1.2.1.13 |
cvplsConfigVpnIdThis object indicates the IEEE 802-1990
VPN ID of the associated VPLS service.ro VPNIdOrZero (VPN-TC-STD-MIB) .1.3.6.1.4.1.9.10.138.1.2.1.14 |
cvplsConfigServiceTypeThe value of this object specifies the type of
service emulated by this vpls instance.rw Enumeration .1.3.6.1.4.1.9.10.138.1.2.1.15 |
cvplsConfigStorageTypeThis variable indicates the storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.2.1.16 |
cvplsStatusTableThis table provides information for monitoring
Virtual Private Lan Services(VPLS). SEQUENCE OF CvplsStatusEntry .1.3.6.1.4.1.9.10.138.1.3 |
cvplsStatusEntryA 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. CvplsStatusEntry .1.3.6.1.4.1.9.10.138.1.3.1 |
cvplsStatusOperStatusThe current operational state of this VPLS Service.ro Enumeration .1.3.6.1.4.1.9.10.138.1.3.1.1 |
cvplsStatusPeerCountThis object specifies the number of peers
present in this vpls instance.ro Counter32 .1.3.6.1.4.1.9.10.138.1.3.1.2 |
cvplsPwBindTableThis 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 SEQUENCE OF CvplsPwBindEntry .1.3.6.1.4.1.9.10.138.1.4 |
cvplsPwBindEntryEach 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. CvplsPwBindEntry .1.3.6.1.4.1.9.10.138.1.4.1 |
cvplsPwBindIndexSecondary 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. CpwVcIndexType (CISCO-IETF-PW-TC-MIB) .1.3.6.1.4.1.9.10.138.1.4.1.1 |
cvplsPwBindConfigTypeThe 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)rw Enumeration .1.3.6.1.4.1.9.10.138.1.4.1.2 |
cvplsPwBindTypeThe 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)rw Enumeration .1.3.6.1.4.1.9.10.138.1.4.1.3 |
cvplsPwBindRowStatusFor 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) staterw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.4.1.4 |
cvplsPwBindStorageTypeThis variable indicates the storage type for this row.rw StorageType (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.4.1.5 |
cvplsStatusNotifEnableIf this object is set to true(1), then it enables
the emission of cvplsStatusChanged
notification; otherwise this notification is not
emitted.rw TruthValue (SNMPv2-TC) .1.3.6.1.4.1.9.10.138.1.5 |
cvplsNotificationMaxRateThis 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.rw Unsigned32 .1.3.6.1.4.1.9.10.138.1.6 |
cvplsConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.138.2 |
cvplsCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.138.2.1 |
cvplsGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.10.138.2.2 |