Ahojte.
Chcem na sieti rozbehnut OSPF, ale nejak sa mi nedari. Obrázok siete je v prílohe. Postupoval som podla návodu: http://www.balticnetworkstraining.com/h ... -tutorial/ , http://wiki.mikrotik.com/wiki/Manual-examples
ale ked mi padne linka medzi R1 a R3 tak ip adresu pre sektor neotočí cez R2. Prikladám výpis z routrou
R1
admin@R1] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.100.169 1
1 ADC 10.255.255.1/32 10.255.255.1 loopback 0
2 ADo 10.255.255.2/32 192.168.100.196 110
3 ADo 10.255.255.3/32 192.168.100.204 110
4 A S 192.168.16.0/24 192.168.100.204 1
5 Do 192.168.16.0/24 192.168.100.204 110
6 A S 192.168.17.0/24 192.168.100.196 1
7 Do 192.168.17.0/24 192.168.100.196 110
8 ADC 192.168.20.0/24 192.168.20.1 ether4 - sektor 0
9 ADC 192.168.100.168/29 192.168.100.172 ether5 - uplink 0
10 ADC 192.168.100.192/29 192.168.100.193 ether2-R2 0
11 ADC 192.168.100.200/29 192.168.100.201 ether3-R3 0
12 ADo 192.168.100.208/29 192.168.100.204 110
192.168.100.196
[admin@R1] > routing ospf network print
Flags: X - disabled, I - invalid
# NETWORK AREA
0 192.168.16.0/23 backbone
1 192.168.100.192/27 backbone
2 10.255.255.1/32 backbone
[admin@R1] > routing ospf neighbor print
0 instance=default router-id=10.255.255.3 address=192.168.100.204
interface=ether3-R3 priority=1 dr-address=192.168.100.204
backup-dr-address=192.168.100.201 state="Full" state-changes=5
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=6m2s
1 instance=default router-id=10.255.255.2 address=192.168.100.196
interface=ether2-R2 priority=1 dr-address=192.168.100.193
backup-dr-address=192.168.100.196 state="Full" state-changes=14
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=6h57s
[admin@R1] > routing ospf instance print
Flags: X - disabled, * - default
0 * name="default" router-id=10.255.255.1 distribute-default=never
redistribute-connected=no redistribute-static=no redistribute-rip=no
redistribute-bgp=no redistribute-other-ospf=no metric-default=1
metric-connected=20 metric-static=20 metric-rip=20 metric-bgp=auto
metric-other-ospf=auto in-filter=ospf-in out-filter=ospf-out
[admin@R1] > routing ospf interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive
# INTERFACE COST PRIORITY NETWORK-TYPE AUTHENTICATION AUTHENTICATION-KEY
0 D ether2-R2 10 1 broadcast none
1 D ether3-R3 10 1 broadcast none
2 DP loopback 10 1 broadcast none
R2
[admin@R2] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.100.193 1
1 ADo 10.255.255.1/32 192.168.100.193 110
2 ADC 10.255.255.2/32 10.255.255.2 loopback 0
3 ADo 10.255.255.3/32 192.168.100.212 110
4 ADo 192.168.16.0/24 192.168.100.212 110
5 ADC 192.168.17.0/24 192.168.17.1 ether2-Sektor 0
6 ADC 192.168.100.192/29 192.168.100.196 ether1-R1 0
7 ADo 192.168.100.200/29 192.168.100.193 110
192.168.100.212
8 ADC 192.168.100.208/29 192.168.100.209 ether5-R3 0
[admin@R2] > routing ospf network print
Flags: X - disabled, I - invalid
# NETWORK AREA
0 192.168.16.0/23 backbone
1 192.168.100.192/27 backbone
2 10.255.255.2/32 backbone
[admin@R2] > routing ospf neighbor print
0 instance=default router-id=10.255.255.3 address=192.168.100.212 interface=ether5-R3 priority=1
dr-address=192.168.100.212 backup-dr-address=192.168.100.209 state="Full" state-changes=5
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=6h8m13s
1 instance=default router-id=10.255.255.1 address=192.168.100.193 interface=ether1-R1 priority=1
dr-address=192.168.100.193 backup-dr-address=192.168.100.196 state="Full" state-changes=5
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=6h8m15s
[admin@R2] > routing ospf instance print
Flags: X - disabled, * - default
0 * name="default" router-id=10.255.255.2 distribute-default=never redistribute-connected=no
redistribute-static=no redistribute-rip=no redistribute-bgp=no redistribute-other-ospf=no
metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 metric-bgp=auto
metric-other-ospf=auto in-filter=ospf-in out-filter=ospf-out
[admin@R2] > routing ospf interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive
# INTERFACE COST PRIORITY NETWORK-TYPE AUTHENTICATION AUTHENTICATION-KEY
0 D ether1-R1 10 1 broadcast none
1 DP loopback 10 1 broadcast none
2 D ether5-R3 10 1 broadcast none
3 D ether2-Sektor 10 1 broadcast none
R3
admin@R3] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 192.168.100.201 1
1 ADo 10.255.255.1/32 192.168.100.201 110
2 ADo 10.255.255.2/32 192.168.100.209 110
3 ADC 10.255.255.3/32 10.255.255.3 loopback 0
4 ADC 192.168.16.0/24 192.168.16.1 ether2-Sektor 0
5 ADo 192.168.17.0/24 192.168.100.209 110
6 ADo 192.168.100.192/29 192.168.100.201 110
192.168.100.209
7 ADC 192.168.100.200/29 192.168.100.204 ether1-R1 0
8 ADC 192.168.100.208/29 192.168.100.212 ether5-R2 0
[admin@R3] > routing ospf network print
Flags: X - disabled, I - invalid
# NETWORK AREA
0 192.168.16.0/23 backbone
1 192.168.100.192/27 backbone
2 10.255.255.3/32 backbone
[admin@R3] > routing ospf neighbor print
0 instance=default router-id=10.255.255.1 address=192.168.100.201 interface=ether1-R1 priority=1
dr-address=192.168.100.204 backup-dr-address=192.168.100.201 state="Full" state-changes=5
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=20m39s
1 instance=default router-id=10.255.255.2 address=192.168.100.209 interface=ether5-R2 priority=1
dr-address=192.168.100.212 backup-dr-address=192.168.100.209 state="Full" state-changes=14
ls-retransmits=0 ls-requests=0 db-summaries=0 adjacency=6h15m33s
[admin@R3] > routing ospf instance print
Flags: X - disabled, * - default
0 * name="default" router-id=10.255.255.3 distribute-default=never redistribute-connected=no
redistribute-static=no redistribute-rip=no redistribute-bgp=no redistribute-other-ospf=no
metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 metric-bgp=auto
metric-other-ospf=auto in-filter=ospf-in out-filter=ospf-out
[admin@R3] > routing ospf interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive
# INTERFACE COST PRIORITY NETWORK-TYPE AUTHENTICATION AUTHENTICATION-KEY
0 D ether5-R2 10 1 broadcast none
1 D ether1-R1 10 1 broadcast none
2 DP loopback 10 1 broadcast none
3 D ether2-Sektor 10 1 broadcast none
Možno je tam nejaka fakt banalna vec, ale akosi na to neviem prinst kde mam chybu. Ja mam stale pocit ze default gateway ma byt nejak dynamicke.
ďakujem za každú radu.