博达OLT语音配置命令
时间: 2023-11-14 15:07:15 浏览: 141
博达OLT 配置命令
3星 · 编辑精心推荐
以下是博达OLT语音配置命令,供参考:
1. 设置语音VLAN ID:
```
config
vlan
vlan id 10 name voice
exit
```
2. 配置语音VLAN端口:
```
config
interface gpon 0/0
ont-port 4 vlan vlan 10 priority 5 mode tag
exit
```
3. 配置语音业务模板:
```
config
service-template
service-template-name voice-service
service-type internet
gem add 0 eth tcont 4
tcont 4 dba-profile-id 8 fixed 128
exit
```
4. 配置语音业务:
```
config
ont-srvprofile gpon profile-id 100
ont-port eth 4
service-template-name voice-service
exit
```
5. 激活语音业务:
```
config
ont-lineprofile gpon profile-id 100
line-template-name voice-line
tcont 4 dba-profile 8
gem mapping 0 0 vlan 10
commit
exit
```
以上是一些常用的博达OLT语音配置命令,具体实现方法可能因设备型号和软件版本而有所不同,请根据实际情况进行调整。
阅读全文