Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Turning Off Log Filters
You can turn off filters in three ways:
- Turn off all filters
- Turn off all filters for an event category
- Turn off a specific filter
To turn off all filters:
host1(config)#no log filters
To turn off all filters for an event category, use the no version of the log severity command along with the category name. For example:
host1(config)#no log severity bgpEvents filters
To turn off a specific filter, use the no version of the log severity command that you used to add the filter. For example:
host1(config)#no log severity bgpEvents peer
10.0.0.2 10.0.0.1
no log filters
- Use to turn off log filters.
- To turn off all filters for an event category, specify the category name.
- Examplehost1(config)#no log filters
- To turn off a specific filter, use the no version of the log severity command that you used to add the filter.
- See no log filters.