02-12-2019 02:46 PM - edited 02-21-2020 08:48 AM
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.
02-12-2019 03:19 PM - edited 02-12-2019 03:20 PM
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
02-12-2019 03:24 PM
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.
02-12-2019 03:29 PM
i know what you looking for to summarise. But unfortunatly you can not do that. they are different network ranges.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide