Configuring Packet Filter
To configure the packet filter, use the following sample configuration.
config
active-charging service service_name
packet-filter packet_filter_name
direction { bi-directional | downlink | uplink }
ip local-port { = port_number | range start_port_number to
end_port_number }
ip protocol = protocol_number
ip remote-port { = port_number | range start_port_number to
end_port_number }
ip tos-traffic-class = { type-of-service | traffic class }
mask { = mask-value}
priority priority
end
NOTES:
-
packet-filter packet_filter_name : Configure the packet filters to be sent to UE. packet_filter_name must be an alphanumeric string of 1 to 15 characters.
-
direction { bi-directional | downlink | uplink } : Configure the direction in which the packet filter has to be applied. The default value is bi-directional .
-
ip local-port : Configure the IP 5-tuple local port(s) for the current packet filter.
-
ip protocol : Configure the IP protocol(s) for the current packet filter.
-
ip remote-address : Configure the IP remote address(es) for the current packet filter.
-
ip remote-port : Configure the IP remote port(s) for the current packet filter.
-
ip tos-traffic-class : Configure the Type of Service (TOS)/Traffic class under charging action in the Packet filter mode.
-
priority priority : Configure the priority of the current packet filter.