892J購入と設定

1812Jが壊れてしまったので、新しくルータを買い直しました。
後継機種の892Jです。

IMG_0839

IMG_0821

1812の時のようにIPの設定とIOSのバックアップを行いました。

0416

FullSizeRender

今の設定は以下のようになっています。

スライド7

Cisco892J#show ip int brie
Interface IP-Address OK? Method Status Protocol
BRI0 unassigned YES NVRAM administratively down down
BRI0:1 unassigned YES unset administratively down down
BRI0:2 unassigned YES unset administratively down down
FastEthernet0 unassigned YES unset up down
FastEthernet1 unassigned YES unset up down
FastEthernet2 unassigned YES unset up down
FastEthernet3 unassigned YES unset up down
FastEthernet4 unassigned YES unset up down
FastEthernet5 unassigned YES unset up down
FastEthernet6 unassigned YES unset up up
FastEthernet7 unassigned YES unset up up
FastEthernet8 192.168.181.1 YES NVRAM up up
GigabitEthernet0 192.168.179.254 YES NVRAM up up
Vlan1 192.168.180.1 YES NVRAM up up
Cisco892J#

Cisco892J#show run
Building configuration…

Current configuration : 1656 bytes
!
! Last configuration change at 13:45:37 jst Sun Apr 17 2016
! NVRAM config last updated at 13:45:54 jst Sun Apr 17 2016
!
version 15.0
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco892J
!
boot-start-marker
boot-end-marker
!
enable password 7 06080E2E5841071C11
!
no aaa new-model
!
!
!
clock timezone jst 9
!
!
ip source-route
!
!
ip dhcp excluded-address 192.168.180.1 192.168.180.2
ip dhcp excluded-address 192.168.180.200 192.168.180.254
!
ip dhcp pool 180
network 192.168.180.0 255.255.255.0
dns-server 192.168.179.1
default-router 192.168.180.1
!
!
ip cef
ip name-server 192.168.179.1
no ipv6 cef
!
!
multilink bundle-name authenticated
license udi pid CISCO892-K9 sn **************
!
!
!
!
!
!
!
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
!
interface FastEthernet0
!
!
interface FastEthernet1
!
!
interface FastEthernet2
!
!
interface FastEthernet3
!
!
interface FastEthernet4
!
!
interface FastEthernet5
!
!
interface FastEthernet6
!
!
interface FastEthernet7
!
!
interface FastEthernet8
ip address 192.168.181.1 255.255.255.0
duplex auto
speed auto
!
!
interface GigabitEthernet0
ip address 192.168.179.254 255.255.255.0
duplex auto
speed auto
!
!
interface Vlan1
ip address 192.168.180.1 255.255.255.0
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 192.168.179.1
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line vty 0 4
password 7 1107180A031D050910
login
!
scheduler max-task-time 5000
ntp server ntp-a1.nict.go.jp
end

Cisco892J#

1812Jとの相違点はIPアドレスが違っていること以外には、下記の通りになります。

ホスト名の設定
Router(config)#hostname Cisco892J
Cisco892J(config)#

パスワードの暗号化
Cisco892J(config)#service password-encryption

DNSサーバの設定
Cisco892J(config)#ip name-server 192.168.179.1

時刻の設定(確認、タイムゾーンの設定、NTPサーバの指定、時刻合わせ、確認)
Cisco892J#show clock
*02:06:07.596 UTC Sun Apr 17 2016
Cisco892J(config)#clock timezone jst 9
ntp server ntp-a1.nict.go.jp
Cisco892J#clock set 11:43:00 17 Apr 2016
Cisco892J#show clock
11:43:03.899 jst Sun Apr 17 2016

IMG_0848

これでようやくネットワークが本復旧できました。