add mstp name
This commit is contained in:
parent
b3d4d5c93b
commit
ae23a1f6c0
|
@ -39,14 +39,17 @@ system-time ntp UTC+02:00 10.20.0.1 79.98.105.18 4
|
||||||
#
|
#
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree mode mstp
|
spanning-tree mode mstp
|
||||||
#
|
spanning-tree mst configuration
|
||||||
#
|
name openfest
|
||||||
#
|
exit
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
snmp-server
|
snmp-server
|
||||||
snmp-server community @SNMP_PW@ read-only viewDefault
|
snmp-server community @SNMP_PW@ read-only viewDefault
|
||||||
#
|
#
|
||||||
|
@ -61,15 +64,14 @@ interface gigabitEthernet 1/0/1
|
||||||
description "teamsw/trunk"
|
description "teamsw/trunk"
|
||||||
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/2
|
interface gigabitEthernet 1/0/2
|
||||||
switchport mode trunk
|
switchport mode trunk
|
||||||
switchport trunk allowed vlan 20-24
|
switchport trunk allowed vlan 20-24
|
||||||
description "camsw/trunk"
|
description "camsw/trunk"
|
||||||
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -91,7 +93,7 @@ interface gigabitEthernet 1/0/5
|
||||||
switchport mode trunk
|
switchport mode trunk
|
||||||
switchport trunk allowed vlan 20,22
|
switchport trunk allowed vlan 20,22
|
||||||
description "ap-lobby0-2-lega"
|
description "ap-lobby0-2-lega"
|
||||||
|
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
|
|
||||||
|
@ -115,9 +117,9 @@ interface gigabitEthernet 1/0/7
|
||||||
interface gigabitEthernet 1/0/8
|
interface gigabitEthernet 1/0/8
|
||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/9
|
interface gigabitEthernet 1/0/9
|
||||||
speed 1000
|
speed 1000
|
||||||
|
@ -139,9 +141,9 @@ ip address 10.20.0.17 255.255.255.0 10.20.0.1
|
||||||
#
|
#
|
||||||
line vty 0 0
|
line vty 0 0
|
||||||
password @PW@
|
password @PW@
|
||||||
login
|
login
|
||||||
#
|
#
|
||||||
line vty 1 1
|
line vty 1 1
|
||||||
password @PW@
|
password @PW@
|
||||||
login
|
login
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue