! ! *** 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 cist vlan create 4051-4052 type spbm-bvlan vlan name 100 "vlan" vlan name 4051 "BVLAN-1" vlan name 4052 "BVLAN-2" vlan ports 49-50 tagging tagAll filter-untagged-frame enable vlan configcontrol flexible vlan configcontrol autopvid ! ! ! *** SPBM (Phase 1) *** ! !spbm router isis spbm 1 spbm 1 b-vid 4051-4052 primary 4051 spbm 1 nick-name 9.xx.xx spbm 1 multicast enable manual-area xx.0001 interface Ethernet 49-50 isis isis spbm 1 isis enable exit router isis system-id 00bb.0149.0xxx sys-name "xxxxxxxxx" exit i-sid xxxx00100 vlan 100 ! ! ! ! *** MSTP (Phase 2) *** ! interface Ethernet ALL spanning-tree mstp port 49-50 learning disable spanning-tree mstp port 1-48 edge-port true spanning-tree bpdu-filtering port 1-48 enable timeout 0 exit ! ! *** L3 *** ! interface loopback 1 ip address xxx.xxx.0.xxx 255.255.255.255 exit ! ! ! *** SPBM (Phase 2) *** ! router isis enable ! ! *** IP Forwarding Next-Hop *** ! ! ! *** DHCP SNOOPING *** ! ip dhcp-snooping ip dhcp-snooping vlan 100 interface Ethernet ALL ip dhcp-snooping port 49-50 trusted 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 ! interface Ethernet ALL slpp-guard port 1-48 enable exit !