Re: GRE Tunnel - one way ?
- From: "kartik" <kartik_111@xxxxxxxxxxx>
- Date: 30 Sep 2005 09:09:00 -0700
Thank you for your response. I think I am very close ... but ...
I tried but without a "tunnel source" the tunnel interface on Router B
does not come up. Here is a snippet of my configuration on Routers A
and B ..
I can tell from the Router A serial interface stats connected to the
one-way link that my multicast packets are getting tunnelled and are
going through to the one way link....
Router B is receiving it on its serial link but the packets as
evidenced by the serial interface statistics. However it never get
de-capsulated and forwarded on the LAN of ROuter B.
########################################################
ROUTER A
!
interface Tunnel0
ip unnumbered FastEthernet0/0.1
ip pim dense-mode
ip igmp join-group 239.232.1.20
tunnel source FastEthernet0/0.1
tunnel destination 192.168.10.15
!
interface FastEthernet0/0.1
description Vlan1 Video and Data
encapsulation dot1Q 1 native
ip address 10.7.10.1 255.255.255.128
no ip redirects
no ip unreachables
no ip proxy-arp
ip pim dense-mode
ip igmp join-group 239.232.1.20
!
interface Serial1/0
description One Way Out ONLY Link
bandwidth 384
ip address 1.1.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
!
ip route 192.168.10.15 255.255.255.255 Serial1/0
###############################################
ROUTER B
!
interface Loopback0
ip address 6.6.6.6 255.255.255.0
ip pim dense-mode
ip igmp join-group 239.232.1.20
!
interface Tunnel0
no ip address
ip pim dense-mode
ip igmp join-group 239.232.1.20
tunnel source FastEthernet0/0
tunnel destination 6.6.6.6
!
interface FastEthernet0/0
description $ETH-LAN$
ip address 192.168.10.15 255.255.255.0
ip pim dense-mode
ip igmp join-group 239.232.1.20
ip mroute 0.0.0.0 0.0.0.0 Tunnel0
Thank you
-Kartik
.
- Follow-Ups:
- Re: GRE Tunnel - one way ?
- From: Walter Roberson
- Re: GRE Tunnel - one way ?
- References:
- GRE Tunnel - one way ?
- From: kartik
- Re: GRE Tunnel - one way ?
- From: Walter Roberson
- GRE Tunnel - one way ?
- Prev by Date: Re: RE : Switching redirection [urgent ...]
- Next by Date: Cisco Forum
- Previous by thread: Re: GRE Tunnel - one way ?
- Next by thread: Re: GRE Tunnel - one way ?
- Index(es):
Relevant Pages
|