02-23-2015 12:11 PM - edited 03-11-2019 10:32 PM
I am using the following commands to show objects (network-object object <name>) and groups (group-object <groupname>).
sh run object id <name>
sh run object-group id <groupname>
How do I show network-object host <ip> ?
I have about 115 that are on my ASA.
Thank you!
Solved! Go to Solution.
02-23-2015 05:55 PM
Hi Craig,
Is this something you are looking for :
ASA# sh object-group net
object-group network VPN
network-object 10.1.1.0 255.255.255.0
object-group network internal
network-object 10.100.100.0 255.255.255.0
object-group network Nik
network-object 192.168.10.0 255.255.255.255
network-object 192.168.20.0 255.255.255.255
object-group network nik-remote
network-object 192.168.3.0 255.255.255.255
network-object 192.168.4.0 255.255.255.255
Kamal
Note: Please mark answers if they are helpful.
02-23-2015 05:55 PM
Hi Craig,
Is this something you are looking for :
ASA# sh object-group net
object-group network VPN
network-object 10.1.1.0 255.255.255.0
object-group network internal
network-object 10.100.100.0 255.255.255.0
object-group network Nik
network-object 192.168.10.0 255.255.255.255
network-object 192.168.20.0 255.255.255.255
object-group network nik-remote
network-object 192.168.3.0 255.255.255.255
network-object 192.168.4.0 255.255.255.255
Kamal
Note: Please mark answers if they are helpful.
02-25-2015 10:26 AM
the additional information i was looking for is not listed on hosts.
thank you for your time.
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