PacketChannel Object


Description:

Define a packet socket channel characteristics for an emulated device.

Parents: EmulatedDevice

Automatically-created children: PacketChannelStats, RxPacketChannelOptions, TxPacketChannelOptions

Result children (automatically created): PacketChannelStats

Relations:

Side name
(Type)
Relative Description
ViewControlPlaneMplsBindingResult
(ControlPlaneBindingResult)

ViewControlPlaneMplsBindingResult

ConvergenceConfig
(PrimaryPathProtocolConfig)

ConvergenceConfig, ConvergenceConfig

ResultChild
(ResultChild)

PacketChannelStats

Use this to connect a results object to an object.

TimeComparisonPair
(TimeComparisonPairSrcProtocol)

TsnProtocolsTimeComparisonPair, TsnProtocolsTimeComparisonPair

UsesIf
(UsesIf)

Aal5If, EthIIIf, FcIf, GreIf, GroupIf, HdlcIf, Ipv4If, Ipv6If, Ipv6SrhIf, ItagIf, L2tpv2If, L2tpv3If, LispIf, MacsecIf, MplsIf, PppIf, PppoeIf, TrillIf, VbrasIf, VlanIf, VxlanGpeIf, VxlanIf

Specifies the interfaces used by the configuration object (configuration object examples: BgpRouterConfig, LdpRouterConfig, and so on).

PacketChannel Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
EncapsulationType

Ethernet encapsulation type.

Type: enum

Default: IPV4

Possible Values:

Value Description
IPV4

IPv4 encapsulation.

IPV6

IPv6 encapsulation.

CLNP

CLNP encapsulation.

UsePartialBlockState

Whether to use partial block state.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Uses partial block state.

FALSE

Do not use partial block state.

PacketChannel Read-Only Attributes

Read-Only Attribute Description
ChannelState

Current state of the channel.

Type: enum

Default: CHANNEL_STATE_NO_STATE

Possible Values:

Value Description
CHANNEL_STATE_NO_STATE

Channel has no state and unable to send or receive packets.

CHANNEL_STATE_UP

Channel is started and able to send or receive packets.

CHANNEL_STATE_DOWN

Channel is not started and unable to send or receive packets.