05-06-2018 07:07 PM - edited 03-08-2019 02:55 PM
Hello,
I am trying to ping from the internet cloud f0/0 interface which has ip address 189.10.121.2\25 to a router that has an ospf on it. I can not being any device or the next router serial interface which has an ip address 172.16.255.1\30. I can only ping from the internet f0/0 to the router f0/1 because I have a static route. I do not know for sure if there is something missing in the ospf configuration or the redistribute is not working.
Any help would be appreciate it
R-01
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/1
description WAN
ip address 189.10.121.3 255.255.255.128
duplex auto
speed auto
!
interface Serial0/0/0
ip address 172.16.255.1 255.255.255.0
!
interface Serial0/0/1
no ip address
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 20
log-adjacency-changes
redistribute static
network 172.16.255.0 0.0.0.255 area 20
default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 189.10.121.2
Internet router
interface FastEthernet0/0
ip address 189.10.121.2 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 8.0.0.8 255.0.0.0
duplex auto
speed auto
!
interface Ethernet0/0/0
ip address 4.1.1.1 255.0.0.0
duplex auto
speed auto
!
interface Ethernet0/1/0
no ip address
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
!
ip classless
ip route 0.0.0.0 0.0.0.0 189.10.121.11
Solved! Go to Solution.
05-06-2018 08:37 PM
05-06-2018 08:04 PM
05-06-2018 08:20 PM
I am trying to being R-1 serial interface or anything behind it
05-06-2018 08:32 PM
05-06-2018 08:33 PM
Yes thats what I meant
05-06-2018 08:37 PM
05-06-2018 10:25 PM
Francesco thank you very much.
I did add a new route in the internet router with an ip 189.10.121.3 and I was able to being. The problem is in this lab I can not add or change any thing in the internet cloud. Is there any way around it make it work?
05-07-2018 12:00 AM
Great to know it worked.
It should have...
Because you got a correct solution based on the topology and the requirement you shared.
Now.... first thing first.... Since the above suggestion worked for you... mark that post as helpful/ (It will only encourage him to help more people like you and me for free)
The question you should be asking yourself is..
1. If there is a configuration change required on internet cloud router.. Why unnecessarily mess with the WORKING configuration of other routers.
2. Who manages the internet cloud router?
3. If Internet cloud Router needs to be reconfigured.. Why not approach the tech who supports/manages your Internet cloud router and get the issue resolve.
4. Why beat around the bush.
Regards,
Moses.
05-07-2018 05:05 AM
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