首页 > 编程知识 正文

M5683T OLTHGU ONU配置指导Port映射方式,华为onu配置清除方式

时间:2023-05-04 04:00:11 阅读:269414 作者:3715

1.针对HGU ONU 4FE+wifi设备
配置方式1: Port映射方式配置业务
步骤1:DBA模版配置
dba-profile add profile-id 10 profile-name “dba-profile_10” type4 max 1024000
步骤2:能力及模版配置,查看match state
ont-srvprofile gpon profile-id 302 profile-name “srv-profile_302”
ont-port pots 1 eth 4
commit
步骤3:线路模版:查看config state
映射模式:mapping-mode port ,默认是vlan映射
ont-lineprofile gpon profile-id 302 profile-name “line-profile_302”
mapping-mode port
tcont 1 dba-profile-id 10
gem add 1 eth tcont 1
gem mapping 1 1 iphost transparent enable
commit
或者
ont-lineprofile gpon profile-id 304 profile-name “line-profile_304”
mapping-mode port
tcont 1 dba-profile-id 10
gem add 1 eth tcont 1
gem add 2 eth tcont 1
gem add 3 eth tcont 1
gem add 4 eth tcont 1
gem mapping 1 1 eth 1
gem mapping 2 2 eth 2
gem mapping 3 3 eth 3
gem mapping 4 4 eth 4
commit
步骤4:ONU注册并下发配置
interface gpon 0/3
//开启PON口自动发现ONU使能
port 1 ont-auto-find enable
//ONU注册并绑定ont-lineprofile和ont-srvprofile两个模版
ont add 1 1 sn-auth “4857544307535B4F” omci ont-lineprofile-id 302 ont-srvprofile-id 302
// OLT 自动下发WAN连接给ONU,这种配法只能配置DHCP或静态IP地址二选一,
ont ipconfig 1 1 static ip-address 192.168.88.111 mask 255.255.255.0 vlan 31 priority 0 gateway 192.168.88.1
OMCI下发WAN连接配置方法最多配置2条WAN连接;由于ip-index只能选择0或1
ont ipconfig 1 1 static ip-address 192.168.88.111 mask 255.255.255.0 vlan 31 priority 0 gateway 192.168.88.1
ont ipconfig 1 1 ip-index 1 dhcp vlan 31 priority 0
//针对SFU单口ONU为了让直连PC能获取上行网关IP配置方法,如果在ONUweb页面获取WANIP则不需要配置该语句
ont port native-vlan 1 1 eth 1 vlan 31

步骤5:配置service-port 业务虚端口
service-port 197 vlan 31 gpon 0/3/1 ont 1 gemport 1 multi-service user-vlan 31 tag-transform translate

配置方式2:vlan映射方式配置业务
线路模版:查看config state
映射模式:mapping-mode vlan
ont-srvprofile gpon profile-id 52 profile-name “srv-profile_52”
ont-port pots 1 eth 4
port vlan eth 1 translation 52 user-vlan 52
port vlan eth 2 translation 52 user-vlan 52
port vlan eth 3 translation 52 user-vlan 52
port vlan eth 4 translation 52 user-vlan 52
commit
上述是vlan转发,下列是vlan透传,效果都一样
ont-srvprofile gpon profile-id 110 profile-name “srv-profile_110”
ont-port pots 1 eth 4
port vlan eth 1 transparent
port vlan eth 2 transparent
port vlan eth 3 transparent
port vlan eth 4 transparent
commit

ont-lineprofile gpon profile-id 52 profile-name “line-profile_52”
tcont 1 dba-profile-id 10
gem add 0 eth tcont 1
gem mapping 0 1 vlan 52
commit

//解决同一PON口下语音不通问题
system parameters 5 1

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。