• 締切済み

CiscoIOSバックアップについて

CiscoIOSイメージのバックアップがしたいのですが、 %Error ファイルをオープンできません(Time out)という エラーが出てしまいます。 今cisco2600というルータのfa0/0とPCを コンソールとLANケーブルで接続しております。 TFTPD.exeを使用しております。 それぞれ設定は下記の通りです。 ------------------- PC:192.168.64.1/24 ルータfa0/0:192.168.64.254/24 ------------------- PC⇔ルータfa0/0間で疎通は正常で telnetログインOK ------------------- TFTPD.exeの設定はデフォルトです。 ダウンロード先を変更したぐらい。 <作業結果>一部抜粋 ----------------------------------------- cisco2600#show run Building configuration... Current configuration : 788 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname cisco2600 ! boot-start-marker boot-end-marker ! enable password cisco ! no network-clock-participate slot 1 no network-clock-participate wic 0 no aaa new-model ip subnet-zero ip cef ! ! no ip domain lookup ip host catalyst2950 192.168.64.253 ! ! ! interface FastEthernet0/0 ip address 192.168.64.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! ! end cisco2600# ----------------------------------------- cisco2600# cisco2600#dir Directory of flash:/ 1 -rw- 15308288 <no date> c2600-is5-mz.123-9.bin cisco2600# ----------------------------------------- cisco2600#copy flash tftp Source filename []? c2600-is5-mz.123-9.bin Address or name of remote host []? 192.168.64.1 Destination filename [c2600-is5-mz.123-9.bin]? ..... %Error opening tftp://192.168.64.1/c2600-is5-mz.123-9.bin (Timed out) 16252924 bytes total (944572 bytes free) cisco2600# ----------------------------------------- う~ん... 何が問題なのかわかりません。 どうぞ、ご教授お願いします。

みんなの回答

  • juzumaru
  • ベストアンサー率84% (33/39)
回答No.1

PC側のファイアーウォールが開いていないとか tftpで書き込みを許可って無いとか じゃ無いでしょうか?

関連するQ&A

  • Cisco1712の設定・ルータとして使用する設定を教えて下さい

    cisco無資格者(初心者)です。 cisco(1712)経由でPCからインターネット接続しようとしています。 (イメージ) www-(modem[0.1])-([0.2]RT[2.1])-([2.2]cisco[1.1])-([1.10]PC) modemのwww側がグローバルIPで、[x.x]の数字がローカルIPです(全て192.168.x.x/24です) RTは一般家庭用のブロードバンドルータです。RTのLAN側(cisco側)にはポートが4つあり、他の3つに接続したPCからは自由にwwwしてます。 それらのGWは[2.1]です。 ciscoではイメージ中全てのアドレスへのpingとwwwの名前解決及びpingが可能です。 PC[1.10]では、GWが[1.1]ですが、pingは図中の[2.2]までしか通らず、wwwの名前解決もできません。 PC[1.10]でウェブ閲覧するには何のコマンド(設定)を追加すればよいでしょうか。 補足要求もすぐに回答できると思います。 以下、Cisco1712の設定です。アドバイスお願いします。 Router#show running-config Building configuration... Current configuration : 956 bytes ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! logging queue-limit 100 ! ip subnet-zero ! ! ip audit notify log ip audit po max-events 100 no ftp-server write-enable ! ! interface BRI0 no ip address shutdown ! interface FastEthernet0 ip address 192.168.2.2 255.255.255.0 duplex auto speed auto ! interface FastEthernet1 switchport access vlan 20 no ip address ! !(fa2 - 4までfa1と同じ設定・省略) ! interface Vlan20 ip address 192.168.1.1 255.255.255.0 ! interface Vlan1 no ip address ! ip classless ip route 0.0.0.0 0.0.0.0 192.168.2.1 no ip http server no ip http secure-server ! ip dns server ! line con 0 line aux 0 line vty 0 4 ! no scheduler allocate ! end

  • IPアドレスの表示

    R1(192.168.10.1/26) |--------vlan10(192.168.10.0/26) | f0/1 R2 | f0/0 ------vlan20(128.64.20.0/24) | | R3 R4 ↓R2のrunnig-cofigの一部抜粋 ------------------------- interface FastEthernet0/0 ip address 128.64.20.254 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.10.254 255.255.255.192 duplex auto speed auto ! router eigrp 1 network 128.64.0.0 network 192.168.10.0 no auto-summary ------------------------- 上記のような設定にした時、R1のIPアドレスの設定は正しいのに、 R2#show ip route Gateway of last resort is not set 192.168.10.0/26 is subnetted, 1 subnets C 192.168.10.192 is directly connected, FastEthernet0/1 (以下省略) 「192.168.10.192」という設定していないアドレスが表示されます。 初心者なので、なぜこのような表示されるのかが分かりません。 どなたか、教えていただけないでしょうか。よろしくお願いします。

  • Cisco NATについて

    現在Cisco3600をBフレッツ回線でPPPoE接続し社内からのインターネットへの接続を行っているのですが、固定アドレスを割り当てております。 fa0/0がOUTSIDE、fa0/1がINSIDEで動いているのですが、 1.1.1.2にudp1194でアクセスに来た場合、LAN側の192.168.254.1 に フォワードするにはどのようにNATを書けばよいでしょうか。 interface FastEthernet0/0 description ## B-Flet'S ## no ip address speed auto half-duplex pppoe enable pppoe-client dial-pool-number 1 ! interface FastEthernet0/1 description ## LAN ## ip address 192.168.254.254 255.255.255.0 ip nat inside duplex auto speed auto ! interface Dialer1 mtu 1454 ip address 1.1.1.1 255.255.255.248 ip mtu 1414 ip nat outside encapsulation ppp no ip route-cache no ip mroute-cache dialer pool 1 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname *********@fbfh.ocn.ne.jp ppp chap password 7 ************ crypto map cryptomap ! ip nat pool ADSL 1.1.1.1 1.1.1.4 netmask 255.255.255.248 ip nat inside source route-map nonat pool ADSL overload

  • TFTPサーバ構築

    CentOS5.2でTFTPサーバーを構築し、Ciscoルータからcopy flash tftpをしたいのですが、なぜかtime outになってしまいます。 何が悪いのかご検討のつく方、アドバイスをお願いします。 cat /etc/xinetd.d/tftp -------------------- # default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp { socket_type = dgram protocol = udp wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no per_source = 11 cps = 100 2 flags = IPv4 } ------------------------------------------- ls -la / | grep tftpboot --------------------------------------------- drwxrwxrwx 2 nobody nobody 4096 3月 28 2007 tftpboot --------------------------------------------- Router#copy flash tftp Source filename []? c2600-io3-mz.123-6b.bin Address or name of remote host []? 192.168.1.5 Destination filename [c2600-io3-mz.123-6b.bin]? ..... %Error opening tftp://192.168.1.5/c2600-io3-mz.123-6b.bin (Timed out)

  • Ciscoルータ間でpingが飛ばない

    CCENT試験の勉強のためにNetwork Visualizer8.0を利用しています。 現在シミュレーションでルーター2621を3台並べてそれぞれにR1、R2、R3というホスト名を指定しています。R1にはH1というホストコンピューターを接続して、R3にはH3というホストコンピューターを接続しています。R1-R2-R3と接続しています。 スタティックルートを設定してH1からH3にpingを飛ばしているのですが、返ってきません。 ネットパケットモニターを見てみると、H1からH3までのEcho Requestは無事に飛んでいて、Echo ReplyがR2のINまではくるのですが、OUTに飛びません。 逆にH3からH1にpingを飛ばすと、やはりR2のINまではくるのですが、OUTに飛びません。 H1からは問題なくH3に通信ができているのにH3からH1にはR2のINまでしか飛びません。 何が考えられるかご教示下さい。 R1のrunning-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.1 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.1.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.12.1 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.23.0 255.255.255.0 192.168.12.2 ip route 192.168.0.2 255.255.255.255 192.168.12.2 ip route 192.168.3.0 255.255.255.0 192.168.12.2 ip route 192.168.0.3 255.255.255.255 192.168.12.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R2のrunning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.2 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.12.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.23.2 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.3.0 255.255.255.0 192.168.23.3 ip route 192.168.0.3 255.255.255.255 192.168.23.3 ip route 192.168.0.1 255.255.255.255 192.168.12.1 ip route 192.168.1.0 255.255.255.0 192.168.12.1 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# R3のruning-config Router Con0 is now available Press RETURN to get started! Router>enable Router#show running-config Building configuration... Current configuration : 625 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! ! ! ! ip subnet-zero ! ! ! ! ! interface Loopback0 ip address 192.168.0.3 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.23.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/0 no ip address no ip directed-broadcast shutdown ! interface FastEthernet0/1 ip address 192.168.3.3 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ! ip classless no ip http server ip route 192.168.0.1 255.255.255.255 192.168.23.2 ip route 192.168.0.2 255.255.255.255 192.168.23.2 ip route 192.168.12.0 255.255.255.0 192.168.23.2 ip route 192.168.1.0 255.255.255.0 192.168.23.2 ! ! ! line con 0 line aux 0 line vty 0 4 login ! end Router# H1は192.168.1.100/24 H3は192.168.3.100/24 になります

  • TFTPからIOSを起動できない。

    FLASH容量の少ないルータでIOSをTFTPから起動したいと思っていますが、次のエラーで起動できません。 %SYS-6-READ_BOOTFILE_FAIL: tftp://192.168.1.65/c1710-k9o3sy-mz[1].124-19.bin Fil e read failed -- Timed out. %SYS-6-BOOT_MESSAGES: Messages above this line are from the boot loader. boot of "tftp:c1710-k9o3sy-mz[1].124-19.bin 192.168.1.65" using boot helper "fla sh:c1710-k9o3sy-mz[1].122-8.T4.bin" failed error returned: File read failed -- Timed out loadprog: error - on file open boot: cannot load "tftp:c1710-k9o3sy-mz[1].124-19.bin 192.168.1.65" *TFTPはWinXP(192.168.1.65)の「POOR TFTP」です。ルータから左記XPにはPING到達できます。ルータはCisco1710。オリジナルIOSは、「c1710-k9o3sy-mz.122-8.T4.bin」。TFTPからの起動希望IOSは「c1710-k9o3sy-mz[1].122-8.T4.bin」。 ご指導をお願いします。

  • はじめまして。

    はじめまして。 Catalyst4506を使用してVLAN間ルーティングを行いたく思っております。 しかしながら、catalyst4506にてip routingコマンドを発行しても、 コンフィグに反映されず、VLAN間ルーティングが実現できません。 何か要件を満たしていないのでしょうか。 以下、Catalyst4506内の情報です。 # sh version Cisco Internetwork Operating System Software IOS (tm) Catalyst 4000 L3 Switch Software (cat4000-IS-M), Version 12.1(13)EW, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1) TAC Support: http://www.cisco.com/tac Copyright (c) 1986-2002 by cisco Systems, Inc. Compiled Fri 20-Dec-02 13:52 by eaarmas Image text-base: 0x00000000, data-base: 0x00E638AC ROM: 12.1(12r)EW Dagobah Revision 71, Swamp Revision 28 switch002 uptime is 4 weeks, 3 days, 1 hour, 47 minutes System returned to ROM by power-on System image file is "bootflash:cat4000-is-mz.121-13.EW.bin" cisco WS-C4506 (XPC8245) processor (revision 7) with 524288K bytes of memory. Processor board ID FOX07041NX6 Last reset from PowerUp 38 Gigabit Ethernet/IEEE 802.3 interface(s) 403K bytes of non-volatile configuration memory. Configuration register is 0x2102 # sh run Building configuration... Current configuration : 2537 bytes ! version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption service compress-config ! hostname switch002 ! enable secret 5 $1$YzaC$lru7byexV.4mY4j52sSkS0 ! ip subnet-zero ! spanning-tree extend system-id ! ! interface GigabitEthernet1/1 ! interface GigabitEthernet1/2 ! interface GigabitEthernet2/1 (省略) interface Vlan1 no ip address ! interface Vlan19 ip address 172.19.1.200 255.255.0.0 ! interface Vlan30 no ip address ! interface Vlan50 no ip address ! interface Vlan100 --More-- no ip address ! ip classless no ip http server ! ! ! ! line con 0 stopbits 1 line vty 0 4 password password login ! end ※現在は、別のL3機器にてルーティングしているため、 本機器のVLANインタフェースにはIPアドレスを振っておりません。

  • Cisco 861 PPPoE接続設定

    Cisco 861ルータでPPPoE接続設定をしていますが、ISPへ接続自体は可能ですが、通信が出来ません。 ターミナルから設定をして、ISPへ接続して、IPアドレスは取得しますが、Ping自体通りません。ルーティングがおかしいのかと思うのですがマニュアル記載の方法では問題ないとなっています。 以下コンフィグです。どこに問題があるのでしょう? 非常にこまっています。よろしくお願いします Router#show run Building configuration... Current configuration : 3321 bytes ! ! Last configuration change at 10:42:52 PCTime Sun Aug 16 2009 by router ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! logging message-counter syslog enable secret 5 **** enable password ***** ! no aaa new-model clock timezone PCTime 9 ! crypto pki trustpoint TP-self-signed-1602674877 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-1602674877 revocation-check none rsakeypair TP-self-signed-1602674877 ! ! crypto pki certificate chain TP-self-signed-1602674877 certificate self-signed 01 quit ip source-route no ip routing ! no ip cef ip name-server 202.234.232.6 ip name-server 221.113.139.250 ! archive log config hidekeys ! interface FastEthernet0 ! interface FastEthernet1 shutdown ! interface FastEthernet2 shutdown ! interface FastEthernet3 shutdown ! interface FastEthernet4 description $ES_WAN$ no ip address no ip route-cache duplex auto speed auto pppoe enable group global pppoe-client dial-pool-number 1 ! interface Vlan1 ip address 192.168.2.1 255.255.255.0 no ip route-cache ip tcp adjust-mss 1412 ! interface Dialer0 ip address negotiated ip mtu 1452 ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap callin ppp chap hostname ***** ppp chap password 0 ***** ! ip forward-protocol nd ip http server ip http secure-server ! ip nat inside source list 1 interface Dialer0 overload ! access-list 1 permit 0.0.0.0 255.255.255.0 dialer-list 1 protocol ip permit ! control-plane ! ! line con 0 no modem enable line aux 0 line vty 0 4 password **** login ! scheduler max-task-time 5000 end

  • Cisco 1812j 2台でネット設定

    1812jを2台でつなげてネットにアクセスできるようにしたいと考えています。 ルータはRo-A と Ro-B です。 Ro-BにPPPoEセッションをはって、下図のPC1はネットにアクセスできるようになっています。 大雑把に下のような構成です。 Internet----(Dialer1)Ro-B(fa0)----(fa0)Ro-A(VLAN50)----PC2 (VLAN60)----------| | PC1 ネットワークは fa0 172.16.0.0 VLAN60 172.16.32.0 VLAN50 192.168.1.0 となっています。 ripでVLAN60とVLAN50のネットワークへはアクセスできてPC2とPC1の疎通もとれています。 Ro-Bに設定したデフォルトルートもdefault-information originate でRo-Aに通知していますがRo-Aからはネットにアクセスできません。 Ro-Aからネットに接続できるようにするためにはどのような設定が必要なのかご教授いただきたいと思います。 念のためRo-Aのコンフィギュレーションです。 ! hostname Ro-A ! boot-start-marker boot-end-marker ! no aaa new-model ! ! dot11 syslog ! ! ip cef no ip dhcp use vrf connected ip dhcp excluded-address 192.168.1.1 ip dhcp excluded-address 192.168.1.254 ! ip dhcp pool LAN network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 domain-name ciscoa.com dns-server 192.168.1.254 lease 2 ! archive log config hidekeys ! interface FastEthernet0 ip address 172.16.1.3 255.255.255.0 ip rip send version 2 ip rip receive version 2 duplex auto speed auto ! interface FastEthernet1 no ip address shutdown duplex auto speed auto ! interface BRI0 no ip address encapsulation hdlc shutdown ! interface FastEthernet2 switchport access vlan 50 ! ! interface Vlan1 interface Vlan1 no ip address ! interface Vlan50 ip address 192.168.1.1 255.255.255.0 ip nat inside ip virtual-reassembly ! router rip version 2 network 172.16.0.0 network 192.168.1.0 no auto-summary ! ip forward-protocol nd ! 文字数節約のためかなりはしょってますが、必要な項目はこんな感じです。 Ro-Bのコンフィギュレーションがなくて申し訳ありませんが、Dialer1の設定がしてある以外は大体同じ感じです。 なにとぞよろしくお願いいたします。

  • ciscoルータでyahoo!BB接続について

    cisco2611を使ってyahoo!BBにアクセスしています。 以下の設定で、PCからIP直打ちでインターネット接続は出来るのですが、ドメイン解決が出来ません。ルータからは、ドメイン解決できるのですが。。。何か、設定が抜けているのでしょうか・・・?ご存知の方が居ましたら、教えて下さい。この他に、原因解明に情報が必要であれば提示させて頂きます。 Building configuration... Current configuration : 908 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption boot-start-marker boot-end-marker memory-size iomem 15 no aaa new-model ip subnet-zero ip cef ip audit po max-events 100 no ftp-server write-enable interface Ethernet0/0 ip address dhcp client-id Ethernet0/0 ip nat outside half-duplex interface Ethernet0/1 ip address 192.168.0.254 255.255.255.0 ip nat inside half-duplex ip nat inside source list 1 interface Ethernet0/0 overload ip http server ip classless access-list 1 permit any line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 login end