Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

How do I check whether debugging is enabled on the controller and how do I disable it? 

Jul 07, 2014 05:16 PM

Question:  How do I check whether debugging is enabled on the controller and how do I disable it?

 

Product and Software: This article applies to all Aruba controllers and ArubaOS 3.3.2.x and later.

Issue the 'show logging level verbose' command to see what logging has been enabled. By default, the logging is set to warnings.

 

Example

In the following output, debugging has been enabled for network and for the stm process in wireless.

#show logging level verbose

LOGGING LEVELS

--------------

Facility Level Sub Category Process

-------- ----- ------------ -------

network debugging N/A N/A

security warnings N/A N/A

system warnings N/A N/A

user warnings N/A N/A

wireless warnings N/A N/A

wireless debugging N/A stm

(arubanetworks) (config) #no logging level debugging network

(arubanetworks) (config) #no logging level debugging wireless process stm

(arubanetworks) (config) #show logging level verbose

LOGGING LEVELS

--------------

Facility Level Sub Category Process

-------- ----- ------------ -------

network warnings N/A N/A

security warnings N/A N/A

system warnings N/A N/A

user warnings N/A N/A

wireless warnings N/A N/A

Also you can check if the debug has been enabled for a user or AP by running the 'show debug' command.

#show debug

DEBUG LEVELS

------------

Facility Level Debug Value Sub Category Process

-------- ----- ----------- ------------ -------

ap-debug debugging 00:01:02:03:04:05 N/A N/A

user-debug debugging 00:01:02:03:04:05 N/A N/A

 

You can disable it accordingly.

(arubanetworks) #configure terminal

Enter Configuration commands, one per line. End with CNTL/Z

(arubanetworks) (config) #no logging level debugging ap-debug 00:01:02:03:04:05

(arubanetworks) (config) #no logging level debugging user-debug 00:01:02:03:04:05

(arubanetworks) (config) #show debug

DEBUG LEVELS

------------

Facility Level Debug Value Sub Category Process

-------- ----- ----------- ------------ -------

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.