2016/switch-configs/teamsw.cfg

168 lines
3.0 KiB
INI
Raw Permalink Normal View History

2016-10-22 00:47:59 +03:00
!TL-SG3210
2016-10-24 00:36:29 +03:00
#####################################################################
#
# TEAMSW for OpenFest 2016
#
# HW: TL-SG3210 2.0
# SW: 1.9.11 Build 20150714 Rel.61832(s)
#
# 2016.10.23 - renumber
# 2016.10.20 - initial dump
#
#####################################################################
2016-10-22 00:47:59 +03:00
#
vlan 2,10,20-24
2016-10-22 00:47:59 +03:00
#
vlan 2
name "initlab"
#
vlan 10
name "of-ext"
2016-10-22 00:47:59 +03:00
#
vlan 20
name "of-mgmt"
2016-10-22 00:47:59 +03:00
#
vlan 21
name "of-wired"
2016-10-22 00:47:59 +03:00
#
vlan 22
name "of-wifi"
2016-10-22 00:47:59 +03:00
#
vlan 23
name "of-video"
2016-10-22 00:47:59 +03:00
#
vlan 24
name "of-overflow"
#
2016-10-22 00:47:59 +03:00
#
#
#
hostname "teamsw"
#
mac address-table aging-time 300
#
logging buffer 6
no logging file flash
#
enable password @PW@
#
system-time ntp UTC+02:00 10.20.0.1 79.98.105.18 4
2016-10-22 00:47:59 +03:00
#
spanning-tree
spanning-tree mode mstp
name openfest
2016-10-22 00:47:59 +03:00
#
#
user name admin privilege admin password 0 @PW@
#
#
no ip http server
#
#
#
#
#
snmp-server
snmp-server engineID local 80002e5703c46e1f44c0e8
2016-10-22 00:47:59 +03:00
snmp-server community "@SNMP_PW@" read-only "viewDefault"
#
snmp-server host 10.20.0.1 161 "monitoring" smode v2c slev noAuthNoPriv type trap
2016-10-22 00:47:59 +03:00
snmp-server traps flash
snmp-server traps cpu
snmp-server traps memory
#
interface gigabitEthernet 1/0/1
switchport mode trunk
switchport trunk allowed vlan 20-24
2016-10-22 00:47:59 +03:00
description "coresw/trunk"
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/2
switchport mode trunk
switchport trunk allowed vlan 20-24
2016-10-22 00:47:59 +03:00
description "f2sw/trunk"
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/3
switchport mode trunk
switchport trunk allowed vlan 20-24
description "teamsw/tr"
2016-10-22 00:47:59 +03:00
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/4
shutdown
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/5
switchport mode trunk
switchport trunk allowed vlan 20,22
2016-10-22 00:47:59 +03:00
description "ap-bulgaria-3-ac"
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/6
shutdown
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/7
switchport access vlan 23
description "vv/int/scenecam"
2016-10-22 00:47:59 +03:00
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/8
switchport access vlan 21
description "presenter"
2016-10-22 00:47:59 +03:00
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/9
speed 1000
duplex full
shutdown
spanning-tree
spanning-tree common-config portfast enable
#
interface gigabitEthernet 1/0/10
speed 1000
duplex full
shutdown
spanning-tree
spanning-tree common-config portfast enable
#
ip management-vlan 100
interface vlan 100
ip address 10.100.0.17 255.255.255.0
#
#
line vty 0 0
password @PW@
login
#
line vty 1 1
password @PW@
login
#
line vty 2 2
password @PW@
login
#
line vty 3 3
password @PW@
login
#
line vty 4 4
password @PW@
login
#
line vty 5 5
password @PW@
login
#
end