From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/buttons.html | 109 +++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/content.html | 218 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/index.html | 29 +++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/media.html | 21 ++ 4 files changed, 377 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/buttons.html new file mode 100644 index 0000000..2535292 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/buttons.html @@ -0,0 +1,109 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/content.html new file mode 100644 index 0000000..18ab0b4 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/content.html @@ -0,0 +1,218 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 6.2 + Network Management 
  + 6.2.9 + Syslog 
+ + + + + + +
+ + The Cisco syslog logging utility is based + on the UNIX syslog utility. System events are usually logged to the + system console unless disabled. The syslog utility is a mechanism for + applications, processes, and the operating system of Cisco devices to + report activity and error conditions. The syslog protocol is used + to allow Cisco devices to issue these unsolicited messages to a + network management station.

+ + Every syslog message logged is associated + with a timestamp, a facility, a severity, and a textual log message. + These messages are sometimes the only means of gaining insight into + some device misbehaviors.

+

+ + Severity level indicates the critical + nature of the error message. + There are + eight levels of severity, 0-7, with level 0 (zero) being the most critical, + and level 7 the least critical. The levels are as + follows:

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0 + + + Emergencies
1 + + + Alerts
2 + + + Critical
3 + + + Errors
4 + + + Warnings
5 + + + Notifications
6 + + + Informational
7 + + + Debugging
+ +
+

+ + The facility and severity level fields + are used for processing the messages. Level 0 (zero) to level 7 are facility + types provided for custom log message processing. The Cisco IOS defaults to + severity level 6.This setting is configurable.

+

+ + In order to have the NMS receive and + record system messages from a device, the device must have syslog + configured. + Below is a review of the command line syntax on + how to configure these devices.

+

+ + To enable logging to all supported + destinations:

+
+

+ + Router(config)#logging on

+
+

+ + To send log messages to a syslog server + host, such as CiscoWorks2000:

+
+

+ + Router(config)#logging hostname | + ip + address

+
+

+ + To set logging severity level to level 6, + informational:

+
+

+ + Router(config)#logging trap informational

+
+

+ + To include timestamp with syslog message:

+
+

+ + Router(config)#service timestamps log datetime

+
+

+ + + + +
+ + + + + +
+ +
+ + + + + +
+ + + + + +
  +

+ + Web Links

+
+ +

Syslog

+ + http://www.cisco.com/en/US/tech/tk648/ tk362/tk790/tech_protocol_ + home.html

+ +

+

+
+
+

+       +         +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/index.html new file mode 100644 index 0000000..f6628ba --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/index.html @@ -0,0 +1,29 @@ + + + + +Cisco Global Learning Network + + + + + + + + + + + + + + + + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/media.html new file mode 100644 index 0000000..ee8f692 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_9/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3