Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to permit outbound connection on port 3101

Status
Not open for further replies.

ilpadrino

MIS
Feb 14, 2001
416
US
Can anyone help me with the right access-list command to permit a host to connect through port 3101? Only an outbound connection is required.

This is for blackberry enterprise server.

thanks.
 
access-list xxx permit tcp/udp host <ip address> any eq 3101
<implicit deny all command>
int Ethernet 0
ip access-group xxx in (I would apply as an inbound traffic)
 
I am not sure. You may create two entries: one for tcp and another one for udp. Do a show access-list and check the hit count. This would indicate which protocol you are using.

Off course there is a lot of other alternatives to identify que protocol in use. This is an alternative if you are note familiar with protocol analysis.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top