# Device Groups

Device Groups organize Object Groups together which may be instrumented by a model or series of device. For example, a Juniper MX-series router will include object groups for various standards-based entities, such as interfaces and routing protocols, and Juniper-specific entities like chassis components and protocol extensions.

The location of the device group definition files is specified by `EF_INPUT_SNMP_DEVICE_GROUP_DEFINITIONS_DIRECTORY_PATH` in the collectors configuration options. The default location is `/etc/elastiflow/snmp/device_groups`.

### Configuration Example

```yaml
generic:
  object_groups:
    - system
    - host
    - netif
    - ip
    - icmp
    - tcp
    - udp
    - snmp
```

#### object\_groups

Defines a list of Object Groups which are included in the Device Group.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://elastiflow.gitbook.io/docs/unified-snmp-collector/device-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
