Community discussions

MikroTik App
 
max59
just joined
Topic Author
Posts: 2
Joined: Sat Dec 07, 2013 7:02 pm

OSPF

Sat Dec 07, 2013 7:12 pm

Hello,

I want to use OSPF in my network:

CCR
Vlan6: IP 192.168.6.254/24 (port sfp+1)
SFP+1 SFP+2
| |
| |
| |
Dell Powerconnect Dell Powerconnect
8024 port Te1/1/4 8024 port Te1/1/4
port Te1/1/5 ------LAG-------port Te1/1/5
Vlan6 ip:192.168.6.251/24 Vlan6 ip:192.168.6.252/24
switchport mode trunk
ospf area 0.0.0.0

I can show the 2 Dell switch in ospf neighbor
but not on the mikrotik

add address=192.168.7.254/16 interface=loopbackopsf network=192.168.0.0
add address=192.168.6.254/24 interface=interco network=192.168.6.0

/interface bridge
add name=loopbackopsf
/interface ethernet
set [ find default-name=sfp-sfpplus1 ] name=sfp-plus1
set [ find default-name=sfp-sfpplus2 ] name=sfp-plus2
/interface vlan
add interface=sfp-plus1 l2mtu=1586 name=interco vlan-id=6

/routing ospf instance
set [ find default=yes ] name=backbone redistribute-bgp=as-type-1 redistribute-connected=as-type-1 router-id=192.168.7.254
/routing ospf interface
add interface=interco network-type=broadcast
/routing ospf network
add area=backbone network=192.168.7.0/24

/routing ospf neighbor> print

[admin@MikroTik] /routing ospf neighbor>
 
max59
just joined
Topic Author
Posts: 2
Joined: Sat Dec 07, 2013 7:02 pm

Re: OSPF

Tue Dec 10, 2013 11:43 pm

Nobody ?
 
User avatar
p00h
just joined
Posts: 14
Joined: Fri Aug 23, 2013 12:57 pm
Location: Russia, 74

Re: OSPF

Sat Dec 14, 2013 4:52 pm

Your devices' interfaces addresses are in 192.168.6.0/24 network, but backbone network at MT set as 192.168.7.0/24. If it is not misprint, you should change backbone network.
 
CelticComms
Forum Guru
Forum Guru
Posts: 1765
Joined: Wed May 02, 2012 5:48 am

Re: OSPF

Sat Dec 14, 2013 6:39 pm


add address=192.168.7.254/16 interface=loopbackopsf network=192.168.0.0
add address=192.168.6.254/24 interface=interco network=192.168.6.0
You typically add a /32 address to a loopback interface, In this case you are adding a /16 address which would include all 192.168.x.x addresses which doesn't look good.

Who is online

Users browsing this forum: No registered users and 56 guests