Re: 問題ID: 25332

この質問の投稿一覧へ

なし Re: 問題ID: 25332

msg# 1.1
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2019-1-31 16:25
arashi1977  長老 居住地: 広島  投稿数: 1715
引用:
Monitor logging箇所がdisableであればSyslogを飛ばす(有効)なのでしょうか。
enableではなくて?
どこの「disable」を見ての質問かがわからないのですが、ログレベルがdebuggingであるという表示があることから、この出力は「ログ出力有効」になっています。

無効にすると、ログレベルは表示されず「disabled」という表示になります。
R1#show logging | include Monitor
    Monitor logging: level debugging, 0 messages logged, xml disabled,
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#no logging monitor ←logging monitorを無効にする
R1(config)#end
R1#
*Jan 31 07:18:50.303: %SYS-5-CONFIG_I: Configured from console by console
R1#show logging | include Monitor
    Monitor logging: disabled ←ここ

もしかして、こういうことを言われてます?
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#logging monitor ?
  <0-7>          Logging severity level
  alerts         Immediate action needed           (severity=1)
  critical       Critical conditions               (severity=2)
  debugging      Debugging messages                (severity=7)
  discriminator  Establish MD-Console association
  emergencies    System is unusable                (severity=0)
  errors         Error conditions                  (severity=3)
  filtered       Enable filtered logging
  informational  Informational messages            (severity=6)
  notifications  Normal but significant conditions (severity=5)
  warnings       Warning conditions                (severity=4)
  xml            Enable logging in XML
  <cr>

R1(config)#logging monitor xml ←XMLでのロギングを有効化
R1(config)#end
R1#
*Jan 31 07:21:57.387: %SYS-5-CONFIG_I: Configured from console by console
R1#show logging | include Monitor
    Monitor logging: level debugging, 0 messages logged, xml enabled, ←xmlがenabledになっている
この環境のR1にtelnetログインすると…
R2#telnet 192.168.12.1
Trying 192.168.12.1 ... Open


User Access Verification

Password:
R1>en
Password:
R1#terminal monitor
R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#end
R1#
<ios-log-msg><facility>SYS</facility><severity>5</severity><msg-id>CONFIG_I</msg-id><time>*Jan 31 07:24:18.903</time><args><arg id="0">console</arg><arg id="1">vty0 (192.168.12.2)</arg></args></ios-log-msg> ←XML形式でログ出力される

投稿ツリー

  >フォーラム検索へ


Copyright (c) 2020 Ping-t All rights reserved.