ACL Commands
FOR IP ACCESS LISTS access-list Creates a list of tests to filter the network traffic
ip access-group Applies
an IP (1-99 and 100-199) access list to an interface access-class Applies
a standard IP access list to a VTY line Example IP standard access-list 1 deny 192.5.5.2 0.0.0.0 Example IP extended
any Specifies
any host or network; host Specifies
a (single) host address FOR IPX ACCESS
LISTS ipx
access-group Applies a
standard or extended IPX access list to an interface (800-899 and 900-999) ipx
input-sap-filter Applies
an inbound IPX SAP (1000-1099) filter to an
interface ipx
output-sap-filter Applies an
outbound IPX SAP (1000-1099) filter to an
interface Example-IPX standard Router(config)#access-list 810 permit 20 40 Router(config)#int e0 Router(config-if)#ipx
access-group 810 out Example – IPX extended Router(config)#access-list 1010 permit -1 4 Sales Int e0 RouterA(config-if)#ipx
input-sap-filter IPX LIST SHORT
CUTS -1 Specifies
any host or any network; SHOW COMMANDS show
access-list 110 Shows only
access-list 110 show ip access-list Shows
only the IP access lists show ip interface Shows
which interfaces have IP access lists applied show ipx access-list Shows
the IPX access lists configured on a router show ipx interface Shows
which interfaces have IPX access lists applied
|