cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1145
Views
5
Helpful
1
Replies

show ip mroute count interpertation

Michael King
Level 1
Level 1

I've inherited a configuration, and I'm trying to understand it. 

Almost all of our L3 switches have a command:
ip multicast route-limit 500

But I'm not sure how the switch (3750) is interpreting this.

Running a:
sho ip mroute count

results with the following information:

Multicast route-limit: 500
IP Multicast Statistics
434 routes using 1738880 bytes of memory
44 groups, 8.86 average sources per group

Then all of my groups, with all of the sources for each group.

So each Source, in every group, is counted as a route?

The reason I ask, we're upping the number of devices we're using (So more sources will show up, each device joins three multicast groups as a sender)

So that limit should be (in my case since each device joins three groups) Number of devices * 3 plus a fudge factor ?

 

1 Accepted Solution

Accepted Solutions

Jon Marshall
Hall of Fame
Hall of Fame

I don't have a switch to test with but i assume it is working it out as follows -

1) each group will have a (*, <group IP address>) in the mroute table so 44 of those.

2) then for each group there are 8.86 average source so  44 * 8.86 = 389.94 so 390.

3) 390 + 44 = 434 which is what exactly what your mroute count is showing.

each source creates a new entry per group in the mroute table. If you pick a couple of groups and look at the mroute table you should see multiple entries for that group address with different source IPs.

It's worth doing the above just in case i am interpreting it incorrectly.

In terms of the limit if the number of groups isn't changing then you just need to account for the increase in source specific entries in the mroute table. If each new source is going to join three groups then yes the number of additional entries should be as you suggest.

Jon

View solution in original post

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

I don't have a switch to test with but i assume it is working it out as follows -

1) each group will have a (*, <group IP address>) in the mroute table so 44 of those.

2) then for each group there are 8.86 average source so  44 * 8.86 = 389.94 so 390.

3) 390 + 44 = 434 which is what exactly what your mroute count is showing.

each source creates a new entry per group in the mroute table. If you pick a couple of groups and look at the mroute table you should see multiple entries for that group address with different source IPs.

It's worth doing the above just in case i am interpreting it incorrectly.

In terms of the limit if the number of groups isn't changing then you just need to account for the increase in source specific entries in the mroute table. If each new source is going to join three groups then yes the number of additional entries should be as you suggest.

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card