# Задание №7 по большой лабе 2

Настроить DHCP для VLAN 235:

* r7 DHCP сервер:
  * создать пул с именем VLAN235
  * шлюз для пула должен быть r2
  * из сети VLAN’а 235 должен выдаваться только один адрес 188.1.235.5
* r2 и r3 должны быть настроены DHCP relay
* Интерфейс e0/1.235 R5 должен быть настроен как DHCP клиент
* Проверить, что r5 может получать адрес от r7 и через r2 и через r3.


---

# 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://zztopper.gitbook.io/ccie-in-a-year/vtoraya-bolshaya-laboratornaya-rabota/zadaniya-laboratornoi/zadanie-7.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.
