Reference Guide (Supporting software release 4.1.0.0-040GR and later) User guide
Table Of Contents
- Table of Contents
- About This Document
- Introduction
- Common Commands
- User Exec Commands
- Privileged Exec Commands
- Global Configuration Commands
- Crypto-isakmp Instance
- Crypto-group Instance
- Crypto-peer Instance
- Crypto-ipsec Instance
- Crypto-map Instance
- Crypto-trustpoint Instance
- Interface Instance
- Spanning tree-mst Instance
- Extended ACL Instance
- Standard ACL Instance
- Extended MAC ACL Instance
- DHCP Server Instance
- DHCP Class Instance
- RADIUS Server Instance
- Wireless Instance
- RTLS Instance
- SOLE Instance

Brocade Mobility RFS7000-GR Controller CLI Reference Guide 177
53-1001945-01
Global Configuration Commands
5
audit-log-filter
Global Configuration Commands
Use this command to setup audit event log filter.
NOTE
When no filters are set the default action is to permit any.
Syntax
audit-log-filter [add|delete]
audit-log-filter add <1-10> [deny|permit] (username|any) [any|console|network]
(MAC|any)
audit-log-filter delete <1-10>
Parameters
Example
RFS7000(config)#audit-log-filter add 1 permit any any any
RFS7000(config)#
add
Add this rule to the filtering logic.
• <1-10> – Rule Precedence.
• deny – Disable the logging based on following paramters.
• permit – Enable the logging based on following paramters.
• usernameWORD – User defined username ( username should be of length
between 1 and 28) or any username.
• any – Any username.
• any – Any login source.
• console – Enables console login only.
• network – Enables network logging only.
• (MAC|any) – MU’s MAC address or any MU MAC address.
delete
Delete this rule from the filtering logic.
• <1-10> – Rule Precedence.










