cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
282
Views
0
Helpful
1
Replies

Enabling Multiple Ports to access Video Conferencing Equipment.

rwamstutz
Level 1
Level 1

All, I need to enable multiple ports (some in a range) so outside Video Conferencing Equipment can access by VC.

How do I allow the ports below using my access-list command? Is there a range command?

access-list acl_out permit tcp any host 64.171.51.211 eq

1720 TCP

3230-3235 TCP

3230-3253 UDP

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Are you using a pix/asa device ? If so you can use object-groups ie.

object-group service VCE_tcp tcp

port-object eq 1720

port-object range 3230 3253

object-group service VCE_udp udp

port-object range 3230 3253

access-list acl_out permit tcp any host 64.171.51.211 object-group VCE_tcp

access-list acl_out permit udp any host 64.171.51.211 object-group VCE_udp

HTH

Jon

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: