Added in version 1.8
Enable or Disable L2VPN on a HP Comware 7 device
parameter | required | default | choices | comments |
---|---|---|---|---|
state | yes |
|
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 }}