ADC CLI Commands

lsn-ip6profile

The following operations can be performed on “lsn-ip6profile”:

rm show add

rm lsn ip6profile

Remove LSN IP6Profile.

Synopsis

rm lsn ip6profile

Arguments

name Name for the LSN ip6 profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN ip6 profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “lsn ip6 profile1” or ‘lsn ip6 profile1’).

Example

rm lsn ip6profile i1

show lsn ip6profile

Display LSN IP6 profile.

Synopsis

show lsn ip6profile []

Arguments

name Name for the LSN ip6 profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN ip6 profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “lsn ip6 profile1” or ‘lsn ip6 profile1’).

Output

type IPv6 translation type for which to set the LSN IP6 profile parameters.

network6 IPv6 address of the Citrix ADC AFTR device

natprefix IPv6 address(es) of the LSN subscriber(s) or subscriber network(s) on whose traffic you want the Citrix ADC to perform Large Scale NAT.

devno count stateflag

Example

show lsn ip6 profile

add lsn ip6profile

Add LSN IP6 profile.

Synopsis

add lsn ip6profile -type ( DS-Lite | NAT64 ) [-natprefix <ipv6_addr|*>] [-network6 <ipv6_addr|*>]

Arguments

name Name for the LSN ip6 profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the LSN ip6 profile is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, “lsn ip6 profile1” or ‘lsn ip6 profile1’).

type IPv6 translation type for which to set the LSN IP6 profile parameters.

Possible values: DS-Lite, NAT64

natprefix IPv6 address(es) of the LSN subscriber(s) or subscriber network(s) on whose traffic you want the Citrix ADC to perform Large Scale NAT.

network6 IPv6 address of the Citrix ADC AFTR device

Example

add lsn ip6profile i1 -type DS-Lite -network6 1001::1/64

lsn-ip6profile