cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
3
Replies

Need help with an object-group on PIX 506

mark
Level 1
Level 1

I need to group the following ports for a VoIP device.

514 UDP

1194 UDP

3480 UDP

49000-50000 UDP

443 TCP

I obviously don't want to make 1000+ entries in the PIX config, and I'm a tad confused on the object-group and then how to apply it.

Single IP, translated from the interface to 192.168.1.5. What commands will I need? Thanks so much for any help.

3 Replies 3

object-group service VOIP_TCP tcp

port-object eq 443

!

object-gropu service VOIP_UDP udp

port-object eq 514

port-object eq 1194

port-object eq 3480

port-object range 49000 50000

!

access-list TESTACL permit tcp any any object-group VOIP_TCP

access-list TESTACL permit udp any any object-group VOIP_UDP

!

is this what you are looking for ?

Yes. The config on this PIX is a bit older and using static/conduit commands (I know it's outdated). What is the static command for those port mappings?

sorry mark, I didn't get the static part of your question.

which code are you running btw ?

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