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

PIM-SSM Group Mapping

bjberginz
Level 1
Level 1

The command 'show pim group-map' shows that the default mapping for SSM is 232.0.0.0/8.  According this page you can change it:

 

https://supportforums.cisco.com/document/100301/introduction-ios-xr-multicast

 

With the "multicast-routing ssm range" command.  But that command isn't available.  The multicast package is active, and other multicast commands work.  Has the command moved to a different spot, has something else changed?

1 Accepted Solution

Accepted Solutions

Alexei Kiritchenko
Cisco Employee
Cisco Employee

do it under address family

 

RP/0/RSP0/CPU0:ariad(config-mcast-default-ipv4)#pwd

multicast-routing
 address-family ipv4

RP/0/RSP0/CPU0:ariad(config-mcast-default-ipv4)#ssm range ?
  WORD  Access list specifying SSM group range

Regards,

/A

View solution in original post

2 Replies 2

Alexei Kiritchenko
Cisco Employee
Cisco Employee

do it under address family

 

RP/0/RSP0/CPU0:ariad(config-mcast-default-ipv4)#pwd

multicast-routing
 address-family ipv4

RP/0/RSP0/CPU0:ariad(config-mcast-default-ipv4)#ssm range ?
  WORD  Access list specifying SSM group range

Regards,

/A

Thanks akiritch, that appears to do the trick.