烽火10GEPONOLT数据配置标准 下载本文

配置主机名:

Admin#hostname Example:

Admin#hostname ZJDLL-FH10G-OLT0001

ZJNM-FH10G-OLT0001#

OLT开局

一、卡授权

1、卡授权

Admin#set card_all_auth //所有卡授权

2、授权指定的卡

Admin#set card_auth slot type Admin#set card_auth slot 1 type XG8A //烽火10GEPON的板卡类型为XG8A

3、查看卡授权状态:

Admin# showcard

---------------------AN5116-06B/AN5516-01---------------------

CARD EXIST CONFIG DETECT DETAIL CARD / /槽位号 1 YES XG8A XG8A MATCH EXIST //物理槽位是否插卡

2 YES XG8A XG8A MATCH CONFIG//网管配置的卡类型 3 --- --- --- --- DETECT//网管检测的卡类型 4 --- --- --- --- DETAIL //网管检测的卡类型与

5 --- --- --- --- 管配置的卡类型是否匹

6 --- 7 --- 8 --- 9 YES 10 YES 11 --- 12 --- 13 --- 14 --- 15 --- 16 --- 17 --- 18 --- 19 YES 20 YES 21 YES

--- --- --- --- --- --- --- --- ---

HSWA HSWA MATCH/M HSWA HSWA MATCH/S --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---

HU2A HU2A MATCH HU2A HU2A MATCH FAN FAN MATCH

M// 主用 S//备用

24 YES PWR PWR MATCH 25 YES PWR PWR MATCH 801 --- --- --- --- Current temperature is 39 C. Power 1 and Power 2 are ON. FAN 1 speed is 1.

Subframe type is 06B/AN5516-01. Admin#

4、卡去授权

Admin#set card_unauth slot [|all] //所有卡去授权/单槽位卡去授权

二、设置上联端口、管理VLAN、 管理IP

1、设置上联口

1.1、上联口使能/去使能

Admin\\interface#set uplink slot port [enable|disable]

Admin# cd interface

Admin\\interface#set uplink slot 19 port 1 enable //19:1 端口使能 Admin\\interface#set uplink slot 20 port 1 disable //20:1 端口去使能 //上联盘槽位为19、20 端口号为1-6

1.2、上联口属性

Admin\\interface#set uplink slot port auto_negotiation [enable|disable] speed [10m|100m|1000m|10000m] duplex [full|half] //槽位号 //端口号

auto_negotiation [enable|disable] // 自适应使能/去使能

speed [10m|100m|1000m|10000m] //速率 10m|100m|1000m|10000m duplex [full|half] //双工 全双工/半双工

Admin\\interface#set uplink slot 19 port 1 auto_negotiation disable speed 10000m duplex full

// 19:1 端口强制10000M全双工 1.3、显示上联端口信息

Admin\\device#show uplink port all //查询所有上联端口状态 Admin# cd device

Admin\\device#show uplink port all

Admin\\device#show uplink slot port //查询具体上联端口状态 Admin\\device#show uplink slot 19 port 1 //查询19:1 上联端口状态