cancel
Showing results for 
Search instead for 
Did you mean: 

ip multicast

mohamed_el_harr
New Contributor II
Hi , 
I'm configuring the multicast on Rukcus Switch for the first time, I used to do that in HP switches.
I used to activate fastleave on Access Switches on HP as bellow :
vlan 8
   no ip igmp fastleave 26,28
   ip igmp forcedfastleave 1-25
   exit
- How can I do that on Ruckus Switches ?
- Also any idea how to configure ports for not seeing each other like I do in HP (filter source-port ... ) ?
- What is the different between "multicast active " and "multicast passive"?
 
Regards


5 REPLIES 5

mohamed_el_harr
New Contributor II
hi,
switch model is icx7150-24f-port-management-module --> Layer 3 CS with PIM enabled 
----- CS Configuration -----------
vlan 8 name TVs
 router-interface ve 8

vlan 120 name DTV
 router-interface ve 120
ip multicast-routing
!
router pim
 rp-address 172.16.X.1 Multicast-Range
!
ip access-list standard Multicast-Range
 sequence 10 permit 239.0.0.0 0.255.255.255

 interface ve 8
 ip address 172.16.X.1 255.255.255.0
 ip pim-sparse
!
interface ve 120
 ip address 172.16.XX.254 255.255.255.0
 ip pim-sparse
!
!

----------- ALL Access Switches Configuration ---------------
vlan 8 name TV by port
 tagged ethe 1/2/1 to 1/2/2 ethe 1/3/1 to 1/3/4 
 untagged ethe 1/1/13 to 1/1/24 
 multicast passive

- The configuration is working I've just need to be sure that it's 100% correct and clean , ALSO I need to know in this case how to enable fastleave on ports connected to TVs and disable it on Uplink port like I do in HP switches ?