Table 17-2. Commands to Configure the PIX Firewall as a NAS
Command | Description |
---|
aaa authentication include | exclude authen-service if-name local-ip local-mask foreign-ip foreign-mask group-tag | Implements AAA authentication to include or exclude a specific service that is inbound or outbound in a specific interface for a specific source and destination address assigned to a specific AAA server group as assigned by the group tag. |
aaa authentication match acl-name if-name server-tag | Matches the requirement for AAA authentication with a specific ACL. |
show aaa | Displays your AAA configuration. |
debug aaa authentication | Displays the authentication communication between the NAS and the AAA server. |
aaa authorization include | exclude author-service if-name local-ip local-mask foreign-ip foreign-mask server-tag | Implements AAA authorization to include or exclude a specific service that is inbound or outbound in a specific interface for a specific source and destination address assigned to a specific AAA server group as assigned by the group tag. |
aaa authorization match acl-name inbound | outbound if-name group-tag | Matches the requirement for AAA authorization with a specific ACL. |
debug aaa authorization | Displays the authorization communication between the NAS and the AAA server. |
aaa accounting include | exclude author-service if-name local-ip local-mask foreign-ip foreign-mask server-tag | Implements AAA accounting to include or exclude a specific service that is inbound or outbound in a specific interface for a specific source and destination address assigned to a specific AAA server group as assigned by the group tag. |
aaa accounting match acl-name if-name server-tag | Matches the requirement for AAA accounting with a specific ACL. |
show aaa accounting | Steps through individual recorded logs. |
debug aaa accounting | Displays the accounting communication between the NAS and the AAA server. |