Link to home
Start Free TrialLog in
Avatar of Kelly-Brady
Kelly-Brady

asked on

GRE Tunnel set up but it seems only multicast traffic going one direction

I have set up a GRE tunnel between two 2811, one at the my main office and one at my chicago office. I am on a MPLS network. The only reason for the GRE tunnel is to get the ability to hold conference calls between users at both offices. Right now the Chicago office sits on a switch behind the router but the Main office is a little more complicated. I have a cisco 4507 layer 3 switch that acts as the core. So I have a connection coming in from the ISP MPLS into this switch, and then the main office router is also hooked to this switch. With everything being handeled with VLAN's on the 4507 core layer 3 switch. So I am going to attach not only the config's for the router but also the config for the switch.
Avatar of Kelly-Brady
Kelly-Brady

ASKER

Can you ping the Tunnel interface IP of the Chicago router from the Spokane router?
It almost seems as if you have a routing loop, and STP has blocked one of the ports.  The result is you will see broadcast and multicast data going in one direction (towards the blocked port) but never in the other direction.  But how would you have gotten a loop??
correction: routing loop = switch loop
There is no way I got loop anf yes I can ping it. I was able to remote in and pull the config.
The only thing is if I have more then one connection to the phone system.
What do your routing tables look like ?
Ok I have attached a txt file that has the show ip route from all three devices.
RouteTables.txt
What about "show ip mroute" table?
Let me back up one second and make sure we're not going down the wrong path.  Based on the subject of the question, you are trying to get multicast working, right?  If so, you mentioned it is currently only going in one direction.  Which location is successfully receiving it?  Could the switch on one side not be forwarding multicast traffic to the router because GVRP isn't enabled.
Ok here is the Mroute output
MRoute.txt
Yes it appears that traffic is going one direction, when I call chicago directly it works fine but when I am talking to Chicago then try to conference someone in is where it gets broke. That is where the Multicast needs to come in, can not have a conference call without it. While trying the conference I can hear the Chicago user but she can hear us, so it appears to be traffic going from Spokane to Chicago that is not getting through.
All routes are pruned.  Can you make a phone call between locations and do another "show ip mroute" while the call is in progress?
I will do it tomorrow when I get back to work tomorrow
Ok sorry it took so long but here is a text file that has an ipmroute while in call to Chicago and also one while trying to do  conference call.
Ipmroute.txt
I might have found something.  PIM dense is the routing protocol.  However, you only have it enabled on the Cisco4507 for VPN's 99 and 101.  However, VLAN 2524 or 2525 (not sure which one because they're both labeled as MPLS) appear to be going to the router.  But the routing protocol is not enabled on them.

I think if you add this:

interface vlan2524
  ip pim dense-mode
!
interface vlan2525
  ip pim dense-mode
!

This MIGHT get it working.....
THat did not work, I was informed of an article that show that you had to enter a igmp enable comnmand on each interface that would be sending traffic, is there an equivalent cisco command?
ASKER CERTIFIED SOLUTION
Avatar of Brain2000
Brain2000
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am closing this since I can not afford to put any more time into this just for conferencing purposes.