! ! スタティックLAGで通信経路を冗長化して負荷分散する ! ! ! フロアスイッチ(1)、フロアスイッチ(2) ! SWX2221P / SWX2220P / SWX2220 Configのサンプル ! ! dns-client enable ! loop-detect enable ! lldp run lldp auto-setting enable ! interface port1.1 switchport mode access static-channel-group 1 no shutdown lldp-agent set lldp enable txrx ! interface port1.2 switchport mode access static-channel-group 1 no shutdown lldp-agent set lldp enable txrx ! interface port1.3 switchport mode access 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 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.241/24 ! interface sa1 switchport mode access no shutdown ! clock timezone JST ! http-server enable http-server secure enable ! telnet-server enable ! end