Skip to content

Latest commit

 

History

History
95 lines (70 loc) · 2.88 KB

comware_l2vpn_global_module.rst

File metadata and controls

95 lines (70 loc) · 2.88 KB

comware_l2vpn_global

Added in version 1.8

Enable or Disable L2VPN on a HP Comware 7 device

parameter required default choices comments
state yes
  • enabled
  • disabled
Desired state for l2vpn global configuration
hostname yes IP Address or hostname of the Comware 7 device that has NETCONF enabled
username yes Username used to login to the switch
password yes Password used to login to the switch
port no 830 NETCONF port number
look_for_keys no False Whether searching for discoverable private key files in ~/.ssh/


# enable l2vpn globally
- comware_l2vpn_global: state=enabled username={{ username }} password={{ password }} hostname={{ inventory_hostname }}