MIB Viewer

fsipv6SecGlobalDebug

OBJECT-TYPE
1.3.6.1.4.1.10876.101.1.29.1.3
Access
read-write
Status
current
Sub-identifiers
0
The mask which is used to enable selective debug levels in IPSec module. disableall : disable all the traces. enableall : enable all tarce levels. management : traces for configuration datapath : traces for data packets ctrlplane : all control packet related traces dump : ppp packet decode resourceError : trace for os resource failure genError : unexpected error condition semTrc : PPP State Event Machine Trace alarmTrc : enable PPP Alarms All values except disableall and enableall will add a particular trace level to the existing trace levels. If we want to have only a particular trace level (say 'ctrlplane' do the following: (i) configure the value as disableall (ii) configure the particular trace level('ctrlplane').
INTEGER { disableall (0), enableall (1), initshut (2), manageMent (3), dataPath (4), ctrlPath (5), pktDump (6), osresource (7), allfailure (8), buffer (9) }