Chapter 58 Static Multicast Forwarding
OLT2406 User’s Guide
459
58.4 Static Multicast Forwarding Command Examples
This example shows the current multicast table. The Type field displays User for rules that were manually
added through static multicast forwarding or displays System for rules the OLT has automatically learned
through IGMP snooping.
This example removes a static multicast forwarding rule with multicast MAC address (01:00:5e:06:01:46)
which belongs to VLAN 1.
This example creates a static multicast forwarding rule. The rule forwards frames with destination MAC
address 01:00:5e:00:00:06 to port ge-5-1 in VLAN 1.
multicast-forward name <name> mac
<mac-addr> vlan <vlan> interface
port-channel <aid>
Associates a static multicast forwarding rule with
specified port(s) within a specified VLAN.
aid: slot-<slot> | <ge|msc|pon>-<slot>-
<port>
C13
no multicast-forward mac <mac-
addr> vlan <vlan-id>
Removes a specified static multicast rule. C 13
no multicast-forward mac <mac-
addr> vlan <vlan-id> inactive
Activates a specified static multicast rule. C 13
Table 227 Static Multicast Forwarding Commands (continued)
COMMAND DESCRIPTION M P
OLT2406# show mac address-table multicast
The Number of Multicast-forward : 1
Idx. MAC Address VLAN ID Type
---- ----------------- -------- ------
1 01:a0:c5:aa:aa:aa 1 Dynamic
Port : ge-3-1,ge-3-2,ge-3-3,ge-3-4
ge-4-1,ge-4-2,ge-4-3,ge-4-4
ge-5-1,ge-5-2,ge-5-3,ge-5-4
ge-6-1,ge-6-2,ge-6-3,ge-6-4
msc-1-1,msc-1-2,msc-1-3,msc-1-4,msc-1-5,msc-1-6
OLT2406# no multicast-forward mac 01:00:5e:06:01:46 vlan 1
OLT2406# configure
OLT2406(config)# multicast-forward name AAA mac 01:00:5e:00:00:06 vlan 1 interface
port-channel ge-5-1