2月 28, 2010

GPON OMCI Presentation Agenda

[2015/05/06 更新]

2010年寫的文章,時至今日(2015)仍有讀者留言索取投影片。
早已離開業界多年,看來 GPON 仍是主流。過往資料有需要的人可自行取用:下載鏈結
--
(1) 定義 OLT 與 ONT(ONU) 兩者的角色
(2) OMCI 的定義與解釋
    - OMCI 在整個 GPON Stack 所處位置
    - OMCI 主要作用
    - OMCI 內的元件
        - ME 的定義(用 CLASS 分類)
        - CLASS 更下層的項目:Attribute
        - Actions 分類
        - Notifications (AVT, Alarm, TCA)
(3) OMCI 封包格式(Packet Format)解讀
    - 欄位作用
    - 實例說明(RAW Data)
(4) OMCI MIB Update 流程圖解說
    - MIB data sync flow (I.1.1-1)
    - MIB audit and resync (I.1.2-1)
    - MIB upload
    - Alarm 相關議題
        - Alarm action (II.2.25)
        - ARC(Page. 354) 與 ARC Interval
    - Table attribute
    - Software image download
        - Image 如何切割
        - Image 下載流程       
(5) Relation diagram
    - ONT core
    - MAC bridged LAN
    - 802.1p mapper

2月 09, 2010

Apache FQDN 錯誤

Apache2 啟動後出現的錯誤訊息:
apache2: apr_sockaddr_info_get() failed for mail
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
修正方法:
(1) 在 /etc/apache2/apache2.conf 中加入 ServerName localhost
(2) 另外一併檢查 /etc/hosts 檔案中的 IP 與 FQDN 對應設定。