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

VENDOR: JUNIPER


 Home MIB: JUNIPER-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
 jnxVlanMIBObjects 1.3.6.1.4.1.2636.3.40.1.5.1
This module contains definitions for management information for pre-standards IEEE 802.1Q VLANs and their association with a Lan Emulation Client (lec). Devices implementing these pre-standards maintain port groupings and associated filters used to form a 'virtual bridge'.
     jnxVlanTable 1.3.6.1.4.1.2636.3.40.1.5.1.1 no-access
A table of VLAN names and characteristics.
         jnxVlanEntry 1.3.6.1.4.1.2636.3.40.1.5.1.1.1 no-access
A table entry containing VLAN names and characteristics.
             jnxVlanName 1.3.6.1.4.1.2636.3.40.1.5.1.1.1.1 displaystring no-access
Vlan name is the textual name and this is the identifier that the user of a configuration utility will use.
             jnxVlanID 1.3.6.1.4.1.2636.3.40.1.5.1.1.1.2 integer32 read-only
This is the locally significant ID that is used internally by this device to reference this VLAN.
             jnxVlanType 1.3.6.1.4.1.2636.3.40.1.5.1.1.1.3 integer read-only
The valn type can be static (1) Dynamic(2) Enumeration: 'dynamic': 2, 'static': 1.
             jnxVlanPortGroupInstance 1.3.6.1.4.1.2636.3.40.1.5.1.1.1.4 integer32 read-only
jnxVlanPortGroupInstance is the index that identifies that the sub tree in the jnxVlanPortGroupTable helps to retrieve the group of ports in this VLAN.
             jnxVlanMacListInstance 1.3.6.1.4.1.2636.3.40.1.5.1.1.1.5 integer32 read-only
jnxVlanMacListInstance is the index , if this is a MAC-based VLAN which identifies the sub tree 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
     jnxVlanInterfaceTable 1.3.6.1.4.1.2636.3.40.1.5.1.2 no-access
A table of VLAN names and characteristics in layer 3.
         jnxVlanInterfaceEntry 1.3.6.1.4.1.2636.3.40.1.5.1.2.1 no-access
A table entry containing VLAN names and characteristics in layer 3.
             jnxVlanInterfaceIpAddress 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.1 inetaddress read-only
This specifies the IPAddress of this interface.
             jnxVlanInterfaceProtocol 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.2 inetaddresstype read-only
This specifies the protocol for ipv4.
             jnxVlanInterfaceSubNetMask 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.3 ipaddress read-only
This specifies the subnet mask address of the vlan .
             jnxVlanInterfaceBroadcastAddress 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.4 ipaddress read-only
This specifies the broadcast address of the vlan.
             jnxVlanInterfaceDescription 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.5 displaystring read-only
jnxvlanInterfaceDescription provides the description for the vlan.
             jnxVlanInterfaceAdminStatus 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.6 truthvalue read-only
This takes care of administration status of the vlan
             jnxVlanInterfaceOperStatus 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.7 displaystring read-only
This specifies the operational status of the vlan
             jnxVlanSnmpIfIndex 1.3.6.1.4.1.2636.3.40.1.5.1.2.1.8 interfaceindex read-only
This specifies the SNMP IF Index .
     jnxVlanPortGroupTable 1.3.6.1.4.1.2636.3.40.1.5.1.3 no-access
A table of port groupings.
         jnxVlanPortGroupEntry 1.3.6.1.4.1.2636.3.40.1.5.1.3.1 no-access
A table entry containing a port number
             jnxVlanPortGroupIndex 1.3.6.1.4.1.2636.3.40.1.5.1.3.1.1 integer32 no-access
Index used so that there can be many different port groups
             jnxVlanPort 1.3.6.1.4.1.2636.3.40.1.5.1.3.1.2 integer32 no-access
The vlanPort specifies the port in the vlan.By adding a port here, that port will now be part of any VLAN(s) that this port group is associated with.
             jnxVlanPortStatus 1.3.6.1.4.1.2636.3.40.1.5.1.3.1.3 integer read-only
The status of this port relative to the VLAN that points at this port group.[1.autoactive , 2.allowed, 3.allowedActive 4.allowedNotAvail, 5.notAssociated] 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 don't 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. Enumeration: 'notAssociated': 5, 'autoActive': 1, 'allowedActive': 3, 'allowedNotAvail': 4, 'allowed': 2.
     jnxVlanMacListTable 1.3.6.1.4.1.2636.3.40.1.5.1.4 no-access
jnxVlanMacListTable is the table of MAC Lists.
         jnxVlanMacListEntry 1.3.6.1.4.1.2636.3.40.1.5.1.4.1 no-access
A table entry containing MAC Addresses
             jnxVlanMacListIndex 1.3.6.1.4.1.2636.3.40.1.5.1.4.1.1 integer32 no-access
