DMVPN Dual Hub

Hello
I have one Hub Router 2901 with 2 Internet Provider whichare connected by 2 off. IP`s. If the primary connection goes down the router switch to the second connection on the wan interface. This works perfect.
Now my problem.
I have 4 Spoke-Router 881 3G wichshould be connected by DMVPN with the Hub. DMVPN works perfect on the primary connection. If the primary connection goes down and the second (backup) on. DMVPN is down. 
is ist possible to connect the tunnel interface to 2 adresses? If i insert a 2nd ip nhrp map und ip nhrp multicast i cannnot send any data over the Tunnel.
thanks for help !!!
interface Tunnel1
description DMVPN zu ASCOM-HUB1
bandwidth 100000
ip address 10.100.0.1 255.255.255.0
no ip redirects
no ip proxy-arp
ip mtu 1400
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 EIGRP1-key
ip nhrp authentication NhrP-K3y
ip nhrp map multicast XXX.XXX.XXX.XXX
ip nhrp map 10.100.0.250 XXX.XXX.XXX.XXX
ip nhrp network-id 1
ip nhrp nhs 10.100.0.250
ip nhrp registration no-unique
ip nhrp shortcut
ip nhrp redirect
ip virtual-reassembly in
ip verify unicast reverse-path
ip tcp adjust-mss 1360
keepalive 10 3
tunnel source FastEthernet4
tunnel mode gre multipoint
tunnel key 2
tunnel path-mtu-discovery
tunnel protection ipsec profile DMVPN

Hello
Thanks
I have 2 differend ISP`s with differend Ip`s.
So i insert a small photo how it looks like. The orange VPN`s work fine but if the Telekom crash and the hub switch to UPC the DMVPN is not working.
Here is the config from the hub.
So is it possible to insert more than one ip nhrp map address?
Thanks
interface Tunnel0
description HUB1-DMVPN
bandwidth 1000000
bandwidth inherit
ip address 10.100.0.250 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip mtu 1400
ip verify unicast reverse-path
ip authentication mode eigrp 1 md5
ip authentication key-chain eigrp 1 EIGRP1-key
no ip split-horizon eigrp 1
ip nhrp authentication XXXXXX
ip nhrp map multicast dynamic
ip nhrp network-id 1
ip nhrp holdtime 300
ip nhrp shortcut
ip nhrp redirect
ip virtual-reassembly in
ip tcp adjust-mss 1360
delay 10
keepalive 10 3
cdp enable
tunnel source GigabitEthernet0/0
tunnel mode gre multipoint
tunnel key 2
tunnel path-mtu-discovery
tunnel protection ipsec profile DMVPN

Similar Messages

  • DMVPN DUAL HUB SINGLE CLOUD CONFIGURATION EXAMPLE

    Hi,
    I am looking for a simple configuration for a dmvpn network running eigrp with two hubs on a single cloud.
    Do i just create two nhs entries, nhrp map entries, and two multicast entries on the spoke router tunnel interfaces?  And on the hub routers add a delay on the tunnel interfaces for the one i prefer to be the secondary?
    I am looking for confirmation and any other tweaks i need to make. i cant seem to find any examples.
    Thanks in advance!!

    Thanks Paul, I have looked over this design guide as this was the fist place i went.  however, i cannot find a configuration example for dual hub/single cloud.
    i see the high level design and know you can do it.   but it doesnt show what the configuration would look like...unless i am just reading over it.
    Thanks

  • DMVPN dual hub - qos preclasify limitation

    Hi,
    Reading the DMVPN design guide I found: "qos pre-classify is not supported in an architecture that implements two different headends for mGRE tunnels and VPN tunnels."
    http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008075ea98.pdf
    Currently i am using a single headed DMVPN design with qos preclasify configured on the hub and voice works just perfect. My concern is with regards to implementing  a secondary hub for redundancy. How will the qos be handled if the qos preclasify is not supported?
    Thanks,

    I'm not aware of any limiation if you're using two separate tunnel interfaces (as opposed to two NHRP mappings on a single tunnel interface).
    Nor does:
    http://www.cisco.com/en/US/docs/ios-xml/ios/sec_conn_dmvpn/configuration/15-2mt/sec-conn-dmvpn-per-tunnel-qos.html#GUID-182BD32F-56D4-479C-BFEF-B9738291E046
    mention any.
    If in doubt, please open a TAC case.

  • Dual DMVPN Dual Hub Request for Help?

                       Hello Anyone with DMVPN experience,
                        Can you please have a look at my DMVPN queries in the attached document?
                        Thank you
                        Regards
                        Phuc Le

    Hi Phuc Le,
    I found for you a quite detailed design and implementation guide. Please read carefully and implement a test bed. I'm sure you will get support for specific issues if you run into problems.
    http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/DMVPN_2_Phase2.html
    These documents are carefully written and I never encountered any problems with such reference implementations.
    Also: Please don't formulate your questions in an attached document, this makes it diffucult for us to give you answers.
    Best regards, MiKa

  • Dual-DMVPN Design with Dual Hubs on a single router ??

    Hi All,
    In DMVPN, in Dual-DMVPN Design with Dual Hubs , can a single router perform the role of dual hubs.
    The router has two different internet links. It is intended that when one link goes down, spokes shud connect to the same router onto the other active internet connection. Is this possible ?

    Since no one has answered yet, I'll give you the practical answer.
    You'll have issues with IPSec and static routing. "DMVPN" itself probably wouldn't have an issue, but it would depend on IPSec and routing to work.
    It is easier, by far, to put in a second router. And when you factor in your time to try to make it work (and it may not work), the second router is less expensive.
    Rob

  • Dual cloud dual hub single tier dmvpn with backup service provider

    Hi,
    I have a design issue with a WAN network. I have decided to use dual cloud dual hub single tier DMVPN topology (ref. to http://www.cisco.com/application/pdf/en/us/guest/netsol/ns171/c649/ccmigration_09186a008075ea98.pdf - "Dynamic Multipoint VPN (DMVPN) Design Guide"). I have tested in lab 2 hubs and 3 spokes, applying the mentioned technology. Everything is OK, when the primary hub fails, there is only 1-3 seconds loss (3 pings).
    The problem is that each spoke and hub will have 2 service providers for WAN - primary and backup. I am still wondering which design is better and more stable to implement - using more DMVPN clouds (for the backup service provider network) or creating static IPSEC GRE tunnels in the backup links?
    Is there a guide for this case?
    What is the best practice in this case?
    Thanks in advance,
    Mladen

    Dynamic spoke-to-spoke requires your spoke routers to have mGRE tunnel interfaces. If you ever have a spoke which sources 2 tunnels from the same physical interface, you have a problem: how to resolve which tunnel is an incoming NHRP request for?
    My DMVPN is a bit different in that the crypto is GETVPN on the physical interface. There is a crypto-map applied to the physical interface and it has 2 entries which correspond to the GETVPN crypto-groups for each tunnel.
    I resolved this issue by making one of the 2 tunnels on each spoke router mGRE and the 2nd one point to point. the mGRE tunnel is preferred as primary (we use eBGP through the tunnel, so routes received through the mGRE tunnel are local-pref'd high and we AS path prepend routes advertised out the point-to-point tunnel)
    I haven't gone back and tested what happens when you have a spoke which has 2 tunnels sourced from the same interface and another spoke with 2 tunnels sourced from the same interface or from 2 different physical interfaces. The concern is that you may get a situation where one router uses Tunnel 2 for dynamic spoke-to-spoke tunneling, and the other uses Tunnel1, and that the dynamic tunnel setup fails because the crypto map cannot properly decide which crypto group to use for the incoming traffic on the router where 2 tunnels use the same physical interface.

  • Different between Dual hub-dual DMVPN cloud Vs Dual hub-single DMVPN cloud

    please explain
    different between Dual hub-dual DMVPN cloud Vs Dual hub-single DMVPN cloud

    Thanks Paul, I have looked over this design guide as this was the fist place i went.  however, i cannot find a configuration example for dual hub/single cloud.
    i see the high level design and know you can do it.   but it doesnt show what the configuration would look like...unless i am just reading over it.
    Thanks

  • Configuration Dual HUB Dual Dmvpn

    Hi Dears
    i configurate simple  DMVPN on my network. Now i want to configurate Dual HUB Dual DMVPN.
    i can not find any good configuration documentation how config that.
    please provide me a link or any pdf fot configuration DUal HUB Dual Dmvpn .
    thanks.

    Thanks Paul, I have looked over this design guide as this was the fist place i went.  however, i cannot find a configuration example for dual hub/single cloud.
    i see the high level design and know you can do it.   but it doesnt show what the configuration would look like...unless i am just reading over it.
    Thanks

  • DMPVN Dual Hub Configuration

    In the DMVPN design guide it is stated that in a dual hub configuration one hub should be set as the primary via EIGRP metrics. Is there a reason for this? Why can't both routes act as successors so that load-balancing can take place. The only thing I can think of is that it could cause problems with spoke-to-spoke communication.
    Can someone shed some light on this?

    In the DMVPN design guide it is stated that in a dual hub configuration one hub should be set as the primary via EIGRP metrics. Is there a reason for this? Why can't both routes act as successors so that load-balancing can take place. The only thing I can think of is that it could cause problems with spoke-to-spoke communication.
    Can someone shed some light on this?

  • Dual hub with one hub :-S

    Hi,i know the title is absurde .
    that is my topology :
    there are two links between router R1 (Hub) and router R4 (ISP) :
    The primary DMVPN cloud should be with the primary link (150.0.0.0/24)
    The secondary DMVPN cloud should be with the secondary link (150.0.1.0/24)
    the HUB must have one tunnel interfaces for each physical interface,so we need two tunnel interfaces .
    If i choose Dual  hub dual dmvpn cloud that mean that  i must have two tunnel interfaces for each spoke.
    If i choose Dual  hub single dmvpn cloud that mean that i must have just one tunnel interface for each spoke.
    the Hub must always use the primary link,to reach spokes1 (we are in the primary DMVPN cloud).
    but if the primary link goes down the second must be used by the hub and we move to the second DMVPN cloud .
    the ISP should use the secondary link only if the primary is down .
    a default route should be configured on the ISP to reach Internet.
    Is this possible (correct) ?,if yes :
    which model is the best : dual hub dual dmvpn cloud or dual hub single dmvpn cloud?
    how can i configure the ISP to use the secondary link only if the primary is down?
    if we have two hubs,how/why  the spokes prefer the primary hub?
    in this situation: how the spokes will prefer the primary DMVPN cloud (the primary Link)?

    You should. Both drives should show up if you press F12 at the ThinkPad POST screen (along with other attached bootable media).
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Dual-DMVPN with Dual Hubs

    Are there any routing issues when using mGRE interfaces on spokes. I need spoke-to-spoke connectivity. Obviously if I opt for p-pGRE interfaces then traffic from spoke-to-spoke will have to go via one of the hubs.
    I understand there was a limitation in IOS whereby mGRE interfaces on spokes prevented it from learning many routes via the hub.
    tia
    Ajaz

    Since no one has answered yet, I'll give you the practical answer.
    You'll have issues with IPSec and static routing. "DMVPN" itself probably wouldn't have an issue, but it would depend on IPSec and routing to work.
    It is easier, by far, to put in a second router. And when you factor in your time to try to make it work (and it may not work), the second router is less expensive.
    Rob

  • Dual Hubs & Single DMVPN

    Hi, i AM FACING PROBLEM . When i close the connection of existing spoke and hub router 1 it must get connected to hub router 2. But un-fortunately its not working. Any clue
    HUB ROUTER 1 Configuration:
    interface Tunnel10
    description $FW_INSIDE$
    bandwidth 1024
    ip address 192.168.10.100 255.255.255.0
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip mtu 1400
    ip nbar protocol-discovery
    no ip next-hop-self eigrp 1
    ip flow ingress
    ip flow egress
    ip nat inside
    ip nhrp authentication abc_vpn
    ip nhrp map multicast dynamic
    ip nhrp network-id 99
    ip nhrp holdtime 300
    ip nhrp nhs 192.168.10.100
    ip nhrp server-only
    ip virtual-reassembly
    ip tcp adjust-mss 1380
    no ip split-horizon eigrp 1
    delay 1000
    qos pre-classify
    tunnel source GigabitEthernet0/1
    tunnel mode gre multipoint
    tunnel key 100000
    interface gigabitethernet0/1
    ip address 86.96.196.xxx 255.255.255.240
    HUB ROUTER 2 Configuration:
    interface Tunnel10
    bandwidth 1000
    ip address 192.168.10.95 255.255.255.0
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip mtu 1400
    ip nbar protocol-discovery
    ip flow ingress
    ip flow egress
    ip nhrp authentication arco_vpn
    ip nhrp map multicast dynamic
    ip nhrp map multicast 86.96.196.xxx
    ip nhrp map 192.168.10.100 86.96.196.xxx
    ip nhrp network-id 99
    ip nhrp holdtime 300
    ip nhrp nhs 192.168.10.100
    ip virtual-reassembly
    ip tcp adjust-mss 1360
    delay 1000
    qos pre-classify
    tunnel source GigabitEthernet0/1
    tunnel mode gre multipoint
    tunnel key 100000
    interface gigabitethernet0/1
    ip address 78.93.203.xx 255.255.255.252
    SPOKE ROUTER  Configuration:
    interface Tunnel10
    bandwidth 512
    ip address 192.168.10.74 255.255.255.0
    no ip redirects
    ip mtu 1500
    ip nbar protocol-discovery
    ip flow ingress
    ip flow egress
    ip nhrp authentication arco_vpn
    ip nhrp map multicast 78.93.203.XX
    ip nhrp map 192.168.10.95 78.93.203.XX
    ip nhrp map 192.168.10.100 86.96.196.XXX
    ip nhrp map multicast 86.96.196.XXX
    ip nhrp network-id 99
    ip nhrp holdtime 300
    ip nhrp nhs 192.168.10.100
    ip nhrp nhs 192.168.10.95
    delay 1000
    qos pre-classify
    tunnel source GigabitEthernet0/0
    tunnel mode gre multipoint
    tunnel key 100000

    Do you have dynamic routing to fallback between the tunnels ?
    Mashal Alshboul

  • DMVPN Dual ISPs with EIGRP

    Hi expert,
    I am facing a eigrp routing issues , Has anyone kindly assist...
    The topology as below, each router only has two tunnels and run in same eigrp AS
    Here is my question in red with underline : 
    R2: sh ip ro 
    D    192.168.30.0/24 [90/310172416] via 192.168.1.1, 01:08:05, Tunnel1
                                          [90/310172416] via 192.168.0.3, 01:08:05, Tunnel0
    R3: sh ip ro 
    D    192.168.20.0/24 [90/310172416] via 192.168.1.1, 01:12:25, Tunnel1
                                         [90/310172416] via 192.168.0.2, 01:12:25, Tunnel0
    The result see above is not my expect , as i understand :
    at R2 192.168.30.0 learn from Tunnel1 should be via192.168.1.3 not red one
    at R3 192.168.20.0 learn from Tunnel1 should be via 192.168.1.2 not red one
    because of via 192.168.1.1 , that's mean the traffic must through R1 (spoke to HUB) not Spoke to Spoke , am i right ?
    I hope the route between R2 and R3 can always use spoke to spoke tunnel 
    I also checked nhrp and ipsec status , anything looks work properly except the eigrp route i mention above.
    Here is configuration:
    R1:
    interface Loopback0
     ip address 192.168.10.254 255.255.255.0
    interface Tunnel0
     ip address 192.168.0.1 255.255.255.0
     no ip redirects
     ip accounting output-packets
     ip hold-time eigrp 1 35
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map multicast dynamic
     ip nhrp network-id 1
     ip nhrp holdtime 10
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.16.15.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    interface Tunnel1
     ip address 192.168.1.1 255.255.255.0
     no ip redirects
     ip accounting output-packets
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map multicast dynamic
     ip nhrp network-id 2
     ip nhrp holdtime 10
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.17.15.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    router eigrp 1
     network 192.168.0.0
     network 192.168.1.0
     network 192.168.10.0
     no auto-summary
    R2:
    interface Tunnel0
     ip address 192.168.0.2 255.255.255.0
     no ip redirects
     ip hold-time eigrp 1 35
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map 192.168.0.1 172.16.15.2
     ip nhrp map multicast 172.16.15.2
     ip nhrp network-id 1
     ip nhrp holdtime 10
     ip nhrp nhs 192.168.0.1
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.16.25.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    interface Tunnel1
     ip address 192.168.1.2 255.255.255.0
     no ip redirects
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map 192.168.1.1 172.17.15.2
     ip nhrp map multicast 172.17.15.2
     ip nhrp network-id 2
     ip nhrp holdtime 10
     ip nhrp nhs 192.168.1.1
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.17.25.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    router eigrp 1
     network 192.168.0.0
     network 192.168.1.0
     network 192.168.20.0
     no auto-summary
    R3
    interface Loopback0
     ip address 192.168.30.254 255.255.255.0
    interface Tunnel0
     ip address 192.168.0.3 255.255.255.0
     no ip redirects
     ip hold-time eigrp 1 35
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map 192.168.0.1 172.16.15.2
     ip nhrp map multicast 172.16.15.2
     ip nhrp network-id 1
     ip nhrp holdtime 10
     ip nhrp nhs 192.168.0.1
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.16.35.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    interface Tunnel1
     ip address 192.168.1.3 255.255.255.0
     no ip redirects
     no ip next-hop-self eigrp 1
     ip nhrp authentication cisco123
     ip nhrp map 192.168.1.1 172.17.15.2
     ip nhrp map multicast 172.17.15.2
     ip nhrp network-id 2
     ip nhrp holdtime 10
     ip nhrp nhs 192.168.1.1
     ip nhrp cache non-authoritative
     no ip split-horizon eigrp 1
     tunnel source 172.17.35.2
     tunnel mode gre multipoint
     tunnel protection ipsec profile DMVPN
    router eigrp 1
     network 192.168.0.0
     network 192.168.1.0
     network 192.168.30.0

    Hi AllertGen ,
    Each each router's tunnel0 and tunnel1 are work well , they all can ping each other ip as well via tunnel 0 and tunnel 1 (192.168.0.0/24 & 192.168.1.0/24)
    and also at each router has two physical interface connect to different ISP.
    In this topology ,my purpose is when spoke to spoke , they will has two routes via two NHRP cloulds , i keep the same eigrp priority at each router just for equal cost load sharing ,the more important thing is the next hop IP.
    Actually , The ipsec function is not my concern so far,  i just try your suggestion add the "shared" at the end of the line , its still has same result , but as i understand , if there is any wrong with ipsec profile, the tunnel won't work well , am i right ?
    Thanks for your kind assist
    Here is some show result at each router , hope that's helpful.
    R1
    R1#sh ip int bri
    Interface                  IP-Address      OK? Method Status                Protocol
    FastEthernet0/0            172.16.15.2     YES NVRAM  up                    up      
    FastEthernet0/1            172.17.15.2     YES NVRAM  up                    up      
    Loopback0                  192.168.10.254  YES NVRAM  up                    up      
    Tunnel0                    192.168.0.1     YES NVRAM  up                    up      
    Tunnel1                    192.168.1.1     YES NVRAM  up                    up    
    R1#sh dmvpn 
    Tunnel0, Type:Hub, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.16.25.2     192.168.0.2    UP    never D    
         1     172.16.35.2     192.168.0.3    UP    never D    
    Tunnel1, Type:Hub, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.17.25.2     192.168.1.2    UP    never D    
         1     172.17.35.2     192.168.1.3    UP    never D 
    R1#sh ip eigrp top
    P 192.168.10.0/24, 1 successors, FD is 128256
            via Connected, Loopback0
    P 192.168.0.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel0
    P 192.168.1.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel1
    P 192.168.30.0/24, 2 successors, FD is 297372416
            via 192.168.0.3 (297372416/128256), Tunnel0
            via 192.168.1.3 (297372416/128256), Tunnel1
    P 192.168.20.0/24, 2 successors, FD is 297372416
            via 192.168.0.2 (297372416/128256), Tunnel0
            via 192.168.1.2 (297372416/128256), Tunnel1
    R1#sh ip nhrp 
    192.168.0.2/32 via 192.168.0.2, Tunnel0 created 20:53:39, expire 00:00:07
      Type: dynamic, Flags: unique nat registered used 
      NBMA address: 172.16.25.2 
    192.168.0.3/32 via 192.168.0.3, Tunnel0 created 20:53:38, expire 00:00:08
      Type: dynamic, Flags: unique nat registered used 
      NBMA address: 172.16.35.2 
    192.168.1.2/32 via 192.168.1.2, Tunnel1 created 4d17h, expire 00:00:07
      Type: dynamic, Flags: unique nat registered used 
      NBMA address: 172.17.25.2 
    192.168.1.3/32 via 192.168.1.3, Tunnel1 created 4d17h, expire 00:00:08
      Type: dynamic, Flags: unique nat registered used 
      NBMA address: 172.17.35.2 
    R2
    R2#sh ip int bri
    Interface                  IP-Address      OK? Method Status                Protocol
    FastEthernet0/0            172.16.25.2     YES NVRAM  up                    up      
    FastEthernet0/1            172.17.25.2     YES NVRAM  up                    up      
    Loopback0                  192.168.20.254  YES NVRAM  up                    up      
    Tunnel0                    192.168.0.2     YES NVRAM  up                    up      
    Tunnel1                    192.168.1.2     YES NVRAM  up                    up      
    R2#sh dmvpn 
    Tunnel0, Type:Spoke, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.16.15.2     192.168.0.1    UP    4d17h S    
         1     172.16.35.2     192.168.0.3    UP    never D    
    Tunnel1, Type:Spoke, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.17.15.2     192.168.1.1    UP    4d17h S    
         1     172.17.35.2     192.168.1.3    UP    never D    
    R2#sh ip eigrp topology 
    P 192.168.10.0/24, 2 successors, FD is 297372416
            via 192.168.0.1 (297372416/128256), Tunnel0
            via 192.168.1.1 (297372416/128256), Tunnel1
    P 192.168.0.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel0
    P 192.168.1.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel1
    P 192.168.30.0/24, 2 successors, FD is 310172416
           192.168.0.3 via 192.168.0.1 (310172416/297372416), Tunnel0
            via 192.168.1.1 (310172416/297372416), Tunnel1
    P 192.168.20.0/24, 1 successors, FD is 128256
            via Connected, Loopback0
    R2#sh ip nhrp 
    192.168.0.1/32 via 192.168.0.1, Tunnel0 created 4d20h, never expire 
      Type: static, Flags: nat used 
      NBMA address: 172.16.15.2 
    192.168.0.3/32 via 192.168.0.3, Tunnel0 created 00:00:14, expire 00:00:51
      Type: dynamic, Flags: router nat 
      NBMA address: 172.16.35.2 
    192.168.1.1/32 via 192.168.1.1, Tunnel1 created 4d20h, never expire 
      Type: static, Flags: nat used 
      NBMA address: 172.17.15.2 
    192.168.1.3/32 via 192.168.1.3, Tunnel1 created 00:00:12, expire 00:00:53
      Type: dynamic, Flags: router nat 
      NBMA address: 172.17.35.2
    R3
    R3#sh ip int bri
    Interface                  IP-Address      OK? Method Status                Protocol
    FastEthernet0/0            172.16.35.2     YES NVRAM  up                    up      
    FastEthernet0/1            172.17.35.2     YES NVRAM  up                    up      
    Loopback0                  192.168.30.254  YES NVRAM  up                    up      
    Tunnel0                    192.168.0.3     YES NVRAM  up                    up      
    Tunnel1                    192.168.1.3     YES NVRAM  up                    up      
    R3#sh dmvpn        
    Tunnel0, Type:Spoke, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.16.15.2     192.168.0.1    UP    4d17h S    
         1     172.16.25.2     192.168.0.2    UP    never D    
    Tunnel1, Type:Spoke, NHRP Peers:2, 
     # Ent  Peer NBMA Addr Peer Tunnel Add State  UpDn Tm Attrb
         1     172.17.15.2     192.168.1.1    UP    4d17h S    
         1     172.17.25.2     192.168.1.2    UP    never D    
    R3#sh ip eigrp topology 
    P 192.168.10.0/24, 2 successors, FD is 297372416
            via 192.168.0.1 (297372416/128256), Tunnel0
            via 192.168.1.1 (297372416/128256), Tunnel1
    P 192.168.0.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel0
    P 192.168.1.0/24, 1 successors, FD is 297244416
            via Connected, Tunnel1
    P 192.168.30.0/24, 1 successors, FD is 128256
            via Connected, Loopback0
    P 192.168.20.0/24, 2 successors, FD is 310172416
           192.168.0.2 via 192.168.0.1 (310172416/297372416), Tunnel0
            via 192.168.1.1 (310172416/297372416), Tunnel1
    R3#sh ip nhrp 
    192.168.0.1/32 via 192.168.0.1, Tunnel0 created 4d17h, never expire 
      Type: static, Flags: nat used 
      NBMA address: 172.16.15.2 
    192.168.0.2/32 via 192.168.0.2, Tunnel0 created 00:00:43, expire 00:00:22
      Type: dynamic, Flags: router nat 
      NBMA address: 172.16.25.2 
    192.168.1.1/32 via 192.168.1.1, Tunnel1 created 4d17h, never expire 
      Type: static, Flags: nat used 
      NBMA address: 172.17.15.2 
    192.168.1.2/32 via 192.168.1.2, Tunnel1 created 00:01:02, expire 00:00:48
      Type: dynamic, Flags: router nat implicit used 
      NBMA address: 172.17.25.2 

  • Dual Hub Access

    My brother -in-law somtimes visits and would like to connect to my hub, i know I could use my broadband user/password, but if I do will it override his settings for his home hub, or can we add to his PC and have dual access?

    Shouldn't be a problem. My two son's live close by and we often visit each other's houses. We all can connect to the router of whichever house we are in. Just select 'connect to a network' (or similar depending on which OS you are using) and then put in the necessary details as requested by the computer and also 'connect automatically'. Then whenever he visits his laptop will be able to connect without having to re-enter any passwords etc. It will not upset the settings he uses at home.
    wedding
    Mistakes and embarrasing goofs in e-mails are only discovered when you've sent them!

  • DMVPN Single Hub failover

    Hi All,
    I have my hub (HQ) and spoke (RO) network. My RO has several WAN links which are extremely unreliable. I get an IP-address via DHCP on those interfaces and I'm behind a NAT.
    However I would like to monitor the devices in my RO so DMVPN would be a good sollution. When I configure my DMVPN I cant specify my source address/interface because I have multiple and those might be non-routable addresses.
    How can I solve this? Is it possible to solve? If not, is it possible to solve when all my WAN addresses are routable (still behind NAT and DHCP).

    I did some research and if i'm corrent there are three ways to solve this issue;
    1: Multiple tunnels (one for each uplink).
    2: Interface state tracking
    3: Something with vrf or nhrp
    If someone could push me in the right direction It would be much appreciated.

Maybe you are looking for

  • File does not exist... Unknown request from my internet network

    Mu Web server log is full of this kind of entry : [Wed Mar 14 22:04:31 2007] [error] [client 192.168.0.2] File does not exist: /Library/WebServer/Documents/wpad.dat 192.168.0.2 is my PC (under Windows XP) on my local network and I tried to understand

  • How do I merge 2 Apple IDs?

    Basically I have 2 Apple IDs. I have my primary one that I set up years ago with my Hotmail address & it has all my iTunes purchases & iPhone stuff associated with it. My other one was a mobileme account, that I have since "upgraded" to an iCloud acc

  • Events over multiple days only show on the first day in 'Month' view

    Hi, I've noticed that if I create an event that spans over two days (for example 23 May 2008 at 6 PM to 24 May 2008 at 1 PM) are only displayed on the from date in Month view. This is unfortunate because if I look at my calendar in Month view, I thin

  • How do you validate transfer of data from legacy to SAP (Tcode: SQVI)?

    Hello PP members: I would like to know how to validate transfer of data from legacy to SAP A friend of mine was telling it has to do with <u>SAP quick viewer(SQVI)</u> but could not able to much leads on it I would be thankful if can provide insights

  • Aging Stock Report - Logic

    Dear All, Anybody can share the Logic/Functional spec for developing the Stock Aging Report based on the receipt for the current stock which is available in trading plant. Thank You, Mani.