@network Cisco・アライド実機で学ぶ > CCENT(ICND1)実機で学ぶ > setupモード

 Rakuten
@network Cisco・アライド実機で学ぶ
◆setupモード

※動作確認は、Cisco2500、Cisco1710、Cisco1720、Cisco1721、Cisco2611、Cisco2650、Cisco3620シリーズのルータ、Catalyst2900、Catalyst2950シリーズのスイッチなどで確認しています。コマンド、出力結果、動作は、機種、IOSのバージョンで異なる場合があります。
 資格取得が就職、転職、派遣に有利なのは確かですが、「資格=即戦力」とは言えません。実機を操作して資格取得と同時に就職・転職・派遣後に求められるエンジニア(仕事・ジョブ・ワークの達人)としての即戦力を養いましょう。


◆setupモード

 ルータが工場出荷設定か、設定が空の初期状態(startup-configがない)の時に、ルータを起動させるセットアップモードに突入します。

セットアップモードとは、対話式でルータに必要最小限の設定を行うことができるモードのことです。

 下は、「erase startup-config」コマンドを実行して設定ファイルを削除して、ルータを再起動した時に出力される内容です。

「System Configuration Dialog」が表示されます。

●ルータの起動直後の表示
00:04:22: %SYS-5-RELOAD: Reload requested
System Bootstrap, Version 11.3(2)XA4, RELEASE SOFTWARE (fc1)
Copyright (c) 1999 by cisco Systems, Inc.
TAC:Home:SW:IOS:Specials for info
C2600 platform with 32768 Kbytes of main memory

program load complete, entry point: 0x80008000, size: 0x345698
Self decompressing the image : ############################################################
###########################################################################################
###########################################################################################
######################################################## [OK]

              Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

           cisco Systems, Inc.
           170 West Tasman Drive
           San Jose, California 95134-1706

Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-I-M), Version 12.0(14), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Tue 31-Oct-00 21:51 by linda
Image text-base: 0x80008088, data-base: 0x80604088

cisco 2611 (MPC860) processor (revision 0x202) with 26624K/6144K bytes of memory.
Processor board ID JAD04010K5T (2098511567)
M860 processor: part number 0, mask 49
Bridging software.
X.25 software, Version 3.0.0.
2 Ethernet/IEEE 802.3 interface(s)
32K bytes of non-volatile configuration memory.
8192K bytes of processor board System flash (Read/Write)

         --- System Configuration Dialog ---

Would you like to enter the initial configuration dialog? [yes/no]:

上の赤く網掛けしているところに注目して下さい。

Would you like to enter the initial configuration dialog? [yes/no]:

と聞かれますので、ここで、「yes」と入力してEnterキーを押すと、セットアップモードに突入します。

ちなみに、特権モードから、setupコマンドを入力することでいつでも、セットアップモードを起動することができます。

Router#setup

 セットアップモードでは、対話式でルータに必要最小限の設定を行うことができます。Ciscoルータのコマンド操作に慣れていない場合に、このモードは重宝すると思います。

 しかし、このセットアップモードでは、詳細な設定はできないので、なるべく早く、Ciscoのコマンドに慣れておきましょう!

 Setupモードでは、対話形式で進めてゆきます。選択の仕方によって次にどの質問がされるのか、変わってきます。必要な項目だけ設定してゆきましょう。

質問される時に、

[yes/no]  : 「yes」か「no」かどちらかを選択します。
[  ]  :括弧の中に書かれているのは、Enterを押すとデフォルトで採用される値です。

【注意事項】
 Setupモードでは、入力間違いをすると訂正できません。つまり、一度、対話形式を進めてしまうと後戻りできません。間違えたまま、最後までSetupモードを進めたくない場合は、以下のキー入力をすることで、Setupモードを中断することができます。

Setupモードを途中で抜ける時  :  [Ctrl] + [c]


◆setupコマンド

Setupモードを初めから、やり直したい場合は、特権モードから

Router#setup

とコマンドを入力すれば、初めからやり直せます。

●Setupモード
Would you like to enter the initial configuration dialog? [yes/no]: yes

At any point you may enter a question mark '?' for help.
Use ctrl-c to abort configuration dialog at any prompt.
Default settings are in square brackets '[]'.

Basic management setup configures only enough connectivity
for management of the system, extended setup will ask you
to configure each interface on the system

Would you like to enter basic management setup? [yes/no]: no

First, would you like to see the current interface summary? [yes]: no

Configuring global parameters:

  Enter host name [Router]: RouterA

  The enable secret is a password used to protect access to
  privileged EXEC and configuration modes. This password, after
  entered, becomes encrypted in the configuration.
  Enter enable secret: cisco

  The enable password is used when you do not specify an
  enable secret password, with some older software versions, and
  some boot images.
  Enter enable password: cisco
% Please choose a password that is different from the enable secret
  Enter enable password: cisco

  The virtual terminal password is used to protect
  access to the router over a network interface.
  Enter virtual terminal password: cisco
  Configure SNMP Network Management? [yes]: no
  Configure IP? [yes]: no
  Configure bridging? [no]: no

Async lines accept incoming modems calls. If you will have
users dialing in via modems, configure these lines.

  Configure Async lines? [yes]: no

Configuring interface parameters:

Do you want to configure Ethernet0/0  interface? [yes]: no

Do you want to configure Ethernet0/1  interface? [yes]: no

The following configuration command script was created:

hostname RouterA
enable secret 5 $1$Wyn0$.EnzBFkMcrGcL0OQU68cs/
enable password cisco
line vty 0 4
password cisco
no snmp-server
!
no ip routing
no bridge 1
!
interface Ethernet0/0
shutdown
no ip address
!
interface Ethernet0/1
shutdown
no ip address
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
end


[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.

Enter your selection [2]:

最後に、対話形式で設定した内容を保存するかどうか聞いてきます。NVRAMに保存する場合は、「2」を選択します。

[0] Go to the IOS command prompt without saving this config.
[1] Return back to the setup without saving this config.
[2] Save this configuration to nvram and exit.

Enter your selection [2]:

 Setupモードの進め方に関しては、ルータの機種、IOSのバージョンによって進み方が違いますので、質問される内容をよく読んで、答えて下さい。

 Ciscoルータに不慣れな方は、分からない項目に関しては、設定しない方が無難です。ルータの起動に関わる内容を設定してしまって、ルータが操作不能に陥る場合があります。(分かっていれば問題ありません)

ルータの起動直後」 ← 前項 | 次項 → 「ルータの通常の起動プロセス





<ネットワーク資格の練習問題に挑戦>
CCNA練習問題に挑戦!(650問)
Network+練習問題に挑戦!(393問)
テクニカルエンジニア(ネットワーク)試験
◆Cisco実機で学ぶ(CCNAルータ編)

ルータの概要・基本操作・設定1 (17項目)
ルータの概要・基本操作・設定3 (22項目)
IGRP・EIGRPの設定 (18項目)
アクセスリスト・ACLの設定 (14項目)
NAT・DHCPの設定 (8項目)
ルータの概要・基本操作・設定2 (17項目)
RIPv1・RIPv2の設定 (14項目)
OSPFの設定・デフォルトルートの伝播(16項目)
WANの設定 (10項目)
ARP・RARP・Proxy ARP(12項目)
◆Cisco実機で学ぶ(CCNAスイッチ編)

スイッチの基本操作・設定 (14項目)
VTP・スパニングツリーの設定 (12項目)
MACアドレスの管理・VLANの設定 (12項目)

◆アライドテレシス実機で学ぶ

基本操作・設定 (11項目)
OSPFの設定 (9項目)
ポリシールーティング・VRRPなど (12項目)
VLAN・マルチホーミング・RIPの設定 (10項目)
STP・ポートトランキングなど (14項目)

<関連メニュー>
CCNA実機で学ぶ
CCNP実機で学ぶ
CCENT(ICND1)実機で学ぶ
SDMで設定する(Cisco実機で学ぶ)
CCENT・CCNA無線実機で学ぶ
アライドテレシス実機で学ぶ
TCP/IP入門・無料ネットワークツール
PLCでホームネットワーク構築

Copyright(c)2006- @network Cisco・アライド実機で学ぶ All rights reserved.