cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
662
Views
0
Helpful
3
Replies

How do i open up a port on my firewall?

cisco_himg
Level 1
Level 1

I have a ASA 5520 and i need to open up port 1500. Can anyone help me on how to do that?

1 Accepted Solution

Accepted Solutions

What I dont know is if you want to specify a destination or not, I assume to any destination in the access-list

access-list name permit tcp host 172.16.108.10 any eq|gt 1500

View solution in original post

3 Replies 3

Hey:

If I understood well, you wanna create a rule that the port be greater than 1500, right?. If so, via CLI you have to add gt 1500 at the end of the access-list, via CLI you have to write >tcp/1500.

HTH,

Francisco

ok, so what would my command be if i wanted to give access to IP address 172.16.108.10 access to port 1500? Sorry i am still learning the access lists... thank you for helping so far

What I dont know is if you want to specify a destination or not, I assume to any destination in the access-list

access-list name permit tcp host 172.16.108.10 any eq|gt 1500

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card