cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
180
Views
0
Helpful
2
Replies

block TIK TOK on router 😢

tiofalm
Level 1
Level 1

Please help blocking the Tik Tok application

2 Replies 2

Christian1225
Level 1
Level 1

Use DNS filtering (like OpenDNS or NextDNS) or Block TikTok's domains and IPs via your router or firewall settings.

Torbjørn
VIP
VIP

You can achieve this with QoS and NBAR if you install the most recent protocol pack: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_nbar/prot_lib/config_library/pp7500/release-notes-cisco-protocol-pack-75-0-0.html

After the protocol pack is installed the configuration of this would look something like this:

class-map match-any blocked-apps
 match protocol tiktok
policy-map drop-blocked-apps
 class blocked-apps
 drop
interface {wan interface}
 service-policy output drop-blocked-apps

 

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev