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
From what we can tell, the main blocker from the customer today, is the 4 x config attributes from Rbeapi that need updating as below:
Cannot configure ‘peer-address heartbeat $ip’ for mlag configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/mlag.rb Cannot configure ‘dual primary detection delay $number action errdisable all-interfaces’ for mlag configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/mlag.rb) Cannot configure ‘neighbor $bgp_neighbor_ip maximum-routes $number’ for bgp neighbour configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/bgp.rb) Cannot configure ‘username $name sshkey $ssh_key_value’ for user management (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/users.rb) This is because sshkey is now deprecated and it has to be ‘username $USERNAME ssh-key $SSHKEY’
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From what we can tell, the main blocker from the customer today, is the 4 x config attributes from Rbeapi that need updating as below:
Cannot configure ‘peer-address heartbeat $ip’ for mlag configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/mlag.rb
Cannot configure ‘dual primary detection delay $number action errdisable all-interfaces’ for mlag configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/mlag.rb)
Cannot configure ‘neighbor $bgp_neighbor_ip maximum-routes $number’ for bgp neighbour configuration (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/bgp.rb)
Cannot configure ‘username $name sshkey $ssh_key_value’ for user management (https://github.com/arista-eosplus/rbeapi/blob/develop/lib/rbeapi/api/users.rb) This is because sshkey is now deprecated and it has to be ‘username $USERNAME ssh-key $SSHKEY’
The text was updated successfully, but these errors were encountered: