반응형
1. VLAN 생성
SG2452G>en
SG2452G#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SG2452G(config)#vlan database
SG2452G(config-vlan)#vlan 10 bridge 1
SG2452G(config-vlan)#end
2. 스위치 포트에 VLAN 설정 (Access Mode)
SG2452G>en
SG2452G#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SG2452G(config)#interface range ge1-8 < 1~ 8번 포트 선택)
% ge1-8 Selected
SG2452G(config-if-range)#switchport access vlan 10
% ge18-22 Selected
SG2452G(config-if-range)#end
3. Trunk VLAN 설정
SG2452G#en
SG2452G#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SG2452G(config)#interface range ge10
% ge10 Selected
SG2452G(config-if-range)#switchport trunk allowed 10
4. .VLAN 제거
SG2452G#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SG2452G(config)#vlan database
SG2452G(config-vlan)#no vlan 7 bridge 1
SG2452G(config-vlan)#end
반응형
'인프라' 카테고리의 다른 글
CDN 이란 무엇인가? (6) | 2024.10.14 |
---|---|
9월 5일 인터넷 장애 과학기술정보통신부 원인 조사 실시 (0) | 2024.09.06 |
Exchange Online(Microsoft365) 하이브리드 환경에서 메일그룹 외부에서 보낸 메일 허용하기 (0) | 2024.07.25 |
Microsoft 365(Exchange Online) 이메일 저널링 설정 방법 (2) | 2024.07.24 |
Docker 실행 오류 (error during connect: This error may indicate that the docker daemon is not running) (0) | 2024.07.24 |