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

 

+ Recent posts