キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
75
閲覧回数
0
いいね!
0
コメント
junakaga
Cisco Employee
Cisco Employee

 

はじめに

本稿では、SMAの基本的な動作を確認するためのテスト用のSMAの簡易的なセットアップ方法をご紹介します。

 

注意事項

  • ソフトウエアバージョンにより設定項目などが異なる場合があります。
  • 評価ライセンスが必要な場合は、以下のページを参考にして事前に用意しておきます。
    評価ライセンスの取得方法

 

ソフトウエアのダウンロード

Software Downloadのページから、Secure Email and Web Manager Virtualのイメージをダウンロードします。全てのバージョンのイメージが提供されている訳ではありませんので、必要なバージョンのイメージがない場合は、下位バージョンをインストールしてアップグレードすることも検討します。

Screenshot 2024-04-19 at 16.37.34.png

 

初期設定

Consoleアクセス

イメージのディプロイが完了したら、SMAへConsoleアクセスします。以下の初期パスワードでログインできます。

login: admin
Password: ironport

 

IPアドレスなどの設定

以下のコマンドでIP/Netmaskの設定を行います。

ironport.example.com> interfaceconfig

Currently configured interfaces:
1. Management (192.168.42.42/24 on Management: ironport.example.com)

Choose the operation you want to perform:
- NEW - Create a new interface.
- EDIT - Modify an interface.
- DELETE - Remove an interface.
- DETAILS - Show details of an interface.
[]> edit

Enter the number of the interface you wish to edit.
[]> 1

Would you like to configure an IPv4 address for this interface (y/n)? [Y]>

IPv4 Address (Ex: 192.168.1.2
[192.168.42.42]> 172.16.0.213

Ethernet interface:
1. Data 1
2. Data 2
3. Management
[3]>

Netmask (Ex: "24", "255.255.255.0" or "0xffffff00"):
[255.255.255.0]> 255.255.0.0

引き続きその他の設定項目も表示されますが、特に初期設定を変更する必要がなければ、そのままEnterを押していきます。
その後、以下のコマンドでpassphraseを変更します。
注: 任意のPassphraseを設定する場合、8文字以上で以下の4つを含んでいる必要があります。
- 大文字(A-Z)
- 小文字(a-z)
- 数字(0-9)
- 特殊文字( ~ ? ! @ # $ % ^ & * - _ + = \ | / [ ] ( ) < >
注: システムセットアップウイザードで再度Passphraseを変更する必要があります。

ironport.example.com> passwd

Old passphrase: ironport
Would you like to get a system generated passphrase? [N]>

New Passphrase:
[]>
Please enter the new passphrase again:
Your passphrase has been changed.
Please run System Setup Wizard at http://172.16.0.213
ironport.example.com>

次に、gatewayを設定します。

ironport.example.com> setgateway

Warning: setting an incorrect default gateway may cause the current connection
to be interrupted when the changes are committed.
Enter new default gateway:
[]> 172.16.0.1

Please run System Setup Wizard at http://172.16.0.213
ironport.example.com>

最後にcommitコマンドで変更を確定させます。

ironport.example.com> commit

Please enter some comments describing your changes:
[]>

Do you want to save the current configuration for rollback? [Y]>

Changes committed: Fri Oct 25 04:40:05 2019 GMT

 

SSHアクセス

SSHクライアントでESAにアクセスし、Username: admin / Passphrase: ironportでログインします。

ライセンスの投入

以下のコマンドでライセンスを投入します。

ironport.example.com> loadlicense

1. Paste via CLI
2. Load from file
How would you like to load a license file?
[1]> 1

Paste the license file now.
Press CTRL-D on a blank line when done.

<ここにライセンスをペーストします>

ペースト後にEnterを押し、空白行でCTRL-Dをクリックすると、License Agreementが表示されます。内容を最後まで確認して同意します。

Do you accept the above license agreement? []> y
The license agreement was accepted.

ライセンスファイルはXMLで記述されています。Internet ExplorerなどのブラウザでXMLファイルを開き内容をコピーすると、余分な情報までコピーされてライセンス投入エラーとなります。ライセンスファイルはメモ帳などの「テキストエディタ」で開いてからコピーします。

 

GUIアクセス

https://SMAのIP にブラウザでアクセスし、Username: admin Passphrase: ironportでログインします。
Screenshot 2024-04-19 at 18.26.11.png

システムセットアップウイザード

System  Administration > System Setup Wizardと進みます。

Screenshot 2024-04-19 at 19.42.37.png

ライセンスアグリーメントに問題がなければ同意します。

Screenshot 2024-04-19 at 19.38.00.png

System Configuration

SMAのアラートメールの送信先、Passphraseを設定します。また、必要に応じてTime ZoneやNTP Serverも変更します。
Screenshot 2024-04-19 at 19.48.03.png

注: 任意のPassphraseを設定する場合、8文字以上で以下の4つを含んでいる必要があります。
- 大文字(A-Z)
- 小文字(a-z)
- 数字(0-9)
- 特殊文字( ~ ? ! @ # $ % ^ & * - _ + = \ | / [ ] ( ) < >

System and Network Configuration

必要に応じてホスト名やDNSサーバの設定を変更します。
Screenshot 2024-04-19 at 19.58.52.png

Review Your Configuration

設定内容を確認して、Install This Configurationをクリックします。
Screenshot 2024-04-19 at 19.59.07.png

 

Secure Email Gatewayとの連携

ここでは、SEGと連携し、レポーティングデータをSMAに集約する設定を行います。

SMA側の設定

Centralized Services > Centralized Reportingと進みます。
Screenshot 2024-04-22 at 11.28.26.png

Enableをクリックし、Centralized Email Reportingを有効化します。

Screenshot 2024-04-22 at 11.28.42.png

Centralized Services > Security Appliancesと進みます。

Screenshot 2024-04-22 at 11.29.44.png

Add Email Applianceをクリックします。

Screenshot 2024-04-22 at 11.30.27.png

連携するSEGのAppliance Name、IP Addressを入力し、Centralized Reportingにチェックが入っていることを確認し、Establish Connectionをクリックします。

Screenshot 2024-04-22 at 11.31.40.png

連携するSEGのadminユーザのUsernameおよびPassphraseを入力し、Establish Connectionをクリックします。

Screenshot 2024-04-22 at 11.32.26.png

Test Connectionをクリックし、その後、Submitをクリックします。
注: Test Connectionクリック時に以下の画面のようにWarningが出る場合がありますが、SEG側で設定がされていないためなので、無視してください。

Screenshot 2024-04-22 at 11.49.52.png

Commit Changesをクリックし、設定を確認します。

Screenshot 2024-04-22 at 19.29.59.png

Screenshot 2024-04-22 at 19.42.49.png

SEG側の設定

Security Services > Reporting に進みます。
Screenshot 2024-04-22 at 11.47.57.png

Edit Settingsをクリックします。
Screenshot 2024-04-22 at 11.51.07.png

Centralized Reportingを選択肢、Submitをクリックします。
Screenshot 2024-04-22 at 11.51.27.png

Commit Changesをクリックし、設定を確認します。
Screenshot 2024-04-22 at 19.29.59.png

Screenshot 2024-04-22 at 19.42.49.png

 

動作確認

SMAのWebUIでEmail > Reporting からOverviewを表示し、SEGのReportingのデータが表示されていることを確認します。
注: 表示されない場合は、数分待って再度アクセスしてください。
Screenshot 2024-04-22 at 11.54.02.png

Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします