Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
Fabric OS Command Reference 39
53-1000599-02
auditCfg
2
auditCfg
Modifies and displays the audit log filter configuration.
Synopsis auditcfg --class audit_class
auditcfg --enable |--disable
auditcfg --show
Description Use this command to configure and display the audit log configuration. This command allows you
to set filters by configuring certain classes, to add or remove any of the classes in the filter list, and
to enable or disabled the filters. Based on the configuration, certain classes are logged to syslog for
auditing. Syslog configuration is required for logging audit messages. Use the syslogdIpAdd
command to add the syslogd server IP address.
Note The execution of this command is subject to Admin Domain restrictions that may be in place. Refer
to chapter 1, "Understanding Admin Domain Restrictions" and Appendix A, "Command Availability"
for details.
Operands This command has the following operands:
--class Configures filters for a specified audit class. To add or remove any of the
classes in the filter list, re-issue the --class option.
audit_class Specifies the filters to be configured. Valid values are: 1-ZONE, 2-SECURITY,
3-CONFIGURATION, 4-FIRMWARE and 5-FABRIC filters. This operand is
required.
--show Displays the current configuration. This operand is optional.
--enable Enables all filters.
--disable Disables all filters.
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