Configuration to Enable URL Blacklisting
Use the following configuration to enable URL blacklisting feature on UPF.
configure
active-charging service service_name
url-blacklisting match-method [ exact | generic ]
rulebase rulebase_name
url-blacklisting action [ discard | terminate-flow ]
end
NOTES:
-
match-method [ exact | generic ] : Specifies the match method used for URL blacklisting.
-
exact : URL Blacklisting perform an exact-match of URL.
-
generic : URL Blacklisting perform generic-match of URL.
-
-
url-blacklisting action [ discard | terminate-flow ] :
-
discard : Discards the HTTP packet received.
-
terminate-flow : Terminates the flow of the HTTP packet received.
-