好文档 - 专业文书写作范文服务资料分享网站

华为OLT的命令(DOC)

天下 分享 时间: 加入收藏 我要投稿 点赞

配置ARP Proxy实例 创建Super VLAN。

huawei(config)#vlan 100 super创建Sub VLAN并将Sub VLAN添加到Super VLAN中。 huawei(config)#vlan 10 smart huawei(config)#vlan 20 mux

huawei(config)#supervlan 100 subvlan 10

huawei(config)#supervlan 100 subvlan 20配置Sub VLAN用户业务虚端口。 huawei(config)#service-port vlan 10 gpon 0/2/0 gemport 128 multi-service user-vlan 15 rx-cttr 5 tx-cttr 5

huawei(config)#service-port vlan 10 gpon 0/2/0 gemport 129 multi-service user-vlan 16 rx-cttr 5 tx-cttr 5

huawei(config)#service-port vlan 20 gpon 0/2/0 gemport 130 multi-service user-vlan 17 rx-cttr 5 tx-cttr 5配置上行端口。 huawei(config)#vlan 30 standard huawei(config)#port vlan 30 0/19 0 huawei(config)#interface vlanif 30

huawei(config-if-vlanif30)#ip address 10.0.1.254 24 说明:

Standard VLAN的三层接口IP地址必须与上层路由器的IP地址在同一网段。

配置Super VLAN的三层接口。 huawei(config)#interface vlanif 100

huawei(config-if-vlanif100)#ip address 10.0.0.254 24

说明:

Super VLAN的三层接口IP地址必须与PC获取的IP地址在同一网段。

启动ARP Proxy功能。 启动全局ARP Proxy功能。

huawei(config)#arp proxy enable启动Super VLAN接口ARP Proxy功能。

huawei(config-if-vlanif100)#arp proxy enable启动Sub VLAN接口ARP Proxy功能。 huawei(config-if-vlanif100)#arp proxy enable subvlan 10 说明:

如果只要求不同VLAN里的PC可以互相通信,步骤6的子步骤3可以省略。

保存数据。

huawei(config-if-vlanif100)#quit

huawei(config)#save bb225127

命令演示:

enable 进入特权模式 ///// config

进入全局配置模式 ///////

display ont autofind all 显示本OLT下所有未注册的设备 /////////////////////////// interface epon 0/1

进入0/1 PON口,即第一个机框的第一个板卡 /////////////////////////////////////////

ont add 2 6 mac-auth 286E-D478-6EFB snmp ont-lineprofile-id 19 desc \

在第二个PON口上添加第六台设备,设备MAC地址是“286E-D478-6EFB”,描述信息是“CHZ-GC-feitengdiandang-MDU-5620-1”。 ///////////////////////////////////////////////// ont snmp-profile 2 6 profile-id 10

为第二个PON口下第六台设备配置“简单网络管理协议”,协议编号为“10”。 ///////////////////////////////////////////////////////

ont ipconfig 2 6 ip-address 218.23.181.146 mask 255.255.255.0 gateway 218.23.181.1 manage-vlan 13 priority 0

为第二个PON口下第六台设备配置管理IP地址“218.23.181.146”,子网掩码“255.255.255.0”,网关“218.23.181.1”,管理valn“13”,优先级“0”。 /////////////////////////////////////////////////////////// quit

退出0/1板卡、 //////////////// display board 0/1

查看刚才配置的设备是否在线 /////////////////////////////

service-port 111 vlan 1231 epon 0/2/0 ont all multi-service user-vlan 13 to 13 可用一条命令完成该PON口下所有的拥有相同的管理VLAN的service-port 配置。 ///////////////////////////////////

service-port 49 vlan 1231 epon 0/2/0 ont all multi-service user-vlan 1051 to 1881 一条命令完成该PON口下所有用户上网VLAN的service-port 配置,建议要配大点防止该分光器下再接IAD设备。

////////////////////////////////////

service-port 50 vlan 42 epon 0/2/0 ont 0 multi-service user-vlan 42 配置语音VLAN对应的service-port 。 ////////////////////////////////////////// save 保存配置 //////////

然后telne刚才配置的MDU管理地址,进入MDU进行数据和语音的配置 //////////////////////////

ONU注册,ONT注册OLT方法范例点这里

Add Hostname/Device Name:

huawei(config)#system sys-info description Huawei-OLT Add Management IP:

Huawei-OLT(config)#interface meth0

Huawei-OLT(config-if-meth0)#ip address 1.1.1.2 255.255.255.0

Vlan Declare & assign OLT IP:

Huawei-OLT(config)#vlan 10 smart Huawei-OLT(config)#interface vlanif10

Huawei-OLT(config-if-vlanif10)#ip address 192.168.x.x 255.255.255.0

Huawei-OLT(config-if-vlanif10)#quit

Vlan Published & Description in uplink interface: Huawei-OLT(config)#port vlan 10 0/2 0

Huawei-OLT(config)#port desc 0/2/0 description “Uplink-with…….” Board/Card Add:

Huawei-OLT(config)#board add 0/0 H805GFBD Huawei-OLT(config)#board add 0/1 H801MSWC OLT port Auto find Enable:

Huawei-OLT(config)#interface gpon 0/0

Huawei-OLT(config-if-gpon-0/0)#port 0 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 1 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 2 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 3 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 4 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 5 ont-auto-find enable

Huawei-OLT(config-if-gpon-0/0)#port 6 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 7 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#quit Huawei-OLT(config)#

Huawei-OLT(config)#interface gpon 0/1

Huawei-OLT(config-if-gpon-0/0)#port 0 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 1 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 2 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 3 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 4 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 5 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 6 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#port 7 ont-auto-find enable Huawei-OLT(config-if-gpon-0/0)#quit Huawei-OLT(config)#

Add a Static Route (optional):

Huawei-OLT(config)#ip route-static 0.0.0.0 0.0.0.0 192.168.x.x

Others Configure Huawei OLT:

Huawei-OLT(config)#timezone GMT+ 06:00

华为OLT的命令(DOC)

配置ARPProxy实例创建SuperVLAN。huawei(config)#vlan100super创建SubVLAN并将SubVLAN添加到SuperVLAN中。huawei(config)#vlan10smarthuawei(config)#vlan20muxhuawei(config
推荐度:
点击下载文档文档为doc格式
888vv32h663gzju6vsv034ka295j7z00cvz
领取福利

微信扫码领取福利

微信扫码分享