CTRON-IF-REMAP-MIB

File: CTRON-IF-REMAP-MIB.mib (6919 bytes)

Imported modules

RFC-1212 CTRON-MIB-NAMES

Imported symbols

OBJECT-TYPE ctIFRemap

Defined Types

CtIFRemapEntry  
SEQUENCE    
  ctIfRemapSourceIf INTEGER
  ctIfRemapDestIf INTEGER
  ctIfRemapStatus INTEGER

Defined Values

ctIfRemapConfig 1.3.6.1.4.1.52.4.1.1.13.1
OBJECT IDENTIFIER    

ctIFRemapTable 1.3.6.1.4.1.52.4.1.1.13.1.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtIFRemapEntry

ctIFRemapEntry 1.3.6.1.4.1.52.4.1.1.13.1.1.1
Describes a particular interface remap entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtIFRemapEntry  

ctIfRemapSourceIf 1.3.6.1.4.1.52.4.1.1.13.1.1.1.1
The source interface which will have all packets redirected to the destination interface as defined by ctIfRemapDestIf.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfRemapDestIf 1.3.6.1.4.1.52.4.1.1.13.1.1.1.2
Defines the interface that will see all packets redirected from ctIfRemapSourceIf.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfRemapStatus 1.3.6.1.4.1.52.4.1.1.13.1.1.1.3
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ctIfRemapTableNumberEntries 1.3.6.1.4.1.52.4.1.1.13.2
The number of active entries in the ctIfRemap Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfRemapTableMaxNumberEntries 1.3.6.1.4.1.52.4.1.1.13.3
The maximum number of entries allowed in the ctIfRemap Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctIfRemapPhysicalErrorsEnable 1.3.6.1.4.1.52.4.1.1.13.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), unsupported(3)  

ctIfRemapTableEnable 1.3.6.1.4.1.52.4.1.1.13.5
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), unsupported(3)  

ctIfRemapTableStart 1.3.6.1.4.1.52.4.1.1.13.6
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER start(1), stop(2), unsupported(3)