Noc101 という宛先プロファイルを作成し、コンフィギュレーションのアラート グループをこのプロファイルに関連付けて、コンタクト情報と電子メールの情報を設定した後で、HTTP を介して Smart Call Home メッセージを送信するための
VRF を指定する例を示します。Noc101 という宛先プロファイルを作成し、コンフィギュレーションのアラート グループをこのプロファイルに関連付けて、コンタクト情報と電子メールの情報を設定した後で、HTTP を介して Call Home メッセージを送信するための
VRF を指定する例を示します。
configure terminal
snmp-server contact person@company.com
callhome
distribute
email-contact admin@Mycompany.com
phone-contact +1-800-123-4567
streetaddress 123 Anystreet st. Anytown,AnyWhere
destination-profile Noc101 format full-txt
destination-profile full-text-destination email-addr person@company.com
destination-profile full-text-destination message-level 5
destination-profile Noc101 alert-group Configuration
alert-group Configuration user-def-cmd show ip route
transport email mail-server 192.0.2.10 priority 1
transport http use-vrf Blue
enable
commit
次に、複数の SMTP サーバを Smart Call Home メッセージに設定する例を示します。
configure terminal
callhome
transport email mail-server 192.0.2.10 priority 4
transport email mail-server 172.21.34.193
transport email smtp-server 10.1.1.174
transport email mail-server 64.72.101.213 priority 60
transport email from person@company.com
transport email reply-to person@company.com
commit
(注)
|
callhome email mail-server コマンドを使用した認証目的の複数の smtp サーバーの構成はサポートされていません。
|
上記のコンフィギュレーションに基づいて、SMTP サーバはこの順序で試行されます。
10.1.1.174(プライオリティ 0)
192.0.2.10(プライオリティ 4)
172.21.34.193(プライオリティ 50、デフォルト)
64.72.101.213(プライオリティ 60)
(注)
|
transport email smtp-server コマンドのプライオリティは、最大の 0 です。このコマンドで指定されたサーバは最初に試行され、次に、transport email mail-server コマンドで指定されたサーバが、プライオリティの順に試行されます。
|
次に、HTTP プロキシ サーバからの HTTP メッセージを送信するように、Smart Call Home を設定する例を示します。
configure terminal
callhome
transport http proxy server 10.10.10.1 port 4
transport http proxy enable
commit
次に、call home mail transfer に対する SMTP-AUTH サーバーを構成する例を示します。
callhome
email-contact admin@Mycompany.com
destination-profile testProfile-1
destination-profile testProfile-1 format XML
destination-profile testProfile-1 index 1 email-addr person@company.com
destination-profile testProfile-1 alert-group all
destination-profile full_txt alert-group test
transport email from callhome_person@company.com
transport email smtp-server 10.1.1.174 port 587 use-vrf management
transport email username user1 passwd Y2FsbGhvbWUK encrypted
transport http use-vrf management
enable