Cisco Cisco IOS Software Release 12.4(15)T

Seite von 12
X.25 Call Record
  How to Configure X.25 Call Record
4
Cisco IOS Release 12.4(15)T
DETAILED STEPS
Configuring the Remote Server
The syslog server that will be receiving the call records from the router needs to be told into which syslog 
facility and file it should put those records, and at what severity level. To input and then activate that 
information, perform this task.
Prerequisites
You must have root permissions to perform this configuration.
SUMMARY STEPS
1.
Edit the 
etc/syslog.conf
 file.
2.
Save the file and exit the editor.
3.
Restart the server’s syslog process.
Command or Action
Purpose
Step 1
logging on
Example:
Router(config)# logging on
Enables the sending of messages about system events 
(which will be, in this case, the call records).
Step 2
logging host 
{
ip-address | hostname
}
Example:
Router(config)# logging host 10.3.18.24
Specifies the host device at which the call records will be 
stored.
Several optional arguments are available to customize 
this command, including ports, transports, VPNs, ipv6, 
record filtering, XML, cipher suites, and trustpointing. 
Details are given in the 
documentation
 of this command 
within the 
Cisco IOS Network Management Command 
Reference,
 Release 12.4T.
Step 3
logging trap
 level
Example:
Router(config)# logging trap 7
Assigns a severity level to the call records.
Step 4
logging facility
 facility-type
Example:
Router(config)# logging facility local4
Determines which syslog facility will contain the call 
record log file; for example: 
local, system, user,
 etc.