Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Configure lldp role support for Cisco-IOS devices #66

Open
wants to merge 4 commits into
base: devel
Choose a base branch
from

Conversation

justjais
Copy link
Member

Added configure_lldp and configure_lldp jinja template for Cisco IOS device provider to configure lldp using ios device provider role.

To configure lldp via this role user needs to build their playbook as:

- hosts: ios

  roles:
  - name ansible-network.cisco_ios
    function: configure_lldp
  vars:
    lldp:
      - holdtime: 60
        reinit: 4
        timer: 60
        tlv-select: management-address
        interface: GigabitEthernet 0/3
        receive: enable
        transmit: disable

Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
Signed-off-by: Sumit Jaiswal <[email protected]>
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant