Unsolved
This post is more than 5 years old
6 Posts
0
2951
October 4th, 2010 09:00
block itunes on PowerConnect 6248 switch
We want to block itunes traffic on our network. I did some research and created an acl with two rules, but it does not seem to be blocking access to the iTunes store. Here are my entries:
access-list itunes deny ip any eq 3689 any
access-list itunes deny ip any 17.250.237.16 0.0.0.0
The first entry is supposed to block itunes sharing and the second access to the iTunes store.
What's wrong with these acls?
Thanks,
Leo
No Events found!


bh1633
909 Posts
0
October 4th, 2010 10:00
did you apply the acl to an interface?
post your config file.
boucherleo
6 Posts
0
October 4th, 2010 11:00
It is not currently applied an interface and we really want to apply it to all interfaces.
Attached, is our switch configuration.
Leo
1 Attachment
105_switch.txt
bh1633
909 Posts
0
October 5th, 2010 09:00
console>en
console#configure
console(config)#access-list itunes deny ip any eq 3689 any
console(config)#access-list itunes deny ip any 17.250.237.16 0.0.0.0
console(config)#ip access-group itunes in
console(config)#