Friends!!!
We are now implementing ACL.
In this Fig We block some address range in internal networks to access web server using ACL
Router(config)#access-list 101 deny 192.168.1.0 0.0.0.15 host 10.1.1.1 eq www
Router(config)#access-list 101 permit any any
Router(config)#interface F0/1
Router(config-if)access-group 101 in
Router(config-if)#exit
Here First statement of ACL 101 indicate block some range in internal network in example it will be 0-15 host on network 192.168.1.0 it will be deny for web server.
except this all are allowed to access web server.
Thank you,
Regards
Jignesh
No comments:
Post a Comment