oper777 Posted January 18, 2017 Posted January 18, 2017 (edited) Добрый день. Есть на cisco такая политика: Policy Map SET-PREC7 Class class-default set precedence 7 Т.е. на весь трафик ставить prec 7. Политика повешена на l3-интерфейс менеджемент-вилана. Как реализовать такое на Juniper MX? Edited January 18, 2017 by oper777 Вставить ник Quote
oper777 Posted January 18, 2017 Author Posted January 18, 2017 (edited) Короче накостылял так, если у кого более элегантное решение, буду только рад: [edit class-of-service interfaces ae0] + unit 9 { + rewrite-rules { + inet-precedence SET-PREC7; + } + } [edit class-of-service rewrite-rules] + inet-precedence SET-PREC7 { + forwarding-class network-control { + loss-priority low code-point 111; + loss-priority high code-point 111; + } + forwarding-class assured-forwarding { + loss-priority low code-point 111; + loss-priority high code-point 111; + } + forwarding-class best-effort { + loss-priority high code-point 111; + loss-priority low code-point 111; + } + forwarding-class expedited-forwarding { + loss-priority low code-point 111; + loss-priority high code-point 111; + } + } Edited January 18, 2017 by oper777 Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.