Simple NW Mgmt Protocol - PowerPoint PPT Presentation

1 / 63
About This Presentation
Title:

Simple NW Mgmt Protocol

Description:

... SNMP Research NMS suites OpenNMS, Castle Rock SNMPc, HP OpenView NNM, HP OpenView ITO, Tivoli Netview, BMC, CA Unicenter TNG Framework, Veritas NerveCenter, ... – PowerPoint PPT presentation

Number of Views:133
Avg rating:3.0/5.0
Slides: 64
Provided by: 6649347
Category:
Tags: mgmt | protocol | simple

less

Transcript and Presenter's Notes

Title: Simple NW Mgmt Protocol


1
Simple NW Mgmt Protocol
snmpbulkget -v 2c -c public -IR -Oqs f1 system
snmp
  • ??? ???

2006-12-11, V1.1
2
??
  • ??
  • MIB, SMI
  • PDU, ???, message
  • ??
  • SNMP ??????? ?
  • Net-SNMP
  • RMON Host MIB
  • ??

According to Stallings, network monitoring is
the most fundamental aspect of automated network
management.
3
???? ??, ???, SNMP
  • ???? ?? ??????
  • ???? ? ???, ????, ?? ??? ??
  • ???? ?? ?? ? ??? ?? ?? ? ?? ???
  • ?? ?? ????/?? ??? ??
  • ?? ???
  • ???? ??
  • ??? ??? ??? ???? ?? ??/?? ????
  • ??? ??? ?? ???? ??
  • ?? ???/?????/??/?? ?? ? ??
  • ?? ?? ?????? ?? ?? ??
  • SNMP ??
  • ???/???? ????, ?? ?? ?? (MIB), ????

4
SNMP ??
  • Internet Engineering Task Force (IETF)? ?? 1989
    ??
  • Internet Protocol (IP) ?? ?? ??
  • ???? ?? ?? ????? MIB ??
  • ??? ????? MIB ??? ?? ??? ??
  • MIB (Management Information Base)
  • ?? ??? ? ??? ??, ?? (??) ? ???
  • ????? ???? ?? ??? (??)
  • ??????? ??? ??? ?? ??
  • MIB-I? ? ?? ???? ?? MIB-II ?? ??
  • MIB Object
  • ??, ??, ?? ???? ???? ?
  • ? ???? ??? ?? Custom MIB? ???? ??

5
SNMP ??
  • SNMP Version 1 (SNMPv1)
  • 3? ???? - Read-only, Read-Write, Trap
  • SNMP Version 2 (SNMPv2)
  • ???? ?????? ????? SNMPv2c? ??
  • SNMP Version 3 (SNMPv3)
  • Proposed Standard
  • ??? ?? ? ?? ????? Private ??

6
SNMP ??
??? manager
???? agent
??
UDP 161
??? ?? ??
?? ??
UDP162
7
???? - Community
  • ????? ?????? ??? ??
  • ?? ????? ?? ???? ?? ????? ??
  • ??? ???? ???? ?? ?? ??? ?
  • ??? ?? - ??? ??? ???? ?

8
MIB, SMI
  • Management Information Base
  • Structure of Management Information

9
MIB ??
  • ?? ?? ??
  • ?? ????
  • ??, ?? ???/????, ??? ? ??
  • ?? ?? ??
  • ????? ??, ?? ?? ??
  • ?? ??
  • ??? ???, ??? ???, ?? ?? ??
  • ?? MIB
  • Ethernet, Token Ring, FDDI ??
  • IP, ICMP, UDP, TCP ??
  • Bridges

10
MIB ??
  • ?? ??? ??
  • Root ??? ? ?? ??? ?? MIB? ????
  • Subtree ??? ??
  • Leaf ?? ??
  • ?? MIB ??? ?? ?? - ?? ??
  • ??? ?? ?? ??
  • ?? ??? ??? ?? ??
  • ??? ???? ?? ?? ??

.iso.org.dod.internet.mgmt.mib-2.system .1.3.6.1.2
.1.1 .iso(1).org(3).dod(6).internet(1).mgmt(2).mib
-2(1).system(1)
11
MIB ??
.
Root
iso (1)
ccitt (2)
iso/ccitt (3)
org (3)
Subtree
dod (6)
internet (1)
directory (1)
mgmt (2)
experimental (3)
private (4)
mib-2 (1)
Leaf
12
MS?? MIB
13
?? mib-2 ?? - 1.3.6.1.2.1
  • .iso.org.dod.internet.mgmt.mib-2

Subtree OID Description
system ...1 ??? ???? ?? - system uptime, system contact, and system name.
interfaces ...2 ?? ??? ? ????? ?? - up/down, octets sent/received, errors , discards ??
at ...3 Address translation (at)? ? ?? ???? ?? ?? ???? ?? ??. MIB-III??? ?? ??? ??
ip ...4 IP routing ??? IP?? ??? ??
icmp ...5 ICMP?? errors, discards, etc.
tcp ...6 TCP ?? ?? ?? (e.g., closed, listen, synSent, ??).
udp ...7 UDP ??, in/out, ??
egp ...8 EGP?? ?? EGP neighbor table ??
transmission ...10 ?? ??? ?? ??, media-specific MIBs? ??? ??
snmp ...11 ?? ???? SNMP ??? ??? ?? ?? - SNMP packets sent, received.

hosts ...25
rmon ...16
14
SMI
  • SMI - Structure of Management Information
  • MIB? ???? ???? Framework
  • SMI v1 ??? ??
  • Integer, Octet string, Counter, Object
    Identifier, Null, Sequence (array), Sequence of
    (array of structure), IpAddress, NetworkAddress,
    Guage, TimeTicks
  • SMI v2
  • V1 ?? ?? ??/?? ??
  • 1.3.6.1.6.3.1.1, or ...snmpV2...snmpMIBObjects?
    ???
  • ?? --

15
SMI v1 ??? ??
?? ??
INTEGER 32-bit ??, ??? ??? ?? ??? ?? ?? ?? ???? ?? ???. zero (0)? ??? ?? ??? ?? ?? ??? ? - RFC 1155. ?) ??? ?????? ?? ?? - 1 up, 2 down, 3 testing.
OCTET STRING octets ???. ??? ???? ??, ??? ?? ???? ??
Counter 32-bit ?? ( 0 - ?? 232 - 1 (4,294,967,295)). ??? ?? ?? 0?? ??. ?) ??/?? octet ?, ?? ? ?? ? ???? ??? ??. ????? ??? ? ?, ?? ???? 0? ???. ?? (Deltas)? Counter? ?? ??? ?? ???? ?? ?? ?? ??
OBJECT IDENTIFIER ??? ???? 10??? ??? - OID ??. ?) 1.3.6.1.4.1.9
NULL ?? ???? ?? ??
SEQUENCE ASN.1 datatype ??? 0? ?? ??
SEQUENCE OF ASN.1 type? SEQUENCE ???? 0? ?? ??
IpAddress 32-bit IPv4 ??. SMIv1? SMIv2? 128-bit IPv6 ??? ??? ?? ??. IETF's SMI Next Generation ( http//www.ietf.org/html.charters/sming-charter.html )?? ????
NetworkAddress IpAddress type? ????? ?? network ?? types ??
Gauge 32-bit ??. ?? ??? ????? ?? ?? ?? ? ???) ?????? ??
TimeTicks 32-bit ??. 1/100 ?? ???. ?) ??? Uptime
Opaque ?? ?? ASN.1 encoding? OCTET STRING? ?? ??? ?
16
SMI v2 ?? ??
  • ?? ?? ??
  • UnitsParts, MAX-ACCESS, STATUS, AUGMENTS
  • Textual Conventions
  • DisplayString, PhysAddress, MacAddress,
    TruthValue, TestAndIncr, AutonomousType,
    VariablePointer, RowPointer, RowStatus,
    TimeStamp, TimeInterval, DateAndTime,
    StorageType, Tdomain, Taddress,
  • ??? ??? ??

?? ??
Integer32 INTEGER? ??
Counter32 Counter? ??
Gauge32 Gauge? ??
Unsigned32 0?? 232 - 1?? ?
Counter64 Counter32? ?? ??? ?? ?? 18,446,744,073,709,551,615
BITS Enumeration of nonnegative named bits.
17
PDU, ???, message
  • Protocol Data Unit

