USR-TAP-MIB

File: USR-TAP-MIB.mib (3995 bytes)

Imported modules

SNMPv2-SMI USR-DEFINITIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY IpAddress
Integer32 DisplayString common

Defined Types

UsrTapEntry  
SEQUENCE    
  usrTapIfaceName DisplayString
  usrTapIface Integer32
  usrTapUserName DisplayString
  usrTapUser Integer32
  usrTapNext Integer32
  usrTapPermanent INTEGER
  usrTapOutput INTEGER
  usrTapFormat INTEGER
  usrTapFacility INTEGER
  usrTapPriority INTEGER
  usrTapAddress IpAddress
  usrTapOutputIcb Integer32
  usrTapStatus Integer32

Defined Values

usrTap 2.57
The commWorks enterprise defined MIB objects for the Port Tapping Service functionality.
MODULE-IDENTITY    

usrTapTable 2.57.1
The table of Tap entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UsrTapEntry

usrTapEntry 2.57.1.1
A entry for one tap.
Status: current Access: not-accessible
OBJECT-TYPE    
  UsrTapEntry  

usrTapIfaceName 2.57.1.1.1
The name of the interface being tapped.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrTapUserName 2.57.1.1.2
The name of the user being tapped.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

usrTapOutput 2.57.1.1.3
The tapped output can be sent to syslog or to screen.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER syslog(0), screen(1)  

usrTapFormat 2.57.1.1.4
The output can be in hex, ascii or clear formats.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ascii(0), hex(1), clear(2)  

usrTapFacility 2.57.1.1.5
The syslog facility used for logging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auth(1), local0(2), local1(3), local2(4), local3(5), local4(6), local5(7), local6(8), local7(9)  

usrTapPriority 2.57.1.1.6
The syslog level used for logging.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER critical(0), unusual(1), common(2), verbose(3)  

usrTapAddress 2.57.1.1.7
The IP address for logging the output to.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

usrTapOutputIcb 2.57.1.1.8
The icb ptr for tap commands issued via cli.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrTapStatus 2.57.1.1.9
The status of the tap
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrTapIface 2.57.1.1.10
Whether this is a interface based tap.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrTapUser 2.57.1.1.11
Whether this is a user based tap.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrTapNext 2.57.1.1.12
Whether the next call is to be tapped.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

usrTapPermanent 2.57.1.1.13
Whether the tap is permanent (user profile has it) or temp (CLI issued)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER temporary(0), permanent(1)