Displaying a list of acl entries, Applying an acls to interfaces, Reapplying modified acls – Brocade Virtual ADX Security Guide (Supporting ADX v03.1.00) User Manual

Page 53: Numbered acls, Named acls

Advertising
background image

Brocade Virtual ADX Security Guide

41

53-1003250-01

Displaying a list of ACL entries

2

Displaying a list of ACL entries

The show access-list and show ip access-list commands displays ACL entries with line numbers.

Numbered ACLs

To display the contents of numbered ACLs, enter a command such as the following.

Virtual ADX #show access-list 99

Standard IP access list 99

deny host 10.2.4.5

deny host 10.6.7.8

permit any

Syntax: show access-list acl-num | all

Named ACLs

To display the contents of named ACLs, enter a command such as the following.

Virtual ADX #show ip access-list melon

Standard IP access list melon

deny host 10.2.4.5

deny host 10.6.7.8

permit any

Syntax: show ip access-list acl-num | acl-name

Applying an ACLs to interfaces

Configuration examples in

“Configuring numbered and named ACLs”

on page 27 show the applying

of ACLs to interfaces through the ip access-group command. This section presents additional
information about applying ACLs to interfaces.

Reapplying modified ACLs

If you make an ACL configuration change, you must reapply the ACLs to their interfaces to place the
change into effect.

An ACL configuration change includes any of the following:

Adding, changing, or removing an ACL or an entry in an ACL

Changing a PBR policy

Advertising