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_5/buttons.html | 107 +++++++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/content.html | 86 +++++++++++++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/index.html | 29 ++++++ Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/media.html | 21 ++++ 4 files changed, 243 insertions(+) create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/buttons.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/content.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/index.html create mode 100644 Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/media.html (limited to 'Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5') diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/buttons.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/buttons.html new file mode 100644 index 0000000..e3f7b08 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/buttons.html @@ -0,0 +1,107 @@ + + + + + + + + + + + +New Page 1 + + + + + + + + + + + + + + + + + + + + + + + +
  + + + + + +
+ + \ No newline at end of file diff --git a/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/content.html b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/content.html new file mode 100644 index 0000000..f13d7b3 --- /dev/null +++ b/Bachelor/CCNA4/en_CCNA4_v30/ch6/6_2_5/content.html @@ -0,0 +1,86 @@ + + + + + +Content + + + + + + + + + + + + + + + + + + + +
+ + 6.2 + Network Management 
  + 6.2.5 + Structure of management + information and MIBs 
+ + + + + + +
+ + A management information base (MIB) is + used to store the structured information representing network elements + and their attributes. The structure itself is defined in a standard + called the structure of management information (SMI), which defines + the data types that can be used to store an object, how those objects + are named, and how they are encoded for transmission over a network. +

+ + MIBs are highly structured depositories + for information about a device. Many standard MIBs exist, but more + MIBs that are proprietary exist to uniquely manage different vendor’s + devices. The original SMI MIB was categorized into eight different + groups, totaling 114 managed objects. More groups were added to define + MIB-II, which now replaces MIB-I.

+

+ + All managed objects in the SNMP + environment are arranged in a hierarchical or tree structure. The leaf + objects of the tree, which are the elements that appear at the bottom + of the diagram, are the actual managed objects. Each managed object + represents some resource, activity or related information that is to + be managed. A unique object identifier, which is a number in dot + notation, identifies each managed object. Each object identifier is + described using abstract syntax notation (ASN.1). +

+

+ + SNMP uses these object identifiers to + identify the MIB variables to retrieve or modify. Objects that are in + the public domain are described in MIBs introduced in Request for + Comments (RFCs). They are readily accessible at: + http://www.ietf.org

+

+ + All vendors are encouraged to make their + MIB definitions known. Once an assigned enterprise value has been + given, the vendor is responsible for creating and maintaining + sub-trees.

+

+ +          +

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