###実現したいこと
Catalyst3750からPCへIOSを転送したい。
###現状
以前「cisco IOSを吸い出したい」で質問させていただき、原因はPCのNICへのIPアドレスの設定が間違っていたからでした。
今回はpingが双方通っているにも関わらずファイル転送できません。
LANケーブルをPCとスイッチfa1/0/1に接続。
LED緑色に点灯。
telnetログイン可。
###環境
ネットワーク機器:Catalyst3750
PC:Windows10
FTPソフト:Tftpd64
ファイアウォールの設定解除
Catalyst3750
show run
ruru#show run Building configuration... Current configuration : 1669 bytes ! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname ruru ! enable password 7 111D180E161C041E0D ! no aaa new-model switch 1 provision ws-c3750-24ts system mtu routing 1500 ip subnet-zero ip routing ! ! ! ! no file verify auto spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! interface FastEthernet1/0/1 no switchport ip address 192.168.1.1 255.255.255.0 ip access-group 1 in ! interface FastEthernet1/0/2 switchport access vlan 10 switchport mode access ! interface FastEthernet1/0/3 ! interface FastEthernet1/0/4 ! interface FastEthernet1/0/5 ! interface FastEthernet1/0/6 ! interface FastEthernet1/0/7 ! interface FastEthernet1/0/8 ! interface FastEthernet1/0/9 ! interface FastEthernet1/0/10 ! interface FastEthernet1/0/11 ! interface FastEthernet1/0/12 ! interface FastEthernet1/0/13 ! interface FastEthernet1/0/14 ! interface FastEthernet1/0/15 ! interface FastEthernet1/0/16 ! interface FastEthernet1/0/17 ! interface FastEthernet1/0/18 ! interface FastEthernet1/0/19 ! interface FastEthernet1/0/20 ! interface FastEthernet1/0/21 ! interface FastEthernet1/0/22 ! interface FastEthernet1/0/23 ! interface FastEthernet1/0/24 ! interface GigabitEthernet1/0/1 ! interface GigabitEthernet1/0/2 ! interface Vlan1 no ip address shutdown ! interface Vlan10 ip address 192.168.10.1 255.255.255.0 ! ip classless ip http server ! ! access-list 1 permit any log ! control-plane ! ! line con 0 password 7 071B20474F0716171E line vty 0 4 password 7 071B20474F0716171E login line vty 5 15 password 7 071B20474F0716171E login ! end
show arp
ruru#show arp Protocol Address Age (min) Hardware Addr Type Interface Internet 192.168.1.10 1 54e1.ad58.cf96 ARPA FastEthernet1/0/1 Internet 192.168.10.1 - 001e.133f.68c2 ARPA Vlan10 Internet 192.168.1.1 - 001e.133f.68c1 ARPA FastEthernet1/0/1
show log
00:44:11: %SYS-5-CONFIG_I: Configured from console by vty0 (192.168.1.10) 00:54:35: %SYS-5-CONFIG_I: Configured from console by vty0 (192.168.1.10) 01:34:33: %SEC-6-IPACCESSLOGS: list 1 permitted 192.168.1.10 1 packet 01:34:36: %SYS-5-CONFIG_I: Configured from console by vty0 (192.168.1.10) 01:34:58: %SEC-6-IPACCESSLOGS: list 1 permitted 0.0.0.0 1 packet
PC
ipconfig
イーサネット アダプター イーサネット: 接続固有の DNS サフィックス . . . . .: リンクローカル IPv6 アドレス. . . . .: fe80::8522:d323:6a84:c4fe%4 IPv4 アドレス . . . . . . . . . . . .: 192.168.1.10 サブネット マスク . . . . . . . . . .: 255.255.255.0 デフォルト ゲートウェイ . . . . . . .:
###結果
copy tftp flash
ruru#copy tftp flash Address or name of remote host []? 192.168.1.10 Source filename []? c3750-ipservices-mz.122-35.SE5.bin Destination filename [c3750-ipservices-mz.122-35.SE5.bin]? test Accessing tftp://192.168.1.10/c3750-ipservices-mz.122-35.SE5.bin... %Error opening tftp://192.168.1.10/c3750-ipservices-mz.122-35.SE5.bin (No such file or directory)
###疑問点
copy <コピー元> <コピー先>
スイッチの中のflashから取り出して、PCへファイルを転送
上記の構文、構図で考えると、copy flash tftp になると思うのですが、なぜcopy tftp flashなのでしょうか。
理屈として理解できません。copy tftp flashであれば、PCからスイッチへのファイル転送だと思うのですが。
IOSの転送できるようになったと思ったのに(>_<)
再度同じ環境でやってるにも関わらずできないなんて、自分にはコンピューターを扱うセンスがないのかな。。
難しいです。
原因が分からず問題解決できません。
どなたか、アドバイスください。
以上、よろしくお願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/02/02 05:41
2018/02/03 06:32
2018/02/03 07:35
2018/02/03 07:54 編集