> For the complete documentation index, see [llms.txt](https://linkmeup.gitbook.io/sdsm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://linkmeup.gitbook.io/sdsm/0.-planirovanie/2.-ip-plan.md).

# 2. IP-план

| IP-адрес                  | Примечание            | VLAN |
| ------------------------- | --------------------- | ---- |
| **172.16.0.0/16**         |                       |      |
| **172.16.0.0/24**         | Серверная ферма       | 3    |
| 172.16.0.1                | Шлюз                  |      |
| 172.16.0.2                | Web                   |      |
| 172.16.0.3                | File                  |      |
| 172.16.0.4                | Mail                  |      |
| 172.16.0.5 — 172.16.0.254 | Зарезервировано       |      |
| **172.16.1.0/24**         | Управление            | 2    |
| 172.16.1.1                | Шлюз                  |      |
| 172.16.1.2                | msk-arbat-dsw1        |      |
| 172.16.1.3                | msk-arbat-asw1        |      |
| 172.16.1.4                | msk-arbat-asw2        |      |
| 172.16.1.5                | msk-arbat-asw3        |      |
| 172.16.1.6                | msk-rubl-asw1         |      |
| 172.16.1.7 — 172.16.1.254 | Зарезервировано       |      |
| **172.16.2.0/24**         | Сеть Point-to-Point   |      |
| 172.16.2.1                | Шлюз                  |      |
| 172.16.2.2 — 172.16.2.254 | Зарезервировано       |      |
| **172.16.3.0/24**         | ПТО                   | 101  |
| 172.16.3.1                | Шлюз                  |      |
| 172.16.3.2 — 172.16.3.254 | Пул для пользователей |      |
| **172.16.4.0/24**         | ФЭО                   | 102  |
| 172.16.4.1                | Шлюз                  |      |
| 172.16.4.2 — 172.16.4.254 | Пул для пользователей |      |
| **172.16.5.0/24**         | Бухгалтерия           | 103  |
| 172.16.5.1                | Шлюз                  |      |
| 172.16.5.2 — 172.16.5.254 | Пул для пользователей |      |
| **172.16.6.0/24**         | Другие пользователи   | 104  |
| 172.16.6.1                | Шлюз                  |      |
| 172.16.6.2 — 172.16.6.254 | Пул для пользователей |      |

Выделение подсетей в общем-то произвольное, соответствующее только числу узлов в этой локальной сети с учётом возможного роста. В данном примере все подсети имеют стандартную маску /24 (/24=255.255.255.0) — зачастую такие и используются в локальных сетях, но далеко не всегда.

> Советуем почитать о [классах сетей](http://ru.wikipedia.org/wiki/Классовая_адресация). В дальнейшем мы обратимся и к [бесклассовой адресации](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) ([cisco](http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a00800a67f5.shtml)). Мы понимаем, что ссылки на технические статьи в википедии — это моветон, однако они дают хорошее определение, а мы попробуем в свою очередь перенести это на картину реального мира. Под сетью Point-to-Point подразумеваем подключение одного маршрутизатора к другому в режиме точка-точка. Обычно берутся адреса с маской 30 (возвращаясь к теме бесклассовых сетей), то есть содержащие два адреса узла. Позже станет понятно, о чём идёт речь.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://linkmeup.gitbook.io/sdsm/0.-planirovanie/2.-ip-plan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
