From 39a3c0555e15c0f127b5906b4dd51e52006f8811 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 30 Mar 2020 14:35:20 +0200 Subject: bond: add Cisco Catalyst example --- docs/interfaces/bond.rst | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) (limited to 'docs/interfaces') diff --git a/docs/interfaces/bond.rst b/docs/interfaces/bond.rst index c0fc0ca6..ef9d4a89 100644 --- a/docs/interfaces/bond.rst +++ b/docs/interfaces/bond.rst @@ -302,10 +302,35 @@ a per VIF IPv4 address. set interfaces bonding bond0 member interface eth1 set interfaces bonding bond0 member interface eth2 -Cisco -^^^^^ +Cisco Catalyst +^^^^^^^^^^^^^^ + +Assign member interfaces to PortChannel + +.. code-block:: none + + interface GigabitEthernet1/0/23 + description VyOS eth1 + channel-group 1 mode active + ! + interface GigabitEthernet1/0/24 + description VyOS eth2 + channel-group 1 mode active + ! + +A new interface becomes present ``Port-channel1``, all configuration like +allowed VLAN interfaces, STP will happen here. + +.. code-block:: none + + interface Port-channel1 + description LACP Channel for VyOS + switchport trunk encapsulation dot1q + switchport trunk allowed vlan 10,100 + switchport mode trunk + spanning-tree portfast trunk + ! -An example configuration for a Cisco PortChannel to VyOS would be nice Juniper EX Switch ^^^^^^^^^^^^^^^^^ -- cgit v1.2.3