how to configure standard acl for an ip address

4
WWW.TCPIPGURU.COM Standard ACL Configuration on Cisco router to block a host

Upload: tcpipguru

Post on 21-Jun-2015

572 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: How to configure Standard ACL for an ip address

WWW.TCPIPGURU.COM

Standard ACL Configuration on Cisco router to block a host

Page 2: How to configure Standard ACL for an ip address
Page 3: How to configure Standard ACL for an ip address

Description

Standard outbound ACL configuration for denying a pc 192.168.1.3/24 on the fa0/1 interface of R1.

Page 4: How to configure Standard ACL for an ip address

R1(config)#access-list 5 deny 192.168.1.3 0.0.0.0

R1(config)#access-list 5 permit anyR1(config)#int fa0/1R1(config-if)#ip access-group 5 outR1(config-if)#exitR1#show ip access-listsStandard IP access list 5 10 deny 192.168.1.3 (8 matches) 20 permit any