jnxVlanMacListIndex can be used beacuse there can be many different MAC Lists
             jnxVlanMacAddress 1.3.6.1.4.1.2636.3.40.1.5.1.4.1.2 macaddress read-only
jnxVlanMacAddress is the MAC Address that belongs to this group.
     jnxExVlanTable 1.3.6.1.4.1.2636.3.40.1.5.1.5 no-access
A table of VLAN names and characteristics.
         jnxExVlanEntry 1.3.6.1.4.1.2636.3.40.1.5.1.5.1 no-access
A table entry containing VLAN names and characteristics.
             jnxExVlanID 1.3.6.1.4.1.2636.3.40.1.5.1.5.1.1 integer32 no-access
This is the locally significant ID that is used internally by this device to reference this VLAN.
             jnxExVlanName 1.3.6.1.4.1.2636.3.40.1.5.1.5.1.2 displaystring read-only
Vlan name is the textual name.
             jnxExVlanType 1.3.6.1.4.1.2636.3.40.1.5.1.5.1.3 integer read-only
The vlan type can be static (1) Dynamic(2) Enumeration: 'dynamic': 2, 'static': 1.
             jnxExVlanPortGroupInstance 1.3.6.1.4.1.2636.3.40.1.5.1.5.1.4 integer32 read-only
jnxExVlanPortGroupInstance is the index that identifies that the sub tree in the jnxVlanPortGroupTable helps to retrieve the group of ports in this VLAN.
             jnxExVlanTag 1.3.6.1.4.1.2636.3.40.1.5.1.5.1.5 unsigned32 read-only
jnxExVlanTag gives the Vlan Tag details for each Vlan.
     jnxExVlanInterfaceTable 1.3.6.1.4.1.2636.3.40.1.5.1.6 no-access
A table of VLAN names and characteristics in layer 3.
         jnxExVlanInterfaceEntry 1.3.6.1.4.1.2636.3.40.1.5.1.6.1 no-access
A table entry containing VLAN names and characteristics in layer 3.
             jnxExVlanInterfaceProtocol 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.1 inetaddresstype read-only
This specifies the protocol for ipv4.
             jnxExVlanInterfaceIpAddress 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.2 inetaddress read-only
This specifies the IPAddress of this interface.
             jnxExVlanInterfacePrefixLength 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.3 inetaddressprefixlength read-only
This specifies the length of subnet mask address of the vlan .
             jnxExVlanInterfaceBroadcastAddress 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.4 inetaddress read-only
This specifies the broadcast address of the vlan.
             jnxExVlanInterfaceDescription 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.5 displaystring read-only
jnxExvlanInterfaceDescription provides the description for the vlan.
             jnxExVlanInterfaceAdminStatus 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.6 integer read-only
This takes care of administration status of the vlan Enumeration: 'down': 2, 'up': 1.
             jnxExVlanInterfaceOperStatus 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.7 integer read-only
This specifies the operational status of the vlan Enumeration: 'down': 2, 'up': 1.
             jnxExVlanSnmpIfIndex 1.3.6.1.4.1.2636.3.40.1.5.1.6.1.8 interfaceindex read-only
This specifies the SNMP IF Index .
     jnxExVlanPortGroupTable 1.3.6.1.4.1.2636.3.40.1.5.1.7 no-access
A table of port groupings.
         jnxExVlanPortGroupEntry 1.3.6.1.4.1.2636.3.40.1.5.1.7.1 no-access
A table entry containing a port number
             jnxExVlanPortGroupIndex 1.3.6.1.4.1.2636.3.40.1.5.1.7.1.1 integer32 no-access
Index used so that there can be many different port groups
             jnxExVlanPort 1.3.6.1.4.1.2636.3.40.1.5.1.7.1.2 integer32 no-access
The vlanPort specifies the port in the vlan.By adding a port here, that port will now be part of any VLAN(s) that this port group is associated with.
             jnxExVlanPortStatus 1.3.6.1.4.1.2636.3.40.1.5.1.7.1.3 integer read-only
The status of this port relative to the VLAN that points at this port group.[1.autoactive , 2.allowed, 3.allowedActive 4.allowedNotAvail, 5.notAssociated] 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 don't 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. Enumeration: 'notAssociated': 5, 'autoActive': 1, 'allowedActive': 3, 'allowedNotAvail': 4, 'allowed': 2.
             jnxExVlanPortTagness 1.3.6.1.4.1.2636.3.40.1.5.1.7.1.4 integer read-only
The VlanPortTaqness gives whether the Port is tagged or untagged. Enumeration: 'untagged': 2, 'tagged': 1.
             jnxExVlanPortAccessMode 1.3.6.1.4.1.2636.3.40.1.5.1.7.1.5 integer read-only
The VlanPortAccessMode gives whether the Port is Access or Trunk. Enumeration: 'access': 1, 'trunk': 2.