おれさまラボ

実際に手を動かして理解を深めるブログ。

Cisco1700の初期状態を確認する

ヤフオクで購入したCisco1700の状態を確認してみます。

電源の機器側は6ピンなんですね。(ピンぼけ)

f:id:naoto408:20150927221841p:plain

f:id:naoto408:20150927221452p:plain

 

PCを接続してみる

Cisco機器へのアクセス方法は大きく3つあるそうです。

コンソール接続:コンソールポートにコンソールケーブルを接続してアクセスする

AUX接続:AUXポートにコンソールケーブルを接続してアクセスする

VTY接続:PCから、telnetまたはSSH接続してアクセスする

参考:Ciscoデバイスの操作 - Cisco IOSソフトウェアとは

 

コンソールポートとAUXポートは後ろ側にあります。

通常はコンソールポートを使うと思います。

f:id:naoto408:20150927214040j:plain

参考:Ciscoデバイスの操作 - コンソール接続とは

 

コンソールケーブルを挿したら、teratermを開き、シリアルポートを選択します。

f:id:naoto408:20150927215510p:plain

 

Enterキーを押すとRouter>が表示されます。

enableを入力してユーザモードから特権モードへ移行します。

初期化済みのようですのでパスワードは必要ありませんでした。

f:id:naoto408:20150927215524p:plain

 

 ヤフオクの説明文にパスワードリセット必要みたいなことが書いてあったので覚悟してましたが、必要なかったのでラッキーです。

 

show runをとってみます。

show run
Building configuration...

Current configuration : 521 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 25
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
 no ip address
 shutdown
 speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
 login
!
end

Router#

 

show version

Router#show version
Cisco IOS Software, C1700 Software (C1700-ADVSECURITYK9-M), Version 12.4(21), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by Cisco Systems, Inc.
Compiled Wed 09-Jul-08 22:57 by prod_rel_team

ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)

Router uptime is 1 hour, 52 minutes
System returned to ROM by power-on
System image file is "flash:c1700-advsecurityk9-mz.124-21.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

If you require further assistance please contact us by sending email to
export@cisco.com.

Cisco 1721 (MPC860P) processor (revision 0x300) with 53100K/12436K bytes of memory.
Processor board ID FOC081203UU (1833533592), with hardware revision 0000
MPC860P processor: part number 5, mask 2
1 FastEthernet interface
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

Router#

 

show ip interface brief

WANポートモジュールが入っていないのでEthernet Portが1つだけ表示されます。

Router#show ip interface brief
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0              unassigned      YES NVRAM  administratively down down
Router#

 

・・・そうか。WICないのか。

買わなきゃ。。。