Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell Networking PowerConnect 2800モデルのスイッチの基本的なコマンド・ライン・インターフェイス

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions



この文書では、Dell Networking PowerConnect 2800モデルのスイッチで使用できる限定のコマンドラインにについて説明します。

 


基本的なCLI概要
 


PowerConnect 28xxシリーズは、基本的なコンソールCLIインターフェイスおよび単一のtelnetセッションに対応します。
 
 

 

 シリアルコンソールにアクセスするには、スイッチを管理モードにする必要があります。デフォルトでは、スイッチは非管理モードです。管理モードへの切り替えに慣れていない場合は、HOW10276「PowerConnect 2800シリーズスイッチの管理にアクセスする方法」を参照してください。

 

2808モデルには、コンソール接続用のシリアルポートはありません。このため、2808には、他の2800モデルのスイッチにはあるコマンドライン機能がありません。

 

CLIは次の動作に使用できます。
 
  • デバイスの再起動
  • システムのデフォルトへの復元(2808はWebインターフェイスからリセットする必要がある)
  • 設定、イメージ、ブートファイルのダウンロードまたはアップロード
  • ローカル・データベース・ユーザの作成(デバイス管理用)
  • SNMPコミュニティの指定
  • 静的IPアドレスの指定
  • show tech-supportコマンドの実行
 
 
 
 
デバイスの再起動
 
# reload

このコマンドはすべてのシステムをリセットしお使いの現在のセッションを切断します。続行しますか? (Y/コンソールN)[N] Y
Shutting down ...
Shutting down ...
 

システムのデフォルトへの復元
 
       「reload」実行後、スイッチの起動中に、Enterキーを押して自動起動を停止し、ブートメニューに入るオプションが表示されます。
ブートメニューで、を押して、「[2] Erase Flash File([2] フラッシュファイルの消去)」を選択し、Y>を押して確認します。
            スタートアップメニュー
 
[1]  ソフトウェアのダウンロード
[2]  フラッシュファイルの消去
[3]  診断モードの入力
[4]  ターミナルボーレートの設定
[5]  戻る
選択肢を入力するか、Escキーを押して終了します: 2
警告! フラッシュファイルが消去されるところです。
 
よろしいですか(Y/N)? y
 

ファームウェアのアップグレード
 
copy tftp://{TFTP Server IP Address}/{filename of firmware} imageを入力してTFTPサーバからイメージファイルを引き出します。


console# copy tftp://10.0.0.2/ -10020 powerconnect_28xx.ros image

16-Dec-2008 14:35:59 %COPY-I-FILECPY: Files Copy - source URL tftp://10.0.0.2/powerconnect_28xx-10020.ros destination URL flash://image
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!16-Dec-2008 14:39:07 %COPY-W-TRAP: The copy operation was com
pleted successfully
!
Copy: 4606156 bytes copied in 00:03:37 [hh:mm:ss]
 
console#
 

ユーザのローカルデータベースを作成する
 
console# configure
console(config)# username admin password password level 15
console(config)#
 

SNMP の設定
 
console# configure
console(config)# snmp-server community public rw 10.37.123.10
console(config)#
 

IPアドレスの割り当て
 
console# configure
console(config)# ip address 172.16.1.1 /24
console(config-if)#


 

Show Tech-Support
 
        Console# show tech-support
                

Article Properties


Affected Product

PowerConnect 2816, PowerConnect 2824, PowerConnect 2848

Last Published Date

21 Feb 2021

Version

4

Article Type

How To