05-30-2013 02:36 PM - edited 03-04-2019 08:04 PM
Hi,
i need some help to configure a gre tunnel on Cisco Pocket Tracert between Two routers.
The next configuration:
The Fasteth 0/0 On Router0 is UP and the adress is 200.108.192.20
The Fasteth 0/0 On Router1 is UP and the adrees is 200.108.192.10
But when send echo on booth routers don´t have answer!
which may be the problem??
ROUTER 0
interface Tunnel1
ip address 20.0.0.1 255.255.255.252
tunnel source FastEthernet0/0
tunnel destination 200.108.192.10
!
!
interface FastEthernet0/0
ip address 200.108.192.20 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
--------------------------------------------------------------
ROUTER 2
interface Tunnel1
ip address 10.0.0.1 255.255.255.252
tunnel source FastEthernet0/0
tunnel destination 200.108.192.20
!
!
interface FastEthernet0/0
ip address 200.108.192.10 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
Solved! Go to Solution.
05-30-2013 02:39 PM
The tunnel interface should be on the same subnet.
Change router 2 ip address to 20.0.0.2
05-30-2013 02:39 PM
The tunnel interface should be on the same subnet.
Change router 2 ip address to 20.0.0.2
05-30-2013 02:55 PM
Great!! Fantastic Edison thanks a lot for your help
Bye!!!
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