DGS-6600-VPLS-GENERIC-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DGS-6600-VPLS-GENERIC-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
 dgs6600VplsGenericMIB 1.3.6.1.4.1.171.10.120.100.4.1
Copyright (C) The IETF Trust (2012). The initial version of this MIB module was published in RFC XXXX. -- RFC Editor: Please replace XXXX with RFC number & remove -- this note. For full legal notices see the RFC itself or see: http://www.ietf.org/copyrights/ianamib.html This MIB module contains generic managed object definitions for Virtual Private LAN Services as define in [RFC4762] and [RFC4761] This MIB module enables the use of any underlying Pseudowire network.
     vplsNotifications 1.3.6.1.4.1.171.10.120.100.4.1.0
         vplsStatusChanged 1.3.6.1.4.1.171.10.120.100.4.1.0.1
The vplsStatusChanged notification is generated when there is a change in the administrative or operating status of a VPLS service.
         vplsFwdFullAlarmRaised 1.3.6.1.4.1.171.10.120.100.4.1.0.2
The vplsFwdFullAlarmRaised notification is generated when the utilization of the Forwarding database is above the value specified by vplsConfigFwdFullHighWatermark.
         vplsFwdFullAlarmCleared 1.3.6.1.4.1.171.10.120.100.4.1.0.3
The vplsFwdFullAlarmCleared notification is generated when the utilization of the Forwarding database is below the value specified by vplsConfigFwdFullLowWatermark.
     vplsObjects 1.3.6.1.4.1.171.10.120.100.4.1.1
         vplsConfigIndexNext 1.3.6.1.4.1.171.10.120.100.4.1.1.1 unsigned32 read-only
This object contains an appropriate value to be used for vplsConfigIndex when creating entries in the vplsConfigTable. The value 0 indicates that no unassigned entries are available. To obtain the value of vplsConfigIndex for a new entry in the vplsConfigTable, the manager issues a management protocol retrieval operation to obtain the current value of vplsConfigIndex. 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.
         vplsConfigTable 1.3.6.1.4.1.171.10.120.100.4.1.1.2 no-access
This table specifies information for configuring and monitoring Virtual Private Lan Services(VPLS).
             vplsConfigEntry 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1 no-access
A row in this table represents a Virtual Private Lan Service(VPLS) in a packet network. It is indexed by vplsConfigIndex, which uniquely identifies a single VPLS. A row is created by the operator or by the agent if a VPLS service is created by a non-SNMP application or due to the Auto-Discovery process. None of the read-create objects values can be changed when vplsConfigRowStatus is in the active(1) state. Changes are allowed when the vplsConfigRowStatus is in notInService(2) or notReady(3) states only. If the operator needs to change one of the values for an active row the vplsConfigRowStatus should be first changed to notInService(2), the objects may then be changed, and finally the vplsConfigRowStatus should be changed to active(1) in order to re-initiate the signaling process with the new values in effect.
                 vplsConfigIndex 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.1 unsigned32 no-access
Unique index for the conceptual row identifying a VPLS service.
                 vplsConfigName 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.2 snmpadminstring read-only
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.
                 vplsConfigDescr 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.3 snmpadminstring read-only
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.
                 vplsConfigAdminStatus 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.4 integer read-only
The desired administrative state of the VPLS service. If the administrative status of the VPLS service is changed to enabled then this service is able to utilize pseudowires to perform the tasks of a VPLS service. The testing(3) state indicates that no operational packets can be passed. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
                 vplsConfigMacLearning 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.6 truthvalue read-only
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.
                 vplsConfigDiscardUnknownDest 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.7 truthvalue read-only
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.
                 vplsConfigMacAging 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.8 truthvalue read-only
If the value of this object is 'true' then the MAC ageing process is enabled in this VPLS. If 'false', then the MAC ageing process is disabled
                 vplsConfigFwdFullHighWatermark 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.10 unsigned32 read-only
This object specifies the utilization of the forwarding database for this VPLS instance at which the vplsFwdFullAlarmRaised notification will be sent.
                 vplsConfigFwdFullLowWatermark 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.11 unsigned32 read-only
This object specifies the utilization of the forwarding database for this VPLS instance at which the vplsFwdFullAlarmCleared notification will be sent.
                 vplsConfigRowStatus 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.12 rowstatus read-only
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.
                 vplsConfigMtu 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.13 unsigned32 read-only
The value of this object specifies the MTU of this vpls instance. This can be used to limit the MTU to a value lower than the MTU supported by the associated Pseudowires
                 vplsConfigVpnId 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.14 vpnidorzero read-only
This objects indicates the IEEE 802-1990 VPN ID of the associated VPLS service.
                 vplsConfigStorageType 1.3.6.1.4.1.171.10.120.100.4.1.1.2.1.15 storagetype read-only
This variable indicates the storage type for this row.
         vplsStatusTable 1.3.6.1.4.1.171.10.120.100.4.1.1.3 no-access
This table provides information for monitoring Virtual Private Lan Services (VPLS).
             vplsStatusEntry 1.3.6.1.4.1.171.10.120.100.4.1.1.3.1 no-access
A row in this table represents a Virtual Private Lan Service(VPLS) in a packet network. It is indexed by vplsConfigIndex, which uniquely identifies a single VPLS. A row in this table is automatically created by the agent when a VPLS service is configured.
                 vplsStatusOperStatus 1.3.6.1.4.1.171.10.120.100.4.1.1.3.1.1 integer read-only
The current operational state of this VPLS Service. Enumeration: 'down': 2, 'other': 0, 'up': 1.
                 vplsStatusPeerCount 1.3.6.1.4.1.171.10.120.100.4.1.1.3.1.2 counter32 read-only
This objects specifies the number of peers (pseudowires) present in this VPLS instance.
         vplsPwBindTable 1.3.6.1.4.1.171.10.120.100.4.1.1.4 no-access
This table provides an association between a VPLS service and the corresponding pseudowires. A service can have more than one pseudowire association. Pseudowires are defined in the pwTable
             vplsPwBindEntry 1.3.6.1.4.1.171.10.120.100.4.1.1.4.1 no-access
Each row represents an association between a VPLS instance and one or more pseudowires 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.
                 vplsPwBindConfigType 1.3.6.1.4.1.171.10.120.100.4.1.1.4.1.1 integer read-only
The value of this object indicates whether the Pseudo Wire binding was created manually or via Auto-Discovery. The value of this object must be specifed when the row is created and cannot be changed while the row status is active(1) Enumeration: 'autodiscovery': 2, 'manual': 1.
                 vplsPwBindType 1.3.6.1.4.1.171.10.120.100.4.1.1.4.1.2 integer read-only
The value of this object indicates whether the pseudowire 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) Enumeration: 'mesh': 1, 'spoke': 2.
                 vplsPwBindRowStatus 1.3.6.1.4.1.171.10.120.100.4.1.1.4.1.3 rowstatus read-only
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
                 vplsPwBindStorageType 1.3.6.1.4.1.171.10.120.100.4.1.1.4.1.4 storagetype read-only
This variable indicates the storage type for this row.
         vplsBgpADConfigTable 1.3.6.1.4.1.171.10.120.100.4.1.1.5 no-access
This table specifies information for configuring BGP Auto-Discovery parameters for a given VPLS service.
             vplsBgpADConfigEntry 1.3.6.1.4.1.171.10.120.100.4.1.1.5.1 no-access
A row in this table indicates that BGP based Auto- Discovery is in use for this instance of VPLS. A row in this table is indexed by vplsConfigIndex, which uniquely identifies a single VPLS. None of the read-create objects can be changed when vplsBGPADConfigRowStatus is in active(1) state. Changes are allowed when the vplsBGPADConfigRowStatus is in notInService(2) or notReady(3) states only. If the operator needs to change one of the values for an active row the vplsConfigRowStatus should be first changed to notInService(2), the objects may then be changed, and finally the vplsConfigRowStatus should be changed to active(1) in order to re-initiate the signaling process with the new values in effect.
                 vplsBgpADConfigRouteDistinguisher 1.3.6.1.4.1.171.10.120.100.4.1.1.5.1.1 vplsbgproutedistinguisher read-only
The route distinguisher for this VPLS. See [RFC4364] for a complete definition of a route distinguisher. for more details on use of a route distinguisher for a VPLS service, see [RFC4761]. When not configured, the value is derived from the lower 6 bytes of vplsBgpADConfigVplsId.
                 vplsBgpADConfigPrefix 1.3.6.1.4.1.171.10.120.100.4.1.1.5.1.2 unsigned32 read-only
In case of auto-discovery the default prefix advertised is the IP address of the loopback. In case the user wants to override the loopback address, vplsBgpADConfigPrefix should be set. When this value is non-zero this value is used along with vplsBgpADConfigRouteDistinguisher in the NLRI, see [RFC 6074]
                 vplsBgpADConfigVplsId 1.3.6.1.4.1.171.10.120.100.4.1.1.5.1.3 vplsbgproutedistinguisher read-only
VplsId is a unique identifier for all VSIs belonging to the same VPLS. It is advertised as an extended community.
                 vplsBgpADConfigRowStatus 1.3.6.1.4.1.171.10.120.100.4.1.1.5.1.4 rowstatus read-only
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.
         vplsStatusNotifEnable 1.3.6.1.4.1.171.10.120.100.4.1.1.7 truthvalue read-write
If this object is set to true(1), then it enables the emission of vplsStatusChanged notification; otherwise this notification is not emitted.
         vplsNotificationMaxRate 1.3.6.1.4.1.171.10.120.100.4.1.1.8 unsigned32 read-write
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.
     vplsConformance 1.3.6.1.4.1.171.10.120.100.4.1.2
         vplsCompliances 1.3.6.1.4.1.171.10.120.100.4.1.2.1
             vplsModuleFullCompliance 1.3.6.1.4.1.171.10.120.100.4.1.2.1.1
Compliance requirement for implementations that provide full support for VPLS-GENERIC-MIB. Such devices can then be monitored and configured using this MIB module.
             vplsModuleReadOnlyCompliance 1.3.6.1.4.1.171.10.120.100.4.1.2.1.2
Compliance requirement for implementations that only provide read-only support for VPLS-GENERIC-MIB. Such devices can then be monitored but cannot be configured using this MIB modules.
         vplsGroups 1.3.6.1.4.1.171.10.120.100.4.1.2.2
             vplsGroup 1.3.6.1.4.1.171.10.120.100.4.1.2.2.1
The group of objects supporting management of L2VPN VPLS services
             vplsPwBindGroup 1.3.6.1.4.1.171.10.120.100.4.1.2.2.2
The group of objects supporting management of Pseudo Wire (PW) Binding to VPLS.
             vplsNotificationGroup 1.3.6.1.4.1.171.10.120.100.4.1.2.2.3
The group of notifications supporting the Notifications generated for VPLS Services