18
SNMP Protocol Data Units - PDU
  • ??? ?? ??? ???
  • ????? ??? UDP 161, ??? UDP 162 ?? ??
  • SNMP V1 5? ???
  • ??? ??
  • GetRequest ?? OID ? ??
  • GetNextRequest ?? OID? ?? ?? ?? ? ??
  • SetRequest ?? ? ?? ??
  • ???? ??/??? ??
  • GetResponse
  • Traps
  • SNMP V2 4? ?? ???
  • Get-Bulk, Notification, Inform, Report

19
GetRequest ???? ?? - Instance
  • MIB ??? ?? .0 ? ?? ?? ??? ?????
  • MIB objects? x.y ??? ????
  • x? ?? ??? ?? ?? OID?? (? 1.3.6.1.2.1.1.6 )y?
    instance ??? ??.
  • scalar ?? y? ?? 0
  • ???? ???? ?? ?? ?? ?
  • ??? ?? instance ???? ?? ??? ?? ??1? ? ?? ???, 2?
    ? ?? ??? ??
  • ?) ifTable ?? ?? ?? ??? ?? ?? 0? ?? instance
    ???? ???? ??.

20
SNMP Message
SNMP PDU
Actual Data (DNS, RPC, TFTP)
UDPHeader
IPHeader
Actual Data (TCP/UDP follows )
DstAddr
Src Addr
Type
Actual Data ( IP , TCP follows )
CRC
21
SNMP Message - ?) Net-SNMP snmpwalk
22
SNMP Message ?? - Ethereal ??
23
SNMP PDU ?? ??
??? ???? ??
24
??
  • ?? ? ?? ??

25
Traps
  • MIB V1 traps - TRAP-TYPE, V2 traps -
    NOTIFICATION-TYPE
  • ???? ?? - Generic
  • 0 ColdStart, 1WarmStart
  • 2 LinkDown, 3 LinkUp
  • 4 AuthenticationFailure
  • 5 egpNeighborLoss Exterior Gateway Protocol (EGP)
  • 6 enterpriseSpecific
  • ?? ??
  • ???? ??
  • Enterprise(sysObjectID), Agent-addr(NetworkAddress
    ), Time-stamp(sysUpTime)
  • ??? ??
  • Specific-trap, Variable-bindings, Vendor-specific

26
Trap arguments
  • ??, SNMP ??, ??? ??? (IP ??), ????
  • Enterprise OID
  • ??? ??? (IP ??)
  • ???? ??? ??? ? ???? ?? ???? ?? ??
  • ?? trap ??
  • ?? 0 lt-gt 5 , ?? ?? 6
  • ?? trap ??
  • ?? ?? ?? ?? ?? 0, ?? ??? OID ??
  • Timestamp
  • ???? (???? ?? ???? ?? ?? ??)
  • OID_1, type_1, value_1 ??

27
Trap arguments Enterprise OID
  • ?? - .1 ?? ?? OID? ?? ??? ???
  • ?) ?? ??? 2789 ??, ??? ?? ?? 5000 ?? ??,??? ??
    trap 1234? ???? ? ??, enterprise OID?
    .1.3.6.1.4.1.2789.5000 ??.
  • ?? ?? ??, enterprise ID? ?? ?? ??
  • ??? ?? enterprise ID? ???? ? ??
  • Public MIB? ? ?? ?? trap? ??
  • ?? ???? ???? enterprise OID?? ???? ??
  • ?) rdbmsOutOfSpace (RDBMS MIB? ??)OID
    .1.3.6.1.2.1.39.2.2 (...mib-2...rdbmsOutOfSpace)?
    ?? ??? ???? SNMPv2 notification??, rdbmsTraps??
    ?? OID? enterprise OID? ?? entire object ID? ??
    trap ??? ??

28
Trap ???? ??- ?) HP OpenView
??? ??
??
?? ?
??
??
?????? ??
???
???????
S/U ????
??/??
???
?? ??
?? ?? ?? ??
?? ??

?? ?? ??
Unknown Blue
Normal Green
Warning Cyan
Minor Yellow
Major Orange
Critical Red
29
??? SNMP Trap
  • oraListenerTraps oraListenerStateChange
  • Objects oraListenerState
  • ?? 2 (only), ??? ?? ??, ?? ??
  • rdbmsTraps rdbmsStateChange
  • ObjectsrdbmsRelState
  • ?? 5 (only), ??? ?? ??, ?? ??
  • oraAgentTraps oraAgentEventOcc
  • Objects ?? ? ?? (oraAgentEvent? ??, ???? ??)
  • ?? ?? N/A, ??? ?? ??, ?? ??
  • EventName, EventID, EventService,
  • EventTime, EventSeverity, EventUser,
  • EventAppID, EventMessage, EventArguments,
  • EventResults

30
MS ??? ?? ? ?? ???
??? ?? ?? ??? ?? Net-SNMP Trap Handler ???
?? ?? ??? ID 100 ?? 2005-03-14 ?? ??
44815 ??? N/A ??? PC-SAMILLEE ?? ?? ??? ????
?????. 192.168.1.106 Enterprise Specific Trap
(.17) Uptime 00000.00, .1.3.6.1.2.1.1.6.0
Hex-STRING C5 D7 BD BA C6 AE .
31
SNMP ??????? ?
  • ?? ? ?? ?? ???

32
NMS ?? ? ??? Network management software
  • SNMP ????
  • Net-SNMP (UCD-SNMP), HP Extensible SNMP Agent,
    Sun Microsystems, Concord SystemEDGE, Microsoft,
    SNMP Research
  • NMS suites
  • OpenNMS, Castle Rock SNMPc, HP OpenView NNM, HP
    OpenView ITO, Tivoli Netview, BMC, CA Unicenter
    TNG Framework, Veritas NerveCenter, OpenRiver,
    GxSNMP, Tkined
  • ?? ??? (?? ?? ??)
  • Sun Management Center, CiscoWorks 2000, 3Com
    Total Control, Aprisma (Cabletron ???, ?? ??
    Spectrum)
  • ???? - Trend-analysis
  • ?? ?????

33
NMS ?? ? ??? Network management software
  • ???? - Trend-analysis
  • MRTG, Cricket, Concord eHealth, Trinagy
    (DeskTalk) TREND, InfoVista
  • ?? ?????
  • Perl, SNMP Support for Perl Net-SNMP Perl
    Module, Net-SNMP C Library
  • WILMA, A3Com, SNMP, Netcool, Network Computing
    Technologies Trap Receiver

34
NMS - ??
  • HP OpenView Network Node Manager
  • SNMP Essential, 2001, O'Reilly?? ??
  • Castle Rock SNMPc Enterprise Edition
  • SNMP Essential, 2001, O'Reilly?? ??

35
SNMP Agent - ??
  • Parameter ??
  • ?? ?? parameter
  • sysLocation, sysContact, sysName, Read-write and
    read-only community, Trap destination
  • ?? ??
  • ???? ??? ??? ?? ???? ??.
  • ???? ??? Clear-text ??? ????.
  • ?? ?? ??? ????? ???? ????
  • ?? ????? ??? ??? ??
  • VPN? ?? ???? ??
  • SSL? ??? ? ???? ?? ???? ??
  • ???? ?? ??
  • Win 95/98, Windows Agents
  • Net-SNMP, Cisco Devices, HP OpenView Agent, APC
    Symetra, Concord SystemEDGE Agent

36
Windows SNMP ???? ???
?????? -gt ???
SNMP ???
????
??
??
37
Windows SNMP Trap Service
?????? -gt ???
  • ??/?? SNMP ????? ?? ?? ???? ??,? ????? ?? ??
    SNMP ?? ????? ??? ??
  • SMS ? ?? ?? ? ??

38
? ?? ? ?? Polling Setting
  • ?? MIB ? ??
  • HP OpenView ??
  • Net-SNMP ??
  • ?? MIB ? ??
  • OpenView MIB Tree ??
  • Net-SNMP Tree ??
  • MIB ? ??
  • OID? Instance ID ? ? ??? ???? ?
  • ?? ?? (???? ???) - Error responses

39
SNMP agent Error Responses (? Net-SNMP)
?? ?? ??
Contained under subtree snmpwalk ?? ??? ??? ??? ??? ?? ??
No response arrived before timeout ???? ?? ??, ????? ?? ????, ???? ?? ??
Agent reported error with variable ??? ??? ?? ???? set ?? ??
Missing instance value for . . . Instance ID? ??? ? ? ??? ??
Access is denied for variable ?? ??? ?? ????? ?? MIB? ACCESS ?? ?? ??
40
? ?? ? ?? ? Polling Thresholds
  • ???? ? ?? - Internal Polling
  • Remote Monitoring (RMON)
  • ???? ? ?? - External Polling
  • OpenView
  • ??? ?? ? ??, ???, ??? ?? ? ?? ?
  • Castle Rock SNMPc
  • MRTG (Open Source Tool)

41
(No Transcript)
42
Net-SNMP
  • ??

43
Net-SNMP ??
  • IPv4/IPv6?? SNMP v1, v2c, v3 ?? ?????? ??
  • ??? ? - applications
  • SNMP ??/?? ?? ?? ?? (snmptrapd)
  • SNMP ??? ???? ?? ???? (snmpd)
  • ??? MIB ???? (tkmib) - Tk/perl ??
  • ??? SNMP ?????? ??? ????? - C, perl APIs

44
?? ?? ??
  • ? ??
  • ?? ?? single requests (snmpget, snmpgetnext)
    multiple requests (snmpwalk, snmptable,
    snmpdelta)
  • ?? ?? ?? (snmpset)
  • SNMP ?? ?? ?? ?? (snmpdf, snmpnetstat,
    snmpstatus)
  • MIB ??/?? ?? - OID ??lt-gt?? ?? (snmptranslate)
  • ?? ?? (snmptrap)
  • ??
  • encode_keychange, traptoemail

45
???? ?? - snmpd
  • snmpd - SNMP ??? ???? ?? ????
  • ??? MIB modules ??
  • ???
  • ?? ?? ??
  • ?? ???? ? ???
  • SNMP multiplexing (SMUX)? Agent Extensibility
    (AgentX) ????
  • ?? ??
  • ??? ???? ?? snmpd -register
  • ???? ?? snmpd -Lo
  • snmpd.conf - ?? ??
  • ?? ???? snmp.conf ? snmpd.conf ?? ?? (??)
  • snmpd -Dread_config -H 2gt config.txt

46
?? - snmptrap, snmptrapd
  • snmptrapd - ??/?? ??/??
  • syslog, NT Event Log, text ?? ??
  • SNMP management system ??
  • ?? ????? ??
  • ??
  • ??? ???? ?? snmptrapd -register
  • ???? ?? snmptrapd -OS -Lo
  • snmptrap - ?? ???
  • ????? ????? SNMP ????? ?? ?? ??? ??.
  • snmptrap -v 1 -c public localhost
    .1.3.6.1.4.1.231.231 pc-samillee 6 17 ''
    sysLocation.0 s "???"
  • snmptrap -v 2c -c public localhost ''
    .1.3.6.1.4.1.231.231 ifIndex i 2 ifOperStatus i 1
    sysLocation s "???"

47
?? ?? ??
  • snmp.conf
  • mibdirs C/network/net-snmp/share/snmp/mibs
  • persistentDir C/network/net-snmp/snmp/persist
  • tempFilePattern C/network/net-snmp/temp/snmpdXXXX
    XX
  • snmpd.conf
  • syslocation "??, ?? - JamSil, Seoul"
  • syscontact "??? - Samil Lee"
  • rocommunity public default .1.3.6.1.2.1
  • rwcommunity private 127.0.0.1 .1.3.6.1.2.1
  • snmptrapd.conf
  • ignoreAuthFailure true
  • outputOption n
  • logOption o

48
MIB ?? ?? ??
  • MIB? ??? ?? ??
  • ?) C\network\net-snmp\share\snmp\mibs\
  • ?? ?? MIB ??? ? ??? ????
  • MIB ?? ???? ???
  • http//www.assure24.com/databases/snmp-mib
  • ?? MIB ??? ??? ? ??? ?? ?? ??
  • Set MIBSall

49
???? ???
  • ??? ???
  • snmpget, snmpgetnext, snmpwalk
  • snmpget -v 2c -c public -IR f1 system.sysDescr.0
  • snmpgetnext -v 2c -c public -IR f1 sysDescr
  • snmpwalk -v 2c -c public -IR -OS f1 system
  • snmpbulkget -v 2c -c public -C r5 f1 sysDescr
  • ?? ???
  • snmpbulkget, snmpbulkwalk, snmptable
  • snmpbulkget -v 2c -c public -IR -OS f1 interfaces
  • snmpbulkget -v 2c -c public -IR -OS f1 ifTable
  • snmpbulkwalk -v 2c -c public -IR -OS f1 ifTable
  • snmptable -v 2c -c public -IR -OS f1 ifTable

50
?? ? ?? ? ?? ??
  • ?? ???? ?? ???? ?? ??
  • snmpwalk -v 2c -c public -On f1 ifOperStatus
  • .1.3.6.1.2.1.2.2.1.8.1 INTEGER up(1)
  • .1.3.6.1.2.1.2.2.1.8.65539 INTEGER up(1)
  • ? ?? ?? ??? ?? ?? ??? MIB ??? ?? ?? ?
  • NetSNMP ?? (??)
  • snmpwalk -v 2c -c public f1 ifOperStatus
  • RFC1213-MIBifOperStatus.1 INTEGER up(1)
  • RFC1213-MIBifOperStatus.65539 INTEGER up(1)
  • ?? ? ??? ?? ?? MIB ?? ?? ??
  • RFC1213-MIB ???? ?? ?? (ifOperStatus)

51
?? ???
?? ??? ??
?? snmpnetstat ?? ??? ?? ???? ??? ?? ??
?? snmpstatus ?? ??? ?? ?? ?? ??
?? snmpdelta SNMP ??? ??? ?? ?? ?? ???
?? snmpdf ?? ??? ?? ??? ??? ??, Net-SNMP ????? ???? ??? ? (?)
?? snmptest ???
SNMP V3 snmpvacm ?? ??? ?? SNMPv3 ??? Access Control ??/??
SNMP V3 snmpusm ?? ??? ?? SNMPv3 ??? ??/??
?? ?? snmptrapd.conf trap daemon ?? ?? ??
?? ?? snmpd.conf SNMP agent ?? ?? ??
?? ?? mib2c.conf MIB input ? ?? ??? ?? mib2c.conf ?? ??
?? mib2c ?? ????? ?? template code ??
52
OID ?? ?? ??
-Oqs
  • ?? ???? ?
  • n OID? ?? ??? ??
  • q ??? ?? ?? ?? ?? ??
  • X ?? ??? ??
  • S MIB module-id? ??? ??? ????? ?? (???)
  • ??? ???? ?
  • f ?? ??? OID ??
  • v OID ?? ?? ??
  • s ??? ??? ????? ??
  • b Dont break oid indexes down
  • e Print enums numerically
  • t Print timeticks unparsed as numeric integers
  • E Escape quotes in string indices

53
Data type ??
  • snmpset, snmptrap?? ?? ??

?? ??
a IP address
b Bits
d Decimal string
D Double
F Float
i Integer
I Signed int64
n Null
o Object ID
s String
t Time ticks
u Unsigned integer
U Unsigned int64
x Hexadecimal string
54
?? ?? ?? snmpd, snmptrapd
  • -L ltLOGOPTSgt toggle options controlling where to
    log to
  • e log to standard error
  • o log to standard output
  • n don't log at all
  • f file log to the specified file
  • s facility log to syslog (via the specified
    facility)

55
MIB ?? snmptranslate
  • ?? OID
  • snmptranslate -Tp -IR system
  • snmptranslate -Tp -IR sysDescr
  • ?? OID? ?? ??? ?? ??
  • snmptranslate -Td -IR system
  • ?? object ??
  • snmptranslate -Ta ?? ??? ??? MIB ??
  • snmptranslate -Tt MIB? ?? ??? ?? (????)
  • snmptranslate -Ts ??? ??? ?? ? ?? .iso
  • snmptranslate -To ?? ??? ?? ? ?? .1
  • snmptranslate -Tl ??? ??? ?? ? ?? .iso(1)

56
RMON Host
  • Remote Monitoring
  • MIB II? ??? ??

57
host - 1.3.6.1.2.1.25
  • 1 hrSystem
  • uptime, system date, system users, system
    processes ??
  • 2 hrStorage
  • 3 hrDevice
  • total system memory, disk utilization, CPU
    nonidle ??
  • 4 hrSWRun
  • 5 hrSWRunPerf
  • 6 hrSWInstalled

58
RMON - Remote Monitoring
  • ???? ???? ??? ?? ????? ??? ??
  • ?? 1 ?? ?? ??
  • ?? 2 ???? ? ?????? ?? ??
  • SNMP? ?? ??/???? ?? ??? ???? ?? ??
  • ?? ?? ?? ????? ?? ? ??? ?? ?? ??
  • ?? ??? ????? ??? ? ??.
  • MIB-II? ??? ??? ?? - RMON(16)

Statistics etherStatsDropEvents,
etherStatsOctets, etherStatsPkts,
etherStatsBroadcastPkts, etherStatsMulticastPkts,
etherStatsCRCAlignErrors, etherStatsUnderSizePkts,
etherStatsOversizePkts, etherStatsFragments,
etherStatsJabbers, etherStatsCollisions,
etherStatsPkts64Octets, etherStatsPkts1024to1518
Octets
59
RMON group (1.3.6.1.2.1.16)
  • statistics (...1) ?? Ethernet interfaces? ?? ??
  • history (...2) ?? ???? ???? ?? ??? ??
  • alarm (...3) ?? ??? ???? ??
  • Hosts (...4) ?? ???? ?? ??? ??
  • hostTopN (...5)
  • matrix (...6) ? ?? Pair? ?? ??? ???
  • filter (...7)
  • capture (...8) ?? ??? ?? ?? ??
  • event (...9) RMON ?? events ??

60
??
  • RFC
  • ?? ??
  • ?? ?? ??

61
A1. SNMP?? RFC
  • 1098 SNMP standard
  • 1905, 1906, 1907 SNMP v2 ??
  • 2571-2575 SNMP v3 ??
  • 1213 Basic MIB for any system with TCP/IP
    (MIB-II)
  • 2115 (ATM), 2115 (Frame Relay), 1657 (BGP v4),
    1697 (DBMS), 2619 (RADIUS), 2249 (Mail), 1611
    (DNS)
  • 1493, 1525 Bridges
  • 1512 FDDI interface
  • 1513, 1748, 1749 Token Ring ??
  • 2819, 2021, 1757, 2074, 2613 Remote Monitoring
    ?? (RMON)
  • 2233 Generic Interface
  • 2665 Ethernet Interface
  • 2674 Bridges with priority, multicast Pruning,
    VLAN

62
A2. ?? ??
  • SNMP Essential, 2001, O'Reilly, Douglas Mauro,
    Kevin Schmidt
  • SNMP Tutorial, ?? ??, F1? ??
  • SNMP - Switch Management, ???, ?? ??, F1? ??
  • www.net-snmp.org
  • MS SNMP ??
  • www.microsoft.com/resources/documentation/WindowsS
    erv/2003/all/techref/en-us/Default.asp?url/Resour
    ces/Documentation/windowsserv/2003/all/techref/en-
    us/W2K3TR_snmp_intro.asp
  • snmpboy.msft.net
  • SNMP ?? ??? - www.assure24.com/databases/snmp-mib
  • ? ?? ???? SNMP ?? ?? ???
  • ?? ?? ?? ??- \\f1\Study\Network\SNMP

63
A3. ?? ??? ? ?? ??
  • Trap ??? ?? ???? ?? ? ?? Trap MIB ??
  • ?? ?? ?? ? ???? ?? ??? ??
  • RMON ?? ?? ? ? ? ?? ?
  • Net-SNMP ??? ??
  • MRTG?? SNMP ??
  • Solarwinds IP Network browser
Write a Comment
User Comments (0)
About PowerShow.com