All MIBs › RADLAN-GVRP-MIB
Organization: Radlan - a MARVELL company. Marvell Semiconductor, Inc.
Last Updated: 2007-01-02
Category: VLAN Management, Vendor: RADLAN/Cisco SB
Description:
Configures GARP VLAN Registration Protocol for dynamic VLAN membership distribution across switches.
Imported Objects
From BRIDGE-MIB
| dot1dBasePort | OBJECT-TYPE |
From P-BRIDGE-MIB
| EnabledStatus |
From RADLAN-MIB
| rnd | OBJECT-IDENTITY |
From RFC1155-SMI
| Counter |
From SNMPv2-SMI
| MODULE-IDENTITY | |
| OBJECT-TYPE |
From SNMPv2-TC
| TimeInterval | |
| TruthValue |
What Is RADLAN-GVRP-MIB?
RADLAN-GVRP-MIB is a private MIB module from RADLAN, an embedded switch-software vendor whose code underlies many OEM switches, defining objects for GARP VLAN Registration Protocol (GVRP) used to dynamically distribute VLAN membership across switch ports. It exposes per-port GVRP timer configuration (join, leave, leave-all timers) as well as protocol statistics counters tracking GVRP PDU activity. It is used to monitor the software/protocol status of GVRP on each port, letting an admin check whether GVRP is supported and enabled (rlGvrpSupported), inspect per-port timer settings, and watch counters like received join-empty (RJE) and received join-in (RJIn) messages to confirm VLANs are propagating correctly. It relies on the IEEE 802.1Q GVRP/GARP standard and typically complements the standard Bridge MIB and Q-BRIDGE-MIB for VLAN management. It is typically deployed on managed Ethernet switches (often OEM/white-label switches built on RADLAN switch software) in enterprise LAN environments using dynamic VLAN registration, and administrators often consult a RADLAN-GVRP-MIB MIB Browser to inspect these objects.
IPNetwork Monitor allows you to monitor SNMP objects defined in RADLAN-GVRP-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- GVRP join/leave/leave-all timer settings
- GVRP support/version status
- GVRP received join-empty (RJE) counters
- GVRP received join-in (RJIn) counters
- per-port GARP override setting
Supported Devices
- RADLAN-based managed Ethernet switches
- OEM/white-label switches (e.g., D-Link)
Monitoring Examples
Using rlPortGvrpTimersTable/rlPortGvrpTimersEntry, an admin can poll rlPortGvrpJoinTime, rlPortGvrpLeaveTime, and rlPortGvrpLeaveAllTime per port to verify GVRP timer configuration matches the network design. The rlPortGvrpStatisticsTable exposes counters like rlPortGvrpStatisticsRJE and rlPortGvrpStatisticsRJIn; a sudden drop in received join messages on a trunk port could indicate a misconfigured or disconnected GVRP neighbor, causing VLANs to fail to propagate. Checking rlGvrpSupported and rlPortGvrpOverrideGarp confirms whether GVRP is active on the device and whether GARP override behavior is in effect on a given port.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rlGvrp | 1.3.6.1.4.1.89.64 | This private MIB module defines GVRP private MIBs. | ||
| rlPortGvrpTimersTable | 1.3.6.1.4.1.89.64.1 | not-accessible | A table of GVRP timer values for every bridge port. This is indexed by dot1dBasePort. | |
| rlPortGvrpTimersEntry | 1.3.6.1.4.1.89.64.1.1 | not-accessible | GVRP timer values for a bridge port. | |
| NUM rlPortGvrpJoinTime | 1.3.6.1.4.1.89.64.1.1.1 | TimeInterval | read-write | The GVRP Join time, in centiseconds. |
| NUM rlPortGvrpLeaveTime | 1.3.6.1.4.1.89.64.1.1.2 | TimeInterval | read-write | The GVRP Leave time, in centiseconds. |
| NUM rlPortGvrpLeaveAllTime | 1.3.6.1.4.1.89.64.1.1.3 | TimeInterval | read-write | The GVRP LeaveAll time, in centiseconds. |
| ENA rlPortGvrpOverrideGarp | 1.3.6.1.4.1.89.64.1.1.4 | EnabledStatus | read-write | If enabled{1}, GVRP timer values for this port are determined by the values in this entry. Otherwise, they are determined by the values in dot1dPortGarpTable. |
| T/F rlGvrpSupported | 1.3.6.1.4.1.89.64.2 | TruthValue | read-only | Is GVRP supported in this device or not |
| INT rlGvrpMibVersion | 1.3.6.1.4.1.89.64.3 | INTEGER | read-only | MIB's version, the current version is 3. |
| rlPortGvrpStatisticsTable | 1.3.6.1.4.1.89.64.4 | not-accessible | A table of GVRP statistics values for every bridge port. This is indexed by dot1dBasePort. | |
| rlPortGvrpStatisticsEntry | 1.3.6.1.4.1.89.64.4.1 | not-accessible | GVRP statistics values for a bridge port. | |
| CTR rlPortGvrpStatisticsRJE | 1.3.6.1.4.1.89.64.4.1.1 | Counter | read-only | The number of Join Empty Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsRJIn | 1.3.6.1.4.1.89.64.4.1.2 | Counter | read-only | The number of Join In Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsREmp | 1.3.6.1.4.1.89.64.4.1.3 | Counter | read-only | The number of Empty Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsRLIn | 1.3.6.1.4.1.89.64.4.1.4 | Counter | read-only | The number of Leave In Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsRLE | 1.3.6.1.4.1.89.64.4.1.5 | Counter | read-only | The number of Leave Empty Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsRLA | 1.3.6.1.4.1.89.64.4.1.6 | Counter | read-only | The number of Leave All Received on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSJE | 1.3.6.1.4.1.89.64.4.1.7 | Counter | read-only | The number of Join Empty Sent on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSJIn | 1.3.6.1.4.1.89.64.4.1.8 | Counter | read-only | The number of Join In Sent on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSEmp | 1.3.6.1.4.1.89.64.4.1.9 | Counter | read-only | The number of Empty Sent on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSLIn | 1.3.6.1.4.1.89.64.4.1.10 | Counter | read-only | The number of Leave In Sent on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSLE | 1.3.6.1.4.1.89.64.4.1.11 | Counter | read-only | The number of Leave Empty Sent on the port, since the last clearance. |
| CTR rlPortGvrpStatisticsSLA | 1.3.6.1.4.1.89.64.4.1.12 | Counter | read-only | The number of Leave All Sent on the port, since the last clearance. |
| INT rlPortGvrpStatisticsClear | 1.3.6.1.4.1.89.64.4.1.13 | INTEGER | read-write | activate - the signal/trigger to clear ALL the rlPortGvrpStatisticsEntry's fields. passive - specify that the rlPortGvrpStatisticsClear field is not activate, or finshed the clearnce process. the rlPortGvrpStatisticsClear return automatically to passive after it was activate. |
| rlPortGvrpErrorStatisticsTable | 1.3.6.1.4.1.89.64.5 | not-accessible | A table of GVRP ErrorStatistics values for every bridge port. This is indexed by dot1dBasePort. | |
| rlPortGvrpErrorStatisticsEntry | 1.3.6.1.4.1.89.64.5.1 | not-accessible | GVRP ErrorStatistics values for a bridge port. | |
| CTR rlPortGvrpErrorStatisticsInvProt | 1.3.6.1.4.1.89.64.5.1.1 | Counter | read-only | The number of Invalid Protocol Id encountered by the GVRP port. (since the last clearance) |
| CTR rlPortGvrpErrorStatisticsInvAtyp | 1.3.6.1.4.1.89.64.5.1.2 | Counter | read-only | The number of Invalid Attribute Type encountered by the GVRP port. (since the last clearance) |
| CTR rlPortGvrpErrorStatisticsInvAval | 1.3.6.1.4.1.89.64.5.1.3 | Counter | read-only | The number of Invalid Attribute Value encountered by the GVRP port. (since the last clearance) |
| CTR rlPortGvrpErrorStatisticsInvPlen | 1.3.6.1.4.1.89.64.5.1.4 | Counter | read-only | The number of Invalid PDU Length encountered by the GVRP port. (since the last clearance) |
| CTR rlPortGvrpErrorStatisticsInvAlen | 1.3.6.1.4.1.89.64.5.1.5 | Counter | read-only | The number of Invalid Attribute Length encountered by the GVRP port. (since the last clearance) |
| CTR rlPortGvrpErrorStatisticsInvEvent | 1.3.6.1.4.1.89.64.5.1.6 | Counter | read-only | The number of Invalid Event encountered by the GVRP port. (since the last clearance) |
| INT rlPortGvrpErrorStatisticsClear | 1.3.6.1.4.1.89.64.5.1.7 | INTEGER | read-write | activate - the signal/trigger to clear ALL the rlPortGvrpErrorStatisticsEntry's fields. passive - specify that the rlPortGvrpErrorStatisticsClear field is not activate, or finshed the clearnce process. the rlPortGvrpErrorStatisticsClear return automatically to passive after it was activate. |
| rlPortGvrpApplicantStatusTable | 1.3.6.1.4.1.89.64.6 | not-accessible | A table of GVRP Applicant Status values for every bridge port. This is indexed by dot1dBasePort. | |
| rlPortGvrpApplicantStatusEntry | 1.3.6.1.4.1.89.64.6.1 | not-accessible | GVRP Applicant Status value for a bridge port. | |
| INT rlPortGvrpApplicantStatusValue | 1.3.6.1.4.1.89.64.6.1.1 | INTEGER | read-write | participant - the Gvrp enabled port sending GARP PDUs. nonParticipant - preventing the Gvrp enabled port from sending GARP PDUs. |
| rlPortGvrpRegistrationModeTable | 1.3.6.1.4.1.89.64.8 | not-accessible | A table of GVRP Registration Mode values for every bridge port. This is indexed by dot1dBasePort. | |
| rlPortGvrpRegistrationModeEntry | 1.3.6.1.4.1.89.64.8.1 | not-accessible | GVRP Registration Mode value for a bridge port. | |
| T/F rlPortGvrpRegistrationModeForbidden | 1.3.6.1.4.1.89.64.8.1.1 | TruthValue | read-write | true - deregisters all VLANS on the specified port and prevents any VLAN creation or registration on that port. false - the registration operation on this port behaves normally. |
RFC description
Configures GVRP timers for VLAN registration and propagation on bridge ports.
Start monitoring RADLAN-based managed Ethernet switches, OEM/white-label switches e.g. D-Link (GARP VLAN Registration Protocol) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.