Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

multicast routing don't work 1

Status
Not open for further replies.

summerdike

Instructor
Oct 24, 2003
217
EU
Want to have multicast routing on Vlan23. Here's some troubleshooting command printouts:

demoswitch1#mrinfo
172.16.2.6 [version 12.1] [flags: PMA]:
172.16.23.1 -> 0.0.0.0 [1/0/pim/querier/leaf]

Mtrace from 172.16.23.5 to 172.16.23.98 via group 224.0.1.41
From source (?) to destination (?)
Querying full reverse path...
0 172.16.23.98
-1 172.16.23.1 PIM [172.16.23.0/24]
-2 172.16.23.5

demoswitch1#sh ip igmp groups
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
239.255.255.254 Vlan23 00:58:38 00:02:20 172.16.23.2
224.0.1.41 Vlan23 00:58:37 00:02:16 172.16.23.98
224.0.1.40 Vlan23 00:58:40 00:02:20 172.16.23.1
236.7.3.1 Vlan23 00:58:38 00:02:20 172.16.23.2

demoswitch1#sh ip igmp interface
Vlan23 is up, line protocol is up
Internet address is 172.16.23.1/24
IGMP is enabled on interface
Current IGMP host version is 2
Current IGMP router version is 2
IGMP query interval is 60 seconds
IGMP querier timeout is 120 seconds
IGMP max query response time is 10 seconds
Last member query response interval is 1000 ms
Inbound IGMP access group is not set
IGMP activity: 4 joins, 0 leaves
Multicast routing is enabled on interface
Multicast TTL threshold is 0
Multicast designated router (DR) is 172.16.23.1 (this system)
IGMP querying router is 172.16.23.1 (this system)
Multicast groups joined (number of users):
224.0.1.40(1)

demoswitch1#sh ip pim interface

Address Interface Version/Mode Nbr Query DR
Count Intvl
172.16.23.1 Vlan23 v2/Sparse-Dense 0 30 172.16.23

demoswitch1#sh ip mroute summary
IP Multicast Routing Table
Flags: D - Dense, S - Sparse, s - SSM Group, C - Connected, L - Local,
P - Pruned, R - RP-bit set, F - Register flag, T - SPT-bit set,
J - Join SPT, M - MSDP created entry, X - Proxy Join Timer Running
A - Candidate for MSDP Advertisement, U - URD,
I - Received Source Specific Host Report
Outgoing interface flags: H - Hardware switched, A - Assert winner
Timers: Uptime/Expires
Interface state: Interface, Next-Hop or VCD, State/Mode

(*, 236.7.3.1), 00:56:52/00:02:12, RP 172.16.23.50, OIF count: 0, flags: SJPC

(*, 224.0.1.40), 00:57:13/00:02:10, RP 172.16.23.50, OIF count: 0, flags: SJPCL

(*, 224.0.1.41), 01:01:43/stopped, RP 172.16.23.50, OIF


______________________________
"Reload and Restart Requested
System Initiated"
 
Why would you want to enable multicasting on a single VLAN? The whole point of multicast routing is to ROUTE multicast traffic between IP networks. This isn't applicable to a multicasting on a single VLAN/Network.

Can you explain a little more about your topology and what you are trying to achieve?

Anyd
 
I have Ip phone (Ericsson) that registers to Gatekeeper (PBX, MD110) automatically using multicast discovery request through address 224.0.1.41.




______________________________
"Reload and Restart Requested
System Initiated"
 
What VLAN is the MD110 on, what is its IP address? You should see a source of this group being the MD110 IP Address (the Gatekeeper interface).

Andy
 
You ar nothing but right.
I misconfigured some parameters that have nothing to do with multicasting (in phone & pbx) as a result of which the regsitration failed.

Indeed registration is done automatically within the Vlan without any multicast routing.

TY.


______________________________
"Reload and Restart Requested
System Initiated"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top