CTRON-IF-REMAP-MIB
- Registered at
- 1.3.6.1.4.1.52.4.1.1.13.1
- Namespace
- enterasys
- Source file
CTRON-IF-REMAP-MIB- Digest
sha256:eac9f749a4949df7af957d48d0097c7c1e7112593ffeca7ba1f90451fb5b3fc4
Imports
| From | Symbols |
|---|---|
| CTRON-MIB-NAMES | ctIFRemap |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CTRON-IF-REMAP-MIB CTRON-MIB-NAMES CTRON-OIDS SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ctIfRemapConfig OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.1.13.1 | |||
| ctIFRemapTable OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.1.13.1.1 | not-accessible | mandatory | |
| ctIFRemapEntry OBJECT-TYPE Describes a particular interface remap entry. | 1.3.6.1.4.1.52.4.1.1.13.1.1.1 | not-accessible | mandatory | |
| ctIfRemapSourceIf OBJECT-TYPE The source interface which will have all packets redirected to the destination interface as defined by ctIfRemapDestIf. | 1.3.6.1.4.1.52.4.1.1.13.1.1.1.1 | INTEGER | read-only | mandatory |
| ctIfRemapDestIf OBJECT-TYPE Defines the interface that will see all packets redirected from ctIfRemapSourceIf. | 1.3.6.1.4.1.52.4.1.1.13.1.1.1.2 | INTEGER | read-only | mandatory |
| ctIfRemapStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.1.13.1.1.1.3 | INTEGER {enable(1), disable(2)} | read-write | mandatory |
| ctIfRemapTableNumberEntries OBJECT-TYPE The number of active entries in the ctIfRemap Table. | 1.3.6.1.4.1.52.4.1.1.13.2 | INTEGER | read-only | mandatory |
| ctIfRemapTableMaxNumberEntries OBJECT-TYPE The maximum number of entries allowed in the ctIfRemap Table. | 1.3.6.1.4.1.52.4.1.1.13.3 | INTEGER | read-only | mandatory |
| ctIfRemapPhysicalErrorsEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.1.13.4 | INTEGER {enable(1), disable(2), unsupported(3)} | read-write | mandatory |
| ctIfRemapTableEnable OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.1.13.5 | INTEGER {enable(1), disable(2), unsupported(3)} | read-write | mandatory |
| ctIfRemapTableStart OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.1.13.6 | INTEGER {start(1), stop(2), unsupported(3)} | read-write | mandatory |