cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
2
Replies

Opening ports

stallbaumerc
Level 1
Level 1

What is the correct why to open a group of ports like 5555-5585 TCP and 2326-2373 UDP for video conferencing.

2 Replies 2

brianbono
Level 1
Level 1

try this one out to create a service group and apply that to the needed interface.

object-group service tcp_video

service-object tcp range 5555 5585

object-group service udp_video

service-object udp range 2326 2373

hsajwan
Level 1
Level 1

Here are the example commands to open a range of ports:

access-list 101 permit tcp any any range 5555 5585

access-list 101 permit udp any any range 2326 2373

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