Week-7
Week-7
SNMPv3 autoPriv
A network administrator must configure the SNMP agent to use
the SNMP version supported by the management station, because
an agent can communicate with multiple SNMP managers, it is
possible to configure the software to support communications by
using v1, v2c or v3.
The third implementation of SNMPv3 is with authentication and
privacy.
SNMPv3 authPriv Next is the management station sends a requests to the agent for
Level authPriv (requires the cryptographic software image) connection statistics and includes the community string, so
Authentication MD5 or SHA something like how many users are on their web server? Or how
Encryption Data Encryption Standard (DES) or Advanced many users are currently connected to the web server?
Encryption Standard (AES) This would be using get 192.168.1.10 2#B7!9
Result Provides authentication based on the HMAC-MD5 or
HMAC-SHA algorithms. Allows specifying the
User-based Security Model (USM) with these Assuming that you are given this topology here, you got your
encryption algorithms: webserver with SNMP agent, you’ve got your SNMP management
DES 56-bit encryption in addition to station with the manager at 192.168.1.5 and you’ve got a central
authentication based on the CBC-DES (DES- MIB.
56) standard On this diagram, the customer called, and their web server is really
3DES 168-bit encryption
slow. The user calls to report a problem, so just like in an
AES 128-bit, 192-bit, or 256-bit encryption
enterprise, the end user will be calling to support and to report any
problem experienced on the network.
Community Strings
*For SNMP to operate, the network management system must have access
to the MIB, to ensure that access requests are valid some form of
authentication must be in place.
SNMPv1 and SNMPv2c use community strings that control
access to the MIB. Community strings are plaintext passwords. Next is, does my community string match for 2#B7!9? if there is a
SNMP community strings authenticate access to MIB objects. yes, is 192.168.1.5 an IP address I know? If yes, then there is a
There are two types of community strings: reply. So, the agent verifies community string and IP address.
NMS and graphed. This creates a baseline for the network
administrator.
Threshold values can be set relative to this baseline. When CPU
utilization exceeds this threshold notifications are sent.
The data is retrieved via the snmpget utility, issued on the NMS.
Using the snmpget utility, you can manually retrieve real-time
MIB Object ID data, or have the NMS run a report. This report would give you a
period of time that you could use the data to get the average.
MIB or the management information base is defined as the The SNMP get utility requires that the SNMP version, the correct
database or the virtual database of the managed objects. Every community, the IP address of the network device the query and the
managed object has a MIB. OID number are set.
The MIB organizes variables hierarchically. Formally, the MIB The figure demonstrates the use of a freeware SNMP get utility
defines each variable as an object ID (OID). OIDs uniquely which allows quick retrieval of information from the MIB.
identify managed objects. The MIB organizes the OIDS based on
RFC standards into a hierarchy of OIDs, usually shown as a tree.
The MIB tree for any given device includes some branches with
variables common to many networking devices and some branches
with variables specific to that device or vendor.
RFCs define some common public variables. Most devices
implement these MIB variables. In addition, networking equipment
vendors, like Cisco, can define their own private branches of the
tree to accommodate new variables specific to their devices.
The figure shows portions of the MIB structure defined by Cisco. This figure illustrates a 5-minute samples of router CPU utilization
Note how the OID can be described in words or numbers to help over a period of few weeks.
Afterwards, the agent sends all statistics for the number of locate a particular variable in the tree
connections so variable 10,000 OIDs belonging to Cisco, are numbers as follow: .iso (1).org (3).
dod (6). internet (1). private (4). enterprises(1).cisco(9).
Therefore, the OID us 1.3.6.1.4.1.9 -> pertains cisco
In this figure is an example of using the navigator to research the Step 2: Configure an SNMP view.
OID information for the y reload object. Router (config)# snmp-servar view view name oid-tree