0% found this document useful (0 votes)
34 views13 pages

HC110110031 Simple Network Management Protocol

Uploaded by

dembi86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views13 pages

HC110110031 Simple Network Management Protocol

Uploaded by

dembi86
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Simple Network Management Protocol

Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.


Foreword
 Management framework solutions for TCP/IP networks were introduced as
hardware and software increased, in order to support rapid network
growth. SNMP was originally adapted from a simpler SGMP protocol for
use as the basis for common network management throughout the system.
SNMP has since experienced version revisions, however remains the
standard protocol for network management. The SNMP framework, as well
as the supporting Management Information Base act as the foundation for
network management, and are introduced in support of a well-rounded
understanding of the network management framework for TCP/IP.

age 2 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
Objectives
 Upon completion of this section, you will be able to:
 Describe the SNMP architecture and messaging behavior.
 Describe the function of the Management Information Base (MIB).
 Configure general SNMP parameters and traps.

age 3 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMP Application
Network Management Station

SNMP

 SNMP is used to communicate management information between network


management stations and network elements.

age 4 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMP Architecture

Network Element

Execute
SNMP
MIB
Agent Notify Object

NMS

 Agents exist within network elements through which NMS interact to


retrieve or alter parameter variables in the MIB.

age 5 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
MIB Objects
root

ccitt(1 ISO(1) Joint-iso-


) ccitt(1)
Standard(0) registration authority(1) Member body(2) Identified organization(3)

dod(6)

internet(1)

directory(1) mgmt(2) experimental(3 private(4 ……


) )
mib-2(1) enterprise(1
)
system(1) interface(2) at(3) ip(4) icmp(5) ……

…… …… …… …… ……

 The MIB acts as a virtual store for the management of objects.

age 6 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMP Operation

SNMP Management Process SNMP Agent Process

get-request
UDP 161
NMS get-response

get-next request
UDP 161
get-response

set-request
UDP 161
get-response

trap
UDP 162

 Requests are received by an SNMP agent on UDP port 161.

age 7 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMPv2c

mib-2(1)

system(1) interface(2) at(3) ip(4) icmp(5)

ifOutOctets OBJECT-TYPE
sysUpTime OBJECT-TYPE ifSpeed OBJECT-TYPE
SYNTAX Counter
SYNTAX TimeTicks SYNTAX Gauge
ACCESS read-only
ACCESS read-only ACCESS read-only
STATUS mandatory
STATUS mandatory STATUS mandatory
DESCRIPTION "The total
DESCRIPTION "The time (in 1/100 th of DESCRIPTION "An estimate of
number of octets
a second) since the network the interface's current
transmitted out of the
management portion of the system bandwidth in bits per
interface, including
was last re-initialized.“ second."
framing characters."
::= { system 3 } ::= { ifEntry 5 }
::= { ifEntry 16 }

 New Get-bulk request PDU and inform request included.


 64 bit counters introduced to prevent counter wrap.

age 8 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMPv3

Get

Get Response

 SNMPv3 security mechanisms support data integrity, data origin


authentication, confidentiality and timely message delivery.

age 9 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
SNMP Configuration

G0/0/1
10.1.1.1/24 20.1.1.1/24

NMS RTA

[RTA]snmp-agent
[RTA]snmp-agent sys-info version v2c
[RTA]snmp-agent trap enable
Info: All switches of SNMP trap/notification will be open.
Continue? [Y/N]:Y
[RTA]snmp-agent trap source GigabitEthernet 0/0/1

age 10 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
Configuration Validation

[RTA]display snmp-agent sys-info


The contact person for this managed node:
R&D Shenzhen, Huawei Technologies Co., Ltd.

The physical location of this node:


Shenzhen China

SNMP version running in the system:


SNMPv2c

age 11 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
Summary
 Which version(s) of SNMP is/are enabled by default?
 What is the destination port number that is used by an agent to forward traps
to a Network Management Station?

age 12 Copyright © 2019 Huawei Technologies Co., Ltd. All rights reserved.
Thank You
www.huawei.com

You might also like