Install guide

34 Software Reference
To configure Switch B
1. Set the system name.
Set a unique system name on the switch.
set sys name=B-pim
2. Configure the VLANs.
Configure the marketing VLAN, including ports2 and 3.
create vlan=marketing vid=2
add vlan=2 port=2,3
Configure the testing VLAN, including ports 4 and 5.
create vlan=testing vid=3
add vlan=3 port=4,5
3. Configure IP.
Enable IP, and assign IP addresses to the VLAN interfaces.
enable ip
add ip interface=vlan2 ipaddress=172.30.1.2 mask=
255.255.255.0
4. Configure a unicast routing protocol.
Enable RIP over all interfaces.
add ip rip int=vlan2add ip rip int=vlan3
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 interface=vlan2
enable ip igmp interface=vlan3
IGMP snooping is enabled by default, so does not need to be configured.
6. Configure PIM.
Define PIM interfaces for the VLAN interfaces.
add pim interface=vlan2
add pim interface=vlan3
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