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

Feature request - Add Aruba CX devices #88

Closed
proebstle opened this issue Oct 9, 2023 · 5 comments
Closed

Feature request - Add Aruba CX devices #88

proebstle opened this issue Oct 9, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@proebstle
Copy link
Contributor

No description provided.

@dainok dainok added the enhancement New feature or request label Oct 9, 2023
@proebstle
Copy link
Contributor Author

Maybe the code can help you...
Discover by SSH.
command "no page" for no paging

def discovery(nrni, filters=None, filter_type=None): """Discovery Arubx CX devices."""
# platform = "ArubaCX" host_list = []
failed_host_list = [] # Define commands, in order with command, template, enabled
commands = [ ("show system", "HOSTNAME"),
("show running-config", None), ("show interfaces brief", None),
("show vlan", None), ("show cdp neighbor-info", None),
("show lldp neighbor-info", None), ("show mac-address", None),
("show arp", None), ("show lag", None),
("show ip interface brief", None), ("show ip route", None),
("show version", None), ("show system", None),
("show logging", None), ("show spanning-tree", None),

` ]

@dainok
Copy link
Owner

dainok commented Oct 14, 2023

@proebstle I need the output from a swtich so I can prepare a test scenario.
With CX are you referring to https://github.com/networktocode/ntc-templates/tree/master/tests/aruba_aoscx ?

@dainok
Copy link
Owner

dainok commented Oct 21, 2023

@proebstle check #99
Seems that NTC Templates need to be implemented or adjusted (https://github.com/networktocode/ntc-templates/tree/master/tests/aruba_aoscx)

@dainok
Copy link
Owner

dainok commented Nov 8, 2023

@proebstle please check #99
NTC templates PR is networktocode/ntc-templates#1559

@dainok dainok self-assigned this Nov 8, 2023
@dainok
Copy link
Owner

dainok commented Nov 9, 2023

@dainok dainok closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants