Please provide Configuration and commands of Standard ACL on Cisco Routers.?

author
,
System Administrator
  • Total 1 Answer
  • 2165
Can You answer this question?
author
,
CCNA Routing and Switching

Standard Acl : Standard Acl can filter traffic on the basis of either Source Ip / Source Network .

--Standard ACl is applied near to Destination.

Task: PC1 should not ping PC2

Apply Acl at R2 ( near to destination ) :

R2(config)#access-list 1 deny 10.0.0.0 0.0.0.255 

R2(config)#access-list 1 permit any

R2(config)#interface FastEthernet 0/0

R2(config-if)#ip access-group 1 in

R2(config-if)#exit

To Verify : 

show access-list

Now Task : PC1 shou