Tech Support Forum banner
Status
Not open for further replies.
1 - 20 of 82 Posts

· Registered
Joined
·
78 Posts
Discussion Starter · #1 · (Edited)
Hey,

hey i want to connect network with static route to network with OSPF like on screen. All what i need its redistribute static route in ospf by command:

router ospf 1
redistribute static subnets

that its correct? cuz from pc 12 i can ping anywhere but from pc 10 and 11 can only to R1,R2,R3,R4 and cant to wan8,lan4,lan3,wan7,wan6,lan1, interent.

How can i fix it???

One more question. How change prioryty of path, mean if connection will broke by RWP to R2 will be run from RWP -> router 0 -> R2
 

Attachments

· Registered
Joined
·
1,290 Posts
That's the correct command for redistributing.

Can I see the routing table for R1?

If you aren't running a routing protocol between those routers then i's not dynamically going to find another route. You'll need to add a secondary default for that to work.
 

· Registered
Joined
·
78 Posts
Discussion Starter · #8 ·
I simulate on packet tracer ping from PC10 to 192.168.0.162 and its dont get access on first router RWP to ping that host. Why? i need static route there to 192.168.0.162? Its write destination host unreachable ;/
 

· Registered
Joined
·
78 Posts
Discussion Starter · #10 ·
on R2:
ip route 192.168.1.80 255.255.255.240 192.168.1.114
ip route 192.168.1.0 255.255.255.224 192.168.1.114
ip route 192.168.3.0 255.255.255.252 192.168.4.1
ip route 192.168.1.0 255.255.255.224 192.168.4.1
ip route 192.168.1.80 255.255.255.240 192.168.4.1

on R1

router ospf 1
log-adjacency-changes
network 192.168.1.96 0.0.0.3 area 0
network 192.168.1.100 0.0.0.3 area 0
network 192.168.1.116 0.0.0.3 area 1
network 192.168.0.64 0.0.0.31 area 5
default-information originate
!
router bgp 6502
bgp log-neighbor-changes
no synchronization
neighbor 79.184.119.158 remote-as 6501
 

Attachments

· Registered
Joined
·
1,290 Posts
You need to post a screenshot without any of the details cropped from the image. I can't see how the routes have been learned.

edit: Don't worry mate, I swapped to my laptop and can see the image properly.
 

· Registered
Joined
·
1,290 Posts
Ok.

I can see the 192.168.1.80 network for VLAN (30/40?), being learned via R3.

Internet router - Have you injected the OSPF routes into BGP?

It's a bit hard to read your diagram mate, can you detail the subnets in use for the following:

LAN 1
LAN 3
LAN 4
WAN 6
WAN 7
WAN 8
 
1 - 20 of 82 Posts
Status
Not open for further replies.
Top