> For the complete documentation index, see [llms.txt](https://zztopper.gitbook.io/ccie-in-a-year/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zztopper.gitbook.io/ccie-in-a-year/cikl-22/cikl-22-tema-128-bgp/voprosy-po-teme-128.md).

# Вопросы по теме 128

Вопросы:

1. Какая функция позволяет контролировать количество маршрутов, приходящих от любого BGP пира? Приведите пример использования
2. Перечислите действия, которые могут быть предприняты, если количество машрутов достигнут сконфигурированного максимума?
3. Опишите шаги настройки Maximum Prefix.
4. Что означает аргумент maximum?
5. Что означает аргумент threshold?
6. Что означает аргумент warning-only ?
7. Какое действие нужно предпринять, если не используется агрумент restart-interval?
8. Что такое регулярные выражения?
9. Для чего и какие регулярные выражения можно использовать в BGP?
10. Для чего используется Outbound Route Filtering в BGP?
11. Каким образом происходит обработка пришедших на интерфейс маршрутов и какая проблема может возникнуть при использовании обычного префикс-листа на входе?
12. Каким образом ORF позволяет решить описанную выше проблему?
13. Опишите шаги настройки ORF и какие режимы могут при этом быть использованы?
14. Для чего используется Soft Reconfiguraton?
15. По какому признаку работает Soft Reconfiguraton?


---

# 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:

```
GET https://zztopper.gitbook.io/ccie-in-a-year/cikl-22/cikl-22-tema-128-bgp/voprosy-po-teme-128.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.
