Limetime's TimeLine
article thumbnail
반응형

1. 라우터 셋업 모드

  • 라우터의 어떤 구성 파일도 저장되어 있지 않을 시, 부팅 후 셋업 모드를 띄운다.
  • Router# setup → 언제든지 (구성파일이 저장된 경우에도) 셋업 모드로 들어갈 수 있다.

1.1. 셋업 모드 실습

1.1.1. #1.

<bash />
Router# setup ------------------------------------------------------------------------------------------------ --- System Configuration Dialog --- At any point your may enter a question mark '?' for help. use Ctrl-C to abort Configuration dialog, at any prompt. Default settings are in square brackets '[]'. Continue with configuration dialog? [Yes]: // Enter나 Yes 누르면 대화식 구성. First, would you like to see the current interface summary? [Yes]: // 이 라우터의 인터페이스를 볼래? Interface IP-Address Ok? Method Status Protocol Ethernet 0 unassigned No Not set down down Serial 0 unassigned No Not set down down Serial 1 unassigned No Not set down down Configuration global Parameters: // 일반적인 세팅 단계 Enter host name [Router]: cisco-R // 라우터 이름 설정 (Default: Router) The enable secret is a one-way cryptographic secret used instead of the enable password when it exists. // enable secret이 enable password를 대치한다. Enter enable secret []: korea Enter enable password []: korea % Please choose a password that is different from the enable secret // Enable secret과 enable password는 달라야 한다. Enter enable password []: cisco Enter virtual terminal password []: korea // Telnet용 암호를 설정 configure SNMP Network Management? [No]: // NMS, 네트워크관리시스템을 사용하지 않으면 필요없다. configure IP? [Yes]: // IP세팅 할거냐? Configure IGRP routing? [Yes]: // 라우팅 프로토콜 IGRP 사용할거냐? // NO라고 답하면 RIP이나 EIGRP 같은 다른 라우팅 프로토콜을 물어본다. Your IGRP autonomous System number [1]: 200 // AS를 200으로 설정 configure DECnet? [No]: configure XNS? [No]: configure Novell? [No]: Yes // Novell 프로토콜 사용. (IPX 라우팅 프로토콜) configure Apollo? [No]: configure AppleTalk? [No]: configure Vines? [No]: configure bridging [No]:
  • Dialog 방식 : 대화식 구성 (Continue with configuration dialog? Yes 할 경우)
  • [Yes] : Default가 Yes라는 의미. Enter나 Yes 입력이 기본값. 
  • enable secret : 세팅한 암호는 암호화(Encryption)되어 저장된다. 거의 생략(실수할까봐)
  • enable password : 평문

 

1.1.2. #2.

<bash />
Configuration interface Parameters: configurating interface Ethernet0: // 인터페이스 설정 Is this interface in use? [Yes]: configure IP on this interface? [No]: Yes // Ethernet0에 IP 설정 할래? IP address for this interface: 172.16.92.1 // IP 주소 할당 Number of bits in subnet field[0]: // 서브넷 마스크 지정. 서브넷 비트 수로 할당 ---------------------------------------------------------------------------------- Default : 0. 172.16.92.1은 B 클래스이므로 만약 C 클래스를 하고 싶으면 8을 입력. <최근에는 바로 서브넷 할당 가능> Do you want to configure FastEthernet 0/0 interface? [Yes]: use the 100 Base-TX(RJ45) connetor? [Yes]: Operate in full-duplex mode? [No]: configure IP on this interface? [Yes]: IP address for this interface: 133.6.34.3 Subnet mask for this interface: 255.255.0.0 ----------------------------------------------------------------------------------- class B network is 172.16.0.0, 0 subnet bits; mask is 255.255.0.0 configurating Novell on this interface? [No]: yes // Novell IPX 설정 Novell network number [1]: configurating interface serial0: Is this interface in use [Yes]: No configurating interface serial1: Is this interface in use [Yes]: No The following configuration command script was Created: // 설정한 구성 보여줌 hostname cisco-R enable scret 5 $1$g722... // korea를 Encryption enable password cisco // 평문 line vty 0 4 // Telnet 0~4까지 총 5개 snmp-server community ... IP routing no decnet routing ... novell routing // Novell 프로토콜 사용 ... interface Ethernet0 ip address 172.16.92.1 255.255.0.0 novell network 1 // novell IPX 네트워크 번호 1 no mop enabled ... interface Serial0 shutdown interface Serial1 shutdown ... router igrp 200 network 172.16.0.0 ... end use this configuration? [Yes/No]: Yes // Yes하면 구성파일이 NVRAM에 저장 [OK] use the enabled mode 'configure' command to modify this configuration.

 

반응형
profile

Limetime's TimeLine

@Limetime

포스팅이 좋았다면 "공감❤️" 또는 "구독👍🏻" 해주세요!