I want to block p2p traffic for some pppoe users(session). Mikrotik access request radius have a ‘Filter-Id’ field.
How to use this field (‘Filter-Id’) to block p2p traffic for some pppoe users(session)?
Please working examples create chan firewall and Filter-Id value for it.
Filter-Id - firewall filter chain name. It is used to make a dynamic firewall rule. Firewall chain name can have suffix .in or .out, that will install rule only for incoming or outgoing traffic. Multiple Filter-id can be provided, but only last ones for incoming and outgoing is used. For PPPs - filter rules in ppp chain that will jump to the specified chain, if a packet has come to/from the client (that means that you should first create a ppp chain and make jump rules that would put actual traffic to this chain). The same applies for HotSpot, but the rules will be created in hotspot chain
after quoting that text, I read it and understood that I don’t understand anything quoted
so, try to use ‘Filter-Id’ for some test user, and look at the rules router will create for you =)