06-11-2008 07:41 AM - edited 03-11-2019 05:58 AM
This has been bugging me for a while. How do you show object groups from the command line. WHen I do a show ? I do not see network-object or group objects as an option.
This is in my config:
object-group service pop3Services tcp
port-object eq pop3
port-object eq 995
edgefw-pri# sh object-group service pop3Services tcp
^
ERROR: % Invalid input detected at '^' marker.
edgefw-pri#
Currently I have to do:
edgefw-pri# sh run | begin object-group service pop3Services tcp
object-group service pop3Services tcp
port-object eq pop3
port-object eq 995
which is a pain. There has to be a better way.
Solved! Go to Solution.
06-11-2008 07:47 AM
Try either
1) sh object-group id pop3Services
or
2) sh running-config object-group id pop3Services
Jon
06-11-2008 07:47 AM
Try either
1) sh object-group id pop3Services
or
2) sh running-config object-group id pop3Services
Jon
06-11-2008 07:51 AM
The second one worked like a charm:
edgefw-pri# sh object-group id pop3Services
^
ERROR: % Invalid input detected at '^' marker.
edgefw-pri# sh running-config object-group id pop3Services
object-group service pop3Services tcp
port-object eq pop3
port-object eq 995
edgefw-pri#
Thanks, thats exactly what I needed.
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