Brocade Network OS Administrator’s Guide v4.1.1 User Manual

Page 581

Advertising
background image

j)

Exit interface configuration mode.

switch(config-Vlan-30)# exit

k)

Enter VLAN interface configuration mode for the fourth VLAN.

switch (config)# int vlan 40

l)

Enable IGMP snooping.

switch(config-Vlan-40)# ip igmp snooping enable

m)

Exit interface configuration mode.

switch(config-Vlan-40)# exit

2. Do the following on switch M1 in the example figure for a deployment using a single VCS in

Configuring PIM

on page 579.

a)

From the switch console, in privileged EXEC mode, enter global configuration mode.

switch# configure

b)

Enter VLAN interface configuration mode for the first VLAN.

switch (config)# int vlan 10

c)

Enable IGMP snooping.

switch(config-Vlan-10)# ip igmp snooping enable

d)

Exit interface configuration mode.

switch(config-Vlan-10)# exit

e)

Enter RBridge ID configuration mode for the RBridge associated with this switch (for this
example, it is assumed that an RBridge ID of 17 has already been configured for this
switch).

switch (config)# rbridge-id 17

f)

Issue the router pim command to enable PIM for this switch.

switch(config-rbridge-id-17)# router pim

g)

To add a static rendezvous point (RP) configuration, add the RP address for the router PIM.

switch(config-rbridge-id-17)# rp-address 10.22.22.22

h)

Enter interface subconfiguration mode for the Ve interface associated with VLAN 10.

switch(config-rbridge-id-17)# int ve 10

i)

Enter the no shut command to activate the Ve interface and bring the ports online.

switch (config-ve-10)# no shut

j)

Assign a unique IP address for the interface:

switch (config-ve-10)# ip addr 10.1.1.11/24

k)

Enable PIM Sparse for this interface.

switch (config-ve-10)# ip pim-sparse

l)

Exit Ve configuration mode.

switch (config-ve-10)# end

m)

Repeat the configuration steps for each of the other VLANs in the example figure for a
deployment using a single VCS in

Configuring PIM

on page 579.

3. Do the following on M2 in the example figure for a deployment using a single VCS in

Configuring PIM

on page 579:
a)

From the switch console, in privileged EXEC mode, enter global configuration mode.

switch# configure

b)

Enter VLAN interface configuration mode for the first VLAN.

switch (config)# int vlan 10

c)

Enable IGMP snooping.

switch(config-Vlan-10)# ip igmp snooping enable

d)

Exit interface configuration mode:

switch(config-Vlan-10)# exit

e)

Enter RBridge ID configuration mode for the RBridge associated with this switch (for this
example, it is assumed that an RBridge ID of 2 has already been configured for this switch).

switch (config)# rbridge-id 2

f)

Issue the router pim command to enable PIM for this switch.

switch(config-rbridge-id-2)# router pim

g)

Enter interface subconfiguration mode for the Ve interface associated with VLAN 10.

switch(config-rbridge-id-2)# int ve 10

h)

Enter the no shut command to activate the Ve interface and bring the ports online.

switch (config-ve-10)# no shut

i)

Assign a unique IP address for the interface.

switch (config-ve-10)# ip addr 10.1.1.12/24

Configuring PIM

Network OS Administrator’s Guide

581

53-1003225-04

Advertising