Home > Configuration > CI > addcontentinspectionprofile

addcontentinspectionprofile

Use this method to adds ContentInspection profile to the NetScaler appliance.

Syntax



Parameters

name

Name of a ContentInspection profile. Must begin with a letter, number, or the underscore \(_\) character. Other characters allowed, after the first character, are the hyphen \(-\), period \(.\), hash \(\#\), space \( \), at \(@\), colon \(:\), and equal \(=\) characters. The name of a IPS profile cannot be changed after it is created. CLI Users: If the name includes one or more spaces, enclose the name in double or single quotation marks \(for example, "my ips profile" or 'my ips profile'\).
This is mandatory parameter.

type

Type of ContentInspection profile. Following types are available to configure: INLINEINSPECTION : To inspect the packets/requests using IPS. MIRROR : To forward cloned packets.
This is mandatory parameter.

ingressinterface

Ingress interface for CI profile.It is a mandatory argument while creating an ContentInspection profile of IPS type.

ingressvlan

Ingress Vlan for CI
Minimum value = 0.

egressinterface

Egress interface for CI profile.It is a mandatory argument while creating an ContentInspection profile of type INLINEINSPECTION or MIRROR.

iptunnel

IP Tunnel for CI profile. It is used while creating a ContentInspection profile of type MIRROR when the IDS device is in a different network

egressvlan

Egress Vlan for CI
Minimum value = 0.

Return Value

Returns simpleResult

See Also