configure terminal
(config)# interface vlan 1
(config-if)# ip address 192.168.0.92 255.255.255.224
(config-if)# end
Unsaved changes found! Do you exit "configure" without save ? (y/n): y
configure terminal
(config)# ip default-gateway 192.168.0.1
(config)# write
(config)# exit
copy running-config startup-config
show interfaces // interfaces 확인
show port // 포트상태 확인
show running-config // 설정상태 확인
reload // 재부팅
기본적으로 1번~4번 포트가 안열린다 열어주는 방법
!# configure
!(config)# int gigabitethernet 0/1
!(config-if)# media-type rj45
media-type 에서 rj45랑 sfp설정
telnet 열어주는 방법
(config)# line vty 0 1
(config-line)# exit
<기타 설정>
!
ip access-list standard snmpaccess
10 permit host IP
!
snmp-server community "bigju" ro snmpaccess
!
line vty 0 1
!
<펌웨어 업데이트>
SD메모리카드(펌웨어파일) 삽입후 스위치 전원 ON 시킴
ppupdate mc-file k.img
저장
copy running-config startup-config