Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Multicast over a GRE tunnel

Reply
Thread Tools

Multicast over a GRE tunnel

 
 
mamcb mamcb is offline
Junior Member
Join Date: Jun 2007
Posts: 1
 
      06-26-2007
I setup a GRE tunnel between two cisco 3725 routers following
http://www.cisco.com/en/US/tech/tk82...801a5aa2.shtml

They are both running IOS c3725-ipbase-mz.123-9e.bin. When I do a show ip int brief they both show up/down! So I seem to have a problem with the protocol! I cannot ping the tunnel address at the far end. I have checked both of the tunnel interfaces and they seem fine.

My IP cloud consists of some Nortel 7440 multiservice switches.

I have looked all over the cisco site trying to find some troubleshooting
information but, I don't see anything that applies.

Here is a copy of my configs:

///////////////////////////////////////////////////
MCast 1:

ip multicast-routing
frame-relay switching
no ftp-server write-enable
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Tunnel0
ip address 192.168.0.1 255.255.255.0
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination 4.4.4.4
!
interface FastEthernet0/0
ip address 10.120.255.1 255.255.255.0
ip pim sparse-dense-mode
speed 100
full-duplex
!
interface Serial0/1
ip address 10.120.254.1 255.255.255.0
encapsulation frame-relay IETF
ip ospf network point-to-point
no fair-queue
frame-relay interface-dlci 16
frame-relay lmi-type q933a
frame-relay intf-type dce
!
router ospf 1
log-adjacency-changes
network 2.2.2.2 0.0.0.0 area 0
network 10.120.0.0 0.0.255.255 area 0
network 192.168.0.0 0.0.0.255 area 0
!
ip classless
no ip http server
ip pim bidir-enable

////////////////////////////////////////////////////////

MCast 4:

no ip domain lookup
ip multicast-routing
frame-relay switching
no ftp-server write-enable
!
!
!
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface Tunnel0
ip address 192.168.0.2 255.255.255.0
ip pim sparse-dense-mode
tunnel source Loopback0
tunnel destination 2.2.2.2
!
interface FastEthernet0/0
ip address 10.120.244.1 255.255.255.0
ip pim sparse-dense-mode
duplex auto
speed auto
!
interface Serial0/1
ip address 10.120.245.1 255.255.255.0
encapsulation frame-relay IETF
ip ospf network point-to-point
frame-relay interface-dlci 16
frame-relay lmi-type q933a
frame-relay intf-type dce
!
router ospf 1
log-adjacency-changes
network 4.4.4.4 0.0.0.0 area 0
network 10.120.0.0 0.0.255.255 area 0
network 192.168.0.0 0.0.0.255 area 0
!
ip classless
no ip http server
ip pim bidir-enable
ip mroute 10.120.255.0 255.255.255.0 Tunnel0
!

///////////////////////////////////////////////////////////


Any help would be much appreciated. Thanks.

Mark
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Router not forwarding most packets over IPSec+GRE tunnel Derek Konigsberg Cisco 1 07-27-2009 06:45 AM
GRE Tunnel up/up Cannot ping tunnel interface tsvanduyn@yahoo.com Cisco 6 03-09-2006 01:33 AM
GRE tunnel over IPSEC casatirider Cisco 1 01-12-2005 12:28 AM
Split Tunnel Blocks http through tunnel but passes http around tunnel a.nonny mouse Cisco 2 09-19-2004 12:10 AM
Termination of an IPSec VPN tunnel and a GRE Tunnel on one physical interface. John Ireland Cisco 1 11-11-2003 04:47 PM



Advertisments