INTEL-IP-MULTICAST-ROUTER-MIB

File: INTEL-IP-MULTICAST-ROUTER-MIB.mib (3970 bytes)

Imported modules

INTEL-GEN-MIB RFC-1212

Imported symbols

mib2ext OBJECT-TYPE

Defined Types

ConfIfEntry  
SEQUENCE    
  confIfIndex INTEGER
  confIfMCRouteProto INTEGER
  confIfIgmpQueryInterval INTEGER
  confIfIgmpRobustness INTEGER
  confIfDvmrpMetric INTEGER
  confIfDvmrpUnreachableMetric INTEGER
  confIfCreateObj OCTET STRING Size(11)
  confIfDeleteObj INTEGER

Defined Values

ipmrouter 1.3.6.1.4.1.343.6.32
OBJECT IDENTIFIER    

conf 1.3.6.1.4.1.343.6.32.1
OBJECT IDENTIFIER    

confMaxDvmrpRoutes 1.3.6.1.4.1.343.6.32.1.1
Limits the number of DVMRP routes handled by the router
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..100000  

confIfTable 1.3.6.1.4.1.343.6.32.1.2
This table contains configuration information for each IP Multicast link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConfIfEntry

confIfEntry 1.3.6.1.4.1.343.6.32.1.2.1
Configuration information for the IP Multicast link.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConfIfEntry  

confIfIndex 1.3.6.1.4.1.343.6.32.1.2.1.1
The ifIndex of the IP link.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

confIfMCRouteProto 1.3.6.1.4.1.343.6.32.1.2.1.2
The multicast Routing Protocol used on the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

confIfIgmpQueryInterval 1.3.6.1.4.1.343.6.32.1.2.1.3
The IGMP query interval used on the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

confIfIgmpRobustness 1.3.6.1.4.1.343.6.32.1.2.1.4
The IGMP robustness variable used on the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

confIfDvmrpMetric 1.3.6.1.4.1.343.6.32.1.2.1.5
The DVMRP metric (cost) used on the link.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..31  

confIfDvmrpUnreachableMetric 1.3.6.1.4.1.343.6.32.1.2.1.6
When a route report is received this parameter is used to determine if a route should be considered unreachable and thus ignored
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..31  

confIfCreateObj 1.3.6.1.4.1.343.6.32.1.2.1.7
Create a non existing table entry. If the entry already exist, genError is returned. Binary format: 1 bytes confIfMCRouteProto 4 bytes confIfIgmpQueryInterval 4 bytes confIfIgmpRobustness 1 byte confIfDvmrpMetric 1 bytes confIfDvmrpUnreachableMetric
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(11)  

confIfDeleteObj 1.3.6.1.4.1.343.6.32.1.2.1.8
Delete an existing table entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER delete(1)