1. connect to switch
- console baud rate : 9600bps
- login : admin
localhost login: admin
2. enable mode
localhost>enable
localhost#
3. create vlan
localhost#configure terminal
localhost(config)#vlan 229
localhost(config-vlan-229)#
localhost(config-vlan-229)#exit
localhost(config)#exit
localhost#show running-config
!
vlan 229
!
4. trunk port and vlan access
localhost#configure terminal
localhost(config)#interface ethernet 13–24
localhost(config-if-Et13–24)#switchport mode trunk
localhost(config-if-Et13–24)#no shut
localhost(config-if-Et13–24)#switchport access vlan 229
localhost(config-if-Et13–24)#no shut
localhost(config-if-Et13–24)#exit
- 확인
localhost#show running-config
!
vlan 229
interface Ethernet12
!
interface Ethernet13
switchport access vlan 229
switchport mode trunk
!
interface Ethernet14
switchport access vlan 229
switchport mode trunk
!
'IT > etc' 카테고리의 다른 글
Mellanox port speed and collecting logs (0) | 2022.06.10 |
---|---|
IP 대역 분할 표 (bit, 수량 구분) (0) | 2015.09.02 |
Microsoft 제품별 백신 프로그램에서 예외처리 권장 사항 (0) | 2015.08.20 |
Windows에서 IPv6 활성화 (0) | 2015.05.28 |
가동중인 Windows 서버의 시리얼번호 확인(How to find computer serial number ) (0) | 2015.05.06 |