Router#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms
「running-config」をTFTPサーバへアップロードします。
Router#copy running-config tftp
Address or name of remote host []? 192.168.1.1 ← TFTPサーバのアドレスを入力
Destination filename [router-confg]? ← デフォルトの名前でよければ、<Enter>を押します
!!
926 bytes copied in 2.132 secs (463 bytes/sec)
Manager > create config=test01.cfg
Info (149003): Operation successful.
スイッチのIPモジュールを有効にして、VLANインタフェースにIPアドレスを割り当てます。
Manager > enable ip
Info (105287): IP module has been enabled.
Manager > add ip interface=vlan1 ipaddress=192.168.1.10 mask=255.255.255.0
Info (105275): interface successfully added.
Manager > ping 192.168.1.1
Echo reply 1 from 192.168.1.1 time delay 0 ms
Echo reply 2 from 192.168.1.1 time delay 0 ms
Echo reply 3 from 192.168.1.1 time delay 0 ms
Echo reply 4 from 192.168.1.1 time delay 0 ms
Echo reply 5 from 192.168.1.1 time delay 0 ms