arista-eosplus / rbeapi

Ruby client for Arista eAPI
BSD 3-Clause "New" or "Revised" License
16 stars 16 forks source link

4.x config attributes need updating #184

Open devrobo opened 4 years ago

devrobo commented 4 years ago

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’