05-28-2004 07:19 PM - edited 03-02-2019 04:01 PM
Hi NetPro.
i have a problem for open UDP and TCP port. does anyone can give me the command for open port for TCP and UDP.
--------------------------------------------------
example :
1. UDP 5060 --> ip address 202.111.1.10 (Inbound)
2. TCP 5060 --> ip address 201.123.1.30 (Outbound)
---------------------------------------------------
Thank you in advance,
Regards,
Jack
05-28-2004 11:48 PM
Hello,
are you looking for the syntax of an access list ?
This is what your access list would look like:
access-list 101 permit udp any host 202.111.1.10 eq 5060
access-list 101 permit tcp host 201.123.1.30 any eq 5060
This syntax is assuming that both IP addresses are internal to your network. If they are destination IP addresses outside of your network, switch the ´any´ and the actual IP addresses in both statements.
HTH,
Georg
05-30-2004 05:52 PM
Hi gpauwen ,
is that must use access-list 101,can't i use access-list 180 ?and can i neglect the access-list,directly put "Permit udp any host 202.111.1.10 eq 5060" ??
Thank you in advance,
Regards,
Jack
05-30-2004 07:51 PM
you can create access-list 180 it shouldnt make no difference, just remember the order of commands make a difference when configuring a switch
05-30-2004 08:12 PM
Thanks ajatt ,
i got it what u mean.
Regards,
Jack
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide