Which command is used to nest objects in a pre-existing group?

On an ASA running version 9.0, which command is used to nest objects in a pre-existing group?
A. object-group
B. network group-object
C. object-group network
D. group-object

cisco-exams

7 thoughts on “Which command is used to nest objects in a pre-existing group?

  1. The answer is D. You are nesting it whit in a group that already exist. from cisco:

    group-object group_id

    Adds the specified group under the object group you specified in Step 1. The nested group must be of the same type. You can mix and match nexted group objects and regular objects within an object group.

    See Anonymous post on 12/18/2019 at 2:36 PM

      1. “D” is correct.

        You then nest all three groups together as follows:
        hostname (config)# object-group network admin
        hostname (config-network)# group-object eng
        hostname (config-network)# group-object hr
        hostname (config-network)# group-object finance

      1. “A” is not correct.
        It’s used to create a new group.

        Example
        To create a network group that includes the IP addresses of three administrators, enter the following commands:
        hostname (config)# object-group network admins
        hostname (config-protocol)# description Administrator Addresses
        hostname (config-protocol)# network-object host 10.1.1.4
        hostname (config-protocol)# network-object host 10.1.1.78
        hostname (config-protocol)# network-object host 10.1.1.34

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.