CXLANIOGEN-PORT-MIB

File: CXLANIOGEN-PORT-MIB.mib (4481 bytes)

Imported modules

RFC1155-SMI RFC-1212 CXProduct-SMI

Imported symbols

Counter OBJECT-TYPE cxLanIoPort

Defined Types

PhysAddress  
OCTET STRING    

CxLanIoGenPortEntry  
SEQUENCE    
  cxLanIoGenPortIndex INTEGER
  cxLanIoGenMacAddrSrc PhysAddress
  cxLanIoGenMacAddrDst PhysAddress
  cxLanIoGenType INTEGER
  cxLanIoGenDelay INTEGER
  cxLanIoGenFrameSize INTEGER
  cxLanIoGenStatus INTEGER
  cxLanIoGenRxError Counter

Defined Values

cxLanIoGenPortTable 1.3.6.1.4.1.495.2.1.5.10.2
Table which holds all the basic information on a hardware port
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxLanIoGenPortEntry

cxLanIoGenPortEntry 1.3.6.1.4.1.495.2.1.5.10.2.1
Entry in the table, defines basic attributes of any LAN port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxLanIoGenPortEntry  

cxLanIoGenPortIndex 1.3.6.1.4.1.495.2.1.5.10.2.1.1
An index value which identifies the LAN port where the data generation will take place. This is corrolated to the index in the cxLanIoPortTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cxLanIoGenMacAddrSrc 1.3.6.1.4.1.495.2.1.5.10.2.1.2
Source MAC Address inserted in the frame generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

cxLanIoGenMacAddrDst 1.3.6.1.4.1.495.2.1.5.10.2.1.3
Destination MAC Address inserted in the frame generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  PhysAddress  

cxLanIoGenType 1.3.6.1.4.1.495.2.1.5.10.2.1.4
Object to control the generator behavior.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), disabled(2), internalLoopbackLevel1(3), internalLoopbackLevel2(4), noLoopbackFrameVerify(5), noLoopbackFrameForward(6)  

cxLanIoGenDelay 1.3.6.1.4.1.495.2.1.5.10.2.1.5
Indication on the delay between the frame generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

cxLanIoGenFrameSize 1.3.6.1.4.1.495.2.1.5.10.2.1.6
Frame size generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 64..4096  

cxLanIoGenStatus 1.3.6.1.4.1.495.2.1.5.10.2.1.7
Object to report the current status of the data generator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER disabled(2), internalLoopbackLevel1(3), internalLoopbackLevel2(4), noLoopbackFrameVerify(5), noLoopbackFrameForward(6)  

cxLanIoGenRxError 1.3.6.1.4.1.495.2.1.5.10.2.1.8
Number of error the data generator detected.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter