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