Difference between revisions of "Cisco IOS logging"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(19 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
* [[show logging]]
+
Disable logging:
 +
no logging console
 +
 
 +
Local storage of messages:
 +
Router#[[configure terminal]]
 +
Enter configuration commands, one per line.  End with CNTL/Z.
 +
Router(config)#[[logging buffered]] informational
 +
Router(config)#end
 +
 
 +
 
 +
Configure [[syslog]]
 +
[[conf t]]
 +
[[logging host]] xx.xx.xx.xx
 +
logging host X.X.X.X transport udp port 714
 +
[[logging trap]] informational
 +
 
 +
Verify:
 +
[[sh run]] | [[inc]] logging
 +
 
 +
== Logs ==
 +
Apr 14 10:18:23.233: %SYS-5-CONFIG_I: Configured from console by [[vty]]0 (10.10.10.5)
 +
 
 +
== Related commands ==
 +
* <code>[[show logging]]</code>
 +
* <code>[[show logging history]]</code>
 +
* <code>[[logging enable]]</code>
 +
* <code>[[logging host]] xx.xx.xx.xx</code>
 +
* <code>[[logging trap LEVEL_TO_SELECT]]</code>
 +
* <code>[[logging history]]</code>
 +
* <code>[[logging history size number]]</code>
 +
* <code>[[logging on]]</code> and <code>no [[logging on]]</code>
 +
* <code>[[logging console]] [level]</code>
 +
* <code>[[logging monitor]] [level]</code>
 +
* <code>[[debug ip]]</code>
 +
* <code>[[show archive]]</code>
 +
* [[PAN-OS]]: <code>[[show log]]</code>
 +
* <code>no [[device-tracking logging theft]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{IOS logging}}
 +
* {{show logging}}
 
* {{logging}}
 
* {{logging}}
 
* {{Cisco IOS}}
 
* {{Cisco IOS}}
  
 
[[Category:Cisco IOS]]
 
[[Category:Cisco IOS]]

Latest revision as of 06:39, 14 April 2021

This article is a Draft. Help us to complete it.


Disable logging:

no logging console

Local storage of messages:

Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#logging buffered informational
Router(config)#end


Configure syslog

conf t
logging host xx.xx.xx.xx
logging host X.X.X.X transport udp port 714
logging trap informational

Verify:

sh run | inc logging

Logs[edit]

Apr 14 10:18:23.233: %SYS-5-CONFIG_I: Configured from console by vty0 (10.10.10.5)

Related commands[edit]

See also[edit]

Advertising: