6. 스위치 구성하기
1) 소프트웨어나 하드웨어의 버전
Switch# show interface status
2) 플래쉬 메모리에 저장되어있는 스위치의 구성 정보
Switch# show flash == dir flash:
3) 스위치의 환경 구성 설정 정보
Switch# show running-config
4) 스위치의 인터페이스의 정보
Switch# show vlan
5) 스위치 기본 설정
6) 스위치 IP 주소 설정과 Default Gateway 설정
LabSwitch(config)#interface vlan1 LabSwitch(config-if)# ip address 198.160.1.2 255.255.255.0 LabSwitch(config-if)# no shutdown LabSwitch(config-if)# ip default-gateway 198.160.1.1
7) Port 설정 (포트 속도, Duplex)
LabSwitch(config-if)#duplex ? auto Enable AUTO duplex configuration full Force full duplex operation half Force half-duplex operation LabSwitch(config-if)#duplex full LabSwitch(config-if)#speed ? 10 Force 10 Mbps operation 100 Force 100 Mbps operation auto Enable AUTO speed configuration LabSwitch(config-if)#speed 100
'학업' 카테고리의 다른 글
[컴퓨터네트워크설계] 7-8. 스위치에서 Mac Address의 사용처 (0) | 2016.11.22 |
---|---|
[컴퓨터네트워크설계] 7-7. 스패닝 트리의 재편성 (0) | 2016.11.22 |
[컴퓨터네트워크설계] 7-5. 스패닝 트리 프로토콜의 5가지 상태 변화 (0) | 2016.11.22 |
[컴퓨터네트워크설계] 7-4. 루트 브리지, 루트 포트, 데지그네이티드 포트의 결정 (2) | 2016.11.22 |
[컴퓨터네트워크설계] 7-3. 스패닝 트리의 기본적인 구성 (0) | 2016.11.22 |