! ! アパート、マンションで安心・安全なネットワークを実現する (マルチプルVLAN) ! ! ! SWX2221P / SWX2220P / SWX2220 Configのサンプル ! ! dns-client enable ! loop-detect enable ! lldp run lldp auto-setting enable ! interface port1.1 switchport mode access switchport multiple-vlan group 1 no shutdown lldp-agent set lldp enable txrx ! interface port1.2 switchport mode access switchport multiple-vlan group 2 no shutdown lldp-agent set lldp enable txrx ! interface port1.3 switchport mode access switchport multiple-vlan group 3 no shutdown lldp-agent set lldp enable txrx ! interface port1.4 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.5 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.6 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.7 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.8 switchport mode access switchport multiple-vlan group 1 switchport multiple-vlan group 2 switchport multiple-vlan group 3 no shutdown lldp-agent set lldp enable txrx ! interface port1.9 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface port1.10 switchport mode access no shutdown lldp-agent set lldp enable txrx ! interface vlan1 ip address 192.168.100.240/24 ! clock timezone JST ! http-server enable http-server secure enable ! telnet-server enable ! end