簡介
本文檔介紹透過CLI在Cisco DNA Center上設定日誌的步驟。
必要條件
需求
使用磁懸浮作為埠2222的使用者名稱。
採用元件
本檔案中的資訊是根據以下軟體版本:
- Cisco DNA中心2.3.3
- Cisco DNA Center 2.3.5
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路運作中,請確保您瞭解任何指令可能造成的影響。
背景資訊
為了幫助排除服務問題,您可以更改Cisco DNA Center服務的日誌記錄級別。
如果您要透過圖形使用者介面(GUI)設定記錄,您可以檢閱此檔案。
服務的預設記錄層級為資訊(資訊)。您可以將記錄日誌級別從資訊性更改為其他記錄日誌級別(調試),以捕獲詳細資訊。
注意:由於可以披露的資訊型別,在調試級別或更高級別收集的日誌必須具有受限訪問許可權,並且無法長時間打開。
- 調試:調試消息
- 資訊:正常但重要的條件消息
- 警告:警告條件訊息
- 錯誤:錯誤條件訊息
Cisco DNA Center CLI日誌
程式
步驟 1.標識服務的埠。
magctl service status [service] | grep -i port
magctl service ip display | grep [service]
步驟 2. 設定服務的層級記錄。
magctl service loglevel set -l debug -t [30|60] [service] [port]
在這種情況下,您必須看到錯誤:
magctl service loglevel set -l debug -t 30 disaster-recovery-service 8500
Could not complete the operation, either service is down or service does not support the operation
驗證
驗證變更。
magctl service loglevel display [service] [port]