POWERHUB-VLAN-MIB: View SNMP OID List / Download MIB

VENDOR: FORE SYSTEMS


 Home MIB: POWERHUB-VLAN-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
 fore 1.3.6.1.4.1.326
         admin 1.3.6.1.4.1.326.1
             preDot1qVlanMIB 1.3.6.1.4.1.326.1.8
                 preDot1qVlanMIBObjects 1.3.6.1.4.1.326.1.8.1
                     preDot1qVlanConfGroup 1.3.6.1.4.1.326.1.8.1.1
                         preDot1qVlanConfTable 1.3.6.1.4.1.326.1.8.1.1.1
A table of VLAN names and characteristics
                             preDot1qVlanConfEntry 1.3.6.1.4.1.326.1.8.1.1.1.1
A table entry containing VLAN names and characteristics IMPORTANT: The read-write fields of this table should be modifiable, such that as VLAN characteristics change, the individual parameters in the table can be modified.
                                 preDot1qVlanName 1.3.6.1.4.1.326.1.8.1.1.1.1.1
The textual name of this VLAN, this is the identifier that the user of a configuration utility will be using. Using a VLAN ID for the index and resolving to a name would be easier for an individual switch. However, the user will not (and should not) use this ID. The problem would then be how to resolve an ID to a Name, given that network manager needs to know this for all devices. Using the name as the index allows a management application to have a list of names and each network device resolves that to a locally significant ID. This means however, if the user configures, via a local interface, two switches with VLANs that have the same name, the network manager will assume that they are the same VLAN. In the future, when the 802.1Q standard comes out, there will be a standard way of maintaining globally unique VLAN IDs because these will be used as the VLAN tag. At that time the index into this table should become the VLAN tag.
                                 preDot1qVlanID 1.3.6.1.4.1.326.1.8.1.1.1.1.2
This is the locally significant ID that is used internally by this device to reference this VLAN.
                                 preDot1qVlanConfRowStatus 1.3.6.1.4.1.326.1.8.1.1.1.1.3
This object is used to create a new row or to modify or delete an existing row in this table.
                                 preDot1qVlanCreatedBy 1.3.6.1.4.1.326.1.8.1.1.1.1.4
This object is used to enter a string to identify the management entity that created this entry.
                                 preDot1qVlanType 1.3.6.1.4.1.326.1.8.1.1.1.1.5
The type of vlan, specified as a bitmap. The bitmap indicates all the types of filters that are to be applied to the vlan. The bit locations and meanings are: 0x01 - port-based VLAN 0x02 - MAC-based VLAN 0x04 - protocol-based VLAN 0x08 - IP subnet VLAN for example a VLAN that will look at an incoming port and then apply a MAC filter would use the value 0x03 to indicate both the port and the MAC filters.
                                 preDot1qVlanPortGroupInstance 1.3.6.1.4.1.326.1.8.1.1.1.1.6
The index that identifies the the sub tree in the preDot1qVlanPortGroupTable that should be walked to retrieve the group of ports in this VLAN. IMPORTANT: This table has slightly different semantics than the next three objects because in all 802 VLANs, in the end they all resolve down to a group of ports. Therefore, this object has the following semantic based on its value and the value of preDot1qVlanType: preDot1qVlanType preDot1qVlanPortGroupInstance mode ------------------ ------------------------------- ---- Port-based set points to a user configured Manual set of ports Port-based not set 0 - There are no ports assigned Auto to this VLAN at this time. Port-based not set non zero - points to a system Auto (agent) maintained list of ports
                                 preDot1qVlanMacListInstance 1.3.6.1.4.1.326.1.8.1.1.1.1.7
If this is a MAC-based VLAN then this is the index that identifies the sub tree in the preDot1qVlanMacListTable that should be walked to retrieve the list of MAC address to allow into this VLAN. If this is not a MAC-based VLAN then the value is 0
                                 preDot1qVlanProtocolType 1.3.6.1.4.1.326.1.8.1.1.1.1.8
If this is a protocol-based VLAN then this is the protocol type whose traffic is allowed into this VLAN. If this is not a protocol-based VLAN the value is none.
                                 preDot1qVlanProtocolSubtype 1.3.6.1.4.1.326.1.8.1.1.1.1.9
If this is a protocol-based VLAN then this is the protocol subtype whose traffic is allowed into this VLAN. This value is based on the protocol type (preDot1qVlanProtocolType). If the protocol type is Ethernet V2.0 (ethernetv2) then the value is the value assigned by Xerox (two octets). For example, the value 08-00 is the value for IP. If the protocol type is IEEE 802.3 DSAP then the value is the DSAP value (one octet). For example, the value 224 (0xE0) is the value for IPX. If this is not a protocol-based VLAN the value is a zero lenght octet string.
                                 preDot1qVlanIPSubnetAddress 1.3.6.1.4.1.326.1.8.1.1.1.1.10
If this is a subnetBased VLAN then this is the subnet whose traffic is allowed into this VLAN. If this is not a subnetBased VLAN then the value is 0.0.0.0
                         preDot1qVlanPortGroupTable 1.3.6.1.4.1.326.1.8.1.1.2
A table of port groupings. The first index breaks down the table into multiple port groups. Then the second index is the port that belongs in the group. This way walking the table, given the first index, will give the list of all ports in that group. This allows the user of this MIB to create many port groupings, and then each VLAN can point to the port grouping they want to associate with a particular VLAN. IMPORTANT: This table depends on RFC 1573 extensions to the interfaces.ifTable. This is because, entries in preDot1qVlanPort can be virtual interfaces (representing LEC instances)
                             preDot1qVlanPortGroupEntry 1.3.6.1.4.1.326.1.8.1.1.2.1
A table entry containing a port number
                                 preDot1qVlanPortGroupIndex 1.3.6.1.4.1.326.1.8.1.1.2.1.1
Index used so that there can be many different port groups
                                 preDot1qVlanPort 1.3.6.1.4.1.326.1.8.1.1.2.1.2
The value of the instance of the ifIndex object, defined in MIB-II, for the interface corresponding to this port. In the case of a non-atm port this is the physical ifIndex of that port, in the case of an atm port it is the virtual ifIndex that represents the LEC. IMPORTANT: By adding a port here, that port will now be part of any VLAN(s) that this port group is associated with. In addition, if the port is a virtual interface that represents a LEC, the ELAN that that LEC represents will also be part of the VLAN that this port group is associated with. Control of the LECs (creating and assignment) is handled by the ATMF Lan Emulation Client MIB, specifically the lecConfigTable in Configuration Group
                                 preDot1qVlanPortGroupRowStatus 1.3.6.1.4.1.326.1.8.1.1.2.1.3
This object is used to create a new row or to modify or delete an existing row in this table.
                                 preDot1qVlanPortStatus 1.3.6.1.4.1.326.1.8.1.1.2.1.4
The status of this port relative to the VLAN that points at this port group. The meanings of each value are: autoActive: Means that the port is part of this VLAN because the switch automatically added it. allowed: Means that the port has been configured so that if all other criteria (if any) are met, this port is allowed to be in this VLAN. allowedActive: Means the same as allowed plus the fact that there is a device attached to this port and participating in the VLAN. allowedNotAvail: This value is only needed for devices that dont allow a port to be in more than one VLAN at a time. This value means that this port also exists in some other VLAN(s) and is active in another VLAN. Therefore this port is not available to be used in this VLAN. notAssociated: Means that the Port Group is not currently associated with any VLAN.
                             preDot1qVlanPortGroupNextIndex 1.3.6.1.4.1.326.1.8.1.1.2.2
The index of the next free row in the table.