IfStackAddCommand Object


Description:

Adds an interface stack to a device.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

IfStackAddCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
DeviceList

Device under which the interface stack needs to be added.

Type: handle

Default: 0

IfCount

Interface block count for each of the elements specified in the IfStack attribute. Must have the same list count as the IfStack attribute.

Type: u32

Default: 1

IfStack

Interface stack to be added to the device.

Use a list of strings, such as Ipv4If, EthIIIf, and so on, in appropriate order.

Type: string

Default: "" (empty string)

IsPrimaryIf

Whether is a Loopback Interface.

Type: bool

Default: TRUE

Possible Values:

Value Description
TRUE

True.

FALSE

False.

LoopbackIf

Whether the specified interface stack refers to a loopback interface.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Interface stack refers to a loopback interface.

FALSE

Interface stack does not refer to a loopback interface.

IfStackAddCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status