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

Aruba AOS-CX vendor module #3393

Merged
merged 4 commits into from
May 3, 2024
Merged

Aruba AOS-CX vendor module #3393

merged 4 commits into from
May 3, 2024

Conversation

pietos
Copy link
Contributor

@pietos pietos commented Mar 4, 2024

We created and tested on both a physical and virtual Aruba AOSCX the functionality of this vendor module.

@ktbyers
Copy link
Owner

ktbyers commented Mar 4, 2024

@pietos Can you post the show and config test output here (it is good for me to have a record of this so I can circle back to it, if issues come up).

@pietos
Copy link
Contributor Author

pietos commented Mar 11, 2024

@ktbyers
Show

commands = ["show version"]

Output

-----------------------------------------------------------------------------
ArubaOS-CX
(c) Copyright Hewlett Packard Enterprise Development LP
-----------------------------------------------------------------------------
Version      : Virtual.10.04.1000
Build Date   :
Build ID     : ArubaOS-CX:Virtual.10.04.1000:3f752af05989:202003111738       
Build SHA    : 3f752af05989429ecb5ca258aa66dbd282f60ab2
Active Image :

Service OS Version :
BIOS Version       :

Config

config_commands = [
        'vlan 10',
        'name Test_VLAN',
        'exit',
        'interface vlan 10',
        'ip address 192.168.10.1/24',
        'exit',
        'write memory'
    ]

Output

 configure term
switch(config)#  vlan 10
switch(config-vlan-10)# name Test_VLAN
VLAN name Test_VLAN is already used for VLAN 10.
switch(config-vlan-10)# exit
switch(config)# interface vlan 10
switch(config-if-vlan)# ip address 192.168.10.1/24
switch(config-if-vlan)# exit
switch(config)# write memory
Configuration changes will take time to process, please be patient.
switch(config)#  end
switch#

@ktbyers
Copy link
Owner

ktbyers commented May 3, 2024

Superseded by:

#3430

@ktbyers ktbyers merged commit 5744bbb into ktbyers:develop May 3, 2024
5 checks passed
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.

2 participants