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

VENDOR: ALLIED TELESIS


 Home MIB: SWITCH-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
 switchVlanMib 1.3.6.1.4.1.207.8.9.2.5.2
This module provides definitions for the Hitachi Computer Products, Network System Group (SWITCH), Virtual LAN (VLAN) MIB.
     vLanGroup 1.3.6.1.4.1.207.8.9.2.5.2.1
         vLanTable 1.3.6.1.4.1.207.8.9.2.5.2.1.1 no-access
A list of Virtual LAN instances.
             vLanEntry 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1 no-access
VLAN entry.
                 vLanNumber 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.1 integer no-access
The VLAN number identifying this instance
                 vLanMembers 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.2 octet string read-only
A bitmap structure presenting the virtual ports assigned to this vLan. Bits are numbered from 1 to 256 starting with the high order bit of the first octet. Each bit which is set indicates the virtual port number assigned to the this vlan.
                 vLanDescription 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.5 displaystring read-only
Textual description of the VLAN instance.
                 vLanAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.6 vlanadminstatuscode read-only
The administrative status which can be set by configuration. 'disable' will disable ALL vPorts that are connected to this VLAN, 'enable' will enable all ports
                 vLanOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.7 vlanoperstatuscode read-only
Provide operating status of a particular VLAN.
                 vLanMode 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.8 vlanmode read-only
Provides special operating mode setup and status. Currently this object is used to specify weather the VLAN supports the standard or ATM CIP connections. This is deprecated because it is not maintained by system software.
                 vLanRowStatus 1.3.6.1.4.1.207.8.9.2.5.2.1.1.1.9 rowstatus read-only
This attribute may only be set to 'createAndGo' and 'delete'. 'notInService' and 'createAndWait' are not supported.
     vRouterGroup 1.3.6.1.4.1.207.8.9.2.5.2.2
         vRouterTable 1.3.6.1.4.1.207.8.9.2.5.2.2.1 no-access
A list of Virtual Router instances.
             vRouterEntry 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1 no-access
A VLAN entry.
                 vRouterProtocol 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.1 integer read-only
This object is used to enable/disable routing protocols. The value of this object is the logical ORing of each bit identifying the routing protocol below, where bit 0 is the low order bit, i.e. 2**0. ipRip bit 0 ipEgp bit 1 ipGgp bit 2 ipHello bit 3 ipIs-is bit 4 ipEs-is bit 5 ipCiscoIgrp bit 6 ipBbnSpfIgp bit 7 ipOspf bit 8 Setting the appropriate bit enables the protocol (if supported); clearing the bit, disables the protocol.
                 vRouterIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.2 ipaddress read-only
The IP network address for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
                 vRouterSubNetMask 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.3 ipaddress read-only
The IP network subnet mask for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
                 vRouterBcastAddress 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.4 ipaddress read-only
The IP broadcast address for this virtual bridge instance for the purpose of allowing access from the external network management system. This attribute is required for row creation.
                 vRouterDescription 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.5 displaystring read-only
Textual description of the router instance.
                 vRouterAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.6 vlanadminstatuscode read-only
The particular routing environment can be enable(2) or disable(1), its value is determined by the ifAdminStatus of the interface associated with this router.
                 vRouterOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.7 vlanoperstatuscode read-only
Provide operating status of a particular router environment.
                 vRouterRowStatus 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.8 rowstatus read-only
Only supports 'createAndGo' and 'delete' for set operation. The vLanEntry instance identified by the value of the index for this attribute must exist before a attempting to create an instance of vRouterRowStatus.
                 vRouterIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.9 interfaceindex read-only
The value of ifIndex which corresponds to this vRouter instance.
                 vRouterRipMode 1.3.6.1.4.1.207.8.9.2.5.2.2.1.1.10 integer read-only
If the value of this object is 'silent', RIP daemon processes received routing packets and does NOT send routing packets. If the value of this object is 'active', RIP sends and receives routing packets. Enumeration: 'active': 2, 'inactive': 4, 'deaf': 3, 'silent': 1.
     physicalPortGroup 1.3.6.1.4.1.207.8.9.2.5.2.3
         pPortTable 1.3.6.1.4.1.207.8.9.2.5.2.3.1 no-access
A list of Physical Port instances.
             pPortEntry 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1 no-access
A Physical Port entry.
                 pPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.1 integer no-access
The phyiscal port number.
                 pPortMediaType 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.2 phyportmediatypecode read-only
The physical media type supported by this physical port.
                 pPortDescription 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.3 displaystring read-write
A description of the instance of this physical Port.
                 pPortIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.4 interfaceindex read-only
The value of ifIndex which corresponds to this physical port.
                 pPortDuplexity 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.5 integer read-write
The duplexity of this pPort. Enumeration: 'fullDuplex': 2, 'halfDuplex': 1.
                 pPortAutoNegotiate 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.6 integer read-write
Only ports whose pPortMediaType is 'eth100' may support autonegotiation to determine the portSpeed and pPortDuplexity. pPortAutoNegotiate is not writeable for ports whose pPortMediaType is not 'eth100'. Enumeration: 'enable': 2, 'disable': 1.
                 pPortAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.7 vlanadminstatuscode read-write
The administrative status of this pPort. Instances for VRouter and Uplinks (33 and 34) are read-only, the value can be set by ifAdminStatus.
                 pPortOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.8 vlanoperstatuscode read-only
The operational status of this pPort.
                 pPortSpeed 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.9 integer32 read-write
The speed of the port in bits per second (bps). For ports whose pPortMediaType is 'eth100', and pPortDuplexity has the value 'disable' pPortSpeed may be writeable.
                 pPortCountersStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.1.1.10 integer read-write
An object used to enable or disable counters for physical ports whose pPortMediaType is 'eth10', 'eth100', or 'eth100F'. In some instances it is not possible to determine the state of the counters. Enumeration: 'unknown': 0, 'enable': 1, 'disable': 2.
         pEtherCountersStatus 1.3.6.1.4.1.207.8.9.2.5.2.3.2 integer read-write
This Object Globally enables or disables the Statistics Collection on the Ethernet Ports. Enumeration: 'enable': 1, 'disable': 2.
         pStatsPollInterval 1.3.6.1.4.1.207.8.9.2.5.2.3.3 integer read-write
This Object is the Time interval in seconds between Statistics Collection.
     virtualPortGroup 1.3.6.1.4.1.207.8.9.2.5.2.4
         vPortTable 1.3.6.1.4.1.207.8.9.2.5.2.4.1 no-access
A list of Virtual Port instances.
             vPortEntry 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1 no-access
A Virtual Port entry.
                 vPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.1 integer no-access
A unique number identifies this Virtual Port instance.
                 vPortPhyPort 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.2 integer read-only
The physical port ID this virtual port is mapped to. If the value is 0, then the virtual port is not associated with a physical port.
                 vPortFuncType 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.3 portfunccode read-only
The function type for this vPort. i.e. router, brige, ATM.
                 vPortVlanNumber 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.4 integer read-write
The VLAN that this vPort belongs in.
                 vPortDomain 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.5 integer read-only
internal ID identifies the VLAN this vport attached to
                 vPortMACaddress 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.6 macaddress read-only
The MAC address represented by this Virtual Port.
                 vPortDefaultMacLayer 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.7 maclayercode read-write
The output MAC layer format that this particular vPort supports as a default. The value indicates the format required for output from this vPort.
                 vPortBridgeMode 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.8 integer read-write
A mode of this virtual port for optimization of the bridging function. In 'autoSwitch' the system determines the best mode. Enumeration: 'unknown': 1, 'forceSwitch': 4, 'forceBridge': 3, 'autoSwitch': 2.
                 vPortSwitchTimer 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.9 integer read-write
The time out period for a Bridged vPort to convert to a switch optimized mode in seconds if vPortBridgMode is set to autoSwitch(1). Setting it to zero will cause automatic switching between the two modes immediately. The default is 60 seconds.
                 vPortDescription 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.10 displaystring read-write
A string to identify the instance of this virtual port.
                 vPortAdminStatus 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.11 vlanadminstatuscode read-write
The administrative status of this virtual port. Its value is determined by the value of ifAdminStatus associated with this vPort.
                 vPortOperStatus 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.12 vlanoperstatuscode read-only
The operational status of this virtual port.
                 vPortIfIndex 1.3.6.1.4.1.207.8.9.2.5.2.4.1.1.13 interfaceindex read-only
The value of ifIndex which corresponds to this virtual port.
     ipRouteCacheGroup 1.3.6.1.4.1.207.8.9.2.5.2.5
         ipRouteState 1.3.6.1.4.1.207.8.9.2.5.2.5.1 integer read-write
ipRouteState enables or disables RouteCaching Enumeration: 'ipForwarding': 1, 'ipRouteCacheForward': 2.
         ipRouteCacheTable 1.3.6.1.4.1.207.8.9.2.5.2.5.2 no-access
A list of IpRouteCache Instances.
             ipRouteCacheEntry 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1 no-access
An IpRouteCache Entry.
                 ipRouteCacheIndex 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.1 integer read-only
The Index of the Route Cache entry.
                 ipRouteCacheDstIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.2 ipaddress read-only
The Destination IpAddress of the Route.
                 ipRouteCacheSrcIpAddress 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.3 ipaddress read-only
The Source IpAddress of the Route.
                 ipRouteCacheDstPort 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.4 integer read-only
The Destination Port of the Route.
                 ipRouteCacheSrcPort 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.5 integer read-only
The Source Port of the Route.
                 ipRouteCacheMedia 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.6 integer read-only
The Physical Media on which the destination can reached from the source. Enumeration: 'atmtrunk': 7, 'unknown': 1, 'vlan': 2, 'cip': 3, 'fdditrunk': 8, 'csr': 5, 'ptop': 4, 'fddi': 6.
                 ipRouteCacheVPortNumber 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.7 integer read-only
The Virtual Port using which the Destination can be reached.
                 ipRouteCacheVCI 1.3.6.1.4.1.207.8.9.2.5.2.5.2.1.8 atmvci read-only
The VCI on which the destination is reached if the media type is ATM.