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 support of multi connection (to different switches) #37

Closed
alagoutte opened this issue Oct 6, 2018 · 0 comments · Fixed by #102
Closed

Add support of multi connection (to different switches) #37

alagoutte opened this issue Oct 6, 2018 · 0 comments · Fixed by #102
Labels
enhancement New feature or request
Milestone

Comments

@alagoutte
Copy link
Collaborator

It is not possible to have multi connection to different switches

The idea is connect to different switches
`
$sw1 = Connect-ArubaSW 10.xx.xx.1
$sw2 = Connect-ArubaSW 10.xx.xx.2

$vlan_sw1 = Get-ArubaSWVlans -connection $sw1
$vlan_sw2 = Get-ArubaSWVlans -connection $sw2
`

@alagoutte alagoutte added this to the v0.7 milestone Oct 6, 2018
@alagoutte alagoutte modified the milestones: v0.7, v0.8 Dec 8, 2018
@alagoutte alagoutte added the enhancement New feature or request label Dec 8, 2018
alagoutte added a commit to alagoutte/PowerArubaSW that referenced this issue Apr 28, 2019
14 new cmdlets

- Multi connection support (PowerAruba#37 PowerAruba#102)
- Trunk (PowerAruba#14 and PowerAruba#86)
- STP (PowerAruba#19 and PowerAruba#88)
- IP Address (PowerAruba#91 and PowerAruba#92) (only get)
- AnyCli (PowerAruba#18 PowerAruba#93, PowerAruba#95)
- CliBatch (PowerAruba#20)
- PoE (PowerAruba#100)
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

Successfully merging a pull request may close this issue.

1 participant