Added in version 1.0
Manage telemetry global enable(disable) and telemetry stream timestamp enable(disable) and device-idon Comware 7 devices.Before config device-id,the timestamp must be enable.
parameter | required | default | choices | comments |
---|---|---|---|---|
glo_enable | no | enable |
|
config global telemetry stream enable.The default state is enable. |
timestamp | no | disable |
|
config telemetry stream timestamp enable.The default state is disable. |
timestamp | no | config telemetry stream timestamp enable.The default state is disable.config telemetry stream device-id. | ||
state | no | present |
|
Recovering the dufault state of telemetry stream |
port | no | 830 | NETCONF port number | |
hostname | yes | IP Address or hostname of the Comware v7 device that has NETCONF enabled | ||
username | yes | Username used to login to the switch | ||
password | yes | Password used to login to the switch | ||
look_for_keys | no | False | Whether searching for discoverable private key files in ~/.ssh/ |
# telemetry config - comware_tele_stream: glo_enable: enable timestamp: enable deviceID: 10.10.10.1 username: "{{ username }}" password: "{{ password }}" hostname: "{{ inventory_hostname }}" state: present