Brocade Fabric OS Command Reference Manual - Supporting Fabric OS v5.3.0 (53-1000436-01, June 2007)

Fabric OS Command Reference Manual 39
53-1000436-01
auditCfg
2
auditCfg
Modifies and displays audit log filter configuration.
Synopsis auditcfg[--class audit_class][--show][--enable][--disable]
Description Use this command to configure and display the audit log configuration. This command allows user
to set filters by configuring certain classes using the --class option. To add or remove any of the
classes in the filter list, re-issue -class option. All filters can be disabled by the -disable option.
Based on the configuration, certain classes are logged to syslog for auditing. Syslog configuration
is required for logging audit messages. The command syslogdIpAdd can be used to add the syslogd
server IP address.
Option [--class] allows 1-ZONE, 2-SECURITY, 3-CONFIGURATION, 4-FIRMWARE and 5-FABRIC
filters.
The execution of this command is subject to Admin Domain restrictions that may be in place.
Examples To configure the audit log filter, disable audit logging, and show the configuration
switch:admin> auditcfg --class 2,3
Audit filter is configured.
switch:admin> auditcfg --disable
Audit filter is disabled.
switch:admin> auditcfg --show
Audit filter is disabled.
2-SECURITY
3-CONFIGURATION
See Also none