반응형
시스코 스위치에서 trunk 안될 때
스위치에서 Trunk 설정을 하려했을때 아래와 같은 문구가 뜬다면 이 글을 잘 찾아오셨습니다.
Switch(config-if)#switchport mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode
어떻게 해결해야 할까요?
해결 방법은 아래와 같이 캡슐화 해주는 것 입니다.
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
그럼 정상적으로 trunk 설정을 하실 수 있게 됩니다
Config
Switch(config)#interface gigabitEthernet 1/0/24
Switch(config-if)#switchport mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#
Switch(config-if)#switchport trunk encapsulation ?
dot1q Interface uses only 802.1q trunking encapsulation when trunking
isl Interface uses only ISL trunking encapsulation when trunking
negotiate Device will negotiate trunking encapsulation with peer on
interface
Switch(config-if)#switchport trunk encapsulation dot1q
Switch(config-if)#switchport mode trunk
반응형
'IT > 네트워크' 카테고리의 다른 글
[한드림넷] 스위치 비밀번호 초기화 및 공장 초기화 방법 (0) | 2025.03.27 |
---|---|
[Cisco switch] 시스코 스위치 uplink 설정 방법 (0) | 2025.03.26 |
[Cisco switch] 시스코 전용 이중화 HSRP 설정방법 (0) | 2025.03.24 |
[cisco switch] 스위치 관리 IP 설정 방법 (0) | 2025.03.23 |
[Cisco] switch 포트 미러링 설정 방법 (0) | 2025.03.22 |