L3 mirror с маршрутизатора Juniper MX xxx

Ключ
Эта строка удалена.
Это слово было удалено. Это слово было добавлено.
Эта строка добавлена.

Изменения (4)

просмотр истории страницы
{code}

h5. Настройка нескольких получателей зеркала:
\\

создадим next-hop группу:
\\
{code}
[edit]
user@PE-1# show forwarding-options next-hop-group Analyzer-servers
group-type inet;
interface ge-0/0/1.0 {
next-hop 169.254.0.1;
}
interface ge-0/0/2.0 {
next-hop 169.254.0.3;
}
{code}
\\

И теперь укажем данную группу, как next-hop в ouput:
\\
{code}
[edit]
user@PE-1# show forwarding-options port-mirroring instance SPAN-1
input {
rate 1;
run-length 0;
}
family inet {
output {
next-hop-group Analyzer-servers;
}
}
{code}
\\

h5. На Carbon Reductor: