From c4842479adb987ed2368d49c99b23f6b4774e725 Mon Sep 17 00:00:00 2001 From: anuradhak Date: Mon, 12 Jan 2015 13:44:54 -0800 Subject: [PATCH] Added clag-id to the interfaces example file. Ticket: Reviewed By: Testing Done: --- docs/examples/vlan_aware_bridges/interfaces.with_clag | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/examples/vlan_aware_bridges/interfaces.with_clag b/docs/examples/vlan_aware_bridges/interfaces.with_clag index ae729b6..8cdccc9 100644 --- a/docs/examples/vlan_aware_bridges/interfaces.with_clag +++ b/docs/examples/vlan_aware_bridges/interfaces.with_clag @@ -14,7 +14,9 @@ # 'bridge-pvid' attribute is used to specify native vlans if other than 1 # 'bridge-access' attribute is used to declare access port # -# +# 'spine-bond host-bond-0[1-2]' are clag bonds and will be considered by +# clagd for dual connection. clag-id has to be a non-zero and has to match +# across the peer switches for the bonds to become dual connected. # spine bond # @@ -27,6 +29,7 @@ iface spine-bond bond-lacp-rate 1 bond-min-links 1 bond-xmit-hash-policy layer3+4 + clag-id 100 # mlag bond and peer interface # @@ -62,6 +65,7 @@ iface host-bond-01 bond-lacp-rate 1 bond-min-links 1 bond-xmit-hash-policy layer3+4 + clag-id 1 auto host-bond-02 iface host-bond-02 @@ -72,6 +76,7 @@ iface host-bond-02 bond-lacp-rate 1 bond-min-links 1 bond-xmit-hash-policy layer3+4 + clag-id 2 # the bridge auto bridge