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

Add Extreme platform with 6 templates #1526

Merged
merged 13 commits into from
Nov 6, 2023

Conversation

PavloSkliarenko
Copy link
Contributor

New Extrem platform with the templates for 6 commands:

show ipconfig
show ports description
show ports information
show ports information detail
show sharing
show vlan description

Copy link
Contributor

@jvanderaa jvanderaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates for the data model of 4.0

@jvanderaa jvanderaa merged commit 2e6bfd7 into networktocode:master Nov 6, 2023
@mayafox
Copy link

mayafox commented Dec 4, 2023

This does not correctly identify the OS of the Extreme device in use.
Is this Extreme TierraOS? VOSS? XOS? NOS? SLXOS? Wing?

Netmiko's supported platforms are as follows:
Extreme ERS (Avaya)
Extreme MLX/NetIron (Brocade/Foundry)
Extreme TierraOS
Extreme VDX (Brocade)
Extreme VSP (Avaya)

@PavloSkliarenko
Copy link
Contributor Author

@mayafox This is ExtremeXOS (EXOS)

@mayafox
Copy link

mayafox commented Dec 5, 2023

@mayafox This is ExtremeXOS (EXOS)

If that's the case, the file names of the templates and test files should reflect that
The file name format is
for example, the show ports description command it would be extreme_exos_show_ports_description.textfsm

This allows the NTC code templates and textfsm to differentiate between the platforms from the same mfg that have different output formats for the same command.

@PavloSkliarenko
Copy link
Contributor Author

@mayafox Fix platform name in this PR

mjbear pushed a commit to mjbear/ntc-templates that referenced this pull request Jan 7, 2024
* Add new platform 'extreme' + 6 templates (without tests)
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.

3 participants