Прошивки на 3526 обновлены до 5.01-B36 (все осталось так же)
Прошивка на 3627 - 2.40-B44
Статически прописаны следущие порты и вланы:
Код:
+--------p24-+ порт 24 - untag in vlan 4093
! ! порт 1-23 - untag in vlan 11
! 1. 3526 !
! !
+--------p26-+ порт 26 - tag in vlan 4093, 11, 240
!
!
+--------p25-+ порт 26 - tag in vlan 11, 240
! !
! 2. 3526 !
! !
+--------p26-+ порт 26 - tag in vlan 11, 240
!
!
+--------p25-+ порт 26 - tag in vlan 11, 240
! !
! 3. 3526 !
! !
+--------p26-+ порт 26 - tag in vlan 11, 240
!
!
+--------p13-+ порт 26 - tag in vlan 4093, 11, 240
! !
! 4. 3627 !
! !
+------------+
Части конфигов по девайсам, что каcается вланов:
1.
Код:
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan0011 tag 11
config vlan vlan0011 add tagged 25-26
config vlan vlan0011 add untagged 1-23
config vlan vlan0011 advertisement enable
create vlan vlan0240 tag 240
config vlan vlan0240 add tagged 25-26
config vlan vlan0240 advertisement enable
create vlan loc1 tag 4093
config vlan loc1 add tagged 25-26
config vlan loc1 add untagged 24
config vlan loc1 advertisement enable
enable gvrp
config gvrp 1-23 state disable ingress_checking enable acceptable_frame admit_all pvid 11
config gvrp 24 state enable ingress_checking enable acceptable_frame admit_all pvid 4093
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 1
2.
Код:
# VLAN
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan0011 tag 11
config vlan vlan0011 add tagged 25-26
config vlan vlan0011 add untagged 1-24
config vlan vlan0011 advertisement enable
create vlan vlan0240 tag 240
config vlan vlan0240 add tagged 25-26
config vlan vlan0240 advertisement enable
enable gvrp
config gvrp 1-24 state disable ingress_checking enable acceptable_frame admit_all pvid 11
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 1
3.
Код:
disable asymmetric_vlan
config vlan default delete 1-26
config vlan default advertisement enable
create vlan vlan0011 tag 11
config vlan vlan0011 add tagged 25-26
config vlan vlan0011 add untagged 1-24
config vlan vlan0011 advertisement enable
create vlan vlan0240 tag 240
config vlan vlan0240 add tagged 25-26
config vlan vlan0240 advertisement enable
enable gvrp
config gvrp 1-24 state disable ingress_checking enable acceptable_frame admit_all pvid 11
config gvrp 25-26 state enable ingress_checking enable acceptable_frame admit_all pvid 1
4.
Код:
# VLAN
enable pvid auto_assign
config vlan default delete 1-27
config vlan default advertisement enable
create vlan vlan0008 tag 8
config vlan vlan0008 add tagged 15-16,24 advertisement disable
create vlan vlan0011 tag 11
config vlan vlan0011 add tagged 9-11,13,24 advertisement enable
create vlan vlan0012 tag 12
config vlan vlan0012 add tagged 2 advertisement disable
create vlan vlan0013 tag 13
config vlan vlan0013 add tagged 1-8 advertisement disable
create vlan vlan0022 tag 22
config vlan vlan0022 add tagged 18-20,24
config vlan vlan0022 add untagged 21-23 advertisement disable
create vlan vlan0240 tag 240
config vlan vlan0240 add tagged 1-16,18-20,24 advertisement enable
create vlan loc1 tag 4093
config vlan loc1 add tagged 13 advertisement enable
create vlan loc2 tag 4094
config vlan loc2 add untagged 17 advertisement disable
enable gvrp
config gvrp 1-12,14-16,18-19,25-27 state disable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 13 state enable ingress_checking enable acceptable_frame admit_all pvid 1
config gvrp 17 state disable ingress_checking enable acceptable_frame admit_all pvid 4094
config gvrp 20-23 state disable ingress_checking enable acceptable_frame admit_all pvid 22
config gvrp 24 state disable ingress_checking enable acceptable_frame admit_all pvid 11