Perform the following basic multicast configuration tasks.
For IGMP:
enable IGMP (required)
configure IGMP interfaces (required)
specify the IGMP version on the interface (optional)
configure static (S,G)/(*,G) (optional)
configure SSM translation (optional)
For PIM:
enable PIM (required)
add interfaces so the protocol establishes adjacencies with the neighboring routers (required)
configure a way to calculate group-to-RP mapping (required) by either:
using static group-to-RP mapping
enabling the candidate RP/bootstrap mechanism on some routers.
enable unicast routing protocols to learn routes toward the RP/source for reverse path forwarding (required)
add SSM ranges (optional)
enable Candidate BSR (optional)
enable Candidate RP (optional)
change the hello interval (optional)
configure route policies (bootstrap-export, bootstrap-import, import join and register)
A:LAX>config>router>igmp# info
----------------------------------------------
interface "lax-vls"
exit
interface "p1-ix"
exit
----------------------------------------------
*A:Dut-B>config>router>igmp# info detail
----------------------------------------------
interface "C_Rx"
no import
version 3
subnet-check
no max-groups
no max-sources
no max-grp-sources
no disable-router-alert-check
no query-interval
no query-last-listener-interval
no query-response-interval
no shutdown
exit
no grp-if-query-src-ip
query-interval 125
query-last-member-interval 1
query-response-interval 10
robust-count 2
no shutdown
----------------------------------------------
A:7210SAS>config>router>igmp# exit
A:7210SAS>config>router# pim
A:7210SAS>config>router>pim# info
----------------------------------------------
interface "lax-vls"
exit
interface "lax-vls"
exit
interface "lax-sjc"
exit
interface "p1-ix"
exit
rp
static
address 239.22.187.237
group-prefix 239.24.24.24/32
exit
exit
shutdown
bsr-candidate
exit
rp-candidate
shutdown
exit
exit
----------------------------------------------
A:7210SAS>config>router>pim# info detail
----------------------------------------------
no import join-policy
no import register-policy
interface "system"
priority 1
hello-interval 30
multicast-senders auto
no tracking-support
no shutdown
exit
interface "lax-vls"
priority 1
hello-interval 30
multicast-senders auto
no tracking-support
no shutdown
exit
interface "lax-sjc"
priority 1
hello-interval 30
multicast-senders auto
no tracking-support
no shutdown
exit
interface "p1-ix"
priority 1
hello-interval 30
multicast-senders auto
no tracking-support
no shutdown
exit
apply-to none
rp
no bootstrap-import
no bootstrap-export
static
address 239.22.187.237
no override
group-prefix 239.24.24.24/32
exit
exit
shutdown
priority 0
hash-mask-len 30
no address
exit
rp-candidate
shutdown
bsr-candidate
no address
holdtime 150
priority 192
exit
exit
no shutdown
----------------------------------------------
A:7210SAS>config>router>pim#