# 스위치 초기 세팅
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
BigJu
'네트워크 > 스위치' 카테고리의 다른 글
MRTG - 스위치 설정 (0) | 2021.10.14 |
---|---|
NAT 설정 ( GNS3 외부통신) (0) | 2021.10.06 |
알렉사(alaxala)스위치 비밀번호 설정 (0) | 2021.09.27 |
알렉사(alaxala)스위치 트래픽 설정 (0) | 2021.09.25 |
주니퍼(Juniper) 방화벽 초기 세팅 (0) | 2021.09.24 |
댓글