From d55bb7abd45f9082d4b04a5daed4460608a4c9c8 Mon Sep 17 00:00:00 2001 From: jdubois Date: Thu, 19 Aug 2021 15:25:02 +0200 Subject: [PATCH] =?UTF-8?q?L'int=20physique=20membre=20du=20port-channel?= =?UTF-8?q?=20h=C3=A9rite=20de=20la=20config=20modifi=C3=A9=20sur=20son=20?= =?UTF-8?q?port-channel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SwitchCisco.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SwitchCisco.md b/SwitchCisco.md index 9622933f..6784fb3b 100644 --- a/SwitchCisco.md +++ b/SwitchCisco.md @@ -1813,6 +1813,8 @@ Switch(config-if)# vpc 27 Switch(config-if)# switchport access vlan <1-4094> ~~~ +La configuration des ports devra ensuite se faire sur les interfaces `port-channel` ; l'interface physique (ou les interfaces physiques, s'il y en a plusieurs) membre du port-channel héritera automatiquement de la configuration. + * Ports orphelins : Dans notre cas, si le VPC peer-link est down, alors SW02 (qui est VPC secondary) coupera tous ses ports allant vers des membres VPC, soit Eth1/25 et Eth1/27. Serveur3 sera alors isolé et ne pourra communiquer qu'avec les autres éventuels ports orphelins.