Cisco Cisco Packet Data Gateway (PDG)

Descargar
Página de 1868
If the options specified do not exactly match an existing rule definition, the insertion point does not change.
Important
no
Removes the rule definition which exactly matches the options specified.
css service svc_name
The name of the Content Service Steering (CSS) service to which packets are to be redirected. At the executive
mode prompt, use the show css service all command to display the names of all configured CSS services.
svc_name must be an alphanumeric string of 1 through 15 characters.
log
Default: packets are not logged.
Indicates all packets which match the redirect are to be logged.
host
Specifies that the rule definition applies to a specific host as determined by its IP address.
source_host_address
The IP address of the source host to filter against expressed in IPv6 colon-separated-hexadecimal notation.
Usage Guidelines
Define a rule definition when a very specific remote host is to be blocked. In simplified networks where the
access controls need only block a few hosts, this command allows the rule definitions to be very clear and
concise.
A maximum of 16 rule definitions can be configured per ACL. Also note that "redirect" rule definitions
are ignored for ACLs applied to specific subscribers or all subscribers facilitated by a specific context.
Important
Examples
The following command defines a rule definition that redirects packets to the CSS service with the name
css-svc1 and a host IP address of fe80::c0a8:c80b:
redirect css service css-svc1 host fe80::c0a8:c80b
The following sets the insertion point to before the first rule definition above:
before redirect css service css-svc1 host fe80::c0a8:c80b
The following command sets the insertion point after the second rule definition above:
after redirect css service css-svc1 host fe80::c0a8:c80b
The following deletes the first rule definition above:
no redirect css service css-svc1 host fe80::c0a8:c80b
   Command Line Interface Reference, Modes I - Q, StarOS Release 19
212
IPv6 ACL Configuration Mode Commands
redirect css service (by host IP address)