Can Anybody tell me if I wanna block all MP3,video sites
from cisco 2600 router,how shall i proceed with ACL's??
Please post the steps for the following alonge with detail.
Thanks to you all ..appriciated
Answer Posted / jitendera
yes you can do it
before going to procedd take the public ip of all the mp3
site which u want to block
you can take it by.
0n windows- click on run-type cmd--ping the mp3 site
let here i am pinging the songs.pk
Reply from 89.185.229.188: bytes=32 time=214ms TTL=52
Reply from 89.185.229.188: bytes=32 time=215ms TTL=52
Reply from 89.185.229.188: bytes=32 time=215ms TTL=52
reply from 89.185.229.188: bytes=32 time=213ms TTL=52
the public ip is 89.185.229.188 of the particular site
the steps are
router>en
router#config t
router(config)#access-list 101 deny tcp 192.168.100.0
255.255.255.0 host 89.185.229.188 eq www
router(config)#access-list 101 permit tcp any any
here i am assuming that urs lan ip is 192.168.100.0/24
now the final and important steps
router(config)#interface s0
router(config-if)#ip access-group 101 out
These are the steps
Thank you
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the draw back of eigrp protocol?
What is poe (power over ethernet)?
Explain the difference between half-duplex and full-duplex?
What is the main advantage of using switches?
Does a bridge divides a network into smaller segments?
Define network congestion?
What does eq means?
Which layer are called upper layer?
Explain how many ways to access router?
When we do default route?
What purpose does aging serve in a link state protocol?
Tell me which protocol comes under hybrid dynamic type?
What is the size of ipv4?
Explain what is the default behavior of access-list?
What do you understand by redundancy?