SW-SNIFF-MIB

File: SW-SNIFF-MIB.mib (3838 bytes)

Imported modules

RFC-1212 RFC1155-SMI

Imported symbols

OBJECT-TYPE enterprises

Defined Types

SwSniffCtrlEntry  
SEQUENCE    
  swSniffIndex INTEGER
  swSniffSourcePort INTEGER
  swSniffTargetPort INTEGER
  swSniffState INTEGER

Defined Values

marconi 1.3.6.1.4.1.326
OBJECT IDENTIFIER    

systems 1.3.6.1.4.1.326.2
OBJECT IDENTIFIER    

external 1.3.6.1.4.1.326.2.20
OBJECT IDENTIFIER    


dlinkcommon 1.3.6.1.4.1.326.2.20.1.1
OBJECT IDENTIFIER    

golf 1.3.6.1.4.1.326.2.20.1.2
OBJECT IDENTIFIER    

golfproducts 1.3.6.1.4.1.326.2.20.1.2.1
OBJECT IDENTIFIER    

es2000 1.3.6.1.4.1.326.2.20.1.2.1.3
OBJECT IDENTIFIER    

golfcommon 1.3.6.1.4.1.326.2.20.1.2.2
OBJECT IDENTIFIER    

marconi-mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2
OBJECT IDENTIFIER    

es2000Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28
OBJECT IDENTIFIER    

swL2Mgmt 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2
OBJECT IDENTIFIER    

swPortSniff 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5
OBJECT IDENTIFIER    

swSniffCtrlTable 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1
A list of port sniffing entries.Port Sniffing function provides an easy way to monitor traffic on any port. In this way any good packets appears on the source mirror port also shows up on the target mirror port without need to reconstruct the LAN.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwSniffCtrlEntry

swSniffCtrlEntry 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1.1
Each entry contains a pair of sniff source port and target port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SwSniffCtrlEntry  

swSniffIndex 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1.1.1
A unique number to identify the sniff entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

swSniffSourcePort 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1.1.2
Indicates the source port whose traffic will be sniffed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

swSniffTargetPort 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1.1.3
Indicates the target port which the traffic appears on the source sniffed port will be copied to. A trunk port member cannot be configured as a target Sniffing port
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..128  

swSniffState 1.3.6.1.4.1.326.2.20.1.2.2.2.28.2.5.1.1.4
This object indicates the status of this entry. other(1) - this entry is currently in use but the conditions under which it will remain so are different from each of the following values. disable(2) - Sniff funtion disable. enable(3) - Sniff funtion enable and Sniff received or transmit packet by Sniff source port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)