MITEL-IPVIRTUAL-MIB

File: MITEL-IPVIRTUAL-MIB.mib (8788 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 Counter32 IpAddress
RowStatus

Defined Types

MitelIpVGrpPortEntry  
SEQUENCE    
  mitelIpVGrpPortTableNetAddr IpAddress
  mitelIpVGrpPortTableNetMask IpAddress
  mitelIpVGrpPortTableIfIndex Integer32
  mitelIpVGrpPortTableStatus RowStatus
  mitelIpVGrpPortTableCfgMethod INTEGER

MitelIpVGrpRipEntry  
SEQUENCE    
  mitelIpVGrpTableRipIpAddr IpAddress
  mitelIpVGrpTableRipRxPkts Counter32
  mitelIpVGrpTableRipRxBadPkts Counter32
  mitelIpVGrpTableRipRxBadRtes Counter32
  mitelIpVGrpTableRipTxUpdates Counter32

Defined Values

mitelIpGrpIpVirtualGroup 1.3.6.1.4.1.1027.4.8.1.1.4
The MITEL IP MIB module.
MODULE-IDENTITY    

mitel 1.3.6.1.4.1.1027
OBJECT IDENTIFIER    

mitelProprietary 1.3.6.1.4.1.1027.4
OBJECT IDENTIFIER    

mitelPropIpNetworking 1.3.6.1.4.1.1027.4.8
OBJECT IDENTIFIER    

mitelIpNetRouter 1.3.6.1.4.1.1027.4.8.1
OBJECT IDENTIFIER    

mitelRouterIpGroup 1.3.6.1.4.1.1027.4.8.1.1
OBJECT IDENTIFIER    

mitelIpVGrpPortTable 1.3.6.1.4.1.1027.4.8.1.1.4.1
This table is used to display and configure IP virtual port information. Each logical LAN destination may have one or more IP virtuals.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MitelIpVGrpPortEntry

mitelIpVGrpPortEntry 1.3.6.1.4.1.1027.4.8.1.1.4.1.1
Each entry in this table contains configuration information specific to a single IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MitelIpVGrpPortEntry  

mitelIpVGrpPortTableNetAddr 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.1
The IP address that uniquely identifies this entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mitelIpVGrpPortTableNetMask 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.2
The subnet mask assigned to this entry.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

mitelIpVGrpPortTableIfIndex 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.11
The interface that this virtual is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mitelIpVGrpPortTableStatus 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.12
The current status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mitelIpVGrpPortTableCfgMethod 1.3.6.1.4.1.1027.4.8.1.1.4.1.1.15
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER static(1), addressless(2), dhcp(3), ipcp(4)  

mitelIpVGrpRipTable 1.3.6.1.4.1.1027.4.8.1.1.4.2
This table contains RIP statistics per IP virtual interfaces.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MitelIpVGrpRipEntry

mitelIpVGrpRipEntry 1.3.6.1.4.1.1027.4.8.1.1.4.2.1
Each entry in this table contains RIP statistics specific to a single IP interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  MitelIpVGrpRipEntry  

mitelIpVGrpTableRipIpAddr 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.1
The IP Address that uniquely defines this entry
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

mitelIpVGrpTableRipRxPkts 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.2
This object indicates the number of RIP packets regardless of RIP type received on this virtual port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mitelIpVGrpTableRipRxBadPkts 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.3
This object indicates the number of received packets that contained incorrect header/packet definition (ie: unsupported version(0), non-zero must be zero fields).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mitelIpVGrpTableRipRxBadRtes 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

mitelIpVGrpTableRipTxUpdates 1.3.6.1.4.1.1027.4.8.1.1.4.2.1.5
The number of updates sent on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32