(cas:72) Google Analyticator was unable to authenticate you with Google using the Auth Token you pasted into the input box on the previous step.

This could mean either you pasted the token wrong, or the time/date on your server is wrong, or an SSL issue preventing Google from Authenticating.

Try Deauthorizing & Resetting Google Analyticator.

Tech Info 400:Error fetching OAuth2 access token, message: 'invalid_grant'
Unique
Visitors
Powered By Google Analytics
Comments on: VMware Distributed vSwitch LACP Configuration with Dell Force10 and Cumulus Linux http://longwhiteclouds.com/2015/11/25/vmware-distributed-vswitch-lacp-configuration-with-dell-force10-and-cumulus-linux/ all things Nutanix, VMware, cloud and virtualizing business critical applications Mon, 24 Apr 2017 16:58:51 +0000 hourly 1 https://wordpress.org/?v=6.7.6 By: Sharing state between host and upstream network: LACP part 3 | GIXtools project http://longwhiteclouds.com/2015/11/25/vmware-distributed-vswitch-lacp-configuration-with-dell-force10-and-cumulus-linux/comment-page-1/#comment-260965 Mon, 24 Apr 2017 16:58:51 +0000 http://longwhiteclouds.com/?p=10973#comment-260965 […] is also the reason I chose to write this post, I’ve seen many others describe in detail LBT vs etherchannel/LACP (Nice articles @vcdxnz01, btw), but none that go into much detail […]

]]>
By: Doug Youd (@cnidus) http://longwhiteclouds.com/2015/11/25/vmware-distributed-vswitch-lacp-configuration-with-dell-force10-and-cumulus-linux/comment-page-1/#comment-235183 Sat, 03 Sep 2016 00:05:26 +0000 http://longwhiteclouds.com/?p=10973#comment-235183 Gday Michael,

Disclaimer: I work for Cumulus Networks.

Generally when I’m doing MLAG-based implementations I try to suggest LACP everywhere if possible. (There are a number of situations where this is not realistic though).

My justification is that gives the switches a messaging mechanism to the hosts for a variety of topology changes and allows for more intelligent failover. It can also simplify the network configuration (i.e. avoid having to use ifplugd etc).

For example, there a few failure scenarios in an MLAG:
1) Uplink failure
2) Peerlink (ISL) failure
3) Switch failure.
4) mlag daemon failure.
5) Control-plane failure.
6) Planned maintenance.

These scenarios can have different desired actions. In a lot of cases, if the host is given the appropriate topology change info, it can make the best decision on which links to use and which to drop from the bundle.

We use the “chassis ID/MAC” in the LACP messages to notify on topology change.

For example, in a planned maintenance window, clagd (the mlag process) will notify its peer to assume the ‘primary’ role, shutdown the local daemon gracefully and revert the local chassis-MAC to the default (i.e. non-cluster MAC). The host will then see an LACP bundle with 2 different chassis-mac’s and drop the link to the maintenance-switch (as defined in the LACP standard).

When maintenance is complete, the clagd daemon will start again, form a relationship with the peer, then set the local chassis-mac for the lacp links back to the cluster-ID (same as the peer had active). The host will then see the chassis-mac matching again and gracefully add the link back into the bundle and seamlessly start using it.

tl;dr – My 2c is (if its available), LACP config on the host is worth the effort for MLAG topo’s.

]]>