NBS-VLAN-FWD-MIB: View SNMP OID List / Download MIB

VENDOR: NBASE SWITCH COMMUNICATION


 Home MIB: NBS-VLAN-FWD-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
 nbsVlanFwdMib 1.3.6.1.4.1.629.215
MIB for representing VLAN Forwarding information
         nbsVlanFwdGrp 1.3.6.1.4.1.629.215.1
VLAN Forwarding Configuration and Capabilities
             nbsVlanFwdTableSize 1.3.6.1.4.1.629.215.1.1 unsigned32 read-only
The number of entries in nbsVlanFwdTable
             nbsVlanFwdTable 1.3.6.1.4.1.629.215.1.2 no-access
VLAN Forwarding information.
                 nbsVlanFwdEntry 1.3.6.1.4.1.629.215.1.2.1 no-access
The VLAN Forwarding port's information
                     nbsVlanFwdIfIndex 1.3.6.1.4.1.629.215.1.2.1.1 interfaceindex no-access
The Mib2 ifIndex of this VLAN Forwarding port
                     nbsVlanFwdVidList 1.3.6.1.4.1.629.215.1.2.1.2 displaystring read-write
A list of VLAN ids as a free format text string. A non-empty string indicates that the port only forwards frames to other port(s) having the same VLAN id(s). For example: 1001 specifies one isolated VLAN id.
                     nbsVlanFwdVid 1.3.6.1.4.1.629.215.1.2.1.3 integer read-write
Specifies the VLAN id to be used when adding a new outer VLAN tag to frames.
                     nbsVlanFwdPriority 1.3.6.1.4.1.629.215.1.2.1.4 integer read-write
Specifies the priority to be used when adding a new outer VLAN tag to frames.
                     nbsVlanFwdEgressTagAction 1.3.6.1.4.1.629.215.1.2.1.5 integer read-write
Specifies what tagging action to perform on outgoing frames from this port: add(2) a new outer VLAN tag to each outgoing frame, using nbsVlanFwdVid and nbsVlanFwdPriority; strip(3) the outer VLAN tag from each outgoing frame; retain(4) tagging as is on each outgoing frame. Enumeration: 'retain': 4, 'add': 2, 'notSupported': 1, 'strip': 3.
                     nbsVlanFwdEgressTagCapability 1.3.6.1.4.1.629.215.1.2.1.6 octet string read-only
This bitmask indicates which nbsVlanPortEgressTagAction values are supported: add(2) if bit 2 is set, strip(3) if bit 3 is set, and retain(4) if bit 4 is set.
                     nbsVlanFwdIngressTagAction 1.3.6.1.4.1.629.215.1.2.1.7 integer read-write
Specifies what tagging action to perform on incoming frames on this port: add(2) a new outer VLAN tag to each incoming frame, using nbsVlanFwdVid and nbsVlanFwdPriority; strip(3) the outer VLAN tag from each incoming frame; retain(4) tagging as is on each incoming frame. Enumeration: 'retain': 4, 'add': 2, 'notSupported': 1, 'strip': 3.
                     nbsVlanFwdIngressTagCapability 1.3.6.1.4.1.629.215.1.2.1.8 octet string read-only
This bitmask indicates which nbsVlanPortIngressTagAction values are supported: add(2) if bit 2 is set, strip(3) if bit 3 is set, and retain(4) if bit 4 is set.
         nbsVlanControlGrp 1.3.6.1.4.1.629.215.2
VLAN Control Configuration and Capabilities
             nbsVlanControlTableSize 1.3.6.1.4.1.629.215.2.1 unsigned32 read-only
The number of entries in nbsVlanControlTable
             nbsVlanControlTable 1.3.6.1.4.1.629.215.2.2 no-access
VLAN Management information.
                 nbsVlanControlEntry 1.3.6.1.4.1.629.215.2.2.1 no-access
The VLAN entity's management information
                     nbsVlanControlIfIndex 1.3.6.1.4.1.629.215.2.2.1.1 interfaceindex no-access
The Mib2 ifIndex of this VLAN entity
                     nbsVlanControlMgmtVid 1.3.6.1.4.1.629.215.2.2.1.2 integer read-write
Specifies the VLAN id to be used for management traffic.