A3Com-Mip-r1-MIB

File: A3Com-Mip-r1-MIB.mib (9924 bytes)

Imported modules

RFC1155-SMI RFC-1212

Imported symbols

enterprises IpAddress OBJECT-TYPE

Defined Types

RowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

A3ComMipPortEntry  
SEQUENCE    
  a3ComMipPortIndex INTEGER
  a3ComMipPortQueryInterval INTEGER
  a3ComMipPortThreshold INTEGER
  a3ComMipPortQuerier INTEGER
  a3ComMipPortPaceMode INTEGER

A3ComMipLocalGroupEntry  
SEQUENCE    
  a3ComMipLocalGroupPort INTEGER
  a3ComMipLocalGroupIpAddr IpAddress
  a3ComMipLocalGroupType INTEGER
  a3ComMipLocalGroupStatus RowStatus

A3ComMipSmdsGroupEntry  
SEQUENCE    
  a3ComMipSmdsGroupIpAddr IpAddress
  a3ComMipSmdsGroupMediaAddr OCTET STRING
  a3ComMipSmdsGroupStatus RowStatus

Defined Values

a3Com 1.3.6.1.4.1.43
OBJECT IDENTIFIER    

brouterMIB 1.3.6.1.4.1.43.2
OBJECT IDENTIFIER    

a3ComMIP 1.3.6.1.4.1.43.2.27
OBJECT IDENTIFIER    

a3ComMipSConfig 1.3.6.1.4.1.43.2.27.1
OBJECT IDENTIFIER    

a3ComMipCConfig 1.3.6.1.4.1.43.2.27.2
OBJECT IDENTIFIER    

a3ComMipData 1.3.6.1.4.1.43.2.27.3
OBJECT IDENTIFIER    

a3ComMipControl 1.3.6.1.4.1.43.2.27.1.1
If this object is set to enabled(1), then multicast IP routing is in service. If it is set to disabled(2), then multicast IP routing is turned off.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ComMipPortTable 1.3.6.1.4.1.43.2.27.2.1
This table contains entries of parameters associated with every port or tunnel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComMipPortEntry

a3ComMipPortEntry 1.3.6.1.4.1.43.2.27.2.1.1
Each entry contains information for a spcified port or tunnel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComMipPortEntry  

a3ComMipPortIndex 1.3.6.1.4.1.43.2.27.2.1.1.1
The port number or tunnel ID of which this entry applies. The tunnel ID starts with 1025 and end with 1056, i.e. total tunnel number is limited to 32.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComMipPortQueryInterval 1.3.6.1.4.1.43.2.27.2.1.1.2
This object specifies the time interval in seconds that a Host Query message is sent to the attached subnet to request for the local group membership. It also derives the Membership Expiration time which is set to two times value of this object plus 20 seconds. This object cannot be applied on tunnel port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 5..5400  

a3ComMipPortThreshold 1.3.6.1.4.1.43.2.27.2.1.1.3
This object specifies the minimum IP TTL required for a multicast datagram to be forwarded to the given port or tunnel.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

a3ComMipPortQuerier 1.3.6.1.4.1.43.2.27.2.1.1.4
This object specifies if the system is responsible for sending out Host Query messages on this port. If the value is yes(1) then the system is the designated router on the subnet this port connects to and the system is sending out Host Query messages periodically on that port. This object must be set to value no(2) for tunnel port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

a3ComMipPortPaceMode 1.3.6.1.4.1.43.2.27.2.1.1.5
This object is used to control PACE mode. If set to enabled(1), the multicast packets will be sent out with the Universal/Local bit set, or Priority MAC. If set to disabled(2) the Universal/Local bit is clear, or Interactive MAC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

a3ComMipLocalGroupTable 1.3.6.1.4.1.43.2.27.2.2
This table contains group membership information of each attached subnet.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComMipLocalGroupEntry

a3ComMipLocalGroupEntry 1.3.6.1.4.1.43.2.27.2.2.1
Each entry contains a group membership information associated with a specific port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComMipLocalGroupEntry  

a3ComMipLocalGroupPort 1.3.6.1.4.1.43.2.27.2.2.1.1
This object specifies the port number to which this entry applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

a3ComMipLocalGroupIpAddr 1.3.6.1.4.1.43.2.27.2.2.1.2
This object specifies group's address presents on the specified port. If the port is configured as a tunnel, there will be no group address associated with it.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

a3ComMipLocalGroupType 1.3.6.1.4.1.43.2.27.2.2.1.3
This object specifies the type of local group. This object can only be set to 'static' by SET command, and if the local group is learned from IGMP, it is set to 'igmp'.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER static(1), igmp(2)  

a3ComMipLocalGroupStatus 1.3.6.1.4.1.43.2.27.2.2.1.4
This object is used to add and delete entries in this table. See the definition of RowStatus for detail.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

a3ComMipSmdsGroupTable 1.3.6.1.4.1.43.2.27.2.3
This table contains a set of IP network address and SMDS group address mapping.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    A3ComMipSmdsGroupEntry

a3ComMipSmdsGroupEntry 1.3.6.1.4.1.43.2.27.2.3.1
Each entry contains an IP network address to SMDS group address mapping.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  A3ComMipSmdsGroupEntry  

a3ComMipSmdsGroupIpAddr 1.3.6.1.4.1.43.2.27.2.3.1.1
This is an IP network address for which there is a corresponding SMDS group address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

a3ComMipSmdsGroupMediaAddr 1.3.6.1.4.1.43.2.27.2.3.1.2
This is the SMDS group address that corresponds to the IP network address identified by a3ComMipSmdsGroupIpAddr.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(8)  

a3ComMipSmdsGroupStatus 1.3.6.1.4.1.43.2.27.2.3.1.3
This object is used to add and delete entries in this table. See the definition of RowStatus for detail.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus