cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3359
Views
0
Helpful
2
Replies

Invalid group used for source specific multicast

forrest.webb
Level 1
Level 1

Is there a difference between the commands ipv6 pim accept-register list <ACL>

VS ipv6 pim ssm range <ACL>? If so, what is it?

Thank you in advance

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi Forrest,

These two commands serve a completely different purpose and are used in different multicast mode (ASM vs SSM).

"ipv6 pim accept-register list" is configured on the RP and dictates which first hop routers are allowed to send register messages to the RP. It is used in any source multicast (ASM) mode.

"ipv6 pim ssm range" is used to change the default source specific multicast (SSM) group range.

Regards


Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

Hi Forrest,

These two commands serve a completely different purpose and are used in different multicast mode (ASM vs SSM).

"ipv6 pim accept-register list" is configured on the RP and dictates which first hop routers are allowed to send register messages to the RP. It is used in any source multicast (ASM) mode.

"ipv6 pim ssm range" is used to change the default source specific multicast (SSM) group range.

Regards


Regards,
Harold Ritter, CCIE #4168 (EI, SP)

forrest.webb
Level 1
Level 1

Perfect!  Thank you so much Harold.