Link to home
Start Free TrialLog in
Avatar of Jack_Knight
Jack_KnightFlag for United States of America

asked on

Trying to open port 5060 for SIP

Trying to configure an access list to allow port 5060 for SIP.
When I get to the eq 5060 command at the end of the line, I get unrecognized command.
I am running 12.4 IOS on a 2851 router.
what am I doing wrong? We are trying to get to the VOIP gateway. We are getting there, only the ports we need are not open. I am very new to setting up SIP. This is all being done on the inside network from an IVR server. I am running router on a stick, with the phone VLANS hanging off the router gateway interface.
Avatar of MrJemson
MrJemson
Flag of Australia image

You will need to use an extended ACL in order to use eq.
Could you please cut and paste the exact line you are trying to implement?
Avatar of Jack_Knight

ASKER

Thanks! I was trying to use a standard.
Here is the line
permit tcp any any eq 5060
permit udp any any eq 50

I was also creating an accesss list for this. Do I need to attach this to the interface also?
Thanks for the quick response.
More problems.
I created a new access list.

access-list 150 permit tcp any any eq 5060
acess-list 150 permit udp any any eq 5060

I then proceeded to attach it to the interface of the network I want to use

ip access-group 150 in

After I did this the router died.

What the heck am I doing wrong?
ASKER CERTIFIED SOLUTION
Avatar of MrJemson
MrJemson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial