Cisco Cisco IOS Software Release 12.4(15)T

Seite von 12
X.25 Call Record
  Configuration and Content Examples for X.25 Call Record
5
Cisco IOS Release 12.4(15)T
DETAILED STEPS
Configuration and Content Examples for X.25 Call Record
This section provides one configuration example and four record-content examples:.
Creating an X.25 Call Record Log: Configuration Example
In the following example, a router is configured to create call records and to send those records to a 
particular remote Syslog Server. Then that remote server is configured to place the received records into 
a particular log file within one of its “local” facilities.
Configuration at the router
enable
configure terminal
x25 call-record
logging on
logging host 10.3.18.24
logging trap 7
logging facility local4
Configuration at the remote server
Edit 
/etc/syslog.conf
local4.debug
/var/log/Cisco.log
Save the file.
Exit the Editor.
/etc/init.d/syslog start
Command or Action
Purpose
Step 1
Edit the 
/etc/syslog.conf
 file.
Example:
local4.debug
/var/log/Cisco.log
Inserts the pathname of the log file that will hold the call 
records, along with its facility-type and severity level.
In this example, the log file’s pathname is 
/var/log/Cisco.log
, its facility-type is 
local4
, and 
its severity level is 7 (
debug
).
Note that the pathname must be separated from the rest 
of the statement by a tab, not a space.
Step 2
Save the file and exit the editor.
Step 3
Restart the server’s syslog process.
Example:
/etc/init.d/syslog start
Loads the information you entered in Step 1 into the 
server’s current RAM.