Difference between revisions of "TR-069"
From Teknologisk videncenter
m |
m (Vandalisme fjernet fra bruger Ydedebiw) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | = princip = | ||
+ | {| | ||
+ | | | ||
+ | |[[Image:CWMP1.png|thumb|float|500px|TR-069]] | ||
+ | |} | ||
+ | = Protokoller = | ||
+ | {| | ||
+ | |[[Image:CWMP2.png|thumb|float|500px|Protokoolstak]] | ||
+ | |- | ||
+ | |[[Image:CWMP3.png|thumb|float|500px|Protokol beskrivelse]] | ||
+ | |} | ||
+ | = Forkortelser = | ||
+ | {| class="wikitable sortable" style="text-align:left" border=1 | ||
+ | |+ CWMP - CPE Wan Management Protocol (TR-069) | ||
+ | |- bgcolor=lightgrey | ||
+ | ! 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 = | = Links = | ||
+ | *[[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 == | ||
+ | <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/ | ||
[[Category:Network]] | [[Category:Network]] |
Latest revision as of 08:28, 18 November 2010
princip
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
svn checkout http://perl-cwmp.googlecode.com/svn/trunk/ perl-cwmp-read-only
perl Makefile.pl
make
make install
installed in /usr/local/lib/perl5/site_perl/5.8.8/ CWMP.pod and CWMP/