Tr 69 Introduction Pp t 2402

download Tr 69 Introduction Pp t 2402

of 56

Transcript of Tr 69 Introduction Pp t 2402

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    1/56

    1

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    2/56

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    3/56

    3

    Key words

    ACS: Automatic Configuration Server

    CPE: Customer Premises Equipment

    CWMP: CPE WAN Management Protocol

    RPC: Remote Procedure CallSNMP: Simple Network Management Protocol

    STUN: Simple Traversal of UDP through NAT

    TLS: Transport Layer Security

    UPnP: Universal Plug and Play

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    4/56

    4

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    5/56

    5

    History

    DSLHome working group started work on DSL CPE/modem auto-configuration years ago

    TR-037 DSL CPE Auto-Configuration is an ATM ILMI based auto-

    configuration of mainly layer2 (ATM PVCs and their encapsulation)

    TR-046 Auto-Configuration Architecture & Framework specifies the

    scope for future auto-configuration work

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    6/56

    6

    History

    TR-64 LAN-Side DSL CPE Configuration Specification was startedbecause of the need for a standard interface for PC-based (LAN-side)install applications. Based upon the UPnP Device Architecture,extensions where defined to meet the LAN-side CPE configurationrequirements.

    Differences between TR-64 and UPnP: Separate root device and namespace (co-exists independent from UPnP) No support for eventing (GENA) Digest Authentication per SOAP action Optional use of SSL/TLS (Secure Socket Layer/Transport Layer Security) Transactional semaphores to prevent simultaneous configuration by multiple

    control points

    Different modeling of some connection models (PPPoE) byLinkType/ConnectionType

    IGD datamodel extensions for DSL CPE management

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    7/56

    7

    History

    TR-69 CPE WAN Management Protocol specification started at the sametime as TR-64.

    From the start, the technical approach was controversial and heavilydiscussed. Cisco proposed an SNMP based solution, where as 2Wirecontributed their completely proprietary management protocol.

    SNMP was not selected because of security concerns (SNMPv1 and SNMPv2) lack for standard MIBs for DSL CPE management managementagent role: manager connects to agents, where for scalability

    reasons the CPE needed to connect to the server

    A proprietary protocol was not acceptable, needs to be standards based

    Data model ideally common/aligned between TR-64 and TR-69

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    8/56

    8

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    9/56

    9

    What is TR-069

    TR-069 is a CPE WAN Management Protocol (CWMP), whichwas created by the DSL Forum.

    It provides the communication between CPE and Auto

    Configuration Servers (ACS). An ACS can manage a device,trouble shoot, configure, upgrade etc.

    TR-069 is currently the de facto standard for activation of the

    boxes at their first connection to the network.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    10/56

    10

    TR-69 CPE WAN Management Protocol

    Starting from a base set of management functionality requirements: Auto configuration and dynamic service provisioning

    Software/firmware image management

    Status and performance monitoring

    Diagnostics

    Together with a requirement for using standard protocols/technology

    While aligning the management data model with TR-64

    A decision was taken to use get/set Remote Procedure Calls on a datamodel instead of functional SOAP actions (like UPnP/TR-64; e.g.

    AddPortMapping)

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    11/56

    11

    CWMP Protocols

    TCP/IP: Transmission Control Protocol /Internet Protocol

    SSL/TLS: Secure Socket Layer version 3.0;Transport Layer Security version 1.0

    HTTP: Hypertext Transport Protocol version1.1; HTTP POST messages

    SOAP: Simple Object Access Protocol version1.1

    XML RPC: Remote procedure call encoded inSOAP. All messages exchanged between theCPE and ACS are RPCs.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    12/56

    12

    TR-69: SOAP

    The TR-69 SOAP binding on HTTP is not standard.

    The CPE sends a SOAP envelope in HTTP request with RPCto server.

    Server sends HTTP reply with SOAP envelope containing RPC response

    CPE sends a HTTP empty POST request

    Server sends HTTP reply with SOAP envelope containing RPC Standard client/server roles are reversed as server is sending requests

    (RPCs) within a HTTP reply message

    TR-69 is because of this not web services (including WSDL)

    compatible/compliant and doesnt work with off-the-shelf SOAP or webserver libraries

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    13/56

    13

    RPC

    Remote Procedure Calls (RPC) are methods that allow oneprogram to use the services of another program in a remote

    machine.

    The calling program sends a message and data to the remoteprogram, which is executed, and results are passed back to

    the calling program.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    14/56

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    15/56

    15

    TR-69: Management Sessions

    The CPE establishes a connection to the server on a number of occasions: The first time it is installed/connected

    On startup

    Periodically

    When requested by the server

    Whenever particular parameter values change (via Connection Request) When a file transfer is complete (e.g. after firmware upgrade)

    When a diagnostics test is complete

    On each connection establishment, the CPE sends the Inform RPC to the

    server which contains the reason/event for the connection establishment.

    The CPE will keep on sending HTTP requests to the server to allow the

    server to respond with RPCs until both have nothing more to send.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    16/56

    16

    TR-69: Example message flow

    Example management sessionmessage flow

    The CPE is responsible for

    establishing the session to the

    server

    The CPE keeps sending HTTP

    POST requests during the session.

    The session is closed as soon as

    both CPE and ACS have indicated

    they have nothing more to send

    (response or new RPC)

    CPE ACS

    Open connection

    SSL Initiation

    HTTP PostInform Request

    HTTP ResponseInformResponse

    HTTP Post

    HTTP ResponseGetParameterValues Request

    HTTP Post

    GetParameterValuesResponse

    HTTP ResponseSetParameterValues Request

    HTTP PostSetParameterValuesResponse

    HTTP Response

    Close connection

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    17/56

    17

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    18/56

    18

    TR-98: IGD Data Model

    TR-98 Amendment 1 specifies the Internet Gateway Device data model forTR-69 (which specifies the protocol).

    The data model is based upon the initial UPnP IGD model with a largenumber of extensions for DSL gateway provisioning.

    It is a hierarchical tree with dot-separated parameter paths, for example:InternetGatewayDevice.DeviceInfo.ModelNameInternetGatewayDevice.DeviceInfo.SoftwareVersionInternetGatewayDevice.ManagementServerInternetGatewayDevice.TimeInternetGatewayDevice.Layer3ForwardingInternetGatewayDevice.Layer2Bridging.Bridge.x.VLANIDInternetGatewayDevice.Layer2Bridging.Filter.x.FilterInterfaceInternetGatewayDevice.LANDevice.x.LANHostConfigManagement.IPInterface.x.IPInterfaceIPAddressInternetGatewayDevice.LANDevice.x.LANEthernetInterfaceConfigInternetGatewayDevice.LANDevice.x.WLANConfigurationInternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANIPConnection.x.EnableInternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANIPConnection.x.PortMappingInternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANPPPConnection.x.Enable

    InternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANPPPConnection.x.UsernameInternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANPPPConnection.x.PasswordInternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WANPPPConnection.x.PortMappingInternetGatewayDevice.Services.VoiceService.x.VoiceProfile.x.SIP.ProxyServerInternetGatewayDevice.Services.VoiceService.x.VoiceProfile.x.Line.x.SIP.URI

    The data model can be addressed by full parameter paths or partial paths

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    19/56

    19

    TR-98: IGD Data Model

    The following operations/RPCs are supported on the datamodel: GetParameterNames

    Retrieve the name of parameters, including object instance numbers

    GetParameterValues Retrieve the values of one or more parameters

    SetParameterValues Set the values of one or more parameters to a specific value

    AddObject Add a new object/entry and return the new unique instance number

    DeleteObject Delete an object from the datamodel

    GetParameterAttributes Retrieve parameter attributes/meta-data: access rights and event subscriptions

    SetParameterAttributes Set parameter attributes: access rights and active/passive event subscriptions

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    20/56

    20

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    21/56

    21

    TR-104: Voice Provisioning

    TR-104defines provisioning parameters for VoIP CPEas an extension to TR-069.

    It is a hierarchical tree with dot-separated parameterpaths, for example:InternetGatewayDevice.Services.VoiceService.x.VoiceProfile.x.SIP.ProxyServerInternetGatewayDevice.Services.VoiceService.x.VoiceProfile.x.Line.x.SIP.URI

    InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.Enable

    InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.Status

    InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.CallStateInternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.PhyReferenceList

    InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthUserName

    InternetGatewayDevice.Services.VoiceService.1.VoiceProfile.1.Line.1.SIP.AuthPassword

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    22/56

    22

    TR-104: Voice Provisioning

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    23/56

    23

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    24/56

    24

    CWMP Related Specifications

    WT-131, WT132ACS Northbound

    Interface

    TR-69 CWMP Am.1TR-98 Am.1

    IGD Model

    TR-111 CWMP for

    Home Devices

    TR-64 LAN CPE

    Auto-Configuration

    WT-135 STB Model

    TR-104 VoIP Model

    WT-140 Network

    Storage Model

    TR-106 CWMP Enabled

    Device Model Template

    TR-104 VoIP Model

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    25/56

    25

    CWMP Related Specifications

    TR-104 Provisioning Parameters for VoIP CPE Generic VoiceService data model for VoIP provisioning (of IAD or ATA)TR-106 Data Model Template for TR-069 Enabled Devices

    Base Device data model for any (non IGD) TR-69 enabled LAN deviceTR-111 TR-069 Remote Management of Home Networking Device

    LAN Device Gateway association via ID exchange via DHCP option 125 LAN Device connection request through gateway NAT using STUNWT-107 TR-098 Issue 2 (IGD data model v1.3)

    Extension of IGD model with DHCP Conditional Serving, HPNAv3, MoCA,802.1X...

    WT-135 Data Model for a TR-069 Enabled STB

    Generic IPSTB data modelWT-140 Data Model for a TR-069 Enabled Network Attached Storage

    Generic NAS data model

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    26/56

    26

    CWMP Related Specifications

    WT-131 ACS Northbound Interface Requirements Set of requirements for the ACS northbound interface and integration with the

    OSS

    WT-132 Definition for ACS Northbound API

    Specification of web server based ACS server northbound API

    WT-142 Framework For TR-069 enabled PON devices Specification of applying TR-69 for PON device management

    WT-143 Network Service Provider Initiated Throughput Performance Test

    Specificaiton of data model for throughput tests (FTP, HTTP, NSLookup...)

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    27/56

    27

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    28/56

    28

    CWMP Interoperability

    DSL-Forum regularly organizes TR-69 Plugfest test events where allparticipating CPE devices can test against all participating ACS servers

    Thomson participated in previous Plugfest test events.

    PD-128 Interoperability Test Plan for TR-069 Plugfests Document with definition of TR-69 tests and their expected outcome

    Used as plugfest test events as tests to perform

    De-facto reference for TR-69 testing by customers and ACS vendors

    Thomson firmware is interoperability tested with and by ACS partners.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    29/56

    29

    CWMP Interoperability

    Each firmware is interoperability tested with the deployed servers atcustomers.

    Main protocol interoperability problems in the past where due:

    Open HTTP1.1 requirements (e.g. chunked transfer support, number ofcookies...)

    Trial and error with new emerging servers

    Unsupported PD-128 test cases (parameter attributes...)

    TR-69 Amendment 1 specification update with new and even changed (e.g.session termination) requirements

    Data model interoperability problems are occurring due:

    Hundreds of implemented parameters are not all tested

    Focus on customer deployment scenarios, not all combinations of parameters

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    30/56

    30

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    31/56

    31

    CWMP ACS Servers

    2Wire CMS

    http://www.2wire.com/?p=84Bowline DragomanACS

    http://www.bowline.de/technology_products.htm

    Dimarkhttp://www.dimark.com/products.html

    SupportSoft ServiceGateway

    http://www.supportsoft.com/solutions/ServiceGateway.asp

    Motive/Alcatel Home Device Manager (HDM)

    http://www.motive.com/solutions/homenetworking/homenetworkingproducts.asp

    Siemens Tango Subscriber Manager (TSM)

    http://subscriber.communications.siemens.com/software_tools_family_frame.htm

    Cisco Broadband Access Centre 3.0

    http://www.cisco.com/en/US/products/sw/netmgtsw/ps529/products_administration_guide_chapter09186a0080725563.html

    Netopia Broadband Server (NBBS)

    http://www.netopia.com/software/products/nbbs/index.html

    FinePoint CPE Device Manager

    http://www.finepoint.com/services-cwmp-tr069.html

    Friendly Technologies FriendlyTR69 ACS Server

    http://www.friendly-tech.com/Site/remotemamagment_tr69.htm

    Axiros CPE Managementhttp://www.axiros.de/mdsl.htm

    Owera eXtended Automatic Provisioning System

    http://www.owera.com/index.php?catid=3&id=3

    Jungo Jungo.Net

    http://www.jungo.com/openrg/news/pr061012.html

    http://www.2wire.com/?p=84http://www.bowline.de/technology_products.htmhttp://www.bowline.de/technology_products.htmhttp://www.dimark.com/products.htmlhttp://www.supportsoft.com/solutions/ServiceGateway.asphttp://www.supportsoft.com/solutions/ServiceGateway.asphttp://www.motive.com/solutions/homenetworking/homenetworkingproducts.asphttp://www.motive.com/solutions/homenetworking/homenetworkingproducts.asphttp://subscriber.communications.siemens.com/software_tools_family_frame.htmhttp://subscriber.communications.siemens.com/software_tools_family_frame.htmhttp://www.cisco.com/en/US/products/sw/netmgtsw/ps529/products_administration_guide_chapter09186a0080725563.htmlhttp://www.cisco.com/en/US/products/sw/netmgtsw/ps529/products_administration_guide_chapter09186a0080725563.htmlhttp://www.netopia.com/software/products/nbbs/index.htmlhttp://www.netopia.com/software/products/nbbs/index.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.axiros.de/mdsl.htmhttp://www.axiros.de/mdsl.htmhttp://www.owera.com/index.php?catid=3&id=3http://www.owera.com/index.php?catid=3&id=3http://www.jungo.com/openrg/news/pr061012.htmlhttp://www.jungo.com/openrg/news/pr061012.htmlhttp://www.jungo.com/openrg/news/pr061012.htmlhttp://www.jungo.com/openrg/news/pr061012.htmlhttp://www.owera.com/index.php?catid=3&id=3http://www.owera.com/index.php?catid=3&id=3http://www.axiros.de/mdsl.htmhttp://www.axiros.de/mdsl.htmhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.friendly-tech.com/Site/remotemamagment_tr69.htmhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.finepoint.com/services-cwmp-tr069.htmlhttp://www.netopia.com/software/products/nbbs/index.htmlhttp://www.netopia.com/software/products/nbbs/index.htmlhttp://www.cisco.com/en/US/products/sw/netmgtsw/ps529/products_administration_guide_chapter09186a0080725563.htmlhttp://www.cisco.com/en/US/products/sw/netmgtsw/ps529/products_administration_guide_chapter09186a0080725563.htmlhttp://subscriber.communications.siemens.com/software_tools_family_frame.htmhttp://subscriber.communications.siemens.com/software_tools_family_frame.htmhttp://www.motive.com/solutions/homenetworking/homenetworkingproducts.asphttp://www.motive.com/solutions/homenetworking/homenetworkingproducts.asphttp://www.supportsoft.com/solutions/ServiceGateway.asphttp://www.supportsoft.com/solutions/ServiceGateway.asphttp://www.dimark.com/products.htmlhttp://www.bowline.de/technology_products.htmhttp://www.bowline.de/technology_products.htmhttp://www.2wire.com/?p=84http://www.2wire.com/?p=84
  • 8/12/2019 Tr 69 Introduction Pp t 2402

    32/56

    32

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    33/56

    33

    Implementation: CWMP

    CWMP-C CWMP Client application communicating with ACS

    Handles firmware and configuration file download

    CWMP state machine On startup, periodic, value change connection to server

    Handling all ongoing management actions and reporting completion to server

    Data model related RPCs are transferred to MBUS IGD

    Supports Application based labeling (service manager integration)

    CWMP-S

    CWMP Connection Request Server

    Listens for connection requests HTTP authentication

    On valid connection request, triggers CWMP-C to connect to ACS

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    34/56

    34

    Implementation: CWMP

    CWMP client

    HTTP clientLibrary

    XML Library

    CWMP

    connection

    request serverTLS/SSL

    TCP/IP

    IGD MBUS

    ATOMIC MBUS

    certificates

    CWMP IGD MBUS clientMaps TR-069 GetParameterNames,Get/SetParameterValues, AddObject,DeleteObject, Get/SetParameterAttributes onIGD MBUS commands

    CWMP Atomic MBUS clientMaps TR-069 Download onFileTransfer plugin handling thefile download and application

    CWMP Atomic MBUS pluginRegisters parameters for its

    own configuration settings(maps to IGDManagementServer)

    Connection Request

    Atomic MBUS clientRetrieves connectionrequest settings and setsflag when connectionrequested (evented toCWMP client)

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    35/56

    35

    Implementation: Data Model

    ATOMIC MBUS

    Plug-in Interface (function, domain/inet sockets)

    Client Interface (function, domain/inet sockets)

    Event

    Mgr

    IGD MBUS

    Plug-in Interface (function, domain/inet sockets)

    Client Interface (function, domain/inet sockets)

    EventMgr

    Security Mgr

    AccessRight

    Config Mgr

    ConfigFile

    events

    cmd/subsc. cmd/subsc. cmd/subsc. cmd/subsc.

    Module_1 Module_2 Module_3 Module_4

    CWMP-C

    IGD/Atomic Mapping Module_5

    CWMP-C

    events

    MBUS

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    36/56

    36

    Basic Implementation: MBUS

    MBUS IGD

    TR-98 IGD data model + vendor specific extensions TR104 Voice Provisioning TR-69 RPC support

    GetParameterNames, GetParameterValues, SetParameterValues, AddObject, DeleteObject,GetParameterAttributes, SetParameterAttributes

    MBUS Atomic Internal data model close to internal modules and current CLI Superset of data model defined in TR-98 IGD model Internal management interface for CLI, GUI...

    MBUS IGDAtomic Mapping

    Maps or translates between the IGD and internal (atomic) data models Operations on IGD model are mapped/translated to operations on atomic

    model

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    37/56

    37

    TR-111 Applying TR-69 to Remote Management of Home Devices Device-Gateway Association Exchange of IDs via DHCP so ACS learns the association

    Connection Request via NAT Gateway STUN

    Support TR-69 capable home network devices (STB, VoIP, NAS...)

    Improved TR-69 Amendment 1 Interoperability

    PD-128 Interoperability Test Plan support M event

    M Reboot, M Download Inform events Download Delay Postpones a file download with a number of seconds

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    38/56

    38

    ScheduleInform RPC

    ScheduleInform allows an ACS to schedule the CPE to report

    back at the right time

    Eliminates the need for the ACS to initiate connectionrequests to large numbers of devices

    Application:

    Firmware upgrades during a maintenance time window

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    39/56

    39

    Forced Inform Notification parameters

    Customizable Forced Inform Parameter List configurable parameters

    Default:InternetGatewayDevice.DeviceSummary

    InternetGatewayDevice.DeviceInfo.SpecVersion

    InternetGatewayDevice.DeviceInfo.HardwareVersion

    InternetGatewayDevice.DeviceInfo.SoftwareVersion

    InternetGatewayDevice.DeviceInfo.ProvisioningCode

    InternetGatewayDevice.ManagementServer.ConnectionRequestURL

    InternetGatewayDevice.ManagementServer.ParameterKey

    InternetGatewayDevice.WANDevice.x.WANConnectionDevice.x.WAN*Connection.ExternalIPAddress

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    40/56

    40

    Configurable Amendment 1

    Session Termination

    NoMoreRequests header

    element is deprecated

    Session considered terminated

    if the CPE has sent an empty

    POST before

    For Compliance : Configurablevia CLI

    original TR-69

    TR-69 Amendment 1.

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    41/56

    41

    Upgrade delay on detection of service activity

    Postpones the firmware upgrade Detection of (customizable) service activity

    Application:

    Postponing firmware upgrade when VoIP calls are ongoing(e.g. up till a maximum of one hour)

    No service interruption for end users

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    42/56

    42

    DataModel extension

    VDSL2 and Ethernet WAN modeling IGD model WANDevice support for VDSL2 and Ethernet WAN

    QueueManagement (TR-098)

    QueueManagement QoS classification and queue mapping

    IPPingDiagnostics IP Ping diagnostics test and completion reporting to ACS

    Whats New

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    43/56

    43

    Whats New

    DataModel extension (continued) DSL Statistics Additional DSL statistics and error counters

    Layer2Bridging VLAN provisioning (VLAN bridging, tagging...)

    IPPingDiagnostics IP Ping diagnostics test and completion reporting to ACS

    Connection (proprietary) Stats on current TCP/UDP connections

    ALG provisioning

    ParentalControl (proprietary) URL and Content filtering provisioning

    Walled Garden / Captive Portal intercept configuration

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    44/56

    44

    Standards Compliance Summary

    TR-69 Amendment 1Partially compliantSession termination needs install base migration scenario ACS support

    TR-98 Amendment 1Partially compliant

    WANDSLDiagnostics, WANATMF5LoopbackDiagnostics not supportedTR-104

    Compliant for SIP, MGCP and H323

    TR-111Compliant

    WT-107Partially compliant

    Supportfor DHCPConditionalServing and DHCPOption

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    45/56

    45

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

    D l

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    46/56

    46

    Deployment

    Thomsons Implementation/Deployment Strategy

    Thomson partners with customers on use cases We have an extended data model

    No tick-box compliancy of each and every parameter but focus on the use

    case enabling ones first

    Thomson works together with service provider and ACS vendor toenable use cases (customer driven)

    Testing and deploying

    Assures the right quality and compliancy

    Right approach: Service Providers do not roll out all services immediately

    D l t M t i t t

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    47/56

    47

    Deployment - Most important use cases

    Autoconfiguration and dynamic service activation The initial CPE configuration runs automatically and remotely

    Firmware management

    Remote updates of the firmware of the boxes in the field

    Status and performance control logfile analysis and dynamic messages

    diagnostics

    connectivity and service control

    Helpdesk support

    D l t M t i t t

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    48/56

    48

    Insight to the home network of the use:List of active devices, possibility to ping from the modem,

    Notifications allow the ISP to receive a message when some

    environment variable changes at the customer premise

    Remotely enabling of new / extra features

    e.g. a user can move to IPTV and TR-069 will reconfigure the modemto fill the needs

    Deployment - Most important use cases

    D l t E l

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    49/56

    49

    Deployment - Example

    Zero Touch Provisioning

    ISPJoe USER

    BroadbandInternet

    ACS

    DSLAM

    ANNOUNCE

    [email protected]: default

    RESPONSE:[email protected]: *&%$**

    Connection established

    D l t f t

    mailto:[email protected]:[email protected]
  • 8/12/2019 Tr 69 Introduction Pp t 2402

    50/56

    50

    Deployment facts

    Firmware Upgrade RTEMS GoLinux RTEMS: Single Dual memory boards

    DataModel

    Disadvantage is that all parameters have to be supported on ACS andCPE / order of configuration steps is important Advantage: standard / reading current config and statistics

    STS

    Advantage: Is pure CLI cmds and can configure everything. Disadvantage: sts has no knowledge of previous configuration

    remove and replace required

    C t t

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    51/56

    51

    Contents

    HistoryTR-69 CPE WAN Management Protocol

    TR-98 InternetGatewayDevice Data Model

    TR-104 Provisioning Parameters for VoIP CPE

    CWMP Related SpecificationsCWMP Interoperability

    CWMP ACS Servers

    Implementation

    DeploymentCLI

    CLI C fi i CWMP

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    52/56

    52

    CLIConfiguring CWMP

    CLI C fi i CWMP

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    53/56

    53

    CLIConfiguring CWMP

    CLI IGD via CLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    54/56

    54

    CLIIGD via CLI

    Registering the client

    {Administrator}=>mbus client register{Administrator}=>

    Dumping the values

    {Administrator}=>{Administrator}=>mbus client exec cmd getvalues path *.Line

    Dumping the Possibilities

    {Administrator}=>{Administrator}=>mbus client exec cmd getnames path *.Line

    Working with CLI

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    55/56

    55

    Working with CLI

    getvalues: retrieve the values of one or more parameters of a specific object.

    setvalues: write a value to one or more parameters of an object Rollback for this action issupported at client command level.

    getcount: this action returns the number of parameter/value pairs that would be returnedif a getvalues is called with the same arguments. This allows you to determine how muchmemory needs to be allocated to store all parameters or determine the number of objectsof a specific type.

    addobject : add an object to the data model.

    deleteobject: delete an object from the data model.

    subscr ibe: subscribe a client to the MBus event.

    unsubscr ibe: unsubscribe a client from the MBus event.

  • 8/12/2019 Tr 69 Introduction Pp t 2402

    56/56