Etherchannel3 Cisco Switch EtherChannel and Spanning Tree Troubleshooting 1. EtherChannel TroubleshootingEtherChannel 구성 후, Network가 제대로 동작하지 않을 경우, 아래의 명령어를 사용하여 Troubleshooting을 시작할 수 있습니다.SW1> enableSW1#sh ip int brief (-> Physical Link 및 Protocol이 제대로 동작하는 지 확인)SW1#sh etherchannel summary (-> EtherChannel Configuration이 맞게 설정되었는지 확인)SW1#sh int po1 etherchannel (-> EtherChannel의 Port의 상태 확인)Port-channel의 Information이 (SU)가 아니고 각 Ports의 Information이 (P)가 아니라면 , 양쪽 S.. 2024. 10. 2. Cisco EtherChannel Between Switches Switch간의 Redundant 연결을 위해 EtherChannel로 구성해 볼 수 있습니다.1. Switch간의 EtherChannel Configuration. SW1>enSW1#conf tSW1(config)#int range g0/1-2SW1(config-if-range)#channel-group 1 mode onSW1(config-if-range)#exitSW1(config)#int port-channel 1SW1(config-if)#switchport trunk encapsulation dot1qSW1(config-if)#switchport mode trunkSW1(config-if)#exitSW1(config)#port-channel load-balance src-dst-macSW1(con.. 2024. 9. 28. Cisco Switch Port EtherChannel Configuration Firewall 등과 Redundant 구성을 할 경우, ARP Request Collision과 같은 Warning이 발생하는 경우가 있습니다.그럴 경우, 해결책 중의 하나는 충돌이 발생하는 2개의 Port를 EtherChannel로 구성하여 1개의 Logical Port로 구성하여 해결할 수 있습니다. 1. EtherChannel Configuration. Switch>enSwitch#conf tSwitch(config)#int range g0/1,g1/1 (-> 충돌이 발생하는 2개의 Port를 입력하시면 됩니다.)Switch(config-if-range)#switchport mode accessSwitch(config-if-range)#switchport access vlan 10 (-> 원하는 .. 2024. 9. 27. 이전 1 다음