Device Options
Device options are available when adding a device (with the -a flag) and also when editing a device (with the -e flag).
In an attempt to make the information easier to find and read on the edit screen, it is broken up into the following sections:
Device
- NameThe name you are assigning to this device (eg acme-nyc-r01). When you attempt to connect to a device, Connect will search the names for a partial or full match.
- Primary/Backup deviceUse this option to switch between editing primary and backup information for a device.
- DescriptionIf more than one device matches when you run Connect, a list will be shown of all matches. The description for a device will be shown in parenthesis next to the name.
- IPIPv4 or IPv6 address or FQDN used to connect to the device.
- PlatformUsed by Connect to cater for different login prompts and client commands when a device is used as a hop. Valid values are:
0. ASA (Cisco firewall)
1. Cisco (IOS)
2. Console (For devices that provide a serial connection where no login is required)
3. HP
4. Linux
5. Cisco Nexus
6. Open Connect (If you have Openconnect installed, Netmate Connect can execute the required Openconnect command and automatically log you in.)
7. goTeleport - AutoenableFor devices like Cisco IOS that use a different prompt for enabled sessions. If authorization is configured to enable a user without entering the 'enable' command set this flag to true so that connect will skip the step and recognise the enabled prompt.
Credentials
- UsernameThe name you are assigning to this device (eg acme-nyc-r01). When you attempt to connect to a device, Connect will search the names for a match.
- PasswordPassword used to connect to the device.
- Enable UsernameUsed for HP devices that require a username when entering enable mode.
- Enable PasswordPassword used to enter enable mode on devices that aren't "autoenabled" or for Linux sudo servers.
Connection
- Connection MethodConfigure connect to use either Telnet or SSH to connect to the device.
- PortThe TCP port used to connect. By default Telnet used 23 and SSH uses 22 but custom ports can be configured if required.
- CertificateSpecify an SSH identity file to connect with.
- CipherSpecify the SSH cipher to use.
- SourceUsed if you are hopping from a network device that allows you to specify a source address or interface when using the telnet or SSH client.
- VRFUsed if you are hopping from a Cisco device that allows you to specifiy a Virtual Router Forwarding instance to make the connection from.
Miscellaneous
- PromptIf your device has a promt that Connect can't detect, you can specify it here using REGEX.
- Enabled PromptIf you device has an enabled prompt that Connect can't detect, you can specify it here using REGEX.
- HopIf you need to connect to an intermediate device before connecting to the target, specifiy the Connect device name here. Each device can have a hop set so a path of many hops may be constructed.
- Hop uses backupSpecify if the hop device should use its backup information when making a connection to this device. This can be set differently for primary and backup for each device. For example when conecting to acme-nyc-s-web01 normally the Hop can be acme-nyc-r01 primary connection and Hop uses backup would be set to false. But for acme-nyc-s-web01 backup connection, the Hop would be acme-nyc-r01 but with Hop uses backup set to true.
- No login requiredIf the device does not prompt for a username and password, set this to true so that Connect will just look for a prompt without trying to login.
- No password requiredFor the fringe situation where a device asks for a username but no password, set this option to true so that Connect doesn't timeout looking for a password prompt.