Skip to content

ns trafficDomain

The following operations can be performed on "ns trafficDomain":

add | rm | clear | bind | unbind | enable | disable | show | stat

add ns trafficDomain

Configure Traffic Domain on the system.

Synopsys

add ns trafficDomain <td> [-aliasName <string>] [-vmac ( ENABLED | DISABLED )]

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

aliasName

Name of traffic domain being added.

vmac

Associate the traffic domain with a VMAC address instead of with VLANs. The NetScaler ADC then sends the VMAC address of the traffic domain in all responses to ARP queries for network entities in that domain. As a result, the ADC can segregate subsequent incoming traffic for this traffic domain on the basis of the destination MAC address, because the destination MAC address is the VMAC address of the traffic domain. After creating entities on a traffic domain, you can easily manage and monitor them by performing traffic domain level operations.

Possible values: ENABLED, DISABLED

Default value: DISABLED

Example

add ns trafficDomain 1 -aliasName td1

rm ns trafficDomain

Remove Traffic Domain configured.

Synopsys

rm ns trafficDomain <td>

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

Example

rm ns trafficDomain 1

clear ns trafficDomain

Remove Traffic Domain configuration.

Synopsys

clear ns trafficDomain <td>

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

bind ns trafficDomain

bind vlan or bridgegroup entities with traffic domain.

Synopsys

bind ns trafficDomain <td> [-vlan <positive_integer>] [-bridgegroup <positive_integer>] [-vxlan <positive_integer>]

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

vlan

ID of the VLAN to bind to this traffic domain. More than one VLAN can be bound to a traffic domain, but the same VLAN cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 4094

bridgegroup

ID of the configured bridge to bind to this traffic domain. More than one bridge group can be bound to a traffic domain, but the same bridge group cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 1000

vxlan

ID of the VXLAN to bind to this traffic domain. More than one VXLAN can be bound to a traffic domain, but the same VXLAN cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 16777215

Example

bind ns trafficDomain 1 -vlan 2

unbind ns trafficDomain

Unbind vlan or bridgegroup entities from traffic domain

Synopsys

unbind ns trafficDomain <td> [-vlan <positive_integer>] [-bridgegroup <positive_integer>] [-vxlan <positive_integer>]

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

vlan

ID of the VLAN to bind to this traffic domain. More than one VLAN can be bound to a traffic domain, but the same VLAN cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 4094

bridgegroup

ID of the configured bridge to bind to this traffic domain. More than one bridge group can be bound to a traffic domain, but the same bridge group cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 1000

vxlan

ID of the VXLAN to bind to this traffic domain. More than one VXLAN can be bound to a traffic domain, but the same VXLAN cannot be a part of multiple traffic domains.

Minimum value: 1

Maximum value: 16777215

Example

unbind ns trafficDomain 1 -vlan 2

enable ns trafficDomain

Enable TrafficDomain.

Synopsys

enable ns trafficDomain <td>

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

Example

enable ns trafficdomain 1

disable ns trafficDomain

Disable TrafficDomain.

Synopsys

disable ns trafficDomain <td>

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

Example

disable ns trafficdomain 1

show ns trafficDomain

Display Traffic Domain configuration.

Synopsys

show ns trafficDomain [<td>]

Arguments

td

Integer value that uniquely identifies a traffic domain.

Minimum value: 1

Maximum value: 4094

format

level

Outputs

aliasName

Name of traffic domain being added.

vmac

Associate the traffic domain with a VMAC address instead of with VLANs. The NetScaler ADC then sends the VMAC address of the traffic domain in all responses to ARP queries for network entities in that domain. As a result, the ADC can segregate subsequent incoming traffic for this traffic domain on the basis of the destination MAC address, because the destination MAC address is the VMAC address of the traffic domain. After creating entities on a traffic domain, you can easily manage and monitor them by performing traffic domain level operations.

stateflag

Used internally for display.

vlan

ID of the VLAN to bind to this traffic domain. More than one VLAN can be bound to a traffic domain, but the same VLAN cannot be a part of multiple traffic domains.

vxlan

ID of the VXLAN to bind to this traffic domain. More than one VXLAN can be bound to a traffic domain, but the same VXLAN cannot be a part of multiple traffic domains.

bridgegroup

ID of the configured bridge to bind to this traffic domain. More than one bridge group can be bound to a traffic domain, but the same bridge group cannot be a part of multiple traffic domains.

state

The state of TrafficDmain.

devno

count

Example

An example of the output of the show trafficDomain command is as follows:1) Traffic Domain: 1 Alias Name: State: ENABLED Vlans : 502) Traffic Domain: 2 Alias Name: State: ENABLED Vlans : 2 Bridge Group : 1Done

stat ns trafficDomain

Display statistics for Traffic Domains(s).

Synopsys

stat ns trafficDomain [<td>] [-detail] [-fullValues] [-ntimes <positive_integer>] [-logFile <input_filename>] [-clearstats ( basic | full )]

Arguments

td

An integer specifying the Traffic Domain ID. Possible values: 1 through 4094.

Minimum value: 1

Maximum value: 4094

clearstats

Clear the statsistics / counters

Possible values: basic, full

Outputs

count

devno

stateflag

Outputs

Packets received (TdRxPkts)

Packets received on this TD.

Packets sent (TdTxPkts)

Packets transmitted from this TD.

Packets dropped (TdDropPkts)

Inbound packets dropped on this TD by reception.

Example

stat ns trafficdomain 1

Was this article helpful?