DNS サーバのホスト名の作成
ドメイン ネーム サーバ(DNS)のホスト名を作成できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. create dns < ip-address >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
create dns Example vnmc(policy-mgr) /org/deviceprofile # create dns 209.165.200.225 |
DNS ホスト名を作成します。 a.b.c.d 形式の IP アドレスとしてホスト名を指定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、DNS ホスト名を作成する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # create dns 209.165.200.225
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
NTP サーバのホスト名の作成
ネットワーク タイム プロトコル(NTP)サーバのホスト名を作成できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. create ntp-server < server-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
create ntp-server Example
vnmc(policy-mgr) /org/deviceprofile # create ntp-server networkTi me
|
NTP サーバのホスト名を作成します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、NTP サーバのホスト名を作成する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # create ntp-server networkTime
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
DNS サーバのホスト名の削除
ドメイン ネーム サーバ(DNS)のホスト名を削除できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. delete dns < ip-address >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile default Example vnmc(policy-mgr) /org # scope deviceprofile |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
delete dns Example vnmc(policy-mgr) /org/deviceprofile # delete dns 209.165.200.225 |
DNS ホスト名を削除します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、DNS サーバのホスト名を削除する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # delete dns 209.165.200.225
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
NTP サーバのホスト名の削除
ネットワーク タイム プロトコル(NTP)サーバのホスト名を削除できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. delete ntp-server < server-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
delete ntp-server Example vnmc(policy-mgr) /org/deviceprofile # delete ntp-server networkTime |
NTP サーバのホスト名を削除します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、NTP サーバのホスト名を削除する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # delete ntp-server networkTime
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
ドメイン名の変更
ドメイン名を設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
注意 ドメイン名を変更すると新しい証明書が生成されますが、そのときに変更の影響がユーザに警告されるようになっています。VM Manager 拡張ファイルを再度エクスポートし、vCenter にインストールする必要があります。証明書がインストールされているすべての Web ブラウザ クライアントに、新しい証明書のプロンプトが表示されます。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile <profile-name>
4. scope domain-name <name-of-the-domain-name-entry>
5. set domain <new-domain-name>
6. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
scope domain-name Example vnmc(policy-mgr) /org/deviceprofile # scope domain-name default |
ドメイン名モードを開始します。 |
ステップ 5 |
set domain Example vnmc(policy-mgr) /org/deviceprofile/domain-name # set domain testOne |
ドメイン名を設定します。 |
ステップ 6 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、ドメイン名を設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # scope domain-name default
vnmc(policy-mgr) /org/deviceprofile/domain-name # set domain testOne
vnmc(policy-mgr) /org/deviceprofile/domain-name* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile/domain-name #
デバイス プロファイルの表示
デバイス プロファイルを表示できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. show deviceprofile
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
show deviceprofile Example vnmc(policy-mgr) /org # show deviceprofile |
デバイス プロファイルを表示します。 |
例
次に、デバイス プロファイルを表示する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # show deviceprofile
コア ファイル ポリシーの設定
コア ファイル ポリシーを設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. set corefile < policy-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
set corefile Example vnmc(policy-mgr) /org/deviceprofile # set corefile EaCorePA13 |
コア ファイルのポリシーを設定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、コア ファイル ポリシーを設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # set corefile EaCorePA13
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
障害ポリシーの設定
障害ポリシーを設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. set faultpolicy < policy-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
set faultpolicy Example vnmc(policy-mgr) /org/deviceprofile # set faultpolicy EaFaultPA12 |
障害ポリシーを設定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、障害ポリシーを設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # set faultpolicy EaFaultPA12
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
ログ ポリシーの設定
ログ ポリシーを設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. set log < policy-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
set log Example vnmc(policy-mgr) /org/deviceprofile # set log EaLogPA12 |
ログ ポリシーを設定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、ログ ポリシーを設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # set log EaLogPA12
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
syslog ポリシーの設定
syslog ポリシーを設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. set syslog < policy-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
set syslog Example vnmc(policy-mgr) /org/deviceprofile # set syslog EaSysPA12 |
syslog ポリシーを設定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、syslog ポリシーを設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # set syslog EaSysPA12
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
時間帯の設定
時間帯を設定できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. set timezone < zone-name >
5. commit-buffer
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
set timezone Example
vnmc(policy-mgr) /org/deviceprofile # set timezone
pacific
|
時間帯を設定します。 |
ステップ 5 |
commit-buffer Example vnmc(policy-mgr) /org/deviceprofile* # commit-buffer |
設定をコミット(保存)します。 |
例
次に、時間帯を設定する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # set timezone pacific
vnmc(policy-mgr) /org/deviceprofile* # commit-buffer
vnmc(policy-mgr) /org/deviceprofile #
DNS サーバの表示
DNS サーバを表示できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. show dns
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
show dns Example vnmc(policy-mgr) /org/deviceprofile # show dns |
DNS サーバを表示します。 |
例
次に、DNS サーバを表示する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
vnmc(policy-mgr)# scope org
vnmc(policy-mgr) /org # scope deviceprofile default
vnmc(policy-mgr) /org/deviceprofile # show dns
IP Address: 209.165.200.226
vnmc(policy-mgr) /org/deviceprofile #
ドメイン名の表示
ドメイン名を表示できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. show domain-name
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
show domain-name Example vnmc(policy-mgr) /org/deviceprofile # show domain-name |
ドメイン名を表示します。 |
例
次に、ドメイン名を表示する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
VNMC-Tech-Docs(policy-mgr)# scope org
VNMC-Tech-Docs(policy-mgr) /org # scope deviceprofile default
VNMC-Tech-Docs(policy-mgr) /org/deviceprofile # show domain-name
vnmc(policy-mgr) /org/deviceprofile #
NTP サーバの表示
NTP サーバを表示できます。
はじめる前に
VNMC CLI の基本情報については、を参照してください。
手順の概要
1. connect policy-mgr
2. scope org
3. scope deviceprofile < profile-name >
4. show ntp
手順の詳細
|
|
|
ステップ 1 |
connect policy-mgr Example: vnmc# connect policy-mgr |
ポリシー マネージャ CLI を開始します。 |
ステップ 2 |
scope org Example: vnmc(policy-mgr)# scope org |
組織モードを開始します。 |
ステップ 3 |
scope deviceprofile Example vnmc(policy-mgr) /org # scope deviceprofile default |
デバイス プロファイル モードを開始します。 |
ステップ 4 |
show ntp Example vnmc(policy-mgr) /org/deviceprofile # show ntp |
NTP サーバを表示します。 |
例
次に、NTP サーバを表示する例を示します。
Cisco Virtual Network Management Center
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under
license. Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or the GNU
Lesser General Public License (LGPL) Version 2.1. A copy of each
such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://www.opensource.org/licenses/lgpl-2.1.php
VNMC-Tech-Docs(policy-mgr)# scope org
VNMC-Tech-Docs(policy-mgr) /org # scope deviceprofile default
VNMC-Tech-Docs(policy-mgr) /org/deviceprofile # show ntp
VNMC-Tech-Docs(policy-mgr) /org/deviceprofile #