Hello
Okay i'll try to present it, below you have a quick draw of my backbone:
ospf.JPG
Now here's the config for A router:
/routing ospf area
add area-id=0.0.0.0 authentication=md5 disabled=no name="backbone" \
type=default
/routing ospf
set distribute-default=never metric-bgp=20 metric-connected=20 \
metric-default=0 metric-rip=20 metric-static=20 mpls-te-area=unspecified \
mpls-te-router-id=unspecified redistribute-bgp=no \
redistribute-connected=as-type-1 redistribute-rip=no \
redistribute-static=as-type-2 router-id=10.100.1.1
/routing ospf interface
add authentication=none authentication-key="verysecretkey" cost=10 \
dead-interval=4s disabled=no hello-interval=1s interface=A-B-BR \
network-type=broadcast passive=no priority=1 retransmit-interval=5s \
transmit-delay=1s
add authentication=none authentication-key="verysecretkey" cost=10 \
dead-interval=4s disabled=no hello-interval=1s interface=A-E-BR \
network-type=broadcast passive=no priority=1 retransmit-interval=5s \
transmit-delay=1s
/routing ospf network
add area=backbone disabled=no network=10.11.0.0/24
add area=backbone disabled=no network=10.17.0.0/24
/ip address
add address=10.11.0.2/24 broadcast=10.11.0.255 comment="" disabled=no \
interface=A-B-BR network=10.11.0.0
add address=10.17.0.2/24 broadcast=10.17.0.255 comment="" disabled=no \
interface=A-E-BR network=10.17.0.0
/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
comment="" disabled=no forward-delay=15s max-message-age=20s mtu=1500 \
name="A-B-BR" priority=0x8000 protocol-mode=none transmit-hold-count=6
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
comment="" disabled=no forward-delay=15s max-message-age=20s mtu=1500 \
name="A-E-BR" priority=0x8000 protocol-mode=none transmit-hold-count=6
/interface bridge port
add bridge=A-B-BR comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=A-B path-cost=10 point-to-point=auto priority=0x80
add bridge=A-E-BR comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=A-E path-cost=10 point-to-point=auto priority=0x80
And the conf for the B router:
/routing ospf area
add area-id=0.0.0.0 authentication=md5 disabled=no name="backbone" \
type=default
/routing ospf
set distribute-default=never metric-bgp=20 metric-connected=20 \
metric-default=0 metric-rip=20 metric-static=20 mpls-te-area=unspecified \
mpls-te-router-id=unspecified redistribute-bgp=no \
redistribute-connected=as-type-1 redistribute-rip=no \
redistribute-static=as-type-2 router-id=10.100.2.1
/routing ospf interface
add authentication=none authentication-key="verysecretkey" cost=10 \
dead-interval=4s disabled=no hello-interval=1s interface=B-A-BR \
network-type=broadcast passive=no priority=1 retransmit-interval=5s \
transmit-delay=1s
add authentication=none authentication-key="verysecretkey" cost=10 \
dead-interval=4s disabled=no hello-interval=1s interface=B-C-BR \
network-type=broadcast passive=no priority=1 retransmit-interval=5s \
transmit-delay=1s
/routing ospf network
add area=backbone disabled=no network=10.11.0.0/24
add area=backbone disabled=no network=10.12.0.0/24
/ip address
add address=10.11.0.2/24 broadcast=10.11.0.255 comment="" disabled=no \
interface=B-A-BR network=10.11.0.0
add address=10.12.0.2/24 broadcast=10.12.0.255 comment="" disabled=no \
interface=B-C-BR network=10.12.0.0
/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
comment="" disabled=no forward-delay=15s max-message-age=20s mtu=1500 \
name="B-A-BR" priority=0x8000 protocol-mode=none transmit-hold-count=6
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes \
comment="" disabled=no forward-delay=15s max-message-age=20s mtu=1500 \
name="B-C-BR" priority=0x8000 protocol-mode=none transmit-hold-count=6
/interface bridge port
add bridge=B-A-BR comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=B-A path-cost=10 point-to-point=auto priority=0x80
add bridge=B-C-BR comment="" disabled=no edge=auto external-fdb=auto \
horizon=none interface=B-C path-cost=10 point-to-point=auto priority=0x80
Those configs looks pretty the same for B-C connection C-D etc. (of course the ip adresses are different but the whole idea stays the same)
Hope now you can understand it. There's another problem that i have met, recently i got ip pool from ripe, and i assign public ips by pppoe (for egz. 88.134.25.100) to some of my end users, i also added an public ips to the routers(88.134.25.50-55), and what i see when i do a traceroute from internet to 88.134.25.100 that the route is traceable only to my gateway, then when it goes say through routers A and B (it shows priavate adresses (for egz. 10.11.0.2) or just "*"). I'm sure there's something trivial in how i do configuration of ospf or interfaces. I would really appreciate your help
Cheers
Michal
You do not have the required permissions to view the files attached to this post.