2013. 8. 6. 12:43ㆍ네트워크
장비 전면 좌측에 mode버튼이 있다. 버튼을 누르고 파워를 다시연결한다.
이후 mode버튼을 약 1분이상 누르고 있으면 admin모드로 들어간다.
mode 버튼이 없는경우 Ctrl + Break 버튼을 눌러주면 admin모드로 들어간다.
switch: flash_init
switch: dir flash:
//flash 안에 있는 파일의 목록을 보여준다.
switch: rename flash:config.text flash:config.old
//config.text의 이름을 config.old로 바꿔준다.
switch: boot
//리부팅
Contunue with configuration dialog? [yes/no]:n
switch> en
switch# rename flash:config.old flash:config.text
//재부팅 후 config.old를 config.text로 이름을 바꿔준다.
switch# copy flash:config.text system:running-config
//플래시에 저장.
switch> en
switch# write erase
switch# erase startup-config
Eraseing the nvram filesystem will remove all files! Continue? [confirm]y[ok]
Erase if nvram: complete
switch# reload
//리부팅
System configuration has been modified. Save? [yes/no] : n
switch> en
switch# sh vlan
switch# dir flash:
switch# delete flash:vlan.dat
Delete filename [vlan.dat]?
Delete flash:vlan.dat? [confirm]y
switch# reload
ip를 잡았는데 네트워크 연결이 안될 때
#sh status
를 했을 때 각 포트의 status가 disabled로 되어있을 수 있음
(config)# int range fa 0/1 - 24
(config-if-range)# no shut
을 하면 링크 업 되는것이 확인된다
그래도 네트워크가 연결이 안되면
(config-if-range)# port-type nni 혹은 port-type uni로 해보자
기본적으로 nni는 상단의 스위치와 연결할 때 사용하며
uni는 단말기와 연결할 때 사용한다
'네트워크' 카테고리의 다른 글
CSMA/CA CSMA/CD (0) | 2013.08.26 |
---|---|
OSI7계층 (0) | 2013.08.06 |
알테온 스위치 테스트 매뉴얼 (0) | 2013.08.06 |
portfast (0) | 2013.08.06 |
dmz 비무장지대 (0) | 2013.08.06 |