ADC CLI Commands

MapDomain

The following operations can be performed on “MapDomain”:

show stat bind rm add unbind

show MapDomain

Display MAP Domain.

Synopsis

show MapDomain []

Arguments

name Name for the MAP Domain. 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 MAP Domain 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, “add network MapDomain map1”).

Output

MapDmrName Default Mapping rule name.

MapBmrName Basic Mapping rule name.

devno count stateflag

Example

show network MapDomain map1

stat MapDomain

Display MAP Domain statistics.

Synopsis

stat MapDomain [] [-detail] [-fullValues] [-ntimes ] [-logFile ] [-clearstats ( basic | full )]

Arguments

name An integer specifying the VLAN identification number (VID). Possible values: 1 through 4094.

detail Specifies detailed output (including more statistics). The output can be quite voluminous. Without this argument, the output will show only a summary.

fullValues Specifies that numbers and strings should be displayed in their full form. Without this option, long strings are shortened and large numbers are abbreviated

ntimes The number of times, in intervals of seven seconds, the statistics should be displayed. Default value: 1 Minimum value: 0

logFile The name of the log file to be used as input.

clearstats Clear the statsistics / counters

Possible values: basic, full

Output

count devno stateflag

Counters

MAP-T IPv6 TCP Rx packets (v6rxPktsTcp) Total number of MAP-T IPv6 TCP Recieved packets.

MAP-T IPv6 TCP Tx packets (v6txPktsTcp) Total number of MAP-T IPv6 TCP Transmitted packets.

MAP-T IPv6 TCP Rx Bytes (v6rxBytesTcp) Total number of MAP-T IPv6 TCP Recieved Bytes.

MAP-T IPv6 TCP Tx Bytes (v6txBytesTcp) Total number of MAP-T IPv6 TCP Transmitted Bytes.

MAP-T IPv4 TCP Rx packets (v4rxPktsTcp) Total number of MAP-T IPv4 TCP Recieved packets.

MAP-T IPv4 TCP Tx packets (v4txPktsTcp) Total number of MAP-T IPv4 TCP Transmitted packets.

MAP-T IPv4 TCP Rx Bytes (v4rxBytesTcp) Total number of MAP-T IPv4 TCP Recieved Bytes.

MAP-T IPv4 TCP Tx Bytes (v4txBytesTcp) Total number of MAP-T IPv4 TCP Transmitted Bytes.

MAP-T IPv6 UDP Rx packets (v6rxPktsUdp) Total number of MAP-T IPv6 UDP Recieved packets.

MAP-T IPv6 UDP Tx packets (v6txPktsUdp) Total number of MAP-T IPv6 UDP Transmitted packets.

MAP-T IPv6 UDP Rx Bytes (v6rxBytesUdp) Total number of MAP-T IPv6 UDP Recieved Bytes.

MAP-T IPv6 UDP Tx Bytes (v6txBytesUdp) Total number of MAP-T IPv6 UDP Transmitted Bytes.

MAP-T IPv4 UDP Rx packets (v4rxPktsUdp) Total number of MAP-T IPv4 UDP Recieved packets.

MAP-T IPv4 UDP Tx packets (v4txPktsUdp) Total number of MAP-T IPv4 UDP Transmitted packets.

MAP-T IPv4 UDP Rx Bytes (v4rxBytesUdp) Total number of MAP-T IPv4 UDP Recieved Bytes.

MAP-T IPv4 UDP Tx Bytes (v4txBytesUdp) Total number of MAP-T IPv4 UDP Transmitted Bytes.

MAP-T IPv6 ICMP Rx packets (v6rxPktsIcmp) Total number of MAP-T IPv6 ICMP Recieved packets.

MAP-T IPv6 ICMP Tx packets (v6txPktsIcmp) Total number of MAP-T IPv6 ICMP Transmitted packets.

MAP-T IPv6 ICMP Rx Bytes (v6rxBytesIcmp) Total number of MAP-T IPv6 ICMP Recieved Bytes.

MAP-T IPv6 ICMP Tx Bytes (v6txBytesIcmp) Total number of MAP-T IPv6 ICMP Transmitted Bytes.

MAP-T IPv4 ICMP Rx packets (v4rxPktsIcmp) Total number of MAP-T IPv4 ICMP Recieved packets.

MAP-T IPv4 ICMP Tx packets (v4txPktsIcmp) Total number of MAP-T IPv4 ICMP Transmitted packets.

MAP-T IPv4 ICMP Rx Bytes (v4rxBytesIcmp) Total number of MAP-T IPv4 ICMP Recieved Bytes.

MAP-T IPv4 ICMP Tx Bytes (v4txBytesIcmp) Total number of MAP-T IPv4 ICMP Transmitted Bytes.

MAP-T Total V6 Recieved packets (v6rxPkts) Total number of MAP-T V6 Recieved packets.

MAP-T Total V6 Transmitted packets (v6txPkts) Total number of MAP-T V6 Transmitted packets.

MAP-T Total V4 Recieved packets (v4rxPkts) Total number of MAP-T V4 Recieved packets.

MAP-T Total V4 Transmitted packets (v4txPkts) Total number of MAP-T V4 Transmitted packets.

Example

stat mapdomain

bind MapDomain

Bind MAP domain with BMR rule.

Synopsis

bind MapDomain -MapBmrName

Arguments

name Name for the MAP Domain. 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 MAP Domain 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, “add network MapDomain map1”).

MapBmrName Basic Mapping rule name.

Example

bind network MapDomain map1 -MapBmrName bmr1

rm MapDomain

Remove MAP Domain.

Synopsis

rm MapDomain

Arguments

name Name for the MAP Domain. 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 MAP Domain 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, “add network MapDomain map1”).

Example

rm network MapDomain map1

add MapDomain

Add MAP Domain.

Synopsis

add MapDomain -MapDmrName

Arguments

name Name for the MAP Domain. 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 MAP Domain 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, “add network MapDomain map1”).

MapDmrName Default Mapping rule name.

Example

add network MapDomain map1 -MapBmrName dmr1

unbind MapDomain

unbind MAP Domain from BMR rule.

Synopsis

unbind MapDomain -MapBmrName

Arguments

name Name for the MAP Domain. 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 MAP Domain 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, “add network MapDomain map1”).

MapBmrName Basic Mapping rule name.

Example

unbind network MapDomain map1 -MapBmrName bmr1

MapDomain