2025 年 4 月 24 日 (初版)
TAC SR Collection |
主な問題 |
Nexus 9000 シリーズ スイッチで、NX-OS を 10.3(2)より前のバージョンから 10.3(2)以降のバージョンへアップグレードした後に、logging server で設定した Severity Level の値が表示されなくなりました。
アップグレード前
logging server xx.xx.xx.xx 5 use-vrf management facility local0
アップグレード後 Severity Level = 5 が表示されない
logging server xx.xx.xx.xx use-vrf management facility local0
|
原因 |
syslog サーバの設定 に記載の通り、NX-OS 10.3(2)から、logging server 設定のデフォルト値は Severity Level に限らず running config に表示されないよう変更されました。(設定項目には他に vrf、port 番号、facility などがあります)。server logging の Severity Level の場合、デフォルト値は notifications = 5 です。
switch# show logging | grep sev server severity: notifications
|
解決策 |
デフォルト値以外の値は表示されます。
switch(config)# logging server xx.xx.xx.xx 4 use-vrf management facility local 0 switch(config)# sh run | grep "logging ser" logging server xx.xx.xx.xx 4 use-vrf management facility local 0
|
備考
各製品の TAC SR Collection の一覧は、よくある質問と解決方法 (TAC SR Collection) から確認できます。