Hello
did anyone has success implementing IPv6 fastpath on 7.18+ ?
I have met the same conditions as fastpath ipv4, the checkbox is active, but no counters! All to 0.
How can I be sure the fastpath is running?
thanks
My bad. Tough if FastTrack works for you, than FastPath should be too, since the former can't operate without the later. While we at the topic of FastPath (and FastTrack) the relevant sections of the documentation need some love, since IPv6 FastPath and FastTrack are undocumented features currently.[...] I was talking about fastPATH
[admmikrotik@router70a] > /ip/settings/print
ip-forward: yes
send-redirects: yes
accept-source-route: yes
accept-redirects: no
secure-redirects: yes
rp-filter: strict
ipv4-multipath-hash-policy: l3
tcp-syncookies: yes
tcp-timestamps: random-offset
max-neighbor-entries: 16384
arp-timeout: 30s
icmp-rate-limit: 100000
icmp-rate-mask: 0x1818
icmp-errors-use-inbound-interface-address: no
allow-fast-path: yes
ipv4-fast-path-active: no
ipv4-fast-path-packets: 0
ipv4-fast-path-bytes: 0
ipv4-fasttrack-active: yes
ipv4-fasttrack-packets: 1202060
ipv4-fasttrack-bytes: 1250656041
[admmikrotik@router70a] > /ipv6/settings/print
disable-ipv6: no
forward: yes
multipath-hash-policy: l3
accept-redirects: no
accept-router-advertisements: no
disable-link-local-address: no
stale-neighbor-detect-interval: 30
stale-neighbor-timeout: 60
min-neighbor-entries: 4096
soft-max-neighbor-entries: 8192
max-neighbor-entries: 16384
allow-fast-path: yes
ipv6-fast-path-active: yes
ipv6-fast-path-packets: 0
ipv6-fast-path-bytes: 0
ipv6-fasttrack-active: yes
ipv6-fasttrack-packets: 7301486
ipv6-fasttrack-bytes: 7933132583
/ipv6 firewall filter add action=fasttrack-connection chain=forward comment="Enable FastTracked v6 traffic" connection-state=established,related
/ipv6 firewall filter add action=accept chain=forward comment="accept established,related,untracked" connection-state=established,related,untracked