CTRON-WAN-MULTI-IMUX-MIB

File: CTRON-WAN-MULTI-IMUX-MIB.mib (19712 bytes)

Imported modules

RFC-1212 CTRON-MIB-NAMES

Imported symbols

OBJECT-TYPE ctWanServices

Defined Types

CtWanMMuxEntry  
SEQUENCE    
  ctWanMMuxId INTEGER
  ctWanMMuxIfIndex INTEGER
  ctWanMMuxMaxNumGroups INTEGER
  ctWanMMuxAdmin INTEGER

CtWanMMuxGroupEntry  
SEQUENCE    
  ctWanMMuxGroupMMuxId INTEGER
  ctWanMMuxGroupId INTEGER
  ctWanMMuxGroupAdmin INTEGER
  ctWanMMuxGroupNumChannels INTEGER
  ctWanMMuxGroupAddChannel INTEGER
  ctWanMMuxGroupDelChannel INTEGER

CtWanMMuxChannelEntry  
SEQUENCE    
  ctWanMMuxChannelMMuxId INTEGER
  ctWanMMuxChannelGroupId INTEGER
  ctWanMMuxChannelId INTEGER
  ctWanMMuxChannelIfIndex INTEGER
  ctWanMMuxChannelPhysNum INTEGER
  ctWanMMuxChannelBwAvail INTEGER
  ctWanMMuxChannelByteCount INTEGER
  ctWanMMuxChannelStatus INTEGER

Defined Values

ctWanMultiMux 1.3.6.1.4.1.52.4.1.2.7.3.2
OBJECT IDENTIFIER    

ctWANMMuxGeneralGroup 1.3.6.1.4.1.52.4.1.2.7.3.2.1
OBJECT IDENTIFIER    

ctWANMMuxMaxNum 1.3.6.1.4.1.52.4.1.2.7.3.2.1.1
Get the maximum number of Inverse Multiplexer applications allowed to be programmed for this IP host.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxTable 1.3.6.1.4.1.52.4.1.2.7.3.2.2
Information describing the global parameters that apply to Inverse Multiplexer entities.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtWanMMuxEntry

ctWanMMuxEntry 1.3.6.1.4.1.52.4.1.2.7.3.2.2.1
A description of a single Inverse Multiplexer entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtWanMMuxEntry  

ctWanMMuxId 1.3.6.1.4.1.52.4.1.2.7.3.2.2.1.1
A unique value identifying an element in a sequence of Inverse Multiplexer Applications which belong to an IP host. This value ranges from 1 to the maximum number of programmable applications as described by ctWANMMuxMaxNum. This index is associated with a physical WAN interface containing multiple DS1 connections.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxIfIndex 1.3.6.1.4.1.52.4.1.2.7.3.2.2.1.2
The value for this object is equal to the value of ifIndex from the Interfaces table of MIB II (RFC 1213). Specifically, this index is associated with the physical interface containing multiple DS1 connections to be used for Cabletron WAN Inverse Multiplexing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxMaxNumGroups 1.3.6.1.4.1.52.4.1.2.7.3.2.2.1.3
Get the maximum number of Inverse Multiplexer groups allowed to be programmed for this IMUX entity. This value is the number of physical WAN connections, divided by the minimum number of channels for a single mux to be operational (2). However, some devices may only support a single inverse multiplexer group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxAdmin 1.3.6.1.4.1.52.4.1.2.7.3.2.2.1.4
Used to enable and disable an Inverse Multiplexer Application. This object is used to enable/disable Inverse Multiplexing for a single IMUX entity. Inverse Multiplexer Groups may be enabled/disabled independently using ctWanMMuxGroupAdmin. This object must be set to enabled for any inverse multiplexing to occur on the IMUX entity.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ctWanMMuxGroupTable 1.3.6.1.4.1.52.4.1.2.7.3.2.3
Information describing the configured parameters of one of the Inverse Multiplexer groups.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtWanMMuxGroupEntry

ctWanMMuxGroupEntry 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1
A description of a single Inverse Multiplexer group entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtWanMMuxGroupEntry  

ctWanMMuxGroupMMuxId 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.1
A unique value identifying an element in a sequence of Inverse Multiplexer Applications which belong to an IP host. This value ranges from 1 to the maximum number of programmable applications as described by ctWANMMuxMaxNum. This index is the same as ctWanMMuxId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxGroupId 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.2
A unique value identifying an element in a sequence of groups which belong to the WAN Inverse Multiplexer. This value ranges from 1 to the maximum number of programmable groups as described by ctWANMMuxMaxNumGroups.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxGroupAdmin 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.3
Used to enable and disable an Inverse Multiplexer group which evenly distributes data traffic in a properly sequenced fashion, over two or more single channel Wide Area Network connections such as DS1, E1, DDS, or SYNC. Each of the single channel connections must be configured with an appropriate datalink protocol. A minimum of two channels, each assigned to it's own physical interface, is required before the Inverse Multiplexer group can be enabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

ctWanMMuxGroupNumChannels 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.4
Get the number of channels currently associated with this Inverse Multiplexer group. A minimum of two channels, each assigned to it's own physical interface, is required before the Inverse Multiplexer group can be enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxGroupAddChannel 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.5
Add a channel to the channel list used by this Inverse Multiplexer group. Before a channel is added, the channel must be assigned a MIB II ifindex, and an acceptable Datalink Protocol. When this object is set, it is set with the ifindex value. This object is always read as a 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctWanMMuxGroupDelChannel 1.3.6.1.4.1.52.4.1.2.7.3.2.3.1.6
Delete a channel to the channel list used by this Inverse Multiplexer group. Before a channel is deleted, the channel must exist in the Inverse Multiplexer group's channel table. When this object is set, it is set with the ifindex value of the channel the user wishes to delete from the channel table. This object is always read as a 1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctWanMMuxChannelTable 1.3.6.1.4.1.52.4.1.2.7.3.2.4
Table containing ifindex values, representing WAN channels, used by the Inverse Multiplexer. The table also contains statistics reported about each channel.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtWanMMuxChannelEntry

ctWanMMuxChannelEntry 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1
A description of a single entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtWanMMuxChannelEntry  

ctWanMMuxChannelMMuxId 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.1
A unique value identifying an element in a sequence of Inverse Multiplexer Applications which belong to an IP host. This value ranges from 1 to the maximum number of programmable applications as described by ctWANMMuxMaxNum. This index is the same as ctWanMMuxId.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxChannelGroupId 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.2
A unique value identifying an element in a sequence of groups which belong to the WAN Inverse Multiplexer. This value ranges from 1 to the maximum number of programmable groups as described by ctWANMMuxMaxNumGroups.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxChannelId 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.3
A unique value identifying an element in a sequence of member channel ifindex values which belong to a WAN Inverse Multiplexer group.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

ctWanMMuxChannelIfIndex 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.4
Returns an ifindex associated with a WAN channel used for Inverse Multiplexing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxChannelPhysNum 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.5
Returns a unique physical connection identifier associated with this channel's physical WAN connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxChannelBwAvail 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.6
Returns a value which represents the available bandwidth for transmitting data existing for the physical WAN connection associated with this channel. The value is represented in bits/sec.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxChannelByteCount 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.7
Returns a value which represents a cumulative count of bytes transmitted out from this interface. The count includes any bytes transmitted across the physical medium, less physical medium framing.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctWanMMuxChannelStatus 1.3.6.1.4.1.52.4.1.2.7.3.2.4.1.8
Returns the current status of the channel associated with an inverse multiplexer group. The channel is active when the group admin status is enabled, and the channel is operational. The channel is inactive when either the group admin status is disabled, or the channel is not operational.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2)