cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3995
Views
15
Helpful
5
Replies

Access-list (blocking ports)

Josiah Inubio
Level 1
Level 1

Hi guys,

I want to block ports 443, 5223, 3478. Anyone can help me if I'm doing the right thing? Below are the commands. Thanks.

access-list 100 deny   tcp any any eq 443

access-list 100 deny   udp any any eq 443

access-list 100 deny   tcp any any eq 5223

access-list 100 deny   udp any any eq 5223

access-list 100 deny   tcp any any eq 3478

access-list 100 deny   udp any any eq 3478

access-list 100 permit ip any any

int s0/0/0

ip access-group 100 in

end

wr

1 Accepted Solution

Accepted Solutions

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, you need to be sure about whether the traffic is TCP or UDP... You have just created ACL entries for both. Is this correct?

Apart from that, your config looks good.

Normally 443 is TCP but maybe you have a requirement to block UDP too... We don't want to inadvertently block something that might be legitimate traffic.

5223 seems like TCP also however not quite sure about 3478.

All related to Apple or Gaming I think, is that right?

Just doing a quick google on those ports and you may be able to find if its TCP or UDP that you require to block. Or you may know this information already.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

View solution in original post

5 Replies 5

cadet alain
VIP Alumni
VIP Alumni

Hi,

This is correct.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, you need to be sure about whether the traffic is TCP or UDP... You have just created ACL entries for both. Is this correct?

Apart from that, your config looks good.

Normally 443 is TCP but maybe you have a requirement to block UDP too... We don't want to inadvertently block something that might be legitimate traffic.

5223 seems like TCP also however not quite sure about 3478.

All related to Apple or Gaming I think, is that right?

Just doing a quick google on those ports and you may be able to find if its TCP or UDP that you require to block. Or you may know this information already.

Hope this helps

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Is there any sites or materials that might be helpful finding information regarding those ports or any ports? ip cache flow only shows in hex and we needed to convert it to dec.

i'm not quite sure of these ports if it's related to Apple or Gaming, i'm still looking for any helpful materials talking about this.

but anyway guys thanks for the help.

Hi,

http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

http://www.iana.org/assignments/port-numbers

http://www.speedguide.net/port.php?port=443

http://www.speedguide.net/port.php?port=5223

http://www.speedguide.net/port.php?port=3478

Sent from Cisco Technical Support iPhone App

Please rate useful posts & remember to mark any solved questions as answered. Thank you.