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

Нарезка VLAN`ов на edge core es3526xa

Подскажите как настроить сие чудо через веб интерфейс.

Есть три провайдера, каждого нужно направить в свой vlan.

Порт 2 - провайдер 1

Порт 4 - провайдер 2

Порт 6 - провайдер 3

 

Необходимо 12 порт прокинуть на сервер и там уже настроить получение этих vlan`ов.

Share this post


Link to post
Share on other sites

conf
vlan database
vlan 11 name prov1 media ethernet state active
vlan 12 name prov2 media ethernet state active
vlan 13 name prov3 media ethernet state active
ex

int eth 1/2
switchport allowed vlan add 11 untagged
switchport native vlan 11

int eth 1/4
switchport allowed vlan add 12 untagged
switchport native vlan 12

int eth 1/6
switchport allowed vlan add 13 untagged
switchport native vlan 13

int eth 1/12
switchport mode trunk
switchport allowed vlan add 11,12,13 tagged

end

copy r s

q

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.