02-01-2018 01:14 AM - edited 03-08-2019 01:39 PM
image is attached below. i have configured a tunnel between R1 and R2.if i need to configure a static route on R1 what is the correct command
R1# ip route 2.2.2.2 255.255.255.255 10.1.1.1
or
10.1.1.2
Solved! Go to Solution.
02-01-2018 03:59 AM
Hi
Local tunnel ID.
02-01-2018 01:33 AM
! ip route 2.2.2.2 255.255.255.255 10.1.1.2 !
Since it doesn't look like you are running a dynamic IGP between the routers you will probably need to install the opposite route in R2:
! ip route 1.1.1.1 255.255.255.255 10.1.1.1 !
cheers,
Seb.
02-01-2018 02:58 AM - edited 02-01-2018 03:02 AM
Hi
As Seb mentioned, or you can set up
Router 1
ip route 2.2.2.2 255.255.255.255 tunnel <tunnel ID> <--- Local Tunnel
Router 2
ip route 1.1.1.1 255.255.255.255 tunnel <tunnel ID> <--- Local Tunnel
02-01-2018 03:56 AM
is it local tunnel id or opposite tunnel id
02-01-2018 03:59 AM
Hi
Local tunnel ID.
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