企業強權 (jack welch and the ge way, by robert slater)schmidt/it/pres05/rtpmib… · title:...

19
2005-6-24 1 Le Zhang Real-Time Transport Protocol Management Information Base RFC 2959 Le Zhang 6/18/2005

Upload: others

Post on 18-Oct-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 1 Le Zhang

Real-Time Transport ProtocolManagement Information Base

RFC 2959

Le Zhang

6/18/2005

Page 2: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 2 Le Zhang

Abstract

• This demo defines a portion of the Managment Information Base (MIB) for use with network managment protocols in the Internet community.

• In particular, it defines objects for managing Real-Time Transport Protocol (RTP) systems.

Page 3: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 3 Le Zhang

Introduction

• The Network Management Framework

• Overview

• Definitions

• Security Considerations

Page 4: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 4 Le Zhang

The Network Management Framework

• An overview: five major componets.– An overall architecture, described in [RFC 2571]– Structure of Management Information (SMI):

* data definition language for MIB objects– SNMP message protocol

* convey manager<->managed object info, commands– Protocol operations for accessing management

information– Fundmental applilcations [RFC2573] and View-based

Access Control Model (VACM) [RFC 2575]

Page 5: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 5 Le Zhang

MIB and SMI• MIB

– a virtual information store– Holds objects for management purpose.

• SMI – defines objects in the MIB

• Compliance– This memo specifies a MIB module that is compliant to

the SMIv2.– A MIB conforming to the SMIv1 can be produced

through appropriate translations.

Page 6: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 6 Le Zhang

MIB and SMI

OBJECT TYPE:OBJECT TYPE:OBJECT TYPE:

objects specified via SMIOBJECT-TYPE construct

MIB module specified via SMI MODULE-IDENTITY

(100 standardized MIBs, more vendor-specific)

MODULE

Page 7: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 7 Le Zhang

RTP systems

• A host end-system– Sends or receives RTP data packets.

• An intermediate-system– Forwards RTP data packets.

• RTCP Packets– Sent by senders and receivers to convey informaion

about RTP packet transmission and reception.• RTP monitors

– Collect RTCP information on senders and receivers to and from an RTP host or intermediate-system.

Page 8: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 8 Le Zhang

Components

• Session– The association of participants communicating with

RTP– For each participant, it is defined by one network

address plus a port pair for RTP and RTCP.

• Sender– The source of a stream of RTP packets

• Receiver– Can be a unicast or multicast receiver.

Page 9: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 9 Le Zhang

Applicability of the MIB to RTP Implementaions

• RTP Host Systems

• RTP Monitors

Page 10: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 10 Le Zhang

Applicability of the MIB to RTP Implementaions

• RTP Host Systems– Collect RTP session and stream data the host is

sending or receiving.– Used by a network Manager to detect and

diagnose faults that occur in an RTP session.

Page 11: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 11 Le Zhang

Applicability of the MIB to RTP Implementaions

• RTP Monitors– RTP Monitors of multicast RTP sessions may be third-

party or located in the RTP host.– Collect RTP session and stream statistical data.– Collect data to permit a network manager to detect and

diagnose faults in the session or to configure its operation.

– Used by a network manager for capacity planning and other network-managment purposes.

Page 12: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 12 Le Zhang

Applicability of the MIB to RTP Implementaions

Page 13: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 13 Le Zhang

The Structure of the RTP MIB

• rtpSessionTable• rtpSenderTable• rtpRcvrTable• rtpsessionInverseTable• rtpSenderInverseTable• rtpRcvrTinverseTable

Page 14: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 14 Le Zhang

The Structure of the RTP MIB

rtpSenderInverseTable ( rtpSessionDomain,

rtpSenderAddr,

rtpSessionIndex,

rtpSenderSSRC)

rtpSenderTable (rtpSessionIndex, rtpSenderSSRC)

•rtpSenderAddr

•rtpSenderSSRC

•...

Page 15: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 15 Le Zhang

The Structure of the RTP MIB

rtpRcvrInverseTable (rtpSessionDomain,rtpRcvrAddr,rtpSessionIndex,rtpRcvrSRCSSRC,rtpRcvrSSRC)

rtpRcvrTable(rtpSessionIndex, rtpSenderSSRC)•rtpRcvrAddr•rtpRcvrSSRC•rtpRcvrSRCSSRC•...

Page 16: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 16 Le Zhang

The Structure of the RTP MIB

rtpSessionInverseTable (rtpSessionDomain,rtpSessionRemAddr,rtpSessionLocAddr,rtpSessionIndex)

rtpSessionTable(rtpSessionIndex)•rtpSessionDomain•rtpSessionIndex•...

Page 17: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 17 Le Zhang

Security Considerations

• MIBs are not themselves security risks• SNMP access to objects in MIB should be

restricted.• Security features provided by SNMPv3

framework are recommended.– It is the user‘s responsiblity to properly

configure the SNMP entry.

Page 18: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 18 Le Zhang

Reference

• [RFC 2959]• [RFC 1155]• [RFC 1157]• [RFC 1906]• [RFC 2572]• ....

Page 19: 企業強權 (Jack Welch and the GE Way, by Robert Slater)schmidt/it/pres05/RTPMIB… · Title: 企業強權 (Jack Welch and the GE Way, by Robert Slater) Author: js Created Date:

2005-6-24 19 Le Zhang

The end

Thanks for listening ^_^