I'm currently evaluating a RB411 as a base station SBC for our PtMP wireless network. I've already configured and implemented OSPFv2 and so far, all went fine. However, I decided to configure OSPFv3 as well, in order to have a similar routing configuration with IPv4. During my tests, I encountered a few "glitches" and an important issue with LSAs.
The routerboard is connected to a Juniper firewall running JUNOS, and the following has an uplink to a Cisco router. I followed the procedure for which I am accustomed, to configure the RB411, like configuring a loopback address, configuring the areas and so on.. I first came to the conclusion that a few important features are missing (as for ospfv2), like the reference-bandwidth command (that would be pretty useful for a higher-end board). Then, once OSPFv3 was configured, I discovered that a prefix was missing from the routing table, despite the fact the corresponding LSA was present in the ospf's database. Here's the output of the database:
Code:Select all
[eprom@WAP2] > /路由ospf-v3 lsa打印细节nstance=default area=area2 type=link id=0.0.0.1 originator=10.2.3.1 sequence-number=0x8000000A age=2297 checksum=0xF0C0 options="V6|E|R|DC" body= on=vlan500 priority=128 local-address=fe80::b2c6:9a01:f473:8482 prefix=2001:620:2010:200::/64 options=00000000 instance=default area=area2 type=link id=0.0.0.9 originator=10.2.3.2 sequence-number=0x80000009 age=996 checksum=0xA9D7 options="V6|E|R" body= on=vlan500 priority=1 local-address=fe80::20c:42ff:fe4d:842b prefix=2001:620:2010:200::/64 options=00000000 instance=default area=area2 type=router id=0.0.0.0 originator=10.2.3.1 sequence-number=0x8000000C age=1226 checksum=0xE7E9 options="V6|E|R|DC" body= flags= link-type=Transit iface-id=1 neighbor-iface-id=1 neighbor-routerId=10> instance=default area=area2 type=router id=0.0.0.0 originator=10.2.3.2 sequence-number=0x80000008 age=996 checksum=0xF3EF options="V6|E|R" body= flags= link-type=Transit iface-id=1 neighbor-iface-id=1 neighbor-routerId=10> instance=default area=area2 type=network id=0.0.0.1 originator=10.2.3.1 sequence-number=0x80000007 age=876 checksum=0x9A36 options="V6|E|R|DC" body= routerId=10.2.3.1 routerId=10.2.3.2 instance=default area=area2 type=intra-area-prefix id=0.0.0.1 originator=10.2.3.1 sequence-number=0x8000000F age=148 checksum=0x5E56 options="" body= referenced-LS-type=Router LSA referenced-LS-ID=0 prefix=2001:620:2010:2fe::c/126 options=00000000 prefix=2001:620:2010:203::1/128 options=01000000 (LA) instance=default area=area2 type=intra-area-prefix id=0.0.0.2 originator=10.2.3.1 sequence-number=0x80000007 age=526 checksum=0x56CC options="" body= referenced-LS-type=Network LSA referenced-LS-ID=1 prefix=2001:620:2010:200::/64 options=00000000
Code:Select all
[eprom@WAP2] > /ipv6 route print Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, o - ospf, b - bgp, U - unreachable # DST-ADDRESS GATEWAY DISTANCE 0 ADC 2001:620:2010:200::/64 vlan500 0 1 ADC 2001:620:2010:202::/64 vlan502 0 2 ADC 2001:620:2010:203::2/128 lo0 0 3 ADo 2001:620:2010:2fe::c/126 fe80::b2c6:9a01:f473:... 110
Code:Select all
15:49:35 route,ospf,warning LSA installation failed 15:49:35 route,ospf,warning header=Summary Network LSA id=0.0.0.78 originator=10.2.255.1 seqnum=0x800005b6 15:49:35 route,ospf,warning LSA installation failed 15:49:35 route,ospf,warning header=Summary Network LSA id=0.0.0.79 originator=10.2.255.1 seqnum=0x800005b6