Difference between revisions of "TR-069"
From Teknologisk videncenter
m (→FreeBSD installation) |
|||
Line 1: | Line 1: | ||
− | = princip = | + | >= princip = |
{| | {| | ||
| | | | ||
Line 11: | Line 11: | ||
|} | |} | ||
= Forkortelser = | = Forkortelser = | ||
− | {| class= | + | {| class="wikitable sortable" style="text-align:left" border=1 |
|+ CWMP - CPE Wan Management Protocol (TR-069) | |+ CWMP - CPE Wan Management Protocol (TR-069) | ||
|- bgcolor=lightgrey | |- bgcolor=lightgrey | ||
Line 38: | Line 38: | ||
*[[CWMP - CPE WAN Management Protocol]] | *[[CWMP - CPE WAN Management Protocol]] | ||
*[[media:TR-069.pdf|TR-069 pdf]] | *[[media:TR-069.pdf|TR-069 pdf]] | ||
− | *[http://code.google.com/p/perl-cwmp/downloads/detail?name=TR-069.pdf&can=2&q= Perl modules] | + | *[http://code.google.com/p/perl-cwmp/downloads/detail?name=TR-069.pdf&can=2&q= Perl modules] |
*[http://en.wikipedia.org/wiki/TR-069 English wikipedia on TR-069] | *[http://en.wikipedia.org/wiki/TR-069 English wikipedia on TR-069] | ||
== FreeBSD installation == | == FreeBSD installation == | ||
− | + | <source lang=cli> | |
svn checkout http://perl-cwmp.googlecode.com/svn/trunk/ perl-cwmp-read-only | svn checkout http://perl-cwmp.googlecode.com/svn/trunk/ perl-cwmp-read-only | ||
perl Makefile.pl | perl Makefile.pl | ||
make | make | ||
make install | make install | ||
− | + | </source> | |
installed in /usr/local/lib/perl5/site_perl/5.8.8/ CWMP.pod and CWMP/ | installed in /usr/local/lib/perl5/site_perl/5.8.8/ CWMP.pod and CWMP/ | ||
[[Category:Network]] | [[Category:Network]] | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ubynoqyh.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | ||
+ | ---- | ||
+ | =[http://ubynoqyh.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 05:55, 18 November 2010
>= princip =
Contents
Protokoller
Forkortelser
Forkortelse | Betydning |
---|---|
ACS | Auto-Configuration Server. This is a component in the broadband network responsible for auto-configuration of the CPE for advanced services. |
B-NT | A broadband access CPE device capable of being managed by an ACS. |
CPE | Customer Premise Equipment. A DSL B-NT is one form of broadband CPE. |
Internet Gateway Device | A CPE device that is either a B-NT or a broadband router. |
Option | An optional CPE capability that may only be enabled or disabled using a digitally signed Voucher. |
RPC | Remote procedure call. |
Parameter | A name-value pair representing a manageable CPE parameter made accessible to an ACS for reading and/or writing. |
Session | A contiguous sequence of transactions between a CPE and an ACS. |
Voucher | A digitally signed data structure that instructs a particular CPE to enable or disable Options, and characteristics that determine under what conditions the Options persist. |
Links
FreeBSD installation
<source lang=cli> svn checkout http://perl-cwmp.googlecode.com/svn/trunk/ perl-cwmp-read-only perl Makefile.pl make make install </source> installed in /usr/local/lib/perl5/site_perl/5.8.8/ CWMP.pod and CWMP/