fedotov_andrey Posted August 24, 2012 Подскажите как настроить сие чудо через веб интерфейс. Есть три провайдера, каждого нужно направить в свой vlan. Порт 2 - провайдер 1 Порт 4 - провайдер 2 Порт 6 - провайдер 3 Необходимо 12 порт прокинуть на сервер и там уже настроить получение этих vlan`ов. Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
u234 Posted August 25, 2012 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 Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...
fedotov_andrey Posted August 25, 2012 Огромное спасибо! Вставить ник Quote Ответить с цитированием Share this post Link to post Share on other sites More sharing options...