Step Description Command Keys
30 Assign a content filter category profile esr(config-ips-category-rule)# ip
http content-filter <NAME>
<NAME> – name of the content
filtering profile, specified as a
string of up to 31 characters.
any – rule will trigger for http
sites of any category.
31 Activate a rule. esr(config-ips-category-rule)#
enable
13.8.2 Content filtering rules configuration example
Objective:
Deny access to http sites related to the categories of adult-content, casino, online-betting, online-lotteries from
the local network 192.168.1.0/24
Solution:
Interfaces and firewall rules must be configured on the device beforehand.
Create a profile of addresses of LAN which we will protect:
esr(config)# object-group network LAN
esr(config-object-group-network)# ip prefix 192.168.1.0/24
esr(config-object-group-network)# exit