So, the next thing to do, set up CVX on Arista.
I'm setting Spine1 as the CVX manager.
configuration was quite simple thanks to Mo from Arista:
spine1(config)#cvx
spine1(config-‐cvx)#no shutdown
spine1(config)#management api http-‐commands
spine1(config-‐mgmt-‐api-‐http-‐cmds)#no shutdown
spine1(config-‐mgmt-‐api-‐http-‐cmds)#no protocol http
spine1(config-‐mgmt-‐api-‐http-‐cmds)#protocol https
Here's the drop in config for all of the other switches:
en
config t
management cvx
server host 10.0.0.251
no shutdown
end
wr
Logging back into the spine1 switch, here's the review.
spine1#sh cvx
CVX Server
Status: Enabled
UUID: c2b3cbbc-45ed-11e5-8814-080027f4b56b
Heartbeat interval: 20.0
Heartbeat timeout: 60.0
spine1#sh cvx connections
Switch 08:00:27:6d:13:80
Hostname: leaf1-sw01
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:12 ago
Clock offset: 252455.861674
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:89:cf:4d
Hostname: leaf2-sw03
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:15 ago
Clock offset: 253199.591905
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:a7:c7:17
Hostname: leaf1-sw02
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:18 ago
Clock offset: 252634.767828
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:cb:45:7c
Hostname: spine2 <-- Not sure I need it here, but still cool it worked
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:00 ago
Clock offset: -45.284555422
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:4d:ed:74
Hostname: leaf2-sw04
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:04 ago
Clock offset: 252439.728537
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:34:ea:a9
Hostname: leaf3-sw05
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:12 ago
Clock offset: 252796.489615
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
Switch 08:00:27:30:57:3e
Hostname: leaf3-sw06
Status: up
Last heartbeat sent: 0:00:11 ago
Last heartbeat received: 0:00:02 ago
Clock offset: 435612.242123
Out-of-band connection: Not secured
In-band connection: Not secured (SSL not supported)
**********
If it doesn't work, verify lldp!
Verify you can ping around the loopbacks (make sure you source icmp)
Next opportunity, I'll mess with VxLAN a bit.
No comments:
Post a Comment