版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Chapter 9Network Management,Computer Networking: A Top Down Approach 6th edition Jim Kurose, Keith RossAddison-WesleyMarch 2012,A note on the use of these ppt slides: Were making these slides freely available to all (faculty, students, readers). Theyre in PowerPoint form so you see the animations; a
2、nd can add, modify, and delete slides (including this one) and slide content to suit your needs. They obviously represent a lot of work on our part. In return for use, we only ask the following:,If you use these slides (e.g., in a class) that you mention their source (after all, wed like people to u
3、se our book!) If you post any slides on a www site, that you note that they are adapted from (or perhaps identical to) our slides, and note our copyright of this material. Thanks and enjoy! JFK/KWR All material copyright 1996-2012 J.F Kurose and K.W. Ross, All Rights Reserved,Network Management,9-1,
4、Network Management,9-2,Chapter 9: Network Management,Chapter goals: introduction to network management motivation major components Internet network management framework MIB: management information base SMI: data definition language SNMP: protocol for network management security and administration pr
5、esentation services: ASN.1,Network Management,9-3,Chapter 9 outline,What is network management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings Security and Administration ASN.1,Network M
6、anagement,9-4,What is network management?,autonomous systems (aka “network”): 1000s of interacting hardware/software components other complex systems requiring monitoring, control: jet airplane nuclear power plant others?,Network management includes the deployment, integration and coordination of th
7、e hardware, software, and human elements to monitor, test, poll, configure, analyze, evaluate, and control the network and element resources to meet the real-time, operational performance, and Quality of Service requirements at a reasonable cost.,Network Management,9-5,Infrastructure for network man
8、agement,managed device,managed device,managed device,managed device,definitions:,managed devices contain managed objects whose data is gathered into a Management Information Base (MIB),managed device,Network Management,9-6,Network management standards,OSI CMIP Common Management Information Protocol
9、designed 1980s: the unifying net management standard too slowly standardized,SNMP: Simple Network Management Protocol Internet roots (SGMP) started simple deployed, adopted rapidly growth: size, complexity currently: SNMP V3 de facto network management standard,Network Management,9-7,What is network
10、 management? Internet-standard management framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings Security and Administration ASN.1,Chapter 9 outline,Network Management,9-8,SNMP overview: 4 key parts,Management information b
11、ase (MIB): distributed information store of network management data Structure of Management Information (SMI): data definition language for MIB objects SNMP protocol convey managermanaged object info, commands security, administration capabilities major addition in SNMPv3,Network Management,9-9,SMI:
12、 data definition language,Purpose: syntax, semantics of management data well-defined, unambiguous base data types: straightforward, boring OBJECT-TYPE data type, status, semantics of managed object MODULE-IDENTITY groups related objects into MIB module,Basic Data Types,INTEGER Integer32 Unsigned32 O
13、CTET STRING OBJECT IDENTIFIED IPaddress Counter32 Counter64 Guage32 Time Ticks Opaque,Network Management,9-10,SNMP MIB,OBJECT TYPE:,OBJECT TYPE:,OBJECT TYPE:,objects specified via SMI OBJECT-TYPE construct,MIB module specified via SMI MODULE-IDENTITY (100 standardized MIBs, more vendor-specific),Net
14、work Management,9-11,SMI: object, module examples,OBJECT-TYPE: ipInDelivers,MODULE-IDENTITY: ipMIB,ipInDelivers OBJECT TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION “The total number of input datagrams successfully delivered to IP user- protocols (including ICMP)” := ip 9,ipM
15、IB MODULE-IDENTITY LAST-UPDATED “941101000Z” ORGANZATION “IETF SNPv2 Working Group” CONTACT-INFO “ Keith McCloghrie ” DESCRIPTION “The MIB module for managing IP and ICMP implementations, but excluding their management of IP routes.” REVISION “019331000Z” := mib-2 48,Network Management,9-12,MIB exam
16、ple: UDP module,Object ID Name Type Comments . UDPInDatagrams Counter32 total # datagrams delivered at this node . UDPNoPorts Counter32 # underliverable datagrams: no application at port . UDInErrors Counter32 # undeliverable datagrams: all other reasons 1.3
17、..7.4 UDPOutDatagrams Counter32 # datagrams sent . udpTable SEQUENCE one entry for each port in use by app, gives port # and IP address,Network Management,9-13,SNMP naming,question: how to name every possible standard object (protocol, data, more.) in every possible network stan
18、dard? answer: ISO Object Identifier tree: hierarchical naming of all objects each branchpoint has name, number,.,ISO ISO-ident. Org. US DoD Internet,udpInDatagrams UDP MIB2 management,Network Management,9-14,OSI ObjectIdentifier Tree,Network Management,9-15,SNMP protocol,Two ways to co
19、nvey MIB info, commands:,managed device,managed device,request/response mode,trap mode,Network Management,9-16,SNMP protocol: message types,GetRequest GetNextRequest GetBulkRequest,Mgr-to-agent: “get me data” (instance,next in list, block),Message type,Function,InformRequest,Mgr-to-Mgr: heres MIB va
20、lue,SetRequest,Mgr-to-agent: set MIB value,Response,Agent-to-mgr: value, response to Request,Trap,Agent-to-mgr: inform manager of exceptional event,Network Management,9-17,SNMP protocol: message formats,.,PDU type (0-3),Request ID,Error Status (0-5),Error Index,Name,Value,Name,Value,.,PDU type 4,Ent
21、erprise,Agent Addr,Trap Type (0-7),Specific code,Time stamp,Name,Value,Get/set header,Variables to get/set,Trap header,Trap info,SNMP PDU,Network Management,9-18,SNMP security and administration,encryption: DES-encrypt SNMP message authentication: compute, send MIC(m,k): compute hash (MIC) over mess
22、age (m), secret shared key (k) protection against playback: use nonce view-based access control: SNMP entity maintains database of access rights, policies for various users database itself accessible as managed object!,Network Management,9-19,What is network management? Internet-standard management
23、framework Structure of Management Information: SMI Management Information Base: MIB SNMP Protocol Operations and Transport Mappings Security and Administration The presentation problem: ASN.1,Chapter 9 outline,Network Management,9-20,The presentation problem,Q: does perfect memory-to-memory copy sol
24、ve “the communication problem”? A: not always!,problem: different data format, storage conventions,struct char code; int x; test; test.x = 256; test.code=a,test.code test.x,test.code test.x,host 1 format,host 2 format,Network Management,9-21,A real-life presentation problem:,aging 60s hippie,2012 te
25、enager,grandma,?,?,?,?,Network Management,9-22,Presentation problem: potential solutions,1. Sender learns receivers format. Sender translates into receivers format. Sender sends. real-world analogy? pros and cons? 2. Sender sends. Receiver learns senders format. Receiver translate into receiver-loca
26、l format real-world-analogy pros and cons? 3. Sender translates host-independent format. Sends. Receiver translates to receiver-local format. real-world analogy? pros and cons?,Network Management,9-23,Solving the presentation problem,1. Translate local-host format to host-independent format 2. Trans
27、mit data in host-independent format 3. Translate host-independent format to remote-host format,2012 teenager,aging 60s hippie,grandma,“Groovy!”,“It is pleasing to me!”,“It is pleasing to me!”,“Cats pajamas!”,“Awesome, dude!”,Network Management,9-24,ASN.1: Abstract Syntax Notation 1,ISO standard X.680 used extensively in Internet like eating vegetables, knowing this “good for you”! defined data types, object constructors like SMI BER: Basic Encoding Rules specify how ASN.1-defined data objects to be transmitted each transmitte
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2026年药房上半年药品管理工作总结
- 公司品牌推广专员2026年上半年品牌曝光推广总结
- 学校汛期校园安全隐患排查课件
- 2026年秋季高中开学第一课 理想信念 追光而行
- Unit 6 Our animal friends 课件(内嵌视频)2026-2027学年Join in 外研剑桥英语四年级上册
- 4.2.1 共面直线 课件-2026-2027学年高二上学期高教版中职数学拓展模块一
- 2026年北师大版小学二年级数学上册第5单元《表内乘法二》课时教案
- 亚低温治疗的应用
- 泌尿系结核康复指导
- 儿童心肌炎的护理课件
- 境外项目管理办法
- 2025防水工(技师)职业技能鉴定试卷
- 电网技术改造及检修工程定额和费用计算规定2020 年版答疑汇编2022
- 2025年度医院急诊科人才培养计划
- 山西中医师承合同协议
- 针刺伤预防与处理(中华护理学会团体标准)
- 儿童乐园污水排放系统安装协议
- 《论语》全文翻译(二十篇)
- 《口腔癌精确放疗》课件
- 发电厂风险辨识培训课件
- 三期储罐试水方案审定版
评论
0/150
提交评论