Config¶
Leafs
-
class
TelemetrySystem.Subscriptions.Persistent.Subscription.
Config
¶ Bases:
Entity
Class Hierarchy:
TelemetrySystem
Subscriptions
Persistent
Subscription
Config
This class represents configuration data.
Config parameters relating to the telemetry
subscriptions on the local device
-
subscription_id
¶ Identifer of the telemetry subscription. Will be used by configuration operations needing to modify or delete the telemetry subscription
type: int
range: 0..18446744073709551615
-
local_source_address
¶ The IP address which will be the source of packets from the device to a telemetry collector destination
type: union of the below types:
type: str
pattern: (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?
-
originated_qos_marking
¶ DSCP marking of packets generated by the telemetry subsystem on the network device
type: int
range: 0..63
-