123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- !TL-SG3210
- #
- vlan 12-16,2005
- #
- vlan 12
- name "P2P sw2"
- #
- vlan 13
- name "P2P sw3"
- #
- vlan 14
- name "P2P sw4"
- #
- vlan 15
- name "P2P sw5"
- #
- vlan 16
- name "P2P sw6"
- #
- vlan 2005
- name "Management"
- #
- hostname "MSTP-sw1"
- #
- # [...]
- #
- spanning-tree
- spanning-tree mode mstp
- spanning-tree mst instance 2 priority 28672
- spanning-tree mst configuration
- name MSTP
- instance 1 vlan 2005,
- instance 2 vlan 12-13,15,24,26,
- instance 3 vlan 14,23,34-35,46,
- instance 4 vlan 16,25,36,45,56,
- #
- # [...]
- #
- interface gigabitEthernet 1/0/1
- switchport mode trunk
- switchport trunk allowed vlan 2005
- description "uplink"
- spanning-tree
- #
- interface gigabitEthernet 1/0/2
- switchport mode trunk
- switchport trunk allowed vlan 12,2005
- spanning-tree
- spanning-tree mst instance 2 port-priority 128 cost 1000
- #
- interface gigabitEthernet 1/0/3
- switchport mode trunk
- switchport trunk allowed vlan 13,2005
- spanning-tree
- spanning-tree mst instance 2 port-priority 128 cost 1000
- #
- interface gigabitEthernet 1/0/4
- switchport mode trunk
- switchport trunk allowed vlan 14,2005
- spanning-tree
- spanning-tree mst instance 3 port-priority 128 cost 1000
- #
- interface gigabitEthernet 1/0/5
- switchport mode trunk
- switchport trunk allowed vlan 15,2005
- spanning-tree
- spanning-tree mst instance 2 port-priority 128 cost 1000
- #
- interface gigabitEthernet 1/0/6
- switchport mode trunk
- switchport trunk allowed vlan 16,2005
- spanning-tree
- spanning-tree mst instance 4 port-priority 128 cost 1000
- #
- # [...]
- #
- ip management-vlan 2005
- interface vlan 2005
- ip address 172.24.1.1 255.255.0.0
- #
- end
|