Cisco Packet Tracer のコマンドプロンプトのコマンド

versionは 8.2.0.0162。

全コマンド

Available Commands: 
利用可能なコマンド
  ?            Display the list of available commands 			
			利用可能なコマンドの一覧を表示する
  arp          Display the arp table						
			arp テーブルを表示する
  cd           Displays the name of or changes the current directory.	
			カレントディレクトリの名称を表示、または変更。
  delete       Deletes the specified file from C: directory.		
			C:ディレクトリから指定されたファイルを削除します。
  dir          Displays the list of files  in C: directory.			
			C: ディレクトリにあるファイルの一覧を表示します。
  exit         Quits the CMD.EXE program (command interpreter)		
			CMD.EXE プログラム(コマンドインタプリタ)を終了する
  ftp          Transfers files to and from a computer running an FTP server.	
			FTP サーバーが動作しているコンピューターとの間でファイルを転送する。
  help         Display the list of available commands
			利用可能なコマンドの一覧を表示する
  ide          Starts IoX development environment
			IoX開発環境の起動
  ioxclient    Command line tool to assist in app development for Cisco IOx platforms
			Cisco IOxプラットフォーム用のアプリ開発を支援するコマンドラインツール
  ipconfig     Display network configuration for each network adapter
			各ネットワークアダプタのネットワーク設定を表示
  ipv6config   Display network configuration for each network adapter
			各ネットワークアダプタのネットワーク設定を表示
  js           JavaScript Interactive Interpreter
			JavaScript インタラクティブ インタプリタ
  mkdir        Creates a directory.
			ディレクトリを作成します。
  netsh        
  netstat      Displays protocol statistics and current TCP/IP network connections
			プロトコル統計と現在のTCP/IPネットワーク接続を表示する
  nslookup     DNS Lookup
			DNS ルックアップ
  ping         Send echo messages
			エコーメッセージの送信
  python       Python Interactive Interpreter
			Python インタラクティブインタプリタ
  quit         Exit Telnet/SSH
			Telnet/SSHを終了する
  rmdir        Removes a directory.
			ディレクトリを削除する
  snmpget      SNMP GET
  snmpgetbulk  SNMP GET BULK
  snmpset      SNMP SET
  ssh          ssh client
  telnet       Telnet client
  tracert      Trace route to destination
			目的地までの経路をたどる

arp

Display ARP entries: arp -a
Clear ARP table: arp -d

netstat

netstat :
netstat -r :

nslookup

nslookup              # interactive mode using default server
nslookup host         # just look up 'host' using default server
nslookup host a.b.c.d # just look up 'host' using DNS server with ip address 'a.b.c.d'

ping

ping [-n count | -v TOS | -t ] target

tracert

tracert target