MITEL-IPVIRTUAL-MIB: View SNMP OID List / Download MIB

VENDOR: MITEL, CORP.


 Home MIB: MITEL-IPVIRTUAL-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
 mitel 1.3.6.1.4.1.1027
           mitelProprietary 1.3.6.1.4.1.1027.4
               mitelPropIpNetworking 1.3.6.1.4.1.1027.4.8
                   mitelIpNetRouter 1.3.6.1.4.1.1027.4.8.1
                       mitelRouterIpGroup 1.3.6.1.4.1.1027.4.8.1.1
                           mitelIpGrpIpVirtualGroup 1.3.6.1.4.1.1027.4.8.1.1.4
The MITEL IP MIB module.
                               mitelIpVGrpPortTable 1.3.6.1.4.1.1027.4.8.1.1.4.1 no-access
This table is used to display and configure IP virtual port information. Each logical LAN destination may have one or more IP virtuals.
                                   mitelIpVGrpPortEntry 1.3.6.1.4.1.1027.4.8.1.1.4.1.1 no-access
Each entry in this table contains configuration information specific to a single IP interface.
                                       mitelIpVGrpPortTableNetAddr 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.1 ipaddress read-only
The IP address that uniquely identifies this entry.
                                       mitelIpVGrpPortTableNetMask 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.2 ipaddress read-write
The subnet mask assigned to this entry.
                                       mitelIpVGrpPortTableIfIndex 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.11 integer32 read-only
The interface that this virtual is associated with.
                                       mitelIpVGrpPortTableStatus 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.12 rowstatus read-only
The current status of this entry.
                                       mitelIpVGrpPortTableCfgMethod 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.15 integer read-write
Determines how this virtual interface is configured. `static' and `addressless' indicate that all information is provided by the SNMP manager, while `dhcp' and `ipcp' indicate that some or all of the information is obtained dynamically. `static' and `dhcp' interfaces connect to multipoint networks, in which case the mitelIpVGrpPortTableNetMask indicates the IP subnet on that network. `addressless' and `ipcp' interfaces connect to point-to-point networks, and in these cases the mitelIpVGrpPortTableNetMask is set to 255.255.255.255 and the corresponding IP address is that of the system at the other end of the link. Enumeration: 'addressless': 2, 'dhcp': 3, 'ipcp': 4, 'static': 1.
                               mitelIpVGrpRipTable 1.3.6.1.4.1.1027.4.8.1.1.4.2 no-access
This table contains RIP statistics per IP virtual interfaces.
                                   mitelIpVGrpRipEntry 1.3.6.1.4.1.1027.4.8.1.1.4.2.1 no-access
Each entry in this table contains RIP statistics specific to a single IP interface.
                                       mitelIpVGrpTableRipIpAddr 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.1 ipaddress read-only
The IP Address that uniquely defines this entry
                                       mitelIpVGrpTableRipRxPkts 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.2 counter32 read-only
This object indicates the number of RIP packets regardless of RIP type received on this virtual port.
                                       mitelIpVGrpTableRipRxBadPkts 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.3 counter32 read-only
This object indicates the number of received packets that contained incorrect header/packet definition (ie: unsupported version(0), non-zero must be zero fields).
                                       mitelIpVGrpTableRipRxBadRtes 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.4 counter32 read-only
This object indicates the number of received packet entries that contained bad route information (ie: unsupported family(AF_INET), bad metric or a bad network address.
                                       mitelIpVGrpTableRipTxUpdates 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.5 counter32 read-only
The number of updates sent on this interface.