Skip to content

Latest commit

 

History

History
114 lines (88 loc) · 3.6 KB

comware_teleFlowGroup_global_module.rst

File metadata and controls

114 lines (88 loc) · 3.6 KB

comware_teleFlowGroup_global

Added in version 1.0

Manage telemetry flow group agingtime on Comware 7 devices.The default value is Varies by device.

parameter required default choices comments
agtime yes elemetry flow group agingtime
state no present
  • present
  • default
Desired state for the interface configuration
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 Flow Group aging time config
  - comware_teteFlowGroup_global:
      agtime:20
      username: "{{ username }}"
      password: "{{ password }}"
      hostname: "{{ inventory_hostname }}"

 # config aging time into default state
- comware_teteFlowGroup_global:
      agtime:20
      username: "{{ username }}"
      password: "{{ password }}"
      hostname: "{{ inventory_hostname }}"
      state: default