CTRON-WAN-IMUX-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CTRON-WAN-IMUX-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
 ctWanMux 1.3.6.1.4.1.52.4.1.2.7.3.1
     ctWANMuxGeneralGroup 1.3.6.1.4.1.52.4.1.2.7.3.1.1
         ctWANMuxMaxNumGroups 1.3.6.1.4.1.52.4.1.2.7.3.1.1.1 integer read-only
Get the maximum number of Inverse Multiplexer groups allowed to be programmed for this device. 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.
         ctWanMuxAdmin 1.3.6.1.4.1.52.4.1.2.7.3.1.1.2 integer read-write
Used to enable and disable the Inverse Multiplexer Application. This object is used to enable/disable Inverse Multiplexing for the entire device. Inverse Multiplexer Groups may be enabled/disabled independently using ctWanMuxGroupAdmin. This object must be set to enabled for any inverse multiplexing to occur on the device. Enumeration: 'disabled': 1, 'enabled': 2.
     ctWanMuxGroupTable 1.3.6.1.4.1.52.4.1.2.7.3.1.2 no-access
Information describing the configured parameters of one of the Inverse Multiplexer groups.
         ctWanMuxGroupEntry 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1 no-access
A description of a single Inverse Multiplexer group entry.
             ctWanMuxGroupId 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1.1 integer read-only
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 ctWANMuxMaxNumGroups.
             ctWanMuxGroupAdmin 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1.2 integer read-write
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. Enumeration: 'disabled': 1, 'enabled': 2.
             ctWanMuxGroupNumChannels 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1.3 integer read-only
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.
             ctWanMuxGroupAddChannel 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1.4 integer read-write
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.
             ctWanMuxGroupDelChannel 1.3.6.1.4.1.52.4.1.2.7.3.1.2.1.5 integer read-write
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.
     ctWanMuxChannelTable 1.3.6.1.4.1.52.4.1.2.7.3.1.3 no-access
Table containing ifindex values, representing WAN channels, used by the Inverse Multiplexer. The table also contains statistics reported about each channel.
         ctWanMuxChannelEntry 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1 no-access
A description of a single entry.
             ctWanMuxChannelGroupId 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.1 integer read-only
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 ctWANMuxMaxNumGroups.
             ctWanMuxChannelId 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.2 integer read-only
A unique value identifying an element in a sequence of member channel ifindex values which belong to a WAN Inverse Multiplexer group.
             ctWanMuxChannelIfIndex 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.3 integer read-only
Returns an ifindex associated with a WAN channel used for Inverse Multiplexing.
             ctWanMuxChannelPhysNum 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.4 integer read-only
Returns a unique physical connection identifier associated with this channel's physical WAN connection.
             ctWanMuxChannelBwAvail 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.5 integer read-only
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.
             ctWanMuxChannelByteCount 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.6 integer read-only
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.
             ctWanMuxChannelStatus 1.3.6.1.4.1.52.4.1.2.7.3.1.3.1.7 integer read-only
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. Enumeration: 'active': 2, 'inactive': 1.