《1-常用命令》
1.1进入特权模式
MA5680T>enable //打开特权EXEC
MA5680T#config //进入终端配置模式
MA5680T(config)#sysname SJZ-HW-OLT-1 //设备命名 (一般为开局配置)
MA5680T(config)#switch language-mode //切换语言,可以在中英文语言中转换。
1.2创建一个用户
MA5680T (config) #terminal user name //添加操作用户huawei
User Name(length<6,15>):huawei //设置用户名
User Password(length<6,15>):huawei123 //要求输入密码.输入部分实际为不可见的
Confirm Password(length<6,15>): huawei123 //要求再次确认一遍密码
User profile name(<=15 chars)[root]:root //输入用户管理级别
User's Level:
1. Common User 2. Operator 3. Administrator:3 //选择用户权限
Permitted Reenter Number(0--4):4 //设置此用户名可重复登录次数,一般要求为1次
User's Appended Info(<=30 chars):HuaweiAdm //添加描述,可不设置。
Adding user succeeds
Repeat this operation? (y/n)[n]:
1.3其它常用命令
MA5680T(config)#display board 0 //检查设备单板状态,此命令最常用。
MA5680T(config)#board confirm 0 //对于自动发现的单板,需要确认后,单板才能使用。
//对于未确认的单板,单板硬件运行指示灯正常,但是业务端口无法工作。
《2-开局配置命令》
2.1创建上行端口VLAN
MA5680T (config)#vlan 99 smart //增加设备管理VLAN (一般为开局配置)
MA5680T (config)#vlan 10 smart //增加语音业务VLAN (一般为开局配置)
MA5680T (config)#port vlan 99 0/18 0 //将管理VLAN透传到上行端口. (一般为开局配置)
MA5680T (config)#port vlan 10 0/17 1 //将语音业务VLAN透传到上行端口(一般为开局配置)
// 0/18 0 意思为第0框(默认框号) / 第18槽位(槽位编号,一般在机框上都有标出) 0端口(上行口编号)
MA5680T (config)#vlan desc 99 description NMS VLAN //添加vlan的描述, (一般为开局配置)
MA5680T (config)#vlan desc 10 description NGN-VPN
2.2 配置设备管理地址,(一般为开局配置)
MA5680T (config)#interface vlanif 99
MA5680T (config-if-vlanif99)#ip address 172.16.21.2 255.255.255.0
MA5680T (config-if-vlanif99)#quit
MA5680T (config)#ip route-static 0.0.0.0 0.0.0.0 172.16.21.1 //配置设备缺省路由 (一般为开局配置)
MA5680T (config)#ip route-static 10.0.0.0 255.0.0.0 10.50.42.1 //配置语音部分路由 (一
般为开局配置)
2.3设置上行端口速率以及双工模式 (一般为开局配置)
MA5680T (config)#interface giu 0/17
MA5680T (config-if-giu-0/17)#speed 0 1000 //配置端口速率,GE口只能配置成1000, 10GE口只能配置成10000
MA5680T (config-if-giu-0/17)#speed 1 1000
MA5680T (config-if-giu-0/17)#duplex 0 full //配置双工模式,half为半双工,full为全双工
MA5680T (config-if-giu-0/17)#duplex 1 full
MA5680T (config-if-giu-0/17)#auto-neg 0 disable //配置自协商模式,disable为禁止自协商,enable为允许
MA5680T (config-if-giu-0/17)#auto-neg 1 disable
MA5680T (config-if-giu-0/17)#quit
2.4在终端配置模式下添加网管SNMP参数
snmp-agent community read public //设置读参数
snmp-agent community write private //设置写参数
snmp-agent sys-info contact HUAWEI TEL:4008302118 //设置SNMP联系信息
snmp-agent sys-info location SHIJIAZHUANG UNIONCOM NETWORKSTATIONM //设置SNMP本地信息
snmp-agent sys-info version v1 //设置SNMP版本信息
snmp-agent target-host trap-hostname N2000SERVER address 172.16.255.2 udp-port 161 trap-paramsname private
//设置网管参数,N2000SERVER为网管计算机名称,172.16.255.2为网管地址。通信端口一般为161,读串为private
//以下为添加的两个综合网管的管理参数。
snmp-agent target-host trap-hostname public.61.182.202.57 address 61.182.202.57 trap-paramsname public
snmp-agent target-host trap-hostname public.61.182.202.46 address 61.182.202.46 trap-paramsname public
snmp-agent target-host trap-paramsname private v1 securityname private
snmp-agent target-host trap-paramsname public v1 securityname public
snmp-agent trap enable standard //启用SNMP 标准 trap报文功能
2.5打开ONU自动发现功能.
MA5680T (config)#interface epon 0/1 //进入EPON命令模式
MA5680T (config-if-epon-0/1)#port 0 ont-auto-find enable // 打开1槽位各业务端口的ONT自动发现功能
MA5680T (config-if-epon-0/1)#port 1 ont-auto-find enable
MA5680T (config-if-epon-0/1)#port 2 ont-auto-find enable
MA5680T (config-if-epon-0/1)#port 3 ont-auto-find enable
MA5680T (config-if-epon-0/1)#quit
MA5680T (config)#interface gpon 0/2 //进入GPON命令模式
MA5680T (config-if-gpon-0/2)#port 0 ont-auto-find enable // 打开OLT2槽位单板各端口的ONT自动发现功能
MA5680T (config-if-gpon-0/2)#port 1 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 2 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 3 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 4 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 5 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 6 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#port 7 ont-auto-find enable
MA5680T (config-if-gpon-0/2)#quit
MA5680T (config)#save //保存配置信息。 切记操作完成之后保存。
《3-业务配置命令》
3.1创建业务vlan,并在上行口作透传
MA5680T (config)#vlan 2223 smart //增加业务VLAN。所有业务vlan均采用SMART VLAN属性
MA5680T (config)#vlan 200 smart //增加专线VLAN
MA5680T (config)#port vlan 2223 0/18 0 //将业务VLAN透传到上行端口
MA5680T (config)#port vlan 200 0/18 0 //将专线VLAN透传到上行口
MA5680T(config)# display current-configuration section vlan //查看配置文件中的VLAN配置,参考端口配置部分
MA5680T (config)#vlan desc 2223 description 604-MianSiXiaoQu //添加业务描述
3.2查看DBA模板
MA5680T (config)#display dba-profile all //查看OLT的 DBA能力集模板.
3.3 需要创建DBA
dba-profile add profile-id 11 profile-name 1M type3 assure 1024 max 2048
dba-profile add profile-id 12 profile-name 2M type3 assure 2048 max 4096
dba-profile add profile-id 14 profile-name 4M type3 assure 4096 max 8192
dba-profile add profile-id 16 profile-name 6M type3 assure 6144 max 12288
dba-profile add profile-id 18 profile-name 8M type3 assure 8192 max 16384
dba-profile add profile-id 10 profile-name 10M type3 assure 10240 max 20480
dba-profile add profile-id 20 profile-name 20M type3 assure 20480 max 40960
dba-profile add profile-id 30 profile-name 30M type3 assure 30720 max 61440
dba-profile add profile-id 50 profile-name 50M type3 assure 51200 max 102400
dba-profile add profile-id 100 profile-name 100M type3 assure 102400 max 204800
3.4 DBA常用命令
MA5680T (config)#display dba-profile profile-id 20 //查看DBA模板20
MA5680T (config)# dba-profile delete profile-id 20 //删除DBA模板,前提是此DBA模板没有被任何线路模板绑定。
MA5680T (config)# dba-profile modify profile-id 20 //修改DBA模板,前提是此DBA模板没有被任何线路模板绑定。
3.5查看线路模板
MA5680T(config)#display ont-lineprofile epon all //查看EPON业务线路模板
MA5680T(config)#display ont-lineprofile gpon all //查看GPON业务线路模板
3.6 创建线路模板
MA5680T(config)#ont-lineprofile epon profile-name MDU profile-id 1
MA5680T(config-epon-lineprofile-1)#quit
MA5680T(config)#ont-lineprofile epon profile-id 100 profile-name 100M //创建100M线路模板,绑定DBA模板100
MA5680T(config-epon-lineprofile-100)#llid dba-profile-id 100
MA5680T(config-epon-lineprofile-100)#commit //注意,添加的线路模板需要提交命令才被接受并保存下来.
MA5680T(config-epon-lineprofile-100)#quit
3.7线路模板常用命令
//查看线路模板和业务模板配置:
MA5680T(config)#display ont-lineprofile epon profile-id 50
MA5680T(config)#display ont-lineprofile gpon profile-id 24
//删除线路模板或业务模板
MA5680T(config)#undo ont-lineprofile epon profile-id 50 //删除线路模板50
MA5680T(config)#undo ont-lineprofile gpon profile-name hg8240 //删除线路模板hg8240
3.8查看业务模板
MA5680T(config)#display ont-srvprofile epon all //查询ONU业务模板。
3.9 创建EPON业务模板
MA5680T(config)#ont-srvprofile epon profile-id 1 profile-name SJZ_CheGuanSuo_H810e
MA5680T(config-epon-srvprofile-1)#ont-port eth 1
//H810E为1个网口,设置参数为1。若是H813E为4个网口,此处参数设置为4。
MA5680T(config-epon-srvprofile-1)#port vlan eth 1 200 //将专线VLAN绑定到终端端口
MA5680T(config-epon-srvprofile-1)#commit //交之后生效
MA5680T(config-epon-srvprofile-1)#quit
3.10 创建GPON业务模板
MA5680T(config)# ont-srvprofile gpon profile-name hg8240 profile-id 24
MA5680T(config-gpon-srvprofile-24)# ont-port pots 2 eth 4 //设置中断端口数量。850A/8240固定提供4FE+2POTS
MA5680T(config-gpon-srvprofile-24)# multicast-forward untag
MA5680T(config-gpon-srvprofile-24)# port vlan iphost 100
MA5680T(config-gpon-srvprofile-24)# port vlan iphost 10
MA5680T(config-gpon-srvprofile-24)# port vlan eth 1 11
MA5680T(config-gpon-srvprofile-24)# port vlan eth 2 12
MA5680T(config-gpon-srvprofile-24)# port vlan eth 3 13
MA5680T(config-gpon-srvprofile-24)# port vlan eth 4 14
MA5680T(config-gpon-srvprofile-24)# commit
MA5680T(config-gpon-srvprofile-24)# quit
3.11 删除业务模板
MA5680T(config)# undo ont-srvprofile epon profile-id 1 //删除业务模板
3.12 创建GPON业务
MA5680T(config)#interface gpon 0/1 //进入到GPON单板模式。
ont add 0 0 sn-auth 0000000000000000 snmp ont-lineprofile-id 1 des To_
//添加SNMP参数,(凡通过SNMP管理方式注册的ONU终端,需要远程下发SNMP)
ont snmp-profile 0 0 profile-id 1
//配置ONU的管理信息,(凡通过SNMP管理方式注册的ONU终端,需要配置远程管理)
ont ipconfig 0 0 static ip-address 172.16.21.3 mask 255.255.255.0 gateway 172.16.21.1 vlan 99 priority 0
//退出PON板模式
quit
//配置业务流PVC,创建vlan交换
service-port vlan 10 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 10 rx-cttr 6 tx-cttr 6
service-port vlan 99 gpon 0/1/0 ont 0 gemport 1 multi-service user-vlan 99 rx-cttr 6 tx-cttr 6
service-port vlan 222 gpon 0/1/0 ont 0 gemport 2 multi-service user-vlan 222 rx-cttr 6 tx-cttr 6
//保存数据
save
《四、设备数据配置及查询》
1、查看snmp配置
MA5680T(config)# display current-configuration section public
1、 查看vlan配置
MA5680T(config)# display current-configuration section 99
2、 查看所有epon单板下配置
MA5680T(config)# display current-configuration section epon
3、 查看模块epon单板下的配置
MA5680T(config)# display current-configuration section epon-0/1
4、 查看service-port配置
MA5680T(config)# display current-configuration section bbs
5、 查看service-port状态
MA5680T(config)# display service-port all
6、 查看ONU信息
MA5680T(config-if-epon-0/1)# display ont info 0 0
7、 查看系统模板配置信息
MA5680T(config)# display current-configuration section global
因篇幅问题不能全部显示,请点此查看更多更全内容