34: Configuring multicasting using PIM and IGMP interfaces
_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW1000 Series User Manual
Issue: 2.3
Page 359 of 463
34.4
Configuring PIM and IGMP using UCI
You can configure PIM and IGMP through CLI using UCI.
The configuration file is stored on /etc/config/pimd
To view the configuration file, enter:
uci export pimd
root@VA_router:/etc/config1# uci export pimd
package pimd
config routing 'pimd'
option enabled 'yes'
config interface
option enabled 'yes'
option interface 'lan'
option ssm 'yes'
option igmp 'yes'
config interface
option enabled 'yes'
option interface 'wan'
option ssm 'yes'
option igmp 'no'
Alternatively, enter:
uci show pimd
root@VA_router:/etc/config1# uci show pimd
pimd.pimd=routing
pimd.pimd.enabled=yes
pimd.@interface[0]=interface
pimd.@interface[0].enabled=yes
pimd.@interface[0].interface=lan
pimd.@interface[0].ssm=yes
pimd.@interface[0].igmp=yes
pimd.@interface[1]=interface
pimd.@interface[1].enabled=yes
pimd.@interface[1].interface=wan