前提・実現したいこと
macbookにcisco 800 ルータのiosイメージをコピーしたい
エラー内容
各機器にIPアドレスを設定したのですが、ciscoルータからmacbookにpingを打ってもうまく受信してくれません。
各機器の設定内容について記載いたします。
設定
macbook terminal $sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist =>tftpサーバの起動 =>ファイアウォールはオフにしています。 $sudo touch ./c89-universalk9-mz.151-4.M5.bin $sudo chmod 666 ././c89-universalk9-mz.151-4.M5.bin =>コピー先のファイル作成と権限変更
#show run 現在の設定
cisco 800 series >enable #conf t (config)#int vlan 1 (config)#ip add 192.168.11.103 255.255.255.0 (config)#no shutdown (config)#end #conf t (config)#interface fastethernet 7 (config)#switchport mode access (donfig)#switchport access vlan 1 (config)#exit =>仮想インターフェースの作成とipアドレスの割り当て =>vlanと物理インターフェースの紐付け
Current configuration : 1318 bytes ! ! Last configuration change at 05:33:14 UTC Tue Oct 13 2020 version 15.1 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 ! crypto pki token default removal timeout 0 ! ! ip source-route ! ! ! ! ! ip cef no ipv6 cef ! ! ! ! multilink bundle-name authenticated ! ! ! ! ! ! license udi pid CISCO892-K9 sn FGL163825NN ! ! ! ! ! ! ! interface BRI0 no ip address encapsulation hdlc shutdown isdn termination multidrop ! interface FastEthernet0 no ip address ! interface FastEthernet1 no ip address ! interface FastEthernet2 no ip address ! interface FastEthernet3 no ip address ! interface FastEthernet4 no ip address ! interface FastEthernet5 no ip address ! interface FastEthernet6 no ip address ! interface FastEthernet7 no ip address ! interface FastEthernet8 no ip address shutdown duplex auto speed auto ! interface GigabitEthernet0 no ip address shutdown duplex auto speed auto ! interface Vlan1 ip address 192.168.11.103 255.255.255.0 ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! ! ! ! ! control-plane ! ! ! ! mgcp profile default ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login transport input all ! end - [ ]
Router#show interfaces description Interface Status Protocol Description BR0 admin down down BR0:1 admin down down BR0:2 admin down down Fa0 down down Fa1 down down Fa2 down down Fa3 down down Fa4 down down Fa5 down down Fa6 down down Fa7 up up Fa8 admin down down Gi0 admin down down Vl1 up up
エラーメッセージ
cisco 800 series #ping 192.168.11.102 ..... Success rate is 0 percent =>pingをmacbookのipアドレスに送信した場合 #copy flash tftp %Error opening tftp://<IPADDRESS>/<FILENAME> (Timed out) =>コピーを実行した場合
物理インターフェースの構築環境
](9e1bdbc43dbbaaf4a0a72d24fe1602aa.png)
USBハブにそれぞれ接続されているもの
1 コンソール接続のためのUSB <=> シリアルポート 変換器
2 ciscoのインターフェースにlanケーブルで接続するためのusb <=> lanケーブル変換器
これらの他に接続しているものはありません。
※typeC接続しているものは充電用です。
・IPアドレスの設定は同様のサブネットマスク内で設定しております。
・show interface vlan 1コマンドを打ってもipアドレスは設定されていました。
様々なサイトを参考にしてみたのですが、一向に解決策がわかりません。
どなたかご教示のほどよろしくお願いいたします。
補足事項に不備がございましたら、お問い合わせ次第追記させていただきます。