SWX2221P#show running-config ! dns-client enable ! loop-detect enable ! lldp run lldp auto-setting enable ! vlan database vlan 101 name VLAN101 vlan 101 state enable vlan 102 name VLAN102 vlan 102 state enable vlan 103 name VLAN103 vlan 103 state enable ! interface port1.1 switchport mode trunk ingress-filter enable switchport trunk allowed vlan add 101-103 no shutdown lldp-agent set lldp enable txrx ! interface port1.2 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.3 switchport mode access switchport access vlan 101 no shutdown lldp-agent set lldp enable txrx ! interface port1.4 switchport mode access switchport access vlan 101 no shutdown lldp-agent set lldp enable txrx ! interface port1.5 switchport mode access switchport access vlan 102 no shutdown lldp-agent set lldp enable txrx ! interface port1.6 switchport mode access switchport access vlan 102 no shutdown lldp-agent set lldp enable txrx ! interface port1.7 switchport mode access switchport access vlan 103 no shutdown lldp-agent set lldp enable txrx ! interface port1.8 switchport mode access switchport access vlan 103 no shutdown lldp-agent set lldp enable txrx ! interface port1.9 switchport mode trunk ingress-filter enable switchport trunk allowed vlan add 101-103 no shutdown lldp-agent set lldp enable txrx ! interface port1.10 switchport mode trunk ingress-filter enable switchport trunk allowed vlan add 101-103 no shutdown lldp-agent set lldp enable txrx ! interface vlan1 ip address 192.168.100.240/24 ! interface vlan101 description office1 ! interface vlan102 description office2 ! interface vlan103 description guest ! ip route 0.0.0.0/0 192.168.100.254 ! clock timezone JST ! http-server enable http-server secure enable ! telnet-server enable ! buzzer enable buzzer trigger startup loop temperature fan ! terminal-monitor 1 monitor-type lldp port1.9 detect-action trap detect-action power-off port1.9 ! terminal-monitor 2 monitor-type lldp port1.1 detect-action trap detect-action power-off port1.1 ! end