Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Sanitized output:
```
Power Supply Status:
PS# Model State AC/DC + V Wattage
---- --------- ------------- ----------------- ---------
1 Unknwn Powered AC 220V 1500
2 Unknwn Powered AC 220V 1500
2 / 2 supply bays delivering power.
Total power: 3000 W
```
Of course you see `unknwn` but that is addressed in latest firmware release.
Thanks!
|
|
When trying to connect to a HP Procurve Switch with stacking enabled,
you are asked to choose which switch to connect to to manage.
This patch makes it so that if this question is encountered, just press
"Enter" to choose the stack commander.
This won't make backing up stack members work (they still need to be
configured seperately and given IP addresses, making stacking useless)
but at least it makes it possible to back up a commander in a stack
seperately.
Fixed #1070
Credit to @stiltzkin10 for this fix.
|
|
|
|
Thought this might be useful to make as default.
We use this
The radius key part is extra :)
|
|
|
|
|
|
|
|
|
|
informations.
|
|
Less escaping.
|
|
Feedback from @ytti
|
|
```
AMS01.LI17.RM.SW01(config)# hostname "AMS01.LI17.RM.SW01"
Note: To be compliant with RFC 1123, the hostname must contain only letters,
numbers and hyphens, and must not start or end with a hyphen.
```
|
|
|
|
|
|
|
|
|
|
|
|
^\r? was too strict
Also move non-config above of config, rancid-style.
Also Procurve is unbelievably shitty crapbox, screen drawing is shit,
telnet password is maximum 17 chars, ssh password maximum 16 chars, que?
|
|
|