CCNP SWITCH(300-115) 문제풀이 NO. 8
QUESTION NO. 8
An EtherChannel bundle has been established between a Cisco switch and a corporate web server.
The network administrator noticed that only one of the EtherChannel links is being utilized to reach the web server.
What should be done on the Cisco switch to allow for better EtherChannel utilization to the corporate web server?
A. Enable Cisco Express Forwarding to allow for more effective traffic sharing over the EtherChannel bundle.
B. Adjust the EtherChannel load-balancing method based on destination IP addresses.
C. Disable spanning tree on all interfaces that are participating in the EtherChannel bundle.
D. Use link-state tracking to allow for improved load balancing of traffic upon link failure to the server.
E. Adjust the EtherChannel load-balancing method based on source IP addresses.
Answer
시스코 스위치와 회사 웹 서버 간에 이더채널이 설정되어 있습니다.
네트워크 관리자는 이더채널 링크 중 하나만 웹 서버에 연결하는데 사용되는 것을 확인 했습니다.
회사 웹 서버에 이더채널을 더 잘 활용 할 수 있도록 해야만 하는 것은 무엇 인가요?
이더채널에 적용할 수 있는 로드밸런싱은 MAC Address, IP address, L4 포트 넘버를 출발지와 목적지 또는 양쪽 모두에 적용 할 수 있습니다.
이 문제에서 목적지인 웹서버는 한 개이기 때문에 IP와 MAC주소도 한 개 일겁니다. 목적지 기준으로 로드밸런싱을 한다면 이더채널 중 한 개의 링크만 사용하게 됩니다.
출발지는 보통 다수이기 때문에 출발지를 기준으로 로드밸런싱을 설정하는 것이 좋은 것 같습니다..
정답은 E 입니다.