hyperglass icon indicating copy to clipboard operation
hyperglass copied to clipboard

Enable password for Arista devices

Open mmarin11 opened this issue 3 years ago • 1 comments

Hi Hyperglass community

I'm testing hyperglass with Arista devices and I'm getting the following error message

% Invalid input (privileged mode required)

It looks like I need to specify the enable password as the default user and password does not allow ping and show ip bgp commands. Is there a way to specify the enable password in the devices.yaml file?

Thank you

image

mmarin11 avatar Jan 02 '22 06:01 mmarin11

Little late here, ran into a similar issue. The problem you are having is because the ping/traceroute commands by default use the source address parameter which for some reason cannot be run unless you are in the privileged exec mode. You need to set the user your looking glass is using to automatically be in the privileged exec mode. Or change the commands to not use the source parameter and set the default interface for them in your arista config.

ServerForge avatar Nov 08 '23 21:11 ServerForge