CTRON-IF-REMAP-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS INC.


 Home MIB: CTRON-IF-REMAP-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
 ctIfRemapConfig 1.3.6.1.4.1.52.4.1.1.13.1
     ctIFRemapTable 1.3.6.1.4.1.52.4.1.1.13.1.1 no-access
This table provides the ability to remap all frames from one interface onto another interface. As described by the remote analysizer function. A given source interface can be mapped to one or more destination interfaces. Each row that exists in this table defines such a relationship. By disabling a row in this table remapping relationship no longer exists. If a given relationship can not be created the set will fail with a BAD-VALUE error.
         ctIFRemapEntry 1.3.6.1.4.1.52.4.1.1.13.1.1.1 no-access
Describes a particular interface remap entry.
             ctIfRemapSourceIf 1.3.6.1.4.1.52.4.1.1.13.1.1.1.1 integer read-only
The source interface which will have all packets redirected to the destination interface as defined by ctIfRemapDestIf.
             ctIfRemapDestIf 1.3.6.1.4.1.52.4.1.1.13.1.1.1.2 integer read-only
Defines the interface that will see all packets redirected from ctIfRemapSourceIf.
             ctIfRemapStatus 1.3.6.1.4.1.52.4.1.1.13.1.1.1.3 integer read-write
Defines the status of the interface remap entry. Setting ctIfRemapStatus to a value of disable(2) disables the entry and deletes the row from the table. Therefore this table only contains entries that are active. Enumeration: 'enable': 1, 'disable': 2.
 ctIfRemapTableNumberEntries 1.3.6.1.4.1.52.4.1.1.13.2 integer read-only
The number of active entries in the ctIfRemap Table.
 ctIfRemapTableMaxNumberEntries 1.3.6.1.4.1.52.4.1.1.13.3 integer read-only
The maximum number of entries allowed in the ctIfRemap Table.
 ctIfRemapPhysicalErrorsEnable 1.3.6.1.4.1.52.4.1.1.13.4 integer read-write
Enable or disable remapping of physical errors, or indicate that the device is incapable of remapping physical errors. If the feature is supported, the value can only be set to 1 or 2. If the feature is unsupported, a get will return 3 and the value cannot be changed. Enumeration: 'enable': 1, 'unsupported': 3, 'disable': 2.
 ctIfRemapTableEnable 1.3.6.1.4.1.52.4.1.1.13.5 integer read-write
This object places the device into the correct mode to allow for interface remapping. Setting this object to enable(1) configures the device to allow ifremapping. Setting this object to disable(2) configures the device to disallow ifremapping. A value of unsupported(3) indicates that this device does not require any special configuration to allow for interface remapping. Enumeration: 'enable': 1, 'unsupported': 3, 'disable': 2.
 ctIfRemapTableStart 1.3.6.1.4.1.52.4.1.1.13.6 integer read-write
This object allows operational control (start/stop) of all active entries in the ctIFRemapTable. This object becomes meaningless if the ctIfRemapTableEnable object is set to disable(2). Setting this object to start(1) allows all active entries to perform interface remapping. Setting this object to stop(2) stops all interface remapping Existing entries are not deleted from the table. A value of unsupported(3) indicates that this device does not support the starting and stopping of active entries in the ctIFRemapTable. Enumeration: 'start': 1, 'stop': 2, 'unsupported': 3.