728x90
Cisco Catalyst 2950 Switch 기본 정보 변경 명령어 입니다.
Switch> enable
Switch# configure terminal
Switch(config)# enable password cisco // enable 모드 암호 설정.
Switch(config)# interface vlan1
Switch(config-if)# ip address 000.000.000.000 255.255.255.0 // 장비 관리용 IP주소 설정.
Switch(config-if)# no shutdown
Switch(config-if)# exit
Switch(config)# ip default-gateway 000.000.000.1 // 장비 기본 게이트웨이 주소 설정.
Switch(config)# ip http server // 장비 관리용 웹콘솔 활성화.
Switch(config)# line vty 0 4 // Telnet 모드.
Switch(config-line)# password cisco // Telnet 접속 암호 설정.
Switch(config-line)# exit
Switch(config)# end
Switch# write memory // 설정값 저장.
Switch# exit
728x90
'IT이야기 > Network' 카테고리의 다른 글
서브넷 마스크와 서브넷팅 계산 방법 (1) | 2024.04.24 |
---|---|
Cisco Catalyst 2950 초기화 (0) | 2019.12.16 |
bps kbps Mbps Gbps Tbps, 데이터 전송속도 계산기 Calculator (0) | 2019.03.19 |
L4 로드밸런싱 설정 및 운용 (2) | 2016.12.20 |
L4 로드밸런싱 알고리즘 (SLB) (0) | 2016.12.20 |