
38 Software Reference
6. Configure PIM.
Define PIM interfaces for the VLAN interfaces.
add pim interfacevlan2 mode=dense
add pim interface=vlan3 mode=dense
Enable PIM multicast routing.
enable pim
To configure Switch C
1. Set the system name.
Set a unique system name on the switch.
set sys name=C-pim
2. Configure the VLANs.
Configure the admin VLAN, including port 1.
create vlan=admin vid=4
add vlan=4 port=1
Configure the research VLAN, including port 2.
create vlan=research vid=5
add vlan=5 port=2
3. Configure IP.
Enable IP on the switch.
enable ip
Assign IP addresses to the VLAN interfaces.
add ip interfacevlan4ipaddress=172.30.2.2
mask= 255.255.255.0
add ip interface=vlan5 ipaddress=172.30.4.1
mask= 255.255.255.0
4. Configure a unicast routing protocol.
Enable RIP over all interfaces.
add ip rip intvlan4
add ip rip int=vlan5
5. Configure IGMP.
Enable IGMP on the switch for group management.
enable ip igmp
Enable IGMP on each interface, so that IGMP can find which multicast
groups have hosts connected to the interfaces.
enable ip igmp interfacevlan4
enable ip igmp interface=vlan5
Comentarios a estos manuales