如题,P3116上查看已经接上olt上的onu但没有配置,需要进行配置上线的命令是什么
(0)
最佳答案
P3116属于H3C交换机OLT板卡场景(OLT下挂ONU),配置已接入但未上线ONU的操作步骤如下:
进入OLT端口视图
system-view
interface olt <slot>/0/<port> # 例如:interface olt 1/0/1
创建ONU逻辑接口
using onu <start-id> to <end-id> # 例如:using onu 1 to 16 (创建编号1至16的ONU接口)
绑定ONU设备(选择以下任一方式)
interface onu <olt-port>:<onu-id> # 例如:interface onu 1/0/1:1
bind onu-id <MAC或LOID> # 例如:bind onu-id sn H3C-12345678
ftth
onu bind auto slot <slot-number> # 例如:onu bind auto slot 1
应用配置模板(可选)
apply onu template <template-id> # 例如:apply onu template 30
检查ONU状态
display onu status interface olt <olt-port> # 确认State为"Up"
ONU认证要求
http://192.168.1.1/skipreg.html
)激活业务。带宽配置建议
若上行带宽不足,需显式配置最小/最大带宽:
upstream-sla minimum-bandwidth 4800 maximum-bandwidth 96000 # 单位:64Kbps
物理层检查
display transceiver diagnosis interface
检查光模块功率是否在标准范围(接收功率:-8dBm ~ -27dBm)。alarm onu-laser always-on enable
,需排查故障ONU。结论:
配置命令的核心是 using onu
创建逻辑接口 + bind onu-id
或 onu bind auto
完成绑定。若ONU仍无法上线,需按序排查:
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
暂无评论