!
hostname SWX2322P-16MT(GYM)
!
enable password (パスワード：必須)
!
username (ユーザー名：必須) privilege on password (パスワード：必須)
!
qos enable
!
dns-client enable
dns-client name-server 172.16.0.254
dns-client name-server 172.16.0.253
port-channel load-balance src-dst-ip
lldp run
lldp auto-setting enable
!
class-map class1
 match vlan 30
!
policy-map policy1
 class class1
  set ip-dscp 40
!
vlan database
 vlan 10 name School_Affairs
 vlan 20 name For_Learning
 vlan 30 name IP_Phone
 vlan 40 name IP_Camera
 vlan 50 name Disaster
!
ip dhcp snooping enable
ip dhcp snooping information option disable
!
interface port1.1
 description WLX413
 switchport
 switchport mode trunk
 switchport trunk allowed vlan add 10,20,50
 storm-control broadcast multicast level 1.00
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.2
 description WLX413
 switchport
 switchport mode trunk
 switchport trunk allowed vlan add 10,20,50
 storm-control broadcast multicast level 1.00
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.3
 description IP_Camera
 switchport
 switchport mode access
 switchport access vlan 40
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.4
 description IP_Camera
 switchport
 switchport mode access
 switchport access vlan 40
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.5
 description IP_Camera
 switchport
 switchport mode access
 switchport access vlan 40
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.6
 description IP_Camera
 switchport
 switchport mode access
 switchport access vlan 40
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.7
 description IP_Phone
 switchport
 switchport mode access
 switchport access vlan 30
 service-policy input policy1
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.8
 description IP_Phone
 switchport
 switchport mode access
 switchport access vlan 30
 service-policy input policy1
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.9
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.10
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.11
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.12
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.13
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.14
 switchport
 switchport mode access
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.15
 switchport
 switchport mode trunk
 switchport trunk allowed vlan add 10,20,30,40,50
 channel-group 1 mode active
 qos trust dscp
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface port1.16
 switchport
 switchport mode trunk
 switchport trunk allowed vlan add 10,20,30,40,50
 channel-group 1 mode active
 qos trust dscp
 no shutdown
 lldp-agent
  set lldp enable txrx 
  exit 
!
interface vlan1
 no switchport
 auto-ip enable
 ip address 172.16.0.12/24
 no shutdown
 l2-mcast flood 239.192.128.250 
 ip dhcp snooping enable
!
interface vlan10
 no switchport
 no shutdown
 ip dhcp snooping enable
!
interface vlan20
 no switchport
 no shutdown
 ip dhcp snooping enable
!
interface vlan30
 no switchport
 no shutdown
 ip dhcp snooping enable
!
interface vlan40
 no switchport
 no shutdown
 ip dhcp snooping enable
!
interface vlan50
 no switchport
 no shutdown
 ip dhcp snooping enable
!
interface po1
 switchport
 switchport mode trunk
 switchport trunk allowed vlan add 10,20,30,40,50
 qos trust dscp
 no shutdown
 ip dhcp snooping trust
!
ip route 0.0.0.0/0 172.16.0.1
!
!
clock timezone JST
!
ntpdate server name ntp.nict.jp
ntpdate interval 24
!
snmp-server community (コミュニティー名) ro
snmp-server enable trap coldstart warmstart linkdown linkup authentication temperature fan l2ms errdisable rmon termmonitor bridge powerethernet loopdetect
snmp-server host (SNMPマネージャーのIPアドレス) traps version 2c (コミュニティー名)
snmp-server access permit (SNMPマネージャーのIPアドレス) community (コミュニティー名)
!
http-server enable
http-proxy enable
!
telnet-server enable
!
line con 0
line vty 0 7
!
schedule 1 time */mon-fri 05:55:00 1
schedule 2 time */mon-fri 20:05:00 2
!
schedule template 1
 description PoE_ON
 cli-command 1 configure terminal
 cli-command 2 interface port1.1-2
 cli-command 3 power-inline enable
 cli-command 4 end
!
schedule template 2
 description PoE_OFF
 cli-command 1 configure terminal
 cli-command 2 interface port1.1-2
 cli-command 3 power-inline disable
 cli-command 4 end
!
end
