Alexander Gavrilin писал(а):
Сначала создайте vlan с vid 10
create vlan <vlan_name 32> tag <vlanid 2-4094>
Удалил default vlan
config vlan default delete 1-28
Создал VLAN
create vlan test tag 10
добавил мак адреса в vlan
create mac_based_vlan mac_address 00-E0-53-15-30-30 vlanid 10
create mac_based_vlan mac_address f4-6D-04-00-D0-8E vlanid 10
оба компа не пингуются
вот вывод команд
DES-3200-28:admin#show vlan
Command: show vlan
VLAN Trunk State : Disabled
VLAN Trunk Member Ports :
VID : 1 VLAN Name : default
VLAN Type : Static Advertisement : Enabled
Member Ports :
Static Ports :
Current Tagged Ports :
Current Untagged Ports:
Static Tagged Ports :
Static Untagged Ports :
Forbidden Ports :
VID : 10 VLAN Name : test
VLAN Type : Static Advertisement : Disabled
Member Ports :
Static Ports :
Current Tagged Ports :
Current Untagged Ports:
Static Tagged Ports :
Total Static VLAN Entries: 2
Total GVRP VLAN Entries: 0
DES-3200-28:admin#show mac_based_vlan
Command: show mac_based_vlan
MAC Address VLAN ID Priority Status Type
------------------ -------- -------- ---------- ------------------------
00-E0-53-15-30-30 10 0 Active Static
F4-6D-04-00-D0-8E 10 0 Active Static
Total Entries: 2
набрал команду
config vlan vlanid 10 add untagged 1-24
Всеравно не пингуются
Подскажите что не так делаю =(