CTRON-DLSW-MIB

File: CTRON-DLSW-MIB.mib (35754 bytes)

Imported modules

RFC1155-SMI CTRON-MIB-NAMES RFC1213-MIB
BRIDGE-MIB RFC-1212

Imported symbols

TimeTicks IpAddress ctDLSW
DisplayString MacAddress OBJECT-TYPE

Defined Types

NBName  
DisplayString Size(0..16)    

CtdlswPortEntry  
SEQUENCE    
  ctdlswPortIndex INTEGER
  ctdlswPortName DisplayString
  ctdlswPortAddress MacAddress
  ctdlswPortAdminStatus INTEGER
  ctdlswPortOperStatus INTEGER
  ctdlswPortUpTime TimeTicks

CtdlswLocalNBFilterEntry  
SEQUENCE    
  ctdlswLocalNBFilterSrcName NBName
  ctdlswLocalNBFilterDestName NBName
  ctdlswLocalNBFilterControl INTEGER

CtdlswRemoteNBFilterEntry  
SEQUENCE    
  ctdlswRemoteNBFilterSrcName NBName
  ctdlswRemoteNBFilterDestName NBName
  ctdlswRemoteNBFilterControl INTEGER

CtdlswLocalMacFilterEntry  
SEQUENCE    
  ctdlswLocalMacFilterSrcAddr MacAddress
  ctdlswLocalMacFilterSrcMask MacAddress
  ctdlswLocalMacFilterDestAddr MacAddress
  ctdlswLocalMacFilterDestMask MacAddress
  ctdlswLocalMacFilterControl INTEGER

CtdlswRemoteMacFilterEntry  
SEQUENCE    
  ctdlswRemoteMacFilterSrcAddr MacAddress
  ctdlswRemoteMacFilterSrcMask MacAddress
  ctdlswRemoteMacFilterDestAddr MacAddress
  ctdlswRemoteMacFilterDestMask MacAddress
  ctdlswRemoteMacFilterControl INTEGER

CtdlswTConnEntry  
SEQUENCE    
  ctdlswTConnRemoteTAddr IpAddress
  ctdlswTConnControl INTEGER
  ctdlswTConnUpTime TimeTicks
  ctdlswTConnOperStatus INTEGER
  ctdlswTConnType INTEGER

CtdlswEventFilterEntry  
SEQUENCE    
  ctdlswEventFltrProtocol INTEGER
  ctdlswEventFltrIfNum INTEGER
  ctdlswEventFltrControl INTEGER
  ctdlswEventFltrType INTEGER
  ctdlswEventFltrSeverity INTEGER
  ctdlswEventFltrAction INTEGER

CtdlswEventEntry  
SEQUENCE    
  ctdlswEventNumber INTEGER
  ctdlswEventTime TimeTicks
  ctdlswEventType INTEGER
  ctdlswEventSeverity INTEGER
  ctdlswEventProtocol INTEGER
  ctdlswEventIfNum INTEGER
  ctdlswEventTextString OCTET STRING

Defined Values

ctdlswNode 1.3.6.1.4.1.52.4.1.2.8.1
OBJECT IDENTIFIER    

ctdlswNodeConfig 1.3.6.1.4.1.52.4.1.2.8.1.1
OBJECT IDENTIFIER    

ctdlswPort 1.3.6.1.4.1.52.4.1.2.8.2
OBJECT IDENTIFIER    

ctdlswFilter 1.3.6.1.4.1.52.4.1.2.8.3
OBJECT IDENTIFIER    

ctdlswTConn 1.3.6.1.4.1.52.4.1.2.8.4
OBJECT IDENTIFIER    

ctdlswTrap 1.3.6.1.4.1.52.4.1.2.8.5
OBJECT IDENTIFIER    

ctdlswEvent 1.3.6.1.4.1.52.4.1.2.8.6
OBJECT IDENTIFIER    

ctdlswEventLogConfig 1.3.6.1.4.1.52.4.1.2.8.6.1
OBJECT IDENTIFIER    

ctdlswEventLogFilterTable 1.3.6.1.4.1.52.4.1.2.8.6.2
OBJECT IDENTIFIER    

ctdlswEventLogTable 1.3.6.1.4.1.52.4.1.2.8.6.3
OBJECT IDENTIFIER    

ctdlswVersion 1.3.6.1.4.1.52.4.1.2.8.1.1.1
Indicates the current revision level of the DLSw firmware in textual format.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ctdlswAdminStatus 1.3.6.1.4.1.52.4.1.2.8.1.1.2
Sets the system-wide administrative state of DLSw services.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disable(2), enable(3)  

ctdlswOperStatus 1.3.6.1.4.1.52.4.1.2.8.1.1.3
Indicates the current system-wide status of DLSw services.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ctdlswUpTime 1.3.6.1.4.1.52.4.1.2.8.1.1.4
Indicates the time (in hundredths of a second) since the DLSw services portion of the system was enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctdlswOperVirtualRingNumber 1.3.6.1.4.1.52.4.1.2.8.1.1.5
Specifies the operational ring/segment number that uniquely identifies the virtual segment to which this DLSw is connected. This object may only be modified when ctdlswOperStatus is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..4095  

ctdlswNBLocalFilterType 1.3.6.1.4.1.52.4.1.2.8.1.1.6
Specifies the type of filtering to be applied to NetBIOS frames received on a local LAN segment. If set to block(1), any frame matching any entry in ctdlswNBLocalFilterTable will not be forwarded. If set to pass(2), only frames matching any entry in ctdlswNBLocalFilterTable will be forwarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER block(1), pass(2)  

ctdlswNBRemoteFilterType 1.3.6.1.4.1.52.4.1.2.8.1.1.7
Specifies the type of filtering to be applied to NetBIOS frames received from a remote DLSw partner. If set to block(1), any frame matching any entry in ctdlswNBRemoteFilterTable will not be forwarded. If set to pass(2), only frames matching any entry in ctdlswNBRemoteFilterTable will be forwarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER block(1), pass(2)  

ctdlswMacLocalFilterType 1.3.6.1.4.1.52.4.1.2.8.1.1.8
Specifies the type of address filtering to be applied to SNA MAC frames received on a local LAN segment. If set to block(1), any frame matching any entry in ctdlswMacLocalFilterTable will not be forwarded. If set to pass(2), only frames matching any entry in ctdlswMacLocalFilterTable will be forwarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER block(1), pass(2)  

ctdlswMacRemoteFilterType 1.3.6.1.4.1.52.4.1.2.8.1.1.9
Specifies the type of address filtering to be applied to SNA MAC frames received from a remote DLSw partner. If set to block(1), any frame matching any entry in ctdlswMacRemoteFilterTable will not be forwarded. If set to pass(2), only frames matching any entry in ctdlswMacRemoteFilterTable will be forwarded.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER block(1), pass(2)  

ctdlswAcceptDynamicTConn 1.3.6.1.4.1.52.4.1.2.8.1.1.10
Specifies whether this DLSw allows unconfigured DLSw partners to establish transport connections. Yes(1) means unconfigured DLSw partners may establish transport connections with this DLSw. No(2) means only user configured DLSw partners may establish transport connections with this DLSw.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

ctdlswDefaultPortNumber 1.3.6.1.4.1.52.4.1.2.8.1.1.11
Specifies the index of the port whose associated IP address will be used to identify this DLSw node to its DLSw partners. The value must be consistent with 'ifIndex' of mib-II.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctdlswPortTable 1.3.6.1.4.1.52.4.1.2.8.2.1
This table contains an entry for each port, and specifies configuration parameters used to establish circuits over that port. This table is indexed by ctdlswPortName, which identifies the port for which an entry exists. These port configuration entries will be provided automatically based on the physical port configuration. These entries cannot be created or deleted - only modified.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswPortEntry

ctdlswPortEntry 1.3.6.1.4.1.52.4.1.2.8.2.1.1
Each entry specifies configuration parameters for a port for which the entry exists.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswPortEntry  

ctdlswPortIndex 1.3.6.1.4.1.52.4.1.2.8.2.1.1.1
Specifies a unique value for each port. Values are derived from 'ifIndex' of mib-II.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswPortName 1.3.6.1.4.1.52.4.1.2.8.2.1.1.2
Specifies the user friendly name for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..8)  

ctdlswPortAddress 1.3.6.1.4.1.52.4.1.2.8.2.1.1.3
Specifies the MAC address of this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswPortAdminStatus 1.3.6.1.4.1.52.4.1.2.8.2.1.1.4
Sets the administrative state of DLSw frame forwarding for this port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ctdlswPortOperStatus 1.3.6.1.4.1.52.4.1.2.8.2.1.1.5
Specifies the current operating status of DLSw frame forwarding for this port.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ctdlswPortUpTime 1.3.6.1.4.1.52.4.1.2.8.2.1.1.6
Indicates the time (in hundredths of a second) since this port was enabled. A value of zero means this port is not presently enabled.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctdlswLocalNBFilterTable 1.3.6.1.4.1.52.4.1.2.8.3.1
A list of NETBIOS source-destination name pairs whose frames are allowed (or not allowed) to be forwarded via this DLSw. Only source-destination name pairs from locally generated NetBIOS frames are compared against entries in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswLocalNBFilterEntry

ctdlswLocalNBFilterEntry 1.3.6.1.4.1.52.4.1.2.8.3.1.1
Information for one NetBIOS source-destination name pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswLocalNBFilterEntry  

ctdlswLocalNBFilterSrcName 1.3.6.1.4.1.52.4.1.2.8.3.1.1.1
The source NETBIOS name to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NBName  

ctdlswLocalNBFilterDestName 1.3.6.1.4.1.52.4.1.2.8.3.1.1.2
The destination NETBIOS NAME to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NBName  

ctdlswLocalNBFilterControl 1.3.6.1.4.1.52.4.1.2.8.3.1.1.3
Set this object to delete(3) to remove this entry. Set to create(2) to add this entry. A get of this object will return other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), create(2), delete(3)  

ctdlswRemoteNBFilterTable 1.3.6.1.4.1.52.4.1.2.8.3.2
A list of NETBIOS source-destination name pairs whose frames are allowed (or not allowed) to be forwarded via this DLSw. Only source-destination name pairs from NetBIOS frames received from remote DLSw partners are compared against entries in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswRemoteNBFilterEntry

ctdlswRemoteNBFilterEntry 1.3.6.1.4.1.52.4.1.2.8.3.2.1
Information for one NetBIOS source-destination name pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswRemoteNBFilterEntry  

ctdlswRemoteNBFilterSrcName 1.3.6.1.4.1.52.4.1.2.8.3.2.1.1
The source NETBIOS name to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NBName  

ctdlswRemoteNBFilterDestName 1.3.6.1.4.1.52.4.1.2.8.3.2.1.2
The destination NETBIOS name to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NBName  

ctdlswRemoteNBFilterControl 1.3.6.1.4.1.52.4.1.2.8.3.2.1.3
Set this object to delete(3) to remove this entry. Set to create(2) to add this entry. A get of this object will return other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), create(2), delete(3)  

ctdlswLocalMacFilterTable 1.3.6.1.4.1.52.4.1.2.8.3.3
A list of source-destination MAC address pairs whose frames are allowed (or not allowed) to be forwarded via this DLSw. Only source-destination name pairs from locally generated SNA MAC frames are compared against entries in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswLocalMacFilterEntry

ctdlswLocalMacFilterEntry 1.3.6.1.4.1.52.4.1.2.8.3.3.1
Information for one source-destination MAC address pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswLocalMacFilterEntry  

ctdlswLocalMacFilterSrcAddr 1.3.6.1.4.1.52.4.1.2.8.3.3.1.1
The source MAC Address to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswLocalMacFilterSrcMask 1.3.6.1.4.1.52.4.1.2.8.3.3.1.2
The source MAC Address mask to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswLocalMacFilterDestAddr 1.3.6.1.4.1.52.4.1.2.8.3.3.1.3
The destination MAC Address to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswLocalMacFilterDestMask 1.3.6.1.4.1.52.4.1.2.8.3.3.1.4
The destination MAC Address mask to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswLocalMacFilterControl 1.3.6.1.4.1.52.4.1.2.8.3.3.1.5
Set this object to delete(3) to remove this entry. Set to create(2) to add this entry. A get of this object will return other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), create(2), delete(3)  

ctdlswRemoteMacFilterTable 1.3.6.1.4.1.52.4.1.2.8.3.4
A list of source-destination MAC address pairs whose frames are allowed (or not allowed) to be forwarded via this DLSw. Only source-destination name pairs from SNA MAC frames received from remote DLSw partners are compared against entries in this table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswRemoteMacFilterEntry

ctdlswRemoteMacFilterEntry 1.3.6.1.4.1.52.4.1.2.8.3.4.1
Information for one source-destination MAC address pair.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswRemoteMacFilterEntry  

ctdlswRemoteMacFilterSrcAddr 1.3.6.1.4.1.52.4.1.2.8.3.4.1.1
The source MAC Address to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswRemoteMacFilterSrcMask 1.3.6.1.4.1.52.4.1.2.8.3.4.1.2
The source MAC Address mask to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswRemoteMacFilterDestAddr 1.3.6.1.4.1.52.4.1.2.8.3.4.1.3
The destination MAC Address to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswRemoteMacFilterDestMask 1.3.6.1.4.1.52.4.1.2.8.3.4.1.4
The destination MAC Address mask to filter on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

ctdlswRemoteMacFilterControl 1.3.6.1.4.1.52.4.1.2.8.3.4.1.5
Set this object to delete(3) to remove this entry. Set to create(2) to add this entry. A get of this object will return other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), create(2), delete(3)  

ctdlswTConnTable 1.3.6.1.4.1.52.4.1.2.8.4.1
A list of transport connections which are either user defined or dynamically created for this DLSw.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswTConnEntry

ctdlswTConnEntry 1.3.6.1.4.1.52.4.1.2.8.4.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswTConnEntry  

ctdlswTConnRemoteTAddr 1.3.6.1.4.1.52.4.1.2.8.4.1.1.1
Specifies the remote transport address for this transport connection. It can be defined by the user, or established dynamically upon receiving a connection setup request from another DLSw.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ctdlswTConnControl 1.3.6.1.4.1.52.4.1.2.8.4.1.1.2
Set this object to delete(3) to remove this entry. Set to create(2) to add this entry. A get of this object will return other(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), create(2), delete(3)  

ctdlswTConnUpTime 1.3.6.1.4.1.52.4.1.2.8.4.1.1.3
Indicates the time (in hundredths of a second) since this transport connection was last established. A value of zero means this transport connection is not presently established.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctdlswTConnOperStatus 1.3.6.1.4.1.52.4.1.2.8.4.1.1.4
Indicates the status of this transport connection.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3), pendingDisable(4), pendingEnable(5)  

ctdlswTConnType 1.3.6.1.4.1.52.4.1.2.8.4.1.1.5
Indicates the means by which this transport connection was determined. Configured(1) means this entry was user defined. Dynamic(2) means this entry was not user defined but was created as a result of a connection initiated by another DLSw.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), dynamic(2)  

ctdlswEventAdminStatus 1.3.6.1.4.1.52.4.1.2.8.6.1.1
Set the administrative state of Data Link Switching event logging. enabled(3) causes the event log to become active. disabled(2) causes the event log to become inactive.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ctdlswEventMaxEntries 1.3.6.1.4.1.52.4.1.2.8.6.1.2
Sets the maximum number of entries allowed in the event log table. When the number of entries reaches the value of ctdlswEventMaxEntries the first (oldest) entry is deleted to allow a new entry to be added.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ctdlswEventTraceAll 1.3.6.1.4.1.52.4.1.2.8.6.1.3
enabled(3) allows logging of all event types. disabled(2) causes the event log filter table to specify which events to log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), disabled(2), enabled(3)  

ctdlswEventFilterTable 1.3.6.1.4.1.52.4.1.2.8.6.2.1
This table contains descriptions of how to filter log entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswEventFilterEntry

ctdlswEventFilterEntry 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1
Each entry specifies the filter for log entries. The instance ctdlswEventProtocol refers to the instance used in the nwRtgProtocolTable and nwComponentTable specified by the ctrouter-mib.txt.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswEventFilterEntry  

ctdlswEventFltrProtocol 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.1
Selects the protocol to log events from.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswEventFltrIfNum 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.2
Specifies the port on which to log events.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswEventFltrControl 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.3
Setting this field to delete will allow entries to be removed from the table. This is done by adding new entries with instance fields that match the entry to be removed from the table. The new entry being added must have this control field set to delete in order for the matching entry already in the table to be deleted. Setting this field to add will add the entry to the table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER other(1), delete(2), add(3)  

ctdlswEventFltrType 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.4
This bit field mask filter will allow only events of certain types to be logged. By default all types will be logged. Clearing event types from this field will cause those types not to be logged. Adding event types to this field will enable those types to be logged.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER misc(1), timer(2), rcv(4), xmit(8), event(16), error(32)  

ctdlswEventFltrSeverity 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.5
This filter controls the amount of logging by ignoring events of lower priority than that specified by the filter value. Specifying highest(1) causes all events except those of highest severity to be ignored. Specifying highmed(2) causes lowest severity events to be ignored. Specifying highlow(3) causes all events to be logged. highmed(2) is the default setting.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER highest(1), highmed(2), highlow(3)  

ctdlswEventFltrAction 1.3.6.1.4.1.52.4.1.2.8.6.2.1.1.6
This field specifies how the events are to be logged. Specifying log(1) stores the events in the event log table (defined below). Specifying trap(2) sends events out through the trap mechanism. Specifying logTrap(3) does both.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER log(1), trap(2), logTrap(3)  

ctdlswEventTable 1.3.6.1.4.1.52.4.1.2.8.6.3.1
This table contains all events that have been logged.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CtdlswEventEntry

ctdlswEventEntry 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1
Each entry specifies events that have been logged.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CtdlswEventEntry  

ctdlswEventNumber 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.1
The number uniquely identifies events.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswEventTime 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.2
This number specifies when the event was logged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

ctdlswEventType 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.3
Specifies type of event logged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER misc(1), timer(2), rcv(4), xmit(8), event(16), error(32)  

ctdlswEventSeverity 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.4
Specifies the severity of the event logged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER highest(1), highmed(2), highlow(3)  

ctdlswEventProtocol 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.5
Specifies the protocol where the event occured.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswEventIfNum 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.6
Specifies the port the event occurred on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ctdlswEventTextString 1.3.6.1.4.1.52.4.1.2.8.6.3.1.1.7
Specifies the actual text string to be logged.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING