The following example shows how to create a static multicast forwarding entry for VLAN 1 and multicast MAC address 01:00:5E:11:22:33, associate it with the destination port 1/0/2 and the source port 1/0/4.
(Extreme 220) (Config)#macfilter 01:00:5e:11:22:33 1 (Extreme 220)#interface 1/0/2 (Extreme 220)(Interface 1/0/2)#macfilter adddest 01:00:5e:11:22:33 1 (Extreme 220)(Interface 1/0/2)#exit (Extreme 220)#interface 1/0/4 (Extreme 220)(Interface 1/0/4)#macfilter addsrc 01:00:5e:11:22:33 1 (Extreme 220)(Interface 1/0/4)#exit (Extreme 220)#show mac-address-table multicast Fwd VLAN ID MAC Address Source Type Description Interface Interface ------- ----------------- ------- ------- --------------- --------- --------- 1 01:00:5E:11:22:33 Filter Static Mgmt Config Fwd: Fwd: 1/0/2 1/0/2 (Extreme 220)#show mac-address-table static all Source Destination MAC Address VLAN ID Port(s) Port(s) ----------------- ------- ------------------- ------------------- 01:00:5E:11:22:33 1 1/0/4 1/0/2 (Extreme 220)#show mac-address-table multicast 01:00:5e:11:22:33 1 Fwd VLAN ID MAC Address Source Type Description Interface Interface ------- ----------------- ------- ------- --------------- --------- --------- 1 01:00:5E:11:22:33 Filter Static Mgmt Config Fwd: Fwd: 1/0/2 1/0/2