DLINKSW-GVRP-MIB
- Registered at
- 1.3.6.1.4.1.171.14.33
- Last updated
- 2013-04-17 00:00
- Organization
- D-Link Corp.
- Revisions
- 2013-04-17 00:00
- Namespace
- dlink
- Source file
DLINKSW-GVRP-MIB- Digest
sha256:3dee3c043d4cb0914ac0d2d24a697c3e06c2bdb0dac147eb1b7aeb1bac5c29cb
Description
This MIB module defines objects for GVRP.
Contact
D-Link Corporation Postal: No. 289, Sinhu 3rd Rd., Neihu District, Taipei City 114, Taiwan, R.O.C Tel: +886-2-66000123 E-mail: tsd@dlink.com.tw
Imports
| From | Symbols |
|---|---|
| BRIDGE-MIB | dot1dBasePort |
| DLINK-ID-REC-MIB | dlinkIndustrialCommon |
| DLINKSW-TC-MIB | Dlink2kVlanList |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BRIDGE-MIB DLINK-ID-REC-MIB DLINKSW-GVRP-MIB DLINKSW-TC-MIB IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| dGvrpMIBNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.0 | |||
| dGvrpMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.1 | |||
| dGvrpGlobalMgmt OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.1.1 | |||
| dGvrpDynamicVlanCreation OBJECT-TYPE This object indicates whether dynamic VLAN creation is enabled. | 1.3.6.1.4.1.171.14.33.1.1.1 | TruthValue | read-write | current |
| dGvrpNniGvrpBpduAddress OBJECT-TYPE This object indicates the GVRP BPDU address in service provider site. 'dot1d' - The GVRP BPDU protocol address is 802.1d GVRP address: 01:80:CC:00:00:21 'dot1ad' - The GVRP BPDU protocol address is 802.1ad GVRP address: 01:80:CC:00:00:0D | 1.3.6.1.4.1.171.14.33.1.1.2 | INTEGER {dot1d(1), dot1ad(2)} | read-write | current |
| dGvrpInterface OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.1.2 | |||
| dGvrpInterfaceTable OBJECT-TYPE This table contains the interface-specific GVRP parameters. | 1.3.6.1.4.1.171.14.33.1.2.1 | not-accessible | current | |
| dGvrpInterfaceEntry OBJECT-TYPE An entry indicates the GVRP parameters for a port/port-channel. | 1.3.6.1.4.1.171.14.33.1.2.1.1 | not-accessible | current | |
| dGvrpIfAdvertiseVlanLstFirst2K OBJECT-TYPE This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the VLAN is allowed to be advertised by the GVRP protocol on the interface. | 1.3.6.1.4.1.171.14.33.1.2.1.1.1 | Dlink2kVlanList | read-write | current |
| dGvrpIfAdvertiseVlanLstSecond2K OBJECT-TYPE This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the VLAN is allowed to be advertised by the GVRP protocol on the interface. | 1.3.6.1.4.1.171.14.33.1.2.1.1.2 | Dlink2kVlanList | read-write | current |
| dGvrpIfForbiddenVlanLstFirst2K OBJECT-TYPE This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the interface is forbidden to be the VLAN's member. | 1.3.6.1.4.1.171.14.33.1.2.1.1.3 | Dlink2kVlanList | read-write | current |
| dGvrpIfForbiddenVlanLstSecond2K OBJECT-TYPE This object specifies the VLANs in a string of octets containing one bit per VLAN for VLANs 2049 to 4094. If the bit is set to '1', then the interface is forbidden to be the VLAN's member. | 1.3.6.1.4.1.171.14.33.1.2.1.1.4 | Dlink2kVlanList | read-write | current |
| dGvrpStatistics OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.1.3 | |||
| dGvrpClearAllStatistics OBJECT-TYPE This object is used to clear GVRP statistics on all interfaces when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. | 1.3.6.1.4.1.171.14.33.1.3.1 | INTEGER {clear(1), noOp(2)} | read-write | current |
| dGvrpIfStatisticsTable OBJECT-TYPE This table contains the statistics for GVRP capable ports. | 1.3.6.1.4.1.171.14.33.1.3.2 | not-accessible | current | |
| dGvrpIfStatisticsEntry OBJECT-TYPE An entry represents the statistics of a GVRP capable port. | 1.3.6.1.4.1.171.14.33.1.3.2.1 | not-accessible | current | |
| dGvrpIfStatRxJoinEmpty OBJECT-TYPE This object indicates the number of GVRP JoinEmpty message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.1 | Unsigned32 | read-only | current |
| dGvrpIfStatRxJoinIn OBJECT-TYPE This object indicates the number of GVRP JoinIn message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.2 | Unsigned32 | read-only | current |
| dGvrpIfStatRxLeaveEmpty OBJECT-TYPE This object indicates the number of GVRP LeaveEmpty message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.3 | Unsigned32 | read-only | current |
| dGvrpIfStatRxLeaveIn OBJECT-TYPE This object indicates the number of GVRP LeaveIn message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.4 | Unsigned32 | read-only | current |
| dGvrpIfStatRxLeaveAll OBJECT-TYPE This object indicates the number of GVRP LeaveAll message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.5 | Unsigned32 | read-only | current |
| dGvrpIfStatRxEmpty OBJECT-TYPE This object indicates the number of GVRP Empty message received on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.6 | Unsigned32 | read-only | current |
| dGvrpIfStatTxJoinEmpty OBJECT-TYPE This object indicates the number of GVRP JoinEmpty message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.7 | Unsigned32 | read-only | current |
| dGvrpIfStatTxJoinIn OBJECT-TYPE This object indicates the number of GVRP JoinIn message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.8 | Unsigned32 | read-only | current |
| dGvrpIfStatTxLeaveEmpty OBJECT-TYPE This object indicates the number of GVRP LeaveEmpty message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.9 | Unsigned32 | read-only | current |
| dGvrpIfStatTxLeaveIn OBJECT-TYPE This object indicates the number of GVRP LeaveIn message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.10 | Unsigned32 | read-only | current |
| dGvrpIfStatTxLeaveAll OBJECT-TYPE This object indicates the number of GVRP LeaveAll message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.11 | Unsigned32 | read-only | current |
| dGvrpIfStatTxEmpty OBJECT-TYPE This object indicates the number of GVRP Empty message transmitted on the interface. | 1.3.6.1.4.1.171.14.33.1.3.2.1.12 | Unsigned32 | read-only | current |
| dGvrpIfStatClear OBJECT-TYPE This object is used to clear GVRP statistics on the interface when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. | 1.3.6.1.4.1.171.14.33.1.3.2.1.13 | INTEGER {clear(1), noOp(2)} | read-write | current |
| dGvrpMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.2 | |||
| dGvrpCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.2.1 | |||
| dGvrpGroups OBJECT-IDENTITY | 1.3.6.1.4.1.171.14.33.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| dGvrpCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the DLINKSW-GVRP-MIB. | 1.3.6.1.4.1.171.14.33.2.1.1 | current |
| dGvrpBasicCfgGroup OBJECT-GROUP A collection of objects configures basic GVRP functions. | 1.3.6.1.4.1.171.14.33.2.2.1 | current |
| dGvrpServiceProviderCfgGroup OBJECT-GROUP A collection of objects configures GVRP in service provider site. | 1.3.6.1.4.1.171.14.33.2.2.2 | current |
| dGvrpStatisticsGroup OBJECT-GROUP A collection of objects provides the management of GVRP statistics. | 1.3.6.1.4.1.171.14.33.2.2.4 | current |