华为OLT 全部配置命令
时间: 2023-10-31 17:07:01 浏览: 347
华为OLT 配置命令参考
华为OLT的配置命令非常多,以下是一些常用的配置命令:
1. 配置主控板IP地址:
config# interface vlanif 1
config-if-vlanif1# ip address 192.168.1.1 24
2. 配置端口:
config# interface gpon 0/0/0
config-if-gpon0/0/0# ont add 0 0 sn-auth 123456789abc
config-if-gpon0/0/0# ont-lineprofile-name ftth
config-if-gpon0/0/0# ont-srvprofile-name ftth
config-if-gpon0/0/0# quit
3. 配置ONT:
config# ont-lineprofile gpon profile-id 10
config-ont-lineprofile-10# ont-port pots 1 eth 1
config-ont-lineprofile-10# quit
4. 配置业务:
config# service-port 100 vlan 200 gpon 0/0/0 ont 0 gemport 1 multi-service user-vlan 200
5. 配置QoS:
config# qos profile cir 1000 cbs 2500 pir 2000 pbs 5000
config-qos-profile-1# quit
6. 配置VLAN:
config# vlan batch 200 300
config# interface gpon 0/0/0
config-if-gpon0/0/0# ont add 0 0 sn-auth 123456789abc
config-if-gpon0/0/0# ont-lineprofile-name ftth
config-if-gpon0/0/0# ont-srvprofile-name ftth
config-if-gpon0/0/0# ont-port native-vlan vlan 200
config-if-gpon0/0/0# ont-port eth 1 vlan 300 priority 0
config-if-gpon0/0/0# quit
以上是一些常用的配置命令,具体配置需要根据实际情况进行调整。
阅读全文