Configuring Hardware Multicast Packet Replication
The following topics explain how to configure hardware multicast packet replication without and with OIF-mapping:
- Configuring Hardware Multicast Packet Replication Without OIF-Mapping
- Configuring Hardware Multicast Packet Replication With OIF-Mapping
Configuring Hardware Multicast Packet Replication Without OIF-Mapping
To configure hardware multicast packet replication without OIF-mapping:
- Configure port 8 on a high-density Ethernet module to
accept redirected egress multicast traffic.
- Specify the Gigabit Ethernet interface on port 8.
- Create a VLAN major interface.
- Create a VLAN subinterface.
- Assign a VLAN ID.
- Configure an unnumbered IP interface.
- Enable IGMP on the interface with only multicast-data-forwarding
capability.host1(config)#interface gigabitEthernet 2/8 host1(config-if)#encapsulation vlan host1(config-if)#interface gigabitEthernet 2/8.1 host1(config-if)#vlan id 1 host1(config-if)#ip unnumbered loopback 0 host1(config-if)#ip igmp version passive
- Configure an IP interface to redirect egress multicast
traffic to port 8.
- Create a VLAN subinterface.
- Assign a VLAN ID.
- Assign an IP address.
- Configure the interface to redirect egress multicast traffic
to port 8.host1(config)#interface gigabitEthernet 2/0.101 host1(config-if)#vlan id 1 host1(config-if)#ip address 10.1.1.1 255.255.255.0 host1(config-if)#ip multicast ioa-packet-replication gigabitEthernet 2/8.1
Configuring Hardware Multicast Packet Replication With OIF-Mapping
This section describes how to configure hardware multicast packet replication with OIF-mapping.
- Configure port 8 on a supported high-density Ethernet module to accept redirected egress multicast traffic. For information about supported high-density Ethernet modules see Hardware Multicast Packet Replication Overview.
- Use OIF maps to map the subscriber IGMP interfaces (C-VLANs) to the dedicated multicast VLAN (M-VLAN). The dedicated M-VLAN should be located on the line module containing the IOA replication interface. The C-VLAN and M-VLAN can either be on the same or different line modules.
- Configure the dedicated M-VLAN to redirect egress multicast traffic to port 8.