subs_id
in commands: dhcp show
, dhcp reauth
, dhcp6 show
, dhcp6 reauth
, and dhcp disconnect
ipfix_reserved
has been added to reserve memory for enabling/changing IPFIX/Netflow parameters. If IPFIX/Netflow parameters are set in the configuration file, memory reservation for IPFIX/Netflow is automatically enabled and parameters/new exporter types can be changed without restarting fastDPI.bind_ipv6_address
and bind_ipv6_subnet
. If the Framed-IPv6-Prefix has a /128 mask, it is not checked against the bind_ipv6_subnet
restriction.dev info
now includes the name of the LAG that the port belongs toClient-Id
now includes tunnel-IP
as part of the subscriber ID. Format of DHCP option Client-Id
with fastpcrf.conf option dhcp_client_id=1
is as follows: [conntype][subs_id][tunnel_ip] conntype = 1 (1 byte) subs_id - 16 bytes tunnel_ip - 4 bytes
Tunnel IP is available in L2TP; for PPPoE, tunnel IP = 0.
ipfix_mtu_limit
to restrict maximum message size for IPFIX UDP packetsvrrp_enable
option changel2subs_id
+ tunnel-IP
. For PPPoE sessions, tunnel IP = 0. CLI commands that use subs_id
as a key (subs prop show
, l2tp show session
, l2tp term
, etc.) may now return multiple entries with the same l2subs_id
.hal mempool props hal mempool stat
DPDK must be built with statistics collection enabled to display mempool stats
Acct-Interim-Interval = 0
is explicitly set in the RADIUS responsedpdk_engine=6
(mqrx-bridge
) — number of RSS dispatchers per bridge. Total number of dispatchers = dpdk_rss * number of bridges
. NIC configuration: RX queue count = dpdk_rss
, TX queue count = number of worker threads (num_threads
). Intended for setups with many bridges (dev1:dev2:dev3:…) for 100G+ NICs, as a replacement for the cluster approach. On-stick devices are supported.dpdk_emit_mempool_size
is deprecated and no longer used.vlan group
were converted and moved from UDR to SDR, with removal from UDR.vlan rule add
- add new rule to SDRvlan rule modify
- modify existing rule in SDRvlan rule delete
- delete rule from SDRvlan rule show
- show all rules for the specified VLAN/QinQvlan rule dump
- dump all rules in SDRvlan rule purge vlan
/qinq
/all
- clear SDR for VLAN/QinQ or bothvlan rule apply
- apply rules; by default, rules are applied 5 minutes after the last SDR modificationcombined_io_direction_mode
optiontelegram_tls
WECHAT
and WECHAT_CALL
pcrf connect show
— show current status and accumulated statistics for PCRF connections.pcrf connect switch [<pcrf_index>]
, where <pcrf_indxed>
is the index of the connection line in the auth_server
parameter. If <pcrf_indxed>
is not specified — defaults to 0.ajb_save_dns
parameter'*.*' is interpreted in bash command line as a file search mask, so now instead of '*', you can specify 'any' ('*' is still supported): 'any.any' - equivalent to '*.*' 'any' - equivalent to '*' '68.any' - equivalent to '68.any' 'any.78-90' - equivalent to '*.78-90'
VASExperts-Service-Type
. Radius acct start/interim/stop sends the authorization type in the VASExperts-Service-Type
attribute.stat flow ip6
command to display IPv6 flow statisticsstat flow ip4
command to display IPv4 flow statistics. Analogous to the output in fastdpi_stat.log
.stat netflow
command. Displays general statistics for Netflow/IPFIX (same as in fastdpi_stat.log
under the "Statistics on NFLW_export" section)stat firewall
commandYou can check the current installed version with the command below
yum info fastdpi
If you have CentOS 6.x or CentOS 8.x installed, then switch the repository once with the command:
sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault .centos.org/' /etc/yum.repos.d/CentOS-*.repo
and then update as usual.
To install the test version, you should issue the following command:
yum --enablerepo vasexperts-beta update fastdpi
Downgrade to 13.3:
yum downgrade fastdpi-13.3 fastpcrf-13.3 dpiutils-13.3 fastradius-13.3