12-30-2023 06:26 PM - edited 12-30-2023 06:30 PM
Hello
Team,
I have configured the OSPF and trying to configure GRE Tunnel.. I have adversited all the network however it does not show in routing table, also Tunnel is showing in down state and when I run the Show IP OSPF database I see the neighbours router information.
here are the R1, R2 and R3 configuration..
HQ#show running-config
Building configuration...
Current configuration : 753 bytes
!
! Last configuration change at 02:22:34 UTC Sun Dec 31 2023
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname HQ
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel1
ip address 192.168.1.1 255.255.255.0
tunnel source FastEthernet0/0
tunnel destination 1.1.1.1
!
interface FastEthernet0/0
ip address 2.2.2.2 255.255.255.0
duplex full
!
router ospf 1
network 2.2.2.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
line con 0
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
end
___________________________________________________________________________________
ISP#show run
ISP#show running-config
Building configuration...
Current configuration : 762 bytes
!
! Last configuration change at 02:24:06 UTC Sun Dec 31 2023
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname ISP
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 2.2.2.3 255.255.255.0
duplex full
!
interface FastEthernet1/0
ip address 1.1.1.2 255.255.255.0
duplex full
!
router ospf 2
network 1.1.1.0 0.0.0.255 area 0
!
router ospf 4
network 2.2.2.0 0.0.0.255 area 0
!
ip forward-protocol nd
________________________________________________________________________________________
remote#show ru
*Dec 31 02:25:46.139: %SYS-5-CONFIG_I: Configured from console by consolen
remote#show running-config
Building configuration...
Current configuration : 757 bytes
!
! Last configuration change at 02:25:46 UTC Sun Dec 31 2023
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
!
hostname remote
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel1
ip address 192.168.1.2 255.255.255.0
tunnel source FastEthernet0/0
tunnel destination 2.2.2.2
!
interface FastEthernet0/0
ip address 1.1.1.1 255.255.255.0
duplex full
!
router ospf 3
network 1.1.1.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
12-30-2023 07:48 PM
Hello ankitohc,
In ISP router you have configured two different ospf processes ospf 2 and ospf 4....one is enough right...?
If you want to go with two process id's....we should configure redistribution between them... I think redistribution is missing in ISP router.
Best regards
******* If This Helps, Please Rate *******
12-30-2023 08:46 PM - edited 12-30-2023 08:49 PM
@Gopinath_Pigili Hello
I used the different OSPF process ID 4 .. I should have been used process ID 2 instead of 4 for 2.2.2.0 network.
After changing the process ID to 2 ..tunnel is up now..
12-30-2023 09:02 PM - edited 12-30-2023 09:07 PM
Thanks for confirming...Nice to hear that...!!
If your Issue is resolved...mark as resolved...It will be helpful for other memeber....
Best regards
******* If This Helps, Please Rate *******
12-30-2023 11:51 PM
you can use two different ospf process in ISP router but you need redistribute between it
MHM
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