receptionsw - final
This commit is contained in:
parent
10579c7593
commit
0bfdb91eac
|
@ -6,6 +6,7 @@
|
||||||
# HW: TL-SG3210 1.0
|
# HW: TL-SG3210 1.0
|
||||||
# SW: 1.9.2 Build 20130527 Rel.59782
|
# SW: 1.9.2 Build 20130527 Rel.59782
|
||||||
#
|
#
|
||||||
|
# 2016.10.29 - snmp
|
||||||
# 2016.10.23 - renumber
|
# 2016.10.23 - renumber
|
||||||
# 2016.10.20 - initial dump
|
# 2016.10.20 - initial dump
|
||||||
#
|
#
|
||||||
|
@ -33,7 +34,7 @@ name "of-video"
|
||||||
#
|
#
|
||||||
vlan 24
|
vlan 24
|
||||||
name "of-overflow"
|
name "of-overflow"
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
@ -57,17 +58,21 @@ exit
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
snmp-server
|
snmp-server
|
||||||
|
snmp-server engineID local 80002e5703c46e1f44c0e8
|
||||||
snmp-server community @SNMP_PW@ read-only viewDefault
|
snmp-server community @SNMP_PW@ read-only viewDefault
|
||||||
#
|
#
|
||||||
snmp-server host 10.100.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
snmp-server host 10.100.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
||||||
snmp-server host 10.20.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
snmp-server host 10.20.0.1 161 monitoring smode v2c slev noAuthNoPriv type trap
|
||||||
snmp-server traps flash
|
snmp-server traps flash
|
||||||
|
snmp-server traps spanning-tree topologychange
|
||||||
snmp-server traps cpu
|
snmp-server traps cpu
|
||||||
|
snmp-server traps vlan create
|
||||||
|
snmp-server traps vlan delete
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/1
|
interface gigabitEthernet 1/0/1
|
||||||
switchport mode trunk
|
switchport mode trunk
|
||||||
|
@ -80,7 +85,7 @@ interface gigabitEthernet 1/0/1
|
||||||
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 +96,7 @@ interface gigabitEthernet 1/0/3
|
||||||
shutdown
|
shutdown
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
|
|
||||||
#
|
#
|
||||||
interface gigabitEthernet 1/0/4
|
interface gigabitEthernet 1/0/4
|
||||||
|
|
||||||
|
@ -104,7 +109,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
|
||||||
|
|
||||||
|
@ -128,13 +133,13 @@ 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
|
||||||
shutdown
|
shutdown
|
||||||
spanning-tree
|
spanning-tree
|
||||||
spanning-tree common-config portfast enable
|
spanning-tree common-config portfast enable
|
||||||
|
|
||||||
|
@ -148,11 +153,11 @@ interface gigabitEthernet 1/0/10
|
||||||
#
|
#
|
||||||
ip management-vlan 20
|
ip management-vlan 20
|
||||||
interface vlan 20
|
interface vlan 20
|
||||||
ip address 10.20.0.17 255.255.255.0 10.20.0.1
|
ip address 10.20.0.15 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@
|
||||||
|
@ -175,4 +180,3 @@ password @PW@
|
||||||
login
|
login
|
||||||
#
|
#
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue