562
Configuring Network Security with ACLs
Monitoring and Maintaining Network Security with ACLs
Monitoring and Maintaining Network Security with ACLs
Configuration Examples for Network Security with ACLs
Creating a Standard ACL: Example
This example shows how to create a standard ACL to deny access to IP host 171.69.198.102, permit access to any
others, and display the results.
Switch (config)#
access-list 2 deny host 171.69.198.102
Switch (config)#
access-list 2 permit any
Switch(config)#
end
Switch#
show access-lists
Standard IP access list 2
10 deny 171.69.198.102
20 permit any
Creating an Extended ACL: Example
This example shows how to create and display an extended access list to deny Telnet access from any host in network
171.69.198.0 to any host in network 172.20.52.0 and to permit any others. (The
eq
keyword after the destination address
means to test for the TCP destination port number equaling Telnet.)
Switch(config)#
access-list 102 deny tcp 171.69.198.0 0.0.0.255 172.20.52.0 0.0.0.255 eq telnet
Switch(config)#
access-list 102 permit tcp any any
Switch(config)#
end
Switch#
show access-lists
Extended IP access list 102
10 deny tcp 171.69.198.0 0.0.0.255 172.20.52.0 0.0.0.255 eq telnet
20 permit tcp any any
Command
Purpose
show access-lists
[
number | name
]
Displays the contents of one or all current IP and MAC address access
lists or a specific access list (numbered or named).
show ip access-lists
[
number | name
]
Displays the contents of all current IP access lists or a specific IP access
list (numbered or named).
show ip interface
interface-id
Displays detailed configuration and status of an interface. If IP is enabled
on the interface and ACLs have been applied by using the
ip
access-group
interface configuration command, the access groups are
included in the display.
show running-config
[
interface
interface-id
]
Displays the contents of the configuration file for the switch or the
specified interface, including all configured MAC and IP access lists and
which access groups are applied to an interface.
show mac access-group
[
interface
interface-i
d]
Displays MAC access lists applied to all Layer 2 interfaces or the specified
Layer 2 interface.
show access-lists
[
number
|
name
]
Displays the access list configuration.
show time-range
Verifies the time-range configuration.
show mac access-group
[
interface
interface-i
d]
Displays the MAC access list applied to the interface or all Layer 2
interfaces.
Содержание IE 4000
Страница 12: ...8 Configuration Overview Default Settings After Initial Switch Configuration ...
Страница 52: ...48 Configuring Interfaces Monitoring and Maintaining the Interfaces ...
Страница 108: ...104 Configuring Switch Clusters Additional References ...
Страница 128: ...124 Performing Switch Administration Additional References ...
Страница 130: ...126 Configuring PTP ...
Страница 140: ...136 Configuring CIP Additional References ...
Страница 146: ...142 Configuring SDM Templates Configuration Examples for Configuring SDM Templates ...
Страница 192: ...188 Configuring Switch Based Authentication Additional References ...
Страница 244: ...240 Configuring IEEE 802 1x Port Based Authentication Additional References ...
Страница 274: ...270 Configuring SGT Exchange Protocol over TCP SXP and Layer 3 Transport Configuring Cisco TrustSec Caching ...
Страница 298: ...294 Configuring VLANs Additional References ...
Страница 336: ...332 Configuring STP Additional References ...
Страница 408: ...404 Configuring DHCP Additional References ...
Страница 450: ...446 Configuring IGMP Snooping and MVR Additional References ...
Страница 490: ...486 Configuring SPAN and RSPAN Additional References ...
Страница 502: ...498 Configuring Layer 2 NAT ...
Страница 559: ...555 Configuring Network Security with ACLs How to Configure Network Security with ACLs Creating a Numbered Extended ACL ...
Страница 770: ...766 Configuring IPv6 MLD Snooping Related Documents ...
Страница 930: ...926 Configuring IP Unicast Routing Related Documents ...
Страница 956: ...952 Configuring IPv6 Unicast Routing Configuring IPv6 network 2010 AB8 2 48 network 2010 AB8 3 48 exit address family ...
Страница 976: ...972 Configuring Cisco IOS IP SLAs Operations Additional References ...
Страница 978: ...974 Dying Gasp ...
Страница 990: ...986 Configuring Enhanced Object Tracking Monitoring Enhanced Object Tracking ...
Страница 994: ...990 Configuring MODBUS TCP Displaying MODBUS TCP Information ...
Страница 996: ...992 Ethernet CFM ...
Страница 1030: ...1026 Working with the Cisco IOS File System Configuration Files and Software Images Working with Software Images ...
Страница 1066: ...1062 Using an SD Card SD Card Alarms ...