File:CPE WAN Management Protocol high level overview.svg

Summary

Description
English: CPE WAN Management Protocol high level overview
Date
Source Own work
Author PhotographyEdits
SVG development
InfoField
Source code
InfoField

DOT Source code

digraph G {
    graph [splines=ortho ]
    node [shape=box dir=both]

    support [label="Provider support department"]
    acs [label="Auto-configuration server (ACS)"]
    network [label="Access network (DSLAM, CMTS or OLT)"]
    cpe [label="Customer-premises equipment (CPE)"]

    support -> acs [dir=both label="ACS Northbound Interface"]
    acs -> network [dir=both]
    network -> cpe [dir=both]

    acs -> cpe [dir=both label="HTTP over IP"]
}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#CPE%20WAN%20Management%20Protocol%20high%20level%20overview.svg
Category:Self-published work Category:TR-069 Category:Images with Graphviz source code
Category:CC-Zero Category:Images with Graphviz source code Category:Self-published work Category:TR-069 Category:Valid SVG created with Graphviz code