본문 바로가기

공부/ccnp

L3 Etherchannel [lab9] - CCNP

반응형

연결된 스위치 구간에서 이더채널 프로토콜 사용 없이 200M 링크를 구성
이때, L3 Etherchannel 구성을 실시하며, 이더채널 프로토콜은 사용 해서는 안됨

@sw1
int port-channel 12
no switchport
ip add 13.13.12.1 255.255.255.0

int range f0/23 - 24
no switchport
channel-group 12 mode on (packet tracer와 다이나밉스에서는 명령어가 실행이 안됨)

@sw2
int port-channel 12
no switchport
ip add 13.13.12.2 255.255.255.0

int range f0/23 - 24
no switchport
channel-group 12 mode on

int port-channel 23
no switchport
ip add 13.13.23.2 255.255.255.0

int range f0/20 - 21
no switchport
channel-group 23 mode on

@sw3
int port-channel 23
no switchport
ip add 13.13.23.3 255.255.255.0

int range f0/20 - 21
no switchport
channel-group 23 mode on

결과확인
show etherchannel summary
반응형