error-message-guide-733
Dies ist eine alte Version des Dokuments!
Error Message Guide - AOS 7.3.3.R01
In diesem Dokument werde ich bekannte Fehlermeldungen und die dazugehörige Lösung veröffentlichen.
FP_METER_TABLE entry 1 parity error
Fehlermeldung auf Console / im swlog:
Mar 9 11:25:00 OS6900 swlogd: bcmd sdk info(5) unit 0 FP_METER_TABLE entry 1 parity error Mar 9 11:25:00 OS6900 swlogd: bcmd sdk info(5) Unit 0: mem: 1183=FP_METER_TABLE blkoffset:6 Mar 9 11:25:00 OS6900 swlogd: bcmd sdk info(5) Unit 0: CLEAR_RESTORE: FP_METER_TABLE[1183] blk: ipipe0 index: 1
Ursache:
Dieses Thema tritt bei QOS/Policy Conditions auf die sehr viele „any“ Parameter enthalten z.B.
policy condition iperf-cnd destination udp-port 5001 policy action iperf-act maximum bandwidth 100M maximum depth 10.0M policy rule iperf condition iperf-cnd action iperf-act
Das Shaping der Bandbreite würde hier allen UDP-Datenverkehr auf Zielport 5001 betreffen.
Lösung:
Ein einfacher Workaround wäre die Regel spezifischer zu machen z.B.
policy condition iperf-cnd source ip 192.168.10.1 destination ip 192.168.10.2 destination udp-port 5001 policy action iperf-act maximum bandwidth 100M maximum depth 10.0M policy rule iperf condition iperf-cnd action iperf-act
Eine vollständige Lösung dieses Themas ist ab AOS >= 7.3.3.413.R01 verfügbar (PR 191547).
error-message-guide-733.1403126430.txt.gz · Zuletzt geändert: 2024/06/09 10:29 (Externe Bearbeitung)