本文檔介紹如何手動編輯RexAcctScript,以便會計日誌檔案反映CSV格式。
本文件沒有特定需求。
本檔案中的資訊適用於所有Cisco Access Registrar版本。
本文中的資訊是根據特定實驗室環境內的裝置所建立。文中使用到的所有裝置皆從已清除(預設)的組態來啟動。如果您的網路正在作用,請確保您已瞭解任何指令可能造成的影響。
如需文件慣例的詳細資訊,請參閱思科技術提示慣例。
如果您希望會計日誌檔案反映可在計費應用程式中使用的CSV格式,請手動編輯RexAcctScript並重新編譯。
檔案位於:
/opt/AICar1/examples/rexacctscript/AcctAsScript.cpp
要更改記帳格式,請進行以下更改:
行號 | 自 | 成長至 |
---|---|---|
2048 | *(pEnd++)= "\n"; | *(pEnd++)= ","; |
2037 | *(pEnd++)= "\t"; | *(pEnd++)= " "; |
注意:" "包含一個空格。
要成功編譯和安裝此指令碼,請參閱使用REX記帳指令碼。
記帳檔案的輸出如下所示:
Tue, 26 Sep 2000 17:15:22 User-Name = sven, NAS-IP-Address = 10.200.68.2, NAS-Port = 2, Service-Type = NAS Prompt, Calling-Station-Id = 172.17.246.244, Acct-Status-Type = Start, Acct-Delay-Time = 0, Acct-Session-Id = 0000000D, Acct-Authentic = RADIUS, NAS-Port-Type = Virtual,,,,, Tue, 26 Sep 2000 17:15:23 User-Name = sven, NAS-IP-Address = 10.200.68.2, NAS-Port = 2, Service-Type = NAS Prompt, Calling-Station-Id = 172.17.246.244, Acct-Status-Type = Stop, Acct-Delay-Time = 0, Acct-Session-Id = 0000000D, Acct-Authentic = RADIUS, Acct-Session-Time = 1, Acct-Terminate-Cause = User Request, NAS-Port-Type = Virtual,,,,,
記帳檔案現在在每個條目之間包含逗號(",")。
修訂 | 發佈日期 | 意見 |
---|---|---|
1.0 |
19-Jan-2006 |
初始版本 |