cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1005
Views
0
Helpful
2
Replies

Displaying Object Groups on ASA

vman1976nj
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

Try either

1) sh object-group id pop3Services

or

2) sh running-config object-group id pop3Services

Jon

View solution in original post

2 Replies 2

Jon Marshall
Hall of Fame
Hall of Fame

Try either

1) sh object-group id pop3Services

or

2) sh running-config object-group id pop3Services

Jon

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.

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