Konfigurasi MSTP
Catatan ringan untuk mengkonfigurasi MSTP (Multiple Spannning Tree Protocol) pada switch :
- Switch Cisco Catalyst (IOS)
spanning-tree mode mstp
spanning-tree pathcost method longspanning-tree mst configuration
instance 1 vlan 10
instance 2 vlan 11
instance 3 vlan 12
name example
revision 1
exit - Switch Alcatel-Lucent (AOS)
bridge mode flat
bridge path cost mode 32bit
bridge cist protocol mstp
bridge mst region name example
bridge mst region revision level 1bridge msti 1
bridge msti 1 vlan 10
bridge msti 2
bridge msti 2 vlan 11
bridge msti 3
bridge msti 3 vlan 12 - Switch Juniper (JUNOS)
set protocols mstp configuration-name example
set protocols mstp revision-level 1set protocols mstp msti 1 vlan 10
set protocols mstp msti 2 vlan 11
set protocols mstp msti 3 vlan 12
Categories: Network