Настройка VLAN'ов на SW-SPB-NEV

# run show configurationPreviousНастройка VLAN'ов на SW-MSK-ARBNextНастройка IP-адресации, DHCP и маршрутизации между VLAN'ами
Last updated

# run show configurationLast updated
interfaces {
interface-range Admin {
member-range xe-0/0/1 to xe-0/0/2;
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members ADMIN;
}
}
}
}
xe-0/0/0 {
native-vlan-id 4000;
unit 0 {
family ethernet-switching {
interface-mode trunk;
vlan {
members [ ACCOUNT ADMIN MANAGER ];
}
}
}
}
xe-0/0/1 {
unit 0 {
family ethernet-switching {
vlan {
members ADMIN;
}
}
}
}
xe-0/0/2 {
unit 0 {
family ethernet-switching {
vlan {
members ADMIN;
}
}
}
}
xe-0/0/5 {
unit 0 {
family ethernet-switching {
interface-mode access;
vlan {
members ACCOUNT;
}
}
}
}
xe-0/0/10 {
unit 0 {
family ethernet-switching {
vlan {
members MANAGER;
}
}
}
}
}
forwarding-options {
storm-control-profiles default {
all;
}
}
protocols {
igmp-snooping {
vlan default;
}
}
vlans {
ACCOUNT {
description "For Accountants";
vlan-id 15;
}
ADMIN {
description "For Network Administrators";
vlan-id 10;
}
MANAGER {
description "For Managers";
vlan-id 20;
}
MGMT {
description "Management VLAN";
vlan-id 4000;
}
default {
vlan-id 1;
}
}# load replace terminal# edit interfaces xe-0/0/11 unit 0 family ethernet-switching
# set vlan members ACCOUNT members ADMIN members MANAGER
# set interface-mode trunk
# top
# set interfaces xe-0/0/11 native-vlan-id 4000# commit