08-23-2010 06:34 AM - edited 02-21-2020 04:48 PM
Hi
I am trying to set up GRE tunnel over Verizon HWIC-3G-CDMA card as per Verizons document. Does anybody have backup over EVDO working?
PDF Schematic - attached
Verizons Document - Attached
The relevent commands are below
HUB END
interface Tunnel0
ip address 192.168.255.89 255.255.255.0
no ip redirects
ip nhrp map multicast dynamic
ip nhrp network-id 100
tunnel source 152.176.219.158
tunnel mode gre multipoint
interface Serial1/0
description Verizon MPLS VPN T3
ip address 152.176.219.158 255.255.255.252
ip flow ingress
encapsulation ppp
dsu bandwidth 44210
SPOKE END
interface Tunnel0
description GRE tunnel to the Hub
ip address 192.168.255.29 255.255.255.0
no ip redirects
ip nhrp map 192.168.255.89 152.176.219.158
ip nhrp map multicast 152.176.219.158
ip nhrp network-id 100
ip nhrp nhs 152.176.219.158
ip nhrp registration no-unique
tunnel source Cellular0/1/0
tunnel mode gre multipoint
interface Cellular0/1/0
description ***** VzW EVDO Interface *****
ip address negotiated
encapsulation ppp
dialer in-band
dialer idle-timeout 0
dialer string EVDO
dialer-group 1
async mode interactive
ppp chap password 7 120F1F00
ip route 152.176.219.158 255.255.255.255 Cellular0/1/0
Solved! Go to Solution.
08-23-2010 12:31 PM
in the spoke the command ..ip nhrp nhs 152.176.219.158 is wrong you have to use the tunnel IP ...ip nhrp nhs 192.168.255.89.
Just in case here is a configuration example.
http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008014bcd7.shtml
08-23-2010 12:31 PM
in the spoke the command ..ip nhrp nhs 152.176.219.158 is wrong you have to use the tunnel IP ...ip nhrp nhs 192.168.255.89.
Just in case here is a configuration example.
http://www.cisco.com/en/US/tech/tk583/tk372/technologies_configuration_example09186a008014bcd7.shtml
08-24-2010 07:04 AM
Thanks for your help. That was it....
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide