Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring an IGMP Interface

Enable the multicast interface before enabling the IGMP interface.

Code Block
admin@XorPlus# set vlans vlan-id 2 l3-interface vlan2
admin@XorPlus# set vlans vlan-id 3 l3-interface vlan3
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 family ethernet-switching native-vlan-id 2
admin@XorPlus# set interface gigabit-ethernet ge-1/1/2 family ethernet-switching native-vlan-id 3
admin@XorPlus# set l3-interface vlan-interface vlan2 address 10.10.60.10 prefix-length 24
admin@XorPlus# set l3-interface vlan-interface vlan3 address 10.10.61.10 prefix-length 24
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus# set protocols igmp interface vlan2
admin@XorPlus# set protocols igmp interface vlan3
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus#
admin@XorPlus# run show igmp interface 
Interface State Querier Timeout Version Groups 
------------ -------- --------------- --------- --------- --------
vlan2 UP 10.10.60.10 None 2 2 
vlan3 UP 10.10.61.10 None 2 2 
admin@XorPlus#

...