1.#########配置VLANID 业务VLAN#################
bridge
vlan create 178
!
vlan add br178 12 untagged #配置上行端口12位 untag vlan178
!
vlan pvid 12 178 #设置上行端口12的pvid=178 即default vlanID
!
gpon
!
-
##########配置 DBA############
dba-profile 100M create
mode fixed #配置固定带宽,可设置其他类型
sla fixed 102400
apply
!
3.#############配置 traffic-profile###########
name=hgu:别名
!
traffic-profile hgu create
mgmt-mode uni eth 1 non-omci link virtual-eth 1 #配置UNI侧的管理模式:non-omci非OMCI管理连接
mgmt-mode uni eth 2 non-omci link virtual-eth 1
mgmt-mode uni eth 3 non-omci link virtual-eth 1
mgmt-mode uni eth 4 non-omci link virtual-eth 1
tcont 1
gemport 1/1
dba-profile 100M
mapper 1
gemport count 4 #定义gemportID支持数
bridge 1 #创建mac桥 连接ANI和UNI两端
ani mapper 1 #配置ANI侧 mapping映射 到 gemportID=1 上
uni virtual-eth 1