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

Multiple ranges in a group

Danny Mainprize
Level 1
Level 1

I am trying to open up all the ip ranges that Cisco says it needs for webex to talk to my sparkboards.  Is there an easy way to create a network object group that has multiple ranges in it?  I am running ASA 9.8.2 if that makes a difference.

 

So for example (that does not work):

object-group network Webex

   network-object range 64.68.96.0 64.68.127.255

   network-object range 66.114.160.0 66.114.175.255

   etc....

 

Then in my ACL I can just refer to the group name when opening ports.  I'm sure I'm missing something easy, but it has been a long couple of weeks.

 

Thank you for any and all ideas.

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

How about like this :

 

object network webex_1

subnet  64.68.96.0 255.255.224.0

 

object network webex_2

subnet  66.114.160.0 255.255.224.0

 

object-group network Webex_Group

   network-object object webex_1

   network-object object webex_2

 

 

   here is the big list you need to add for Webex 

 

https://collaborationhelp.cisco.com/article/en-us/WBX264

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

That very long list is what I was trying to avoid creating a ton of objects for. That is what I was going to do, but I was hoping there would be a better solution. 

i know what you looking for to summarise. But unfortunatly you can not do that. they are different network ranges.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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