Jump to content
Калькуляторы

Extremexos x670 PBR

Всем привет.

 

Есть x670, роутит несколько VLAN.

Нужно сделать PBR.

Что б трафик с хостов 100.64.0.0/24 ходил по особенному маршруту,а не как все (через дефолтроут).

 

 

Правило pbr_100_64 выглядит так:

 

entry route_rule_1{

if{

source-address 100.64.0.0/16;

}then{

redirect 123.123.123.123;

}

}

 

Дефолроут на свиче смотрит ip адрес из VLAN 10.

123.123.123.123 из VLAN 15.

Хосты 100.64.0.* из VLAN 20

configure access-list pbr_100_64 vlan ??? ???

 

Что нужно написать вместо "??? ???" ?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.