switch.brocade
Minimal configlet:
[switch#1]
type = brocade
username = admin
Minimal setup command:
om test/node/foo set \
--kw="type=brocade" \
--kw="username=admin"
key
required: false
scopable: false
Example:
key=/path/to/key
The path to the private key to use to log in the switch.
method
required: false
scopable: false
candidates: telnet, ssh
default: ssh
Example:
method=ssh
The method to use to connect to the switch.
-
sshUsekeyto provide a ssh key, or use thesshpassprogram. -
telnetSetusernameandpasswordwith this method.
name
required: false
scopable: false
Example:
name=sansw1.my.corp
The name connect to the switch (dns name or ip address).
If not set, fallback to the section name suffix.
password
required: false
scopable: false
Example:
password=mysec/password
The password to use to log in, expressed as a sec name (not path).
The secret must be in the system namespace and must have a password key.
Either username or key must be specified.
username
required: true
scopable: false
Example:
username=admin
The username to use to log in the switch.