MIBs Depot

GARP-MIB

Registered at
1.3.6.1.4.1.13464.1.2.4.2
Last updated
1999-07-06 00:00
Organization
admin Systems, Inc.
Revisions
1999-07-06 00:00
Namespace
fs
Source file
GARP-MIB
Digest
sha256:8895c8c4ff9e7cbc030e899b117d146dcfd2737165b1801372225ff5e6713d76

Description

GARP Module Management

Contact

admin Systems

Imports

FromSymbols
ADMIN-MASTER-MIBgbnL2
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso
SNMPv2-TCDisplayString, MacAddress, RowStatus, TEXTUAL-CONVENTION, TimeInterval, 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.

ADMIN-MASTER-MIB
GARP-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
EnabledStatus
TEXTUAL-CONVENTION
A simple status value for the object.
current
PortList
TEXTUAL-CONVENTION
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
current
TimeFilter
TEXTUAL-CONVENTION
To be used for the index to a table. Allows an application to download only those rows changed since a particular time. A row is considered changed if the value of any object in the row changes or if the row is created or deleted. When sysUpTime is equal to zero, this table shall be empty. One entry exists for each past value of sysUpTime, except that the whole table is purged should sysUpTime wrap. As this basic row is updated new conceptual rows are created (which still share the now updated object values with all other instances). The number of instances which are created is determined by the value of sysUpTime at which the basic row was last updated. One instance will exist for each value of sysUpTime at the last update time for the row. A new timeMark instance is created for each new sysUpTime value. Each new conceptual row will be associated with the timeMark instance which was created at the value of sysUpTime with which the conceptual row is to be associated. By definition all conceptual rows were updated at or after time zero and so at least one conceptual row (associated with timeMark.0) must exist for each underlying (basic) row. See the appendix for further discussion of this variable. Consider the following fooTable: fooTable ... INDEX { fooTimeMark, fooIndex } FooEntry { fooTimeMark TimeFilter fooIndex INTEGER, fooCounts Counter } Should there be two basic rows in this table (fooIndex == 1, fooIndex == 2) and row 1 was updated most recently at time 6, while row 2 was updated most recently at time 8, and both rows had been updated on several earlier occasions such that the current values were 5 and 9 respectively then the following fooCounts instances would exist. fooCounts.0.1 5 fooCounts.0.2 9 fooCounts.1.1 5 fooCounts.1.2 9 fooCounts.2.1 5 fooCounts.2.2 9 fooCounts.3.1 5 fooCounts.3.2 9 fooCounts.4.1 5 fooCounts.4.2 9 fooCounts.5.1 5 fooCounts.5.2 9 fooCounts.6.1 5 fooCounts.6.2 9 fooCounts.7.2 9 -- note that row 1 doesn't exist for fooCounts.8.2 9 -- times 7 and 8
current
VlanId
TEXTUAL-CONVENTION
A 12-bit VLAN ID used in the VLAN Tag header.
current
VlanIndex
TEXTUAL-CONVENTION
A value used to index per-VLAN tables: values of 0 and 4095 are not permitted; if the value is between 1 and 4094 inclusive, it represents an IEEE 802.1Q VLAN-ID with global scope within a given bridged domain (see VlanId textual convention). If the value is greater than 4095 then it represents a VLAN with scope local to the particular agent, i.e. one without a global VLAN-ID assigned to it. Such VLANs are outside the scope of IEEE 802.1Q but it is convenient to be able to manage them in the same way using this MIB.
current

Objects

NameOIDSyntaxAccessStatus
garpMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1
gDot1qBase
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.1
gDot1qVlanVersionNumber
OBJECT-TYPE
The version number of IEEE 802.1Q that this device supports.
1.3.6.1.4.1.13464.1.2.4.2.1.1.1INTEGER {version1(1)}read-onlycurrent
gDot1qMaxVlanId
OBJECT-TYPE
The maximum IEEE 802.1Q VLAN ID that this device supports.
1.3.6.1.4.1.13464.1.2.4.2.1.1.2VlanIdread-onlycurrent
gDot1qMaxSupportedVlans
OBJECT-TYPE
The maximum number of IEEE 802.1Q VLANs that this device supports.
1.3.6.1.4.1.13464.1.2.4.2.1.1.3Unsigned32read-onlycurrent
gDot1qNumVlans
OBJECT-TYPE
The current number of IEEE 802.1Q VLANs that are configured in this device.
1.3.6.1.4.1.13464.1.2.4.2.1.1.4Unsigned32read-onlycurrent
gDot1qGvrpStatus
OBJECT-TYPE
DURABLE: { enabled } The administrative status requested by management for GVRP. The value enabled(1) indicates that GVRP should be enabled on this device, on all ports for which it has not been specifically disabled. When disabled(2), GVRP is disabled on all ports and all GVRP packets will be forwarded transparently. This object affects all GVRP Applicant and Registrar state machines. A transition from disabled(2) to enabled(1) will cause a reset of all GVRP state machines on all ports.
1.3.6.1.4.1.13464.1.2.4.2.1.1.5EnabledStatus {enabled(1), disabled(2)}read-writecurrent
gDot1qVlanIndexMappingTable
OBJECT-TYPE
This table gives the mapping of linear indices to VLAN Indices. It is necessary because CCDGEN doesn't support nonlinear indices.
1.3.6.1.4.1.13464.1.2.4.2.1.1.6not-accessiblecurrent
gDot1qVlanIndexMappingEntry
OBJECT-TYPE
Each entry maps a linear index to a VLAN index.
1.3.6.1.4.1.13464.1.2.4.2.1.1.6.1not-accessiblecurrent
gDot1qVlanSlotIndex
OBJECT-TYPE
The durable slot index for this VLAN
1.3.6.1.4.1.13464.1.2.4.2.1.1.6.1.1INTEGER (1..64)read-onlycurrent
gDot1qVlanSlotActualIndex
OBJECT-TYPE
DURABLE: { 0:all } The actual VLAN index for this durable VLAN slot
1.3.6.1.4.1.13464.1.2.4.2.1.1.6.1.2VlanIndexread-onlycurrent
gDot1qTp
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.2
gDot1qFdbTable
OBJECT-TYPE
A table that contains configuration and control information for each Filtering Database currently operating on this device. Entries in this table appear automatically when VLANs are assigned FDB IDs in the gDot1qVlanCurrentTable.
1.3.6.1.4.1.13464.1.2.4.2.1.2.1not-accessiblecurrent
gDot1qFdbEntry
OBJECT-TYPE
Information about a specific Filtering Database.
1.3.6.1.4.1.13464.1.2.4.2.1.2.1.1not-accessiblecurrent
gDot1qFdbId
OBJECT-TYPE
The identity of this Filtering Database.
1.3.6.1.4.1.13464.1.2.4.2.1.2.1.1.1Unsigned32not-accessiblecurrent
gDot1qFdbDynamicCount
OBJECT-TYPE
The current number of dynamic entries in this Filtering Database.
1.3.6.1.4.1.13464.1.2.4.2.1.2.1.1.2Counter32read-onlycurrent
gDot1qTpFdbTable
OBJECT-TYPE
A table that contains information about unicast entries for which the device has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.
1.3.6.1.4.1.13464.1.2.4.2.1.2.2not-accessiblecurrent
gDot1qTpFdbEntry
OBJECT-TYPE
Information about a specific unicast MAC address for which the device has some forwarding and/or filtering information.
1.3.6.1.4.1.13464.1.2.4.2.1.2.2.1not-accessiblecurrent
gDot1qTpFdbAddress
OBJECT-TYPE
A unicast MAC address for which the device has forwarding and/or filtering information.
1.3.6.1.4.1.13464.1.2.4.2.1.2.2.1.1MacAddressnot-accessiblecurrent
gDot1qTpFdbPort
OBJECT-TYPE
Either the value '0', or the port number of the port on which a frame having a source address equal to the value of the corresponding instance of gDot1qTpFdbAddress has been seen. A value of '0' indicates that the port number has not been learned but that the device does have some forwarding/filtering information about this address (e.g. in the gDot1qStaticUnicastTable). Implementors are encouraged to assign the port value to this object whenever it is learned even for addresses for which the corresponding value of gDot1qTpFdbStatus is not learned(3).
1.3.6.1.4.1.13464.1.2.4.2.1.2.2.1.2INTEGER (0..65535)read-onlycurrent
gDot1qTpFdbStatus
OBJECT-TYPE
The status of this entry. The meanings of the values are: other(1) - none of the following. This may include the case where some other MIB object (not the corresponding instance of gDot1qTpFdbPort, nor an entry in the gDot1qStaticUnicastTable) is being used to determine if and how frames addressed to the value of the corresponding instance of gDot1qTpFdbAddress are being forwarded. invalid(2) - this entry is no longer valid (e.g., it was learned but has since aged out), but has not yet been flushed from the table. learned(3) - the value of the corresponding instance of gDot1qTpFdbPort was learned and is being used. self(4) - the value of the corresponding instance of gDot1qTpFdbAddress represents one of the device's addresses. The corresponding instance of gDot1qTpFdbPort indicates which of the device's ports has this address. mgmt(5) - the value of the corresponding instance of gDot1qTpFdbAddress is also the value of an existing instance of gDot1qStaticAddress.
1.3.6.1.4.1.13464.1.2.4.2.1.2.2.1.3INTEGER {other(1), invalid(2), learned(3), self(4), mgmt(5)}read-onlycurrent
gDot1qTpGroupTable
OBJECT-TYPE
A table containing filtering information for VLANs configured into the bridge by (local or network) management, or learnt dynamically, specifying the set of ports to which frames received on a VLAN for this FDB and containing a specific Group destination address are allowed to be forwarded.
1.3.6.1.4.1.13464.1.2.4.2.1.2.3not-accessiblecurrent
gDot1qTpGroupEntry
OBJECT-TYPE
Filtering information configured into the bridge by management, or learnt dynamically, specifying the set of ports to which frames received on a VLAN and containing a specific Group destination address, are allowed to be forwarded. The subset of these ports learnt dynamically is also provided.
1.3.6.1.4.1.13464.1.2.4.2.1.2.3.1not-accessiblecurrent
gDot1qTpGroupAddress
OBJECT-TYPE
The destination Group MAC address in a frame to which this entry's filtering information applies.
1.3.6.1.4.1.13464.1.2.4.2.1.2.3.1.1MacAddressnot-accessiblecurrent
gDot1qTpGroupEgressPorts
OBJECT-TYPE
The complete set of ports, in this VLAN, to which frames destined for this Group MAC address are currently being explicitly forwarded. This does not include ports for which this address is only implicitly forwarded, in the gDot1qForwardAllPorts list.
1.3.6.1.4.1.13464.1.2.4.2.1.2.3.1.2PortListread-onlycurrent
gDot1qTpGroupLearnt
OBJECT-TYPE
The subset of ports in gDot1qTpGroupEgressPorts which were learnt by GMRP or some other dynamic mechanism, in this Filtering database.
1.3.6.1.4.1.13464.1.2.4.2.1.2.3.1.3PortListread-onlycurrent
gDot1qForwardAllTable
OBJECT-TYPE
A table containing forwarding information for each VLAN, specifying the set of ports to which forwarding of all multicasts applies, configured statically by management or dynamically by GMRP. An entry appears in this table for all VLANs that are currently instantiated.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4not-accessiblecurrent
gDot1qForwardAllEntry
OBJECT-TYPE
Forwarding information for a VLAN, specifying the set of ports to which all multicasts should be forwarded, configured statically by management or dynamically by GMRP.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4.1not-accessiblecurrent
gDot1qForwardAllPorts
OBJECT-TYPE
The complete set of ports in this VLAN to which all multicast group-addressed frames are to be forwarded. This includes ports for which this need has been determined dynamically by GMRP, or configured statically by management.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4.1.1PortListread-onlycurrent
gDot1qForwardAllVlanIndex
OBJECT-TYPE
DURABLE: { 0:all } This is here only to allow the VLAN index to be saved along with the corresponding forward all table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4.1.2VlanIndexread-onlycurrent
gDot1qForwardAllStaticPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports configured by management in this VLAN to which all multicast group-addressed frames are to be forwarded. Ports entered in this list will also appear in the complete set shown by gDot1qForwardAllPorts. This value will be restored after the device is reset. This only applies to ports that are members of the VLAN, defined by gDot1qVlanCurrentEgressPorts. A port may not be added in this set if it is already a member of the set of ports in gDot1qForwardAllForbiddenPorts. The default value is a string of ones of appropriate length, to indicate standard non-EFS behaviour, i.e. forward all multicasts to all ports.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4.1.3PortListread-writecurrent
gDot1qForwardAllForbiddenPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports configured by management in this VLAN for which the Service Requirement attribute Forward All Multicast Groups may not be dynamically registered by GMRP. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in gDot1qForwardAllStaticPorts. The default value is a string of zeros of appropriate length.
1.3.6.1.4.1.13464.1.2.4.2.1.2.4.1.4PortListread-writecurrent
gDot1qForwardUnregisteredTable
OBJECT-TYPE
A table containing forwarding information for each VLAN, specifying the set of ports to which forwarding of multicast group-addressed frames for which there is no more specific forwarding information applies. This is configured statically by management and determined dynamically by GMRP. An entry appears in this table for all VLANs that are currently instantiated.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5not-accessiblecurrent
gDot1qForwardUnregisteredEntry
OBJECT-TYPE
Forwarding information for a VLAN, specifying the set of ports to which all multicasts for which there is no more specific forwarding information shall be forwarded. This is configured statically by management or dynamically by GMRP.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5.1not-accessiblecurrent
gDot1qForwardUnregisteredPorts
OBJECT-TYPE
The complete set of ports in this VLAN to which multicast group-addressed frames for which there is no more specific forwarding information will be forwarded. This includes ports for which this need has been determined dynamically by GMRP, or configured statically by management.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5.1.1PortListread-onlycurrent
gDot1qForwardUnregisteredVlanIndex
OBJECT-TYPE
DURABLE: { 0:all } This is here only to allow the VLAN index to be saved along with the corresponding forward unregistered table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5.1.2VlanIndexread-onlycurrent
gDot1qForwardUnregisteredStaticPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports configured by management, in this VLAN, to which multicast group-addressed frames for which there is no more specific forwarding information are to be forwarded. Ports entered in this list will also appear in the complete set shown by gDot1qForwardUnregisteredPorts. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in gDot1qForwardUnregisteredForbiddenPorts. The default value is a string of zeros of appropriate length, although this has no effect with the default value of gDot1qForwardAllStaticPorts.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5.1.3PortListread-writecurrent
gDot1qForwardUnregisteredForbiddenPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports configured by management in this VLAN for which the Service Requirement attribute Forward Unregistered Multicast Groups may not be dynamically registered by GMRP. This value will be restored after the device is reset. A port may not be added in this set if it is already a member of the set of ports in gDot1qForwardUnregisteredStaticPorts. The default value is a string of zeros of appropriate length.
1.3.6.1.4.1.13464.1.2.4.2.1.2.5.1.4PortListread-writecurrent
gDot1qStatic
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.3
gDot1qStaticUnicastTable
OBJECT-TYPE
A table containing filtering information for Unicast MAC addresses for each Filtering Database, configured into the device by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific unicast destination addresses are allowed to be forwarded. A value of zero in this table as the port number from which frames with a specific destination address are received, is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for unicast addresses only.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1not-accessiblecurrent
gDot1qStaticUnicastEntry
OBJECT-TYPE
Filtering information configured into the device by (local or network) management specifying the set of ports to which frames received from a specific port and containing a specific unicast destination address are allowed to be forwarded.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1.1not-accessiblecurrent
gDot1qStaticUnicastAddress
OBJECT-TYPE
The destination MAC address in a frame to which this entry's filtering information applies. This object must take the value of a unicast address.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1.1.1MacAddressnot-accessiblecurrent
gDot1qStaticUnicastReceivePort
OBJECT-TYPE
Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the device for which there is no other applicable entry.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1.1.2INTEGER (0..65535)not-accessiblecurrent
gDot1qStaticUnicastAllowedToGoTo
OBJECT-TYPE
The set of ports for which a frame with a specific unicast address will be flooded in the event that it has not been learned. It also specifies the set of ports a specific unicast address may be dynamically learnt on. The gDot1qTpFdbTable will have an equivalent entry with a gDot1qTpFdbPort value of '0' until this address has been learnt, when it will be updated with the port the address has been seen on. This only applies to ports that are members of the VLAN, defined by gDot1qVlanCurrentEgressPorts. The default value of this object is a string of ones of appropriate length.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1.1.3PortListread-writecurrent
gDot1qStaticUnicastStatus
OBJECT-TYPE
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so differ from the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out.
1.3.6.1.4.1.13464.1.2.4.2.1.3.1.1.4INTEGER {other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)}read-writecurrent
gDot1qStaticMulticastTable
OBJECT-TYPE
A table containing filtering information for Multicast and Broadcast MAC addresses for each VLAN, configured into the device by (local or network) management specifying the set of ports to which frames received from specific ports and containing specific Multicast and Broadcast destination addresses are allowed to be forwarded. A value of zero in this table as the port number from which frames with a specific destination address are received, is used to specify all ports for which there is no specific entry in this table for that particular destination address. Entries are valid for Multicast and Broadcast addresses only.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2not-accessiblecurrent
gDot1qStaticMulticastEntry
OBJECT-TYPE
Filtering information configured into the device by (local or network) management specifying the set of ports to which frames received from this specific port for this VLAN and containing this Multicast or Broadcast destination address are allowed to be forwarded.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1not-accessiblecurrent
gDot1qStaticMulticastVlanIndex
OBJECT-TYPE
DURABLE: { 0:all } This is here to allow the VLAN Index to be saved along with the corresponding multicast table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.1VlanIndexread-onlycurrent
gDot1qStaticMulticastAddress
OBJECT-TYPE
DURABLE: { 0:all} The destination MAC address in a frame to which this entry's filtering information applies. This object must take the value of a Multicast or Broadcast address.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.2MacAddressread-onlycurrent
gDot1qStaticMulticastReceivePort
OBJECT-TYPE
DURABLE: { 0:all } Either the value '0', or the port number of the port from which a frame must be received in order for this entry's filtering information to apply. A value of zero indicates that this entry applies on all ports of the device for which there is no other applicable entry.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.3INTEGER (0..65535)read-onlycurrent
gDot1qStaticMulticastStaticEgressPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports to which frames received from a specific port and destined for a specific Multicast or Broadcast MAC address must be forwarded, regardless of any dynamic information e.g. from GMRP. A port may not be added in this set if it is already a member of the set of ports in gDot1qStaticMulticastForbiddenEgressPorts. The default value of this object is a string of ones of appropriate length.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.4PortListread-writecurrent
gDot1qStaticMulticastForbiddenEgressPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports to which frames received from a specific port and destined for a specific Multicast or Broadcast MAC address must not be forwarded, regardless of any dynamic information e.g. from GMRP. A port may not be added in this set if it is already a member of the set of ports in gDot1qStaticMulticastStaticEgressPorts. The default value of this object is a string of zeros of appropriate length.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.5PortListread-writecurrent
gDot1qStaticMulticastStatus
OBJECT-TYPE
DURABLE: { 0:all } This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so differ from the following values. invalid(2) - writing this value to the object removes the corresponding entry. permanent(3) - this entry is currently in use and will remain so after the next reset of the bridge. deleteOnReset(4) - this entry is currently in use and will remain so until the next reset of the bridge. deleteOnTimeout(5) - this entry is currently in use and will remain so until it is aged out.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.6INTEGER {other(1), invalid(2), permanent(3), deleteOnReset(4), deleteOnTimeout(5)}read-writecurrent
gDot1qGmrpLearningPermit
OBJECT-TYPE
This object is used to add a mcast to garp so that other devices can learn it.
1.3.6.1.4.1.13464.1.2.4.2.1.3.2.1.7INTEGER {gmrpLearningEnable(1), gmrpLearningDisable(2)}read-writecurrent
gDot1qVlan
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.4
gDot1qVlanNumDeletes
OBJECT-TYPE
The number of times a VLAN entry has been deleted from the gDot1qVlanCurrentTable (for any reason). If an entry is deleted, then inserted, and then deleted, this counter will be incremented by 2.
1.3.6.1.4.1.13464.1.2.4.2.1.4.1Counter32read-onlycurrent
gDot1qVlanCurrentTable
OBJECT-TYPE
A table containing current configuration information for each VLAN currently configured into the device by (local or network) management, or dynamically created as a result of GVRP requests received.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2not-accessiblecurrent
gDot1qVlanCurrentEntry
OBJECT-TYPE
Information for a VLAN configured into the device by (local or network) management, or dynamically created as a result of GVRP requests received.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1not-accessiblecurrent
gDot1qVlanTimeMark
OBJECT-TYPE
A TimeFilter for this entry. See the TimeFilter textual convention to see how this works.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.1TimeFilternot-accessiblecurrent
gDot1qVlanIndex
OBJECT-TYPE
The VLAN-ID or other identifier refering to this VLAN.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.2VlanIndexnot-accessiblecurrent
gDot1qVlanFdbId
OBJECT-TYPE
The Filtering Database used by this VLAN. This is one of the gDot1qFdbId values in the gDot1qFdbTable. This value is allocated automatically by the device whenever the VLAN is created: either dynamically by GVRP, or by management, in gDot1qVlanStaticTable. Allocation of this value follows the learning constraints defined for this VLAN in gDot1qLearningConstraintsTable.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.3Unsigned32read-onlycurrent
gDot1qVlanCurrentEgressPorts
OBJECT-TYPE
The set of ports which are transmitting traffic for this VLAN as either tagged or untagged frames.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.4PortListread-onlycurrent
gDot1qVlanCurrentUntaggedPorts
OBJECT-TYPE
The set of ports which are transmitting traffic for this VLAN as untagged frames.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.5PortListread-onlycurrent
gDot1qVlanStatus
OBJECT-TYPE
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so differ from the following values. permanent(2) - this entry, corresponding to an entry in gDot1qVlanStaticTable, is currently in use and will remain so after the next reset of the device. The port lists for this entry include ports from the equivalent gDot1qVlanStaticTable entry and ports learnt dynamically. dynamicGvrp(3) - this entry is currently in use and will remain so until removed by GVRP. There is no static entry for this VLAN and it will be removed when the last port leaves the VLAN.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.6INTEGER {other(1), permanent(2), dynamicGvrp(3)}read-onlycurrent
gDot1qVlanCreationTime
OBJECT-TYPE
The value of sysUpTime when this VLAN was created.
1.3.6.1.4.1.13464.1.2.4.2.1.4.2.1.7TimeTicksread-onlycurrent
gDot1qVlanStaticTable
OBJECT-TYPE
A table containing static configuration information for each VLAN configured into the device by (local or network) management. All entries are permanent and will be restored after the device is reset.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3not-accessiblecurrent
gDot1qVlanStaticEntry
OBJECT-TYPE
Static information for a VLAN configured into the device by (local or network) management.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1not-accessiblecurrent
gDot1qVlanStaticName
OBJECT-TYPE
DURABLE: { 'Default' } An administratively assigned string, which may be used to identify the VLAN.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.1DisplayString (SIZE(0..32))read-createcurrent
gDot1qVlanStaticEgressPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports which are permanently assigned to the egress list for this VLAN by management. Changes to a bit in this object affect the per-port per-VLAN Registrar control for Registration Fixed for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in gDot1qVlanForbiddenEgressPorts. The default value of this object is a string of zeros of appropriate length, indicating not fixed.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.2PortListread-createcurrent
gDot1qVlanForbiddenEgressPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports which are prohibited by management from being included in the egress list for this VLAN. Changes to this object that cause a port to be included or excluded affect the per-port per-VLAN Registrar control for Registration Forbidden for the relevant GVRP state machine on each port. A port may not be added in this set if it is already a member of the set of ports in gDot1qVlanStaticEgressPorts. The default value of this object is a string of zeros of appropriate length, excluding all ports from the forbidden set.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.3PortListread-createcurrent
gDot1qVlanStaticUntaggedPorts
OBJECT-TYPE
DURABLE: { 0:all } The set of ports which should transmit egress packets for this VLAN as untagged. The default value of this object for the default VLAN (gDot1qVlanIndex = 1) is a string of appropriate length including all ports. There is no specified default for other VLANs. If a device agent cannot support the set of ports being set then it will reject the set operation with an error. An example might be if a manager attempts to set more than one VLAN to be untagged on egress where the device does not support this IEEE 802.1Q option.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.4PortListread-createcurrent
gDot1qVlanStaticRowStatus
OBJECT-TYPE
This object indicates the status of this entry.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.5RowStatusread-createcurrent
gDot1qGvrpLearningPermit
OBJECT-TYPE
This object is used to add a vlan to garp so that other devices can learn it.
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.6INTEGER {gvrpLearningEnable(1), gvrpLearningDisable(2)}read-writecurrent
gDot1qVlanSpanningTreeGroup
OBJECT-TYPE
This object is used to Get/Set current vlan's spanning-tree group num
1.3.6.1.4.1.13464.1.2.4.2.1.4.3.1.7INTEGER (0..15)read-writecurrent
gDot1qNextFreeLocalVlanIndex
OBJECT-TYPE
The next available value for gDot1qVlanIndex of a local VLAN entry in gDot1qVlanStaticTable. This will report values >=4096 if a new Local VLAN may be created or else the value 0 if this is not possible. A row creation operation in this table for an entry with a local VlanIndex value may fail if the current value of this object is not used as the index. Even if the value read is used, there is no guarantee that it will still be the valid index when the create operation is attempted - another manager may have already got in during the intervening time interval. In this case, gDot1qNextFreeLocalVlanIndex should be re-read and the creation re-tried with the new value. This value will automatically change when the current value is used to create a new row.
1.3.6.1.4.1.13464.1.2.4.2.1.4.4INTEGER (0 | 4096..2147483647)read-onlycurrent
gDot1qPortVlanTable
OBJECT-TYPE
A table containing per port control and status information for VLAN configuration in the device.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5not-accessiblecurrent
gDot1qPortVlanEntry
OBJECT-TYPE
Information controlling VLAN configuration for a port on the device. This is indexed by dot1dBasePort.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1not-accessiblecurrent
gDot1qPvid
OBJECT-TYPE
DURABLE: { 1:all } The PVID, the VLAN ID assigned to untagged frames or Prority-Tagged frames received on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.1VlanIndexread-writecurrent
gDot1qPortAcceptableFrameTypes
OBJECT-TYPE
DURABLE: { 1:all } When this is admitOnlyVlanTagged(2) the device will discard untagged frames or Prority-Tagged frames received on this port. When admitAll(1), untagged frames or Prority-Tagged frames received on this port will be accepted and assigned to the PVID for this port. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.2INTEGER {admitAll(1), admitOnlyVlanTagged(2)}read-writecurrent
gDot1qPortIngressFiltering
OBJECT-TYPE
DURABLE: {1:all} When this is true(1) the device will discard incoming frames for VLANs which do not include this Port in its Member set. When false(2), the port will accept all incoming frames. This control does not affect VLAN independent BPDU frames, such as GVRP and STP. It does affect VLAN dependent BPDU frames, such as GMRP.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.3TruthValueread-writecurrent
gDot1qPortGvrpStatus
OBJECT-TYPE
DURABLE: {enabled:all} The state of GVRP operation on this port. The value enabled(1) indicates that GVRP is enabled on this port, as long as gDot1qGvrpStatus is also enabled for this device. When disabled(2) but gDot1qGvrpStatus is still enabled for the device, GVRP is disabled on this port: any GVRP packets received will be silently discarded and no GVRP registrations will be propagated from other ports. This object affects all GVRP Applicant and Registrar state machines on this port. A transition from disabled(2) to enabled(1) will cause a reset of all GVRP state machines on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.4EnabledStatus {enabled(1), disabled(2)}read-writecurrent
gDot1qPortGvrpFailedRegistrations
OBJECT-TYPE
The total number of failed GVRP registrations, for any reason, on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.5Counter32read-onlycurrent
gDot1qPortGvrpLastPduOrigin
OBJECT-TYPE
The Source MAC Address of the last GVRP message received on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.4.5.1.6MacAddressread-onlycurrent
gDot1qLearningConstraintsTable
OBJECT-TYPE
A table containing learning constraints for sets of Shared and Independendent VLANs.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6not-accessiblecurrent
gDot1qLearningConstraintsEntry
OBJECT-TYPE
A learning constraint defined for a VLAN.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6.1not-accessiblecurrent
gDot1qConstraintVlan
OBJECT-TYPE
The index of the row in gDot1qVlanCurrentTable for the VLAN constrained by this entry.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6.1.1VlanIndexnot-accessiblecurrent
gDot1qConstraintSet
OBJECT-TYPE
The identity of the constraint set to which gDot1qConstraintVlan belongs. These values may be chosen by the management station.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6.1.2INTEGER (0..65535)not-accessiblecurrent
gDot1qConstraintType
OBJECT-TYPE
The type of constraint this entry defines. independent(1) - the VLAN, gDot1qConstraintVlan, uses an independent filtering database from all other VLANs in the same set, defined by gDot1qConstraintSet. shared(2) - the VLAN, gDot1qConstraintVlan, shares the same filtering database as all other VLANs in the same set, defined by gDot1qConstraintSet.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6.1.3INTEGER {independent(1), shared(2)}read-createcurrent
gDot1qConstraintStatus
OBJECT-TYPE
The status of this entry.
1.3.6.1.4.1.13464.1.2.4.2.1.4.6.1.4RowStatusread-createcurrent
gDot1qConstraintSetDefault
OBJECT-TYPE
The identity of the constraint set to which a VLAN belongs, if there is not an explicit entry for that VLAN in gDot1qLearningConstraintsTable.
1.3.6.1.4.1.13464.1.2.4.2.1.4.7INTEGER (0..65535)read-writecurrent
gDot1qConstraintTypeDefault
OBJECT-TYPE
The type of constraint set to which a VLAN belongs, if there is not an explicit entry for that VLAN in gDot1qLearningConstraintsTable. The types are as defined for gDot1qConstraintType.
1.3.6.1.4.1.13464.1.2.4.2.1.4.8INTEGER {independent(1), shared(2)}read-writecurrent
gDot1dGarp
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.5
gDot1dPortGarpTable
OBJECT-TYPE
A table of GARP control information about every bridge port. This is indexed by gDot1qBasePort.
1.3.6.1.4.1.13464.1.2.4.2.1.5.1not-accessiblecurrent
gDot1dPortGarpEntry
OBJECT-TYPE
GARP control information for a bridge port.
1.3.6.1.4.1.13464.1.2.4.2.1.5.1.1not-accessiblecurrent
gDot1dPortEnable
OBJECT-TYPE
The enabled/disabled status of the port for all GARP protocol instances. This should be set according to the current link state of the port
1.3.6.1.4.1.13464.1.2.4.2.1.5.1.1.1INTEGER {enabled(1), disabled(2)}read-writecurrent
gDot1dPortGarpJoinTime
OBJECT-TYPE
DURABLE: { 20:all } The GARP Join time, in centiseconds.
1.3.6.1.4.1.13464.1.2.4.2.1.5.1.1.2TimeIntervalread-writecurrent
gDot1dPortGarpLeaveTime
OBJECT-TYPE
DURABLE: { 60:all } The GARP Leave time, in centiseconds.
1.3.6.1.4.1.13464.1.2.4.2.1.5.1.1.3TimeIntervalread-writecurrent
gDot1dPortGarpLeaveAllTime
OBJECT-TYPE
DURABLE: { 1000:all } The GARP LeaveAll time, in centiseconds.
1.3.6.1.4.1.13464.1.2.4.2.1.5.1.1.4TimeIntervalread-writecurrent
gDot1dGmrp
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.6
gDot1dPortGmrpTable
OBJECT-TYPE
A table of GMRP control and status information about every bridge port. Augments the gDot1qBasePortTable.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1not-accessiblecurrent
gDot1dPortGmrpEntry
OBJECT-TYPE
GMRP control and status information for a bridge port.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1.1not-accessiblecurrent
gDot1dPortGmrp
OBJECT-TYPE
The port number of the port for which this entry contains GMRP management information.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1.1.1INTEGER (1..128)read-onlycurrent
gDot1dPortGmrpStatus
OBJECT-TYPE
DURABLE: { enabled:all } The administrative state of GMRP operation on this port. The value enabled(1) indicates that GMRP is enabled on this port in all VLANs as long as garpGmrpStatus is also enabled(1). A value of disabled(2) indicates that GMRP is disabled on this port in all VLANs: any GMRP packets received will be silently discarded and no GMRP registrations will be propagated from other ports. Setting this to a value of enabled(1) will be stored by the agent but will only take effect on the GMRP protocol operation if garpGmrpStatus also indicates the value enabled(1). This object affects all GMRP Applicant and Registrar state machines on this port. A transition from disabled(2) to enabled(1) will cause a reset of all GMRP state machines on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1.1.2EnabledStatus {enabled(1), disabled(2)}read-writecurrent
gDot1dPortGmrpFailedRegistrations
OBJECT-TYPE
The total number of failed GMRP registrations, for any reason, in all VLANs, on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1.1.3Counter32read-onlycurrent
gDot1dPortGmrpLastPduOrigin
OBJECT-TYPE
The Source MAC Address of the last GMRP message received on this port.
1.3.6.1.4.1.13464.1.2.4.2.1.6.1.1.4MacAddressread-onlycurrent
gDot1dExtBase
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.7
gDot1dGmrpStatus
OBJECT-TYPE
DURABLE: { enabled } The administrative status requested by management for GMRP. The value enabled(1) indicates that GMRP should be enabled on this device, in all VLANs, on all ports for which it has not been specifically disabled. When disabled(2), GMRP is disabled, in all VLANs, on all ports and all GMRP packets will be forwarded transparently. This object affects both Applicant and Registrar state machines. A transition from disabled(2) to enabled(1) will cause a reset of all GMRP state machines on all ports.
1.3.6.1.4.1.13464.1.2.4.2.1.7.1EnabledStatus {enabled(1), disabled(2)}read-writecurrent
gDot1qExtend
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.8
gDot1qDoubleTagging
OBJECT-TYPE
The global QinQ status
1.3.6.1.4.1.13464.1.2.4.2.1.8.1INTEGER {enabled(1), disabled(2)}read-writecurrent
gDot1qTpid
OBJECT-TYPE
The tag protocol id of service provider, this value is used to determine if a incoming packets is tagged and used when insert a new tag
1.3.6.1.4.1.13464.1.2.4.2.1.8.2INTEGER (1..65535)read-writecurrent
gDot1qDoubleTaggingTable
OBJECT-TYPE
This table is used to config the double tagging function.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3not-accessiblecurrent
gDot1qDoubleTaggingEntry
OBJECT-TYPE
Information about double tagging table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3.1not-accessiblecurrent
gDot1qDoubleTaggingPort
OBJECT-TYPE
The index of double tagging entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3.1.1INTEGERread-onlycurrent
gDot1qDoubleTaggingMode
OBJECT-TYPE
Port's 8021q-in-8021q mode: dtagModeNone means QinQ is disabled; dtagModeInternal means incoming pkt's will be inserted a tag if it has no tag or its' tag-id doesn't match that of the port. dtagModeExternal means incoming pkt's tag is always be ignored and a new tag is inserted.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3.1.2INTEGER {dtagModeNone(0), dtagModeInternal(1), dtagModeExternal(2)}read-writecurrent
gDot1qPortInnerTpid
OBJECT-TYPE
Used to change the original tag's(i.e.customer tag) tpid of packet when dtag enabled.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3.1.3INTEGER (1..65535)read-writecurrent
gDot1qPortOuterTpid
OBJECT-TYPE
Used to change the new tag's(i.e.service-provider tag) tpid of packet when dtag enabled.
1.3.6.1.4.1.13464.1.2.4.2.1.8.3.1.4INTEGER (1..65535)read-writecurrent
gDot1qInnerTpid
OBJECT-TYPE
Used to change the original tag's(i.e.customer tag) tpid of packet when dtag enabled.
1.3.6.1.4.1.13464.1.2.4.2.1.8.4INTEGER (1..65535)read-writecurrent
gDot1qVlanMacTable
OBJECT-TYPE
This table is used to assign a VLAN ID for a packet based on the source MAC Address. If an entry is found, then the VLAN ID, PRIORITY of vlan mac table will be used for the packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5not-accessiblecurrent
gDot1qVlanMacEntry
OBJECT-TYPE
Information about a vlan mac table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5.1not-accessiblecurrent
gDot1qVlanMacAddress
OBJECT-TYPE
The index of vlan mac table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5.1.1MacAddressread-onlycurrent
gDot1qVlanMacNewVlanId
OBJECT-TYPE
Vlan id to be assigned to the packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5.1.2INTEGERread-writecurrent
gDot1qVlanMacNewPriority
OBJECT-TYPE
Priority to be assigned to the packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5.1.3INTEGERread-writecurrent
gDot1qVlanMacStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.5.1.4INTEGER {active(1), createAndGo(2), destroy(3)}read-writecurrent
gDot1qVlanSubnetTable
OBJECT-TYPE
This table is used to assign a VLAN ID for a packet based on the source IP Address.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6not-accessiblecurrent
gDot1qVlanSubnetEntry
OBJECT-TYPE
Information about a vlan subnet table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1not-accessiblecurrent
gDot1qVlanSubnetIpAddress
OBJECT-TYPE
The first index of vlan subnet table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1.1IpAddressread-onlycurrent
gDot1qVlanSubnetIpMask
OBJECT-TYPE
The second index of vlan subnet table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1.2IpAddressread-onlycurrent
gDot1qVlanSubnetNewVlanId
OBJECT-TYPE
Vlan id to be assigned to the packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1.3INTEGERread-writecurrent
gDot1qVlanSubnetNewPriority
OBJECT-TYPE
Priority to be assigned to the packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1.4INTEGERread-writecurrent
gDot1qVlanSubnetStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.6.1.5INTEGER {active(1), createAndGo(2), destroy(3)}read-writecurrent
gDot1qVlanProtoTable
OBJECT-TYPE
This table is used to assign a VLAN for a packet based on the protocol(FrameType,EtherType)and the ingress port.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7not-accessiblecurrent
gDot1qVlanProtoEntry
OBJECT-TYPE
Information about a vlan protocol table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1not-accessiblecurrent
gDot1qVlanProtoFrameType
OBJECT-TYPE
Frame typethe first index of vlan protocol entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1.1INTEGERread-onlycurrent
gDot1qVlanProtoEthertype
OBJECT-TYPE
Ether typethe second index of vlan protocol entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1.2INTEGERread-onlycurrent
gDot1qVlanProtoPortId
OBJECT-TYPE
Ingress, wthe third index of vlan protocol entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1.3INTEGERread-onlycurrent
gDot1qVlanProtoNewVlanId
OBJECT-TYPE
Vlan id to be assigned to packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1.4INTEGERread-writecurrent
gDot1qVlanProtoStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.7.1.5INTEGER {active(1), createAndGo(2), destroy(3)}read-writecurrent
gDot1qVlanTranslationTable
OBJECT-TYPE
This table is used to to translate the VLAN ID of an incoming tagged packet to another VLAN ID based on the ingress port and incoming packet VLAN ID.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8not-accessiblecurrent
gDot1qVlanTransEntry
OBJECT-TYPE
Information about a vlan translation table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1not-accessiblecurrent
gDot1qVlanTransVlanId
OBJECT-TYPE
The first index of vlan translation table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1.1INTEGERread-onlycurrent
gDot1qVlanTransPortId
OBJECT-TYPE
The second index of vlan translation table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1.2INTEGERread-onlycurrent
gDot1qVlanTransNewVlanId
OBJECT-TYPE
The new vlan id to be assigned to the packet who match a vlan translation table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1.3INTEGERread-writecurrent
gDot1qVlanTransNewPriority
OBJECT-TYPE
The priority field of vlan translation table.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1.4INTEGERread-writecurrent
gDot1qVlanTransStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.8.1.5INTEGER {active(1), createAndGo(2), destroy(3)}read-writecurrent
gDot1qVlanSubnetPrecede
OBJECT-TYPE
Used to config whether the IP-Subnet Based VLAN has a higher precedence than the MAC Based VLAN.
1.3.6.1.4.1.13464.1.2.4.2.1.8.9INTEGER {true(1), false(2)}read-writecurrent
gDot1qVlanTransEnable
OBJECT-TYPE
Used to config current vlan-translation's status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.10INTEGER {true(1), false(2)}read-writecurrent
gDot1qStackVlanTable
OBJECT-TYPE
A table containing stack vlan configuration information for each stack vlan configured into the device by management.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11not-accessiblecurrent
gDot1qStackVlanEntry
OBJECT-TYPE
Information controlling stack VLAN configuration for a port on the device. This is indexed by port and end vlan id.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1not-accessiblecurrent
gDot1qStackVlanPort
OBJECT-TYPE
The index of stack vlan.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1.1INTEGERread-writecurrent
gDot1qStartStackVlan
OBJECT-TYPE
The start vlan of the serial vlans we want to insert a new vlan tag.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1.2INTEGER (1..4095)read-writecurrent
gDot1qEndStackVlan
OBJECT-TYPE
The end vlan of the serial vlans we want to insert a new vlan tag.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1.3INTEGER (1..4095)read-writecurrent
gDot1qTargetStackVlan
OBJECT-TYPE
The target vlan of the serial vlans we want to insert.
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1.4INTEGER (1..4095)read-writecurrent
gDot1qStackVlanRowStatus
OBJECT-TYPE
Describe the oprations for the entry:4-create 6-delete
1.3.6.1.4.1.13464.1.2.4.2.1.8.11.1.5RowStatusread-writecurrent
gDot1qVlanPassthroughTable
OBJECT-TYPE
A table containing vlan passthrough configuration information for each vlan passthrough configured into the device by management.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12not-accessiblecurrent
gDot1qVlanPassthroughEntry
OBJECT-TYPE
Information controlling VLAN passthrough configuration for a port on the device. This is indexed by port and end vlan id.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12.1not-accessiblecurrent
gDot1qPassthroughPort
OBJECT-TYPE
The index of passthrough entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12.1.1INTEGERread-writecurrent
gDot1qStartPassthroughVlan
OBJECT-TYPE
The start vlan of the serial vlans we want to passthrough.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12.1.2INTEGER (1..4095)read-writecurrent
gDot1qEndPassthroughVlan
OBJECT-TYPE
The end vlan of the serial vlans we want to passthrough.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12.1.3INTEGER (1..4095)read-writecurrent
gDot1qPassthroughRowStatus
OBJECT-TYPE
Describe the oprations for the entry:4-create 6-delete.
1.3.6.1.4.1.13464.1.2.4.2.1.8.12.1.4RowStatusread-writecurrent
gDot1qVlanSwapTable
OBJECT-TYPE
A table containing vlan swap configuration information for each vlan swap configured into the device by management.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13not-accessiblecurrent
gDot1qVlanSwapEntry
OBJECT-TYPE
Information controlling VLAN swap configuration for a port on the device. This is indexed by port and end vlan id.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1not-accessiblecurrent
gDot1qVlanSwapPort
OBJECT-TYPE
The index of vlan swap entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1.1INTEGERread-writecurrent
gDot1qStartSwapVlan
OBJECT-TYPE
The start vlan of the serial vlans we want to swap.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1.2INTEGER (1..4094)read-writecurrent
gDot1qEndSwapVlan
OBJECT-TYPE
The end vlan of the serial vlans we want to swap.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1.3INTEGER (1..4094)read-writecurrent
gDot1qTargetSwapVlan
OBJECT-TYPE
The target vlan of the serial vlans we want to swap.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1.4INTEGER (1..4094)read-writecurrent
gDot1qVlanSwapRowStatus
OBJECT-TYPE
Describe the oprations for the entry:4-create 6-delete.
1.3.6.1.4.1.13464.1.2.4.2.1.8.13.1.5RowStatusread-writecurrent
gDot1qProtocolVlan
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.8.14
gDot1qProtocolVlanTable
OBJECT-TYPE
This table is used to classify a packet based on the protocol(FrameType,EtherType).only for marvell chip
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1not-accessiblecurrent
gDot1qProtocolVlanEntry
OBJECT-TYPE
Information about a vlan protocol table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1not-accessiblecurrent
protocolVlanTableIndex
OBJECT-TYPE
index of vlan protocol entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.1INTEGER (0..11)read-onlycurrent
protocolVlanTableEthertype
OBJECT-TYPE
ether type of packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.2INTEGER (0..65535)read-writecurrent
protocolVlanTableProtocol
OBJECT-TYPE
protocol of packet.bit 0 is ethernetv2, bit 1 is non-snap-llc, bit 2 is snap-llc.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.3INTEGER {ethernetv2(1), non-snap-llc(2), ethernetv2-non-snap-llc(3), snap-llc(4), ethernetv2-snap-llc(5), non-snap-llc-snap-llc(6), ethernetv2-non-snap-llc-snap-llc(7)}read-writecurrent
protocolVlanTableStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.4RowStatusread-writecurrent
gDot1qProtocolVlanActionTable
OBJECT-TYPE
This table is used to assign a VLAN for a packet based on the protocol(FrameType,EtherType)and the ingress port.only for marvell chip
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.2not-accessiblecurrent
gDot1qProtocolVlanActionEntry
OBJECT-TYPE
Information about a vlan protocol aciton table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.2.1not-accessiblecurrent
protocolVlanAcitonTablePort
OBJECT-TYPE
port index.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.2.1.1INTEGERread-onlycurrent
protocolVlanActionTableNewVlan
OBJECT-TYPE
new vlan id of packet.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.2.1.2VlanIdread-writecurrent
protocolVlanActionTableStatus
OBJECT-TYPE
table entry status.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.2.1.3RowStatusread-writecurrent
gDot1qProtocolVlanAdminTable
OBJECT-TYPE
This table is used to enable assign a VLAN for a packet based on the protocol(FrameType,EtherType)and the ingress port.only for marvell chip
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.3not-accessiblecurrent
gDot1qProtocolVlanAdminEntry
OBJECT-TYPE
Information about a vlan protocol admin table entry.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.3.1not-accessiblecurrent
protocolVlanAdminTablePort
OBJECT-TYPE
port index.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.3.1.1INTEGERread-onlycurrent
protocolVlanAdminTableEnable
OBJECT-TYPE
enable protocol-based vlan function of a port.
1.3.6.1.4.1.13464.1.2.4.2.1.8.14.3.1.2TruthValueread-writecurrent
gDot1qTranslateVlan
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.1.8.15
gDot1qTranslateVlanIngressTable
OBJECT-TYPE
This table is used to classify a packet based on the protocol(FrameType,EtherType).only for marvell chip
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.1not-accessiblecurrent
gDot1qTranslateVlanIngressEntry
OBJECT-TYPE
entry of ingress vlan translate.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.1.1not-accessiblecurrent
translateVlanIngressTableIndex
OBJECT-TYPE
index of ingress vlan.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.1.1.1INTEGER (1..4094)read-onlycurrent
translateIngressTargetVlanID
OBJECT-TYPE
Target vlan ID. 0 means not set
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.1.1.2INTEGER (0..4094)read-writecurrent
gDot1qTranslateVlanEgressTable
OBJECT-TYPE
This table is used to classify a packet based on the protocol(FrameType,EtherType).only for marvell chip
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.2not-accessiblecurrent
gDot1qTranslateVlanEgressEntry
OBJECT-TYPE
entry of Egress vlan translate.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.2.1not-accessiblecurrent
translateVlanEgressTableIndex
OBJECT-TYPE
index of Egress vlan.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.2.1.1INTEGER (1..4094)read-onlycurrent
translateEgressTargetVlanID
OBJECT-TYPE
Target vlan ID. 0 means not set
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.2.1.2INTEGER (0..4094)read-writecurrent
gDot1qTranslateVlanPortTable
OBJECT-TYPE
translate vlan port list
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.3not-accessiblecurrent
gDot1qTranslateVlanPortEntry
OBJECT-TYPE
port entry of vlan translate.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.3.1not-accessiblecurrent
translateVlanTablePort
OBJECT-TYPE
port index.
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.3.1.1INTEGERread-onlycurrent
translateTargetVlanIngressTableEnable
OBJECT-TYPE
enable ingress Translate vlan function of a port.1:enable;2:disable
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.3.1.2TruthValueread-writecurrent
translateTargetVlanEgressTableEnable
OBJECT-TYPE
enable Egress Translate vlan function of a port.1:enable;2:disable
1.3.6.1.4.1.13464.1.2.4.2.1.8.15.3.1.3TruthValueread-writecurrent
garpMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.2
garpMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.2.1
garpMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.13464.1.2.4.2.2.2

Conformance

NameOIDStatus
garpMIBBaseGroup
OBJECT-GROUP
GARP module groups.
1.3.6.1.4.1.13464.1.2.4.2.2.1.1current
garpMIBCompliance
MODULE-COMPLIANCE
The compliance statement for the GARP module.
1.3.6.1.4.1.13464.1.2.4.2.2.2.1current