! ! *** LACP (Phase 1) *** ! !LACP mode is set to OFF on all interfaces to enable manipulation of !ports with LACP enabled interface Ethernet ALL lacp mode port ALL off exit ! ! *** VLAN *** ! vlan create 100 type port 1 vlan name 136 "VLAN" vlan configcontrol autopvid ! ! *** 802.1ab *** ! interface Ethernet ALL lldp tx-tlv port ALL dot3 mac-phy-config-status exit ! ! ! ! ! *** STP (Phase 2) *** ! interface Ethernet ALL spanning-tree bpdu-filtering port 1-48 enable exit ! ! ! ! *** IGMP *** ! interface vlan 100 ip igmp snooping ip igmp send-query ip igmp snoop-querier-addr X.X.X.X ip igmp query-interval 60 exit !