Interface AddLinkErspanIp6erspanTypeArgs

Add link erspan & IP6 erspan type arguments.

Hierarchy

  • AddLinkErspanIp6erspanTypeArgs

Properties

allow-localremote?: boolean

Specifies whether to allow remote endpoint to have an address configured on local host.

erspan?: number

Specifies the ERSPAN v1 index field. IDX indicates a 20 bit index/port number associated with the ERSPAN traffic's source port and direction.

erspan_dir?: ErspanDirections

Specifies the ERSPAN v2 mirrored traffic's direction.

erspan_hwid?: number

A unique identifier of an ERSPAN v2 engine within a system. hwid is a 6-bit value for users to configure.

erspan_ver: number

TODO: Add an enum for validator?

Specifies the ERSPAN version number. version indicates the ERSPAN version to be created:

0 for version 0 type I, 1 for version 1 (type II) or 2 for version 2 (type III).

external?: true

Make this tunnel externally controlled (or not, which is the default).

In the kernel, this is referred to as collect metadata mode. This flag is mutually exclusive with the remote, local, erspan_ver, erspan, erspan_dir and erspan_hwid options.

key: number

A 32-bit key to identify the GRE tunnel.

local: string

Specifies the fixed local address for tunneled packets. It must be an address on another interface on this host.

noallow-localremote?: boolean

See

{@link['allow-localremote']}

remote: string

Specifies the remote address of the tunnel.

seq: true

Enable sequence numbering of ERSPAN packets. This can be useful for detecting packet loss.

Generated using TypeDoc