We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 `
The text was updated successfully, but these errors were encountered:
new release 0.8.0
ef53ffc
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)
Successfully merging a pull request may close this issue.
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
`
The text was updated successfully, but these errors were encountered: