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_7/buttons.html | 109 ++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/content.html | 163 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/index.html | 29 ++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/media.html | 21 +++ 4 files changed, 322 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/buttons.html new file mode 100644 index 0000000..1619a4e --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/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_7/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/content.html new file mode 100644 index 0000000..d50c709 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/content.html @@ -0,0 +1,163 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 6.2 + Network Management 
  + 6.2.7 + Configuring SNMP  +  
+ + + + + + +
+ + In order to have the NMS communicate with + networked devices, the devices must have SNMP enabled and the SNMP + community strings configured. These devices are configured using the + command line syntax described in the following paragraphs.

+ + More than one read-only string is + supported. The default on most systems for this community string is + public. It is not advisable to use the default value in an enterprise + network. To set the read-only community string used by the agent, use + the following command: +

+
+

+ + Router(config)#snmp-server + community string ro

+
+
    +
  • + + String + – Community string that acts like a password and permits access to + the SNMP protocol
  • +
  • + + ro + – (Optional) Specifies read-only access. Authorized management + stations are only able to retrieve MIB objects.
  • +
+

+ + More than one read-write string is + supported. All SNMP objects are available for write access. The + default on most systems for this community string is private. It is + not advisable to use this value in an enterprise network. To set the + read-write community string used by the agent, use the following + command:

+
+

+ + Router(config)#snmp-server + community string rw

+
+
    +
  • + + rw + – (Optional) Specifies read-write access. Authorized management + stations are able to both retrieve and modify MIB objects
  • +
+

There are several strings that can be used to specify location of + the managed device and the main system contact for the device.

+
+

+ + Router(config)#snmp-server + location text
+ Router(config)#snmp-server contact text

+
+
    +
  • + + text + + – String that describes the system + location information
  • +
+

+ + These values are stored in the MIB + objects + + sysLocation + and + + sysContact.

+

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

+ + Web Links

+
+ +

Configuring SNMP

+ + http://www.cisco.com/en/US/products/hw/ switches/ps628/products_configuration_ uide_chapter09186a00800d84c7.html

+ +

+

+
+
+

+       +         +

+ + + + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/index.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/index.html new file mode 100644 index 0000000..f6628ba --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/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_7/media.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/media.html new file mode 100644 index 0000000..b00c74e --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_7/media.html @@ -0,0 +1,21 @@ + + + + + + +Flash Graphic + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3