回答:
send log
次のコマンドを使用できます。
switch#send log Halfway through the script!
IOS 12.2を搭載したCatalyst 3750で
May 31 16:36:18: %SYS-2-LOGMSG: Message from 1(name): Halfway through the script!
IOS 15.0の場合:
May 31 16:38:08: %SYS-7-USERLOG_DEBUG: Message from tty1(user id: name): Halfway through the script!
シスコデバイスからテストsyslogを送信するための構文は、ソフトウェアバージョンによって異なります。syslogの重大度を設定するためのオプションを含む、利用可能な場合、私が見たコマンド構文は次のとおりです。
IOS 12.2(58)以降を実行している場合、ほとんどのCiscoプラットフォーム:
send log [severity] [text to send]
Eg:
send log
send log This message will go to my syslog server.
send log 5 This message will go to my syslog server.
IOS 12.2(52)以前を実行している場合、ほとんどのCiscoプラットフォーム:
send log [text to send]
Eg:
send log
send log This message will go to my syslog server.
IOS 15.0(1)から供給されるIOS-XE 03.01.00を実行するASR1000:
send log [severity [text to send]]
Eg:
send log
send log 5 This message will go to my syslog server.
他のIOS-XEバージョンを実行しているASR1000(IOS 12.2(33)の02.04.03、IOS 15.1(3)の03.04.04、IOS 15.5(1)の03.14.00を含む):
send log [severity] [text to send]
Eg:
send log
send log This message will go to my syslog server.
send log 5 This message will go to my syslog server.
IOS-XR 4.2.1以降を実行するASR9000:
log <text to send>
Eg:
log This message will go to my syslog server.
IOS 12.2(18)を実行しているWS-C6513:同等のコマンドはありません。syslogメッセージを生成するには、別の方法を使用する必要があります。たとえば、次の例では、ロギング設定に応じて5つのsyslog(インターフェースがアップ、ラインプロトコルがアップ、インターフェースがダウン、ラインプロトコルがダウン、構成が変更)が生成されます。2つのインターフェイスコマンドを省略して、構成が変更された汎用syslogを1つだけ生成します。
config t
interface loopback601
no interface loopback601
end