求常用的基本的MA5680T的命令

作者&投稿:钭屠 (若有异议请与网页底部的电邮联系)
华为5680t常用命令有哪些~

display ont info //查看所有ONU的信息,包括注册和没注册的,状态是active的都是注册的。

添加和删除已注册的ONT信息(这里是以MAC认证的方式举例):
ont add 0 7 mac-auth 0018-82E8-1007 snmp ont-lineprofile-id 13 desc "XXX" //在第0个pon口添加ID为7的ONU,注册方式为MAC认证,ONT的线路模板为13
ont ipconfig 0 7 ip-address 192.168.68.182 mask 255.255.255.0 gateway 192.168.68.254 manage-vlan 996 priority 0 //自动给ONU下发管理地址并定义管理vlan。

删除已经注册的ONU:
1.先删除给ONU下发的管理地址:
undo ont ipconfig 0 7 ip-address 192.168.68.182 mask 255.255.255.0 gateway 192.168.68.254 manage-vlan 996 priority 0
2.再删除ONU在OLT上的MAC地址认证:
undo ont add 0 7 mac-auth 0018-82E8-1007 snmp ont-lineprofile-id 13 desc "XXX"

就这么些了,建议你多打问号查看相关命令,很久没做也就记得这么多了。

一、进入待替换的故障ONU所注册的单板 interface epon 0/1 //此处可以通过查看PON口下设备状态来获取需要替换的ONU ID.假设故障设备位于2端口,ID为6 ont modify 2 6 mac 1111-1111-1111 //替换设备. MA5680T (config)# switch language-mode 中。

一、进入待替换的故障ONU所注册的单板

interface epon 0/1 //此处可以通过查看PON口下设备状态来获取需要替换的ONU ID.假设故障设备位于2端口,ID为6
ont modify 2 6 mac 1111-1111-1111 //替换设备.

MA5680T (config)# switch language-mode 中英文切换

MA5680T (config)#display board 0 查看所有的单板 0 是框号

MA5680T (config)# interface gpon 0/1进入GPON命令模式 1是PON口号

MA5680T(config-if-gpon-0/1)# port 0 ont-auto-find enable 0是 端口号
MA5680T (config)#display ont autofind all 查看自动发现的ONU(如果存在自动发现的ONU则如下所示)
---------------------------------------------------------------------
序列号 : 1
框/槽/端口 : 0/1/0
ONT SN : 4857544350F5FB0A
密码 : 0x30303030303030303030(0000000000)
逻辑标识 :
校验码 :
生产厂商ID : HWTC
ONT版本 : MA5626 VER.D
ONT软件版本 : V8R308 C00
ONT设备ID : SmartAX MA5626
ONT自动发现时间 : 2012-03-19 15:37:40+08:00
---------------------------------------------------------------------
GPON自动发现ONT个数为 1

HEB-GuoYuan-OLT-2.MAN.MA5680T(config)#display ont info by-loid 510000000000(订单号)

HEB-GuoYuan-OLT-1.MAN.MA5680T(config-if-epon-0/11)#display ont port state 2 8 et
h-port 1
-----------------------------------------------------------------------
ONT编号 端口号 端口类型 端口 端口双工 端口链路 环路状态
速率(Mbps) 状态
-----------------------------------------------------------------------
8 1 ETH 100 全双工 在线 -
-----------------------------------------------------------------------

HEB-GuoYuan-OLT-1.MAN.MA5680T(config-if-epon-0/11)#display ont port state 2 8 po
ts-port 1
------------------------------------------------------------------------------
端口号 端口物理 端口管理 摘挂机 当前会话 业务运行 端口接续 业务编码
状态 状态 状态 类型 状态 状态 方式
------------------------------------------------------------------------------
1 - 解锁 - - - - -
HEB-GuoYuan-OLT-1.MAN.MA5680T(config-if-epon-0/11)#display ont port attribute 2
8 eth 1
------------------------------------------------------------------
端口号 协商模式 速率 双工 端口 流控 Native 上行流量 下行流量
(Mbps) 开关 开关 Vlan 模板索引 模板索引
------------------------------------------------------------------
1 自协商 自协商 自协商 打开 关闭 1041 不关注 不关注
------------------------------------------------------------------
说明: *标识该ONT的端口流量模板是通过离散命令配置的

HEB-GuoYuan-OLT-1.MAN.MA5680T(config-if-epon-0/11)#ont port attribute 2 8 eth 1
operational-state (<on,off>) 开关口

HEB-GuoYuan-OLT-1.MAN.MA5680T(config-if-epon-0/11)#ont port attribute 2 8 eth 2
?
---------------------------------------------
epon-0/11 模式命令:
---------------------------------------------
auto-neg 自协商
ds-policing 下行限速功能
flow-control 流控开关
operational-state ONT端口开关
speed 速率
up-policing 上行限速功能

二、进入config终端配置
1、通过端口查看ONU的mac-address

MA5680T (config)# display mac-address port 0/1/0 (0/1/0是框号/槽号/端口号)

2、通过VLAN查看ONU的mac-address
MA5680T (config)# display mac-address vlan 100 ( 100是VLAN id)

3、查看ONU的service-port 信息
MA5680T(config)#display service-port port 0/1/0 ont 1(0/1/0是框号/槽号/端口号 1是ONU id)

4、查看MA5680T的版本信息
MA5680T(config)# display version

5、查看DBA 模板

MA5680T(config)# display dba-profile all

6、查看线路模板

MA5680T(config)#display ont-lineprofile gpon all

7、查看单板信息
MA5680T(config)# display board 0

8、查看单板上ONU的信息
MA5680T(config)# display board 0/1 (0/1是框号/槽号)
进入GPON命令模式

1、查看ONU收光功率

MA5680T(config-if-gpon-0/1)#display ont optical-info 0 1 (0是端口号 1是ONU id 号)

2、查看ONU的状态

MA5680T(config-if-gpon-0/1)#display ont info 0 1 ( 0是端口号 1是ONU id 号)

3、查看PON板的端口信息

MA5680T(config-if-gpon-0/1)#display port info 0 (0是端口号

4、查看PON板的端口状态

MA5680T(config-if-gpon-0/1)#display port state 0 (0是端口号

5、查看ONU的注册信息

MA5680T(config-if-gpon-0/1)#display ont register-info 0 1 ( 0是端口号 1是ONU id 号)
---------------------------------------------------------------------
索引编号 : 2
认证方式 : SN认证
ONT序列号 : 485754436E3EDB04
密 码 :
ONT类型 : SmartAX MA5620
上线时间 : 2012-03-07 06:42:56
下线时间 : 2012-03-09 06:00:49
下线原因 : ONT掉电
---------------------------------------------------------------------
索引编号 : 1
认证方式 : SN认证
ONT序列号 : 485754436E3EDB04
密 码 :
ONT类型 : SmartAX MA5620
上线时间 : 2012-02-10 09:25:58
下线时间 : 2012-03-07 06:15:55
下线原因 : ONT掉电
---------------------------------------------------------------------

6、查看ONU版本信息
5680T(config-if-gpon-0/1)#display ont version 0 1 ( 0是端口号 1是ONU id 号)
--------------------------------------------------
框/槽/端口 : 0/1/0
ONT编号 : 1
厂商编号 : HWTC
ONT版本 : MA5620 VER.B
产品编号 : 111
设备编号 : SmartAX MA5620
主用软件版本 : V8R308 C00
备用软件版本 :
-------------------------------------------------
MA5680T(config)#vlan 10 smart (vlan可以随意添加没用过的)
MA5680T(config-if-vlanif10)#ip address 192.168.100.2 255.255.255.0 ///(只要是192.168.100段除了1和255都可以)
MA5680T(config)#service-port vlan 10 epon 0/1/0 ont 1 multi-service user-vlan 1000 ///(0/1/0 ont 1 是ont所在端口和ont id)
======================================================================
MA5680T(config)#display ont info ?

by-desc 根据描述信息查找ONT
by-ip 根据IP地址查找ONT
by-loid 根据逻辑标识查找ONT
by-mac 根据MAC地址查找ONT
by-password 根据密码查找ONT
by-sn 根据序列号查找
ONT frameid<U><0,1> 机框号
---------------------------------------------
3查看ONU的service-port 信息

MA5680T(config)#display service-port port 0/1/0 ont 1(0/1/0是框号/槽号/端口号1是ONU id)
==================================
5、查看DBA 模板
MA5680T(config)# display dba-profile all
6、查看线路模板
MA5680T(config)#display ont-lineprofile gpon all

22 查看语音扣板 narrow resource----display dsp state 0/0/1 (Failure: frame 0 slot 0 does not have dsp resource) 上述语句说明查询失败,ASDA语音扣板故障

MAN.MA5680T(config-if-epon-0/18)#pppoe simulate start 3 21 eth 1 untagged user-name n0451***** user-password ****** authentication-mode chap

MAN.MA5680T(config-if-epon-0/18)#
----------------------------------
ONT PPPoE 测试结果
----------------------------------
框/槽/端口 : 0/18/3
ONT编号 : 21
ONT ETH 端口索引 : 1
ONT Vlan ID : -
Vlan 优先级 : -
PPPoE 测试结果 : 成功
会话 ID : 12903
用户 IP : 42.100.1.255
用户网关 : 42.100.0.1

disp vlan
disp mac-a v
disp int vlanif
disp boa
boa c
int gp
int ep
vlan
int vlanif
ip add
太多了

  基本的MA5680T的命令:
  acl ACL status and configuration information
  adsl <Group> adsl command group
  alarm Display alarm correlation information
  ancp <Group> ancp command group
  anti-rogueont <Group> Anti-rogueont command group
  arp <Group> arp command group
  arp-detect Arp Detect
  auth Authentication parameters
  auto Display AUTO users
  auto-backup Auto backup
  auto-vccv Display the auto-vccv infomation
  autosense Autosensing service virtual port
  autounloop Automatic unloop
  base-gemport Base GEM port ID
  bfd Specify BFD(Bidirectional Forwarding Detection)
  configuration information
  bgp BGP information
  bind <Group> bind command group
  bit-error-define PRA Bit Threshold parameters
  board Display information of board
  bonding-group Bonding group
  bpdu BPDU
  bra Display bra port state
  bra-alarm-threshold BRA Alarm Threshold parameters
  bra-degrade-threshold BRA Degrade Threshold parameters
  bra-error-define BRA Define Threshold parameters
  buffer Display buffer occupancy
  car-group Car-Group
  car-threshold Car thresholds of 802.1p priorities
  cesop-connect <Group> cesop-connect command group
  cfm <Group> cfm command group
  classification <Group>ONT traffic classification profile command group
  clip Clip parameters configuration
  clock <Group> clock command group
  dhcp-option82 Dhcp-option82
  dhcp-server <Group> dhcp-server command group
  digitmap Digitmap configure
  digitmap-timer DMM T timer configure
  dns <Group> dns command group
  dot1ad Dot1ad TPID
  dot1x 802.1X
  dpbo-esel DPBO-ESEL
  dscp-to-pbits DSCP mapping table
  dsl XDSL
  dsp DSP attributer configure
  dsp-para-template Display information of DSP parameters template(s)
  dtmf DTMF parameter configure
  E1 Display E1 port state
  e1-degrade-threshold PRA Degrade Threshold parameters
  e1-error-define PRA Define Threshold parameters
  e2etrace End to end signalling trace
  early-drop <Group>early-drop command group
  efm Ethernet Fault Managment
  electro-switch Display electronic switch
  emu Display environment monitor unit(s)
  encapsulation Display encapsulation type
  epon <Group>EPON command group
  esl The online user information
  exchange-weight Overload control weight exchange
  explicit-path Show IP explicit paths
  F5 Display F5 oam configuration of port data
  fault Display the board fault list
  fax FAX parameter configure
  fax-modem Fax and modem parameter configuration
  fib FIB status and configuration information
  file-server Display file server configuration
  firewall <Group> firewall command group
  flush Smart Link FLUSH packet
  frame Display information about Frame
  ftp FTP user and password configuration
  global-digitmap Global digitmap information
  gpon <Group> gpon command group
  h248profile Display the used profile info
  h248stack Display H248 stack transactions reliability parameter
  h248statistics H248 message statistic
  hwtacacs-server HWTACACS server information
  icmp ICMP status and configuration information
  if-h248 MG interface
  igmp <Group> igmp command group
  interface <Group> interface command group
  io-packetfile IO packet file in flash
  ip <Group> ip command group
  ip-aware Ip aware feature command
  ipoa IPoA config
  ipprec-to-pbits IP precedence mapping table
  isis ISIS status and configuration information
  isolate <Group> isolate command group
  iua-link IUA link
  iua-linkset IUA linkset
  l2ua L2ua protocol
  l3vpn L3vpn module
  lacp Link Aggregation Control Protocol
  license Display license information
  line Display parameter of ADSL port
  link-aggregation Link aggregation group
  linktrap Link trap switch of the port
  local-digitmap The local digitmap
  location Display MAC address location
  lspv Lsp verification
  mac-address <Group> mac-address command group
  mac-count-zero Maxmum MAC address learning number is zero
  mac-pool Configure/display MAC pool
  mbgp Multicast-bgp routing table
  meth Meth routing
  mg-overload-control MG overload control parameters
  mg-ringmode Operation of ring mode
  mg-software MG interface software parameters
  mgbrauser MG-BRA user operation
  mgc-overload-control MGC overload control parameters of the MG interface
  mgprauser MG-PRA user operation
  mgpstnuser MG-PSTN user operation
  mguser MG user operation
  migp Multicast-igp routing table
  mix Mix info
  modem MODEM parameter configure
  monitor-link Monitor link group
  mpls <Group> mpls command group
  mrt Multicast-static routing table
  msginfo Ten record of msg overloading
  multi-portid Multicast GEM port
  multicast <Group> multicast command group
  multicast-unknown Multicast-unknown keyword
  norollback Display undo rollback time information
  ntp-service NTP(Network Time Protocol) service
  ont <Group> ont command group
  ont-alarm-policy Alarm policy profile
  ont-digitmap-profile Ont digitmap profile
  ont-learned-mac The mac that the ont learned
  ont-lineprofile <Group> ont-lineprofile command group
  ont-pots-profile Config pots profile
  ont-sipagent-profile Ont sipagent profile
  ont-slaprofile Ont-slaprofile
  ont-srvprofile ONT service profile
  ont-voip-media Ont voip media
  onu Display the state of the function of managing the ONU
  through the NAT proxy for the OLT
  optical-alarm-profile Optical alarm profile
  ospf Open Shortest Path First (OSPF)
  oversea Oversea parameters
  packet Packet
  packet-filter Display the configuration information of packet filter
  pbits-to-pbits Priority mapping table
  pim PIM status and configuration information
  pitp <Group> pitp command group
  port <Group> port command group
  power Query system power
  power-dialer-control Power dialer control parameters
  pppoa <Group> pppoa command group
  pppoe <Group> pppoe command group
  progress Display progress
  protect-group Protect group
  protocol <Group> protocol command group
  pstn Display pstn port state
  ptp <Group> ptp command group
  pw <Group> pw command group
  pw-ac-binding PW AC binding
  pw-description PW description
  pw-para Specifing PW PARA Mode configuration
  pw-ps PW protection group
  qos-info QoS interface configuration information
  queue-buffer CoS queue buffer size ratio
  queue-scheduler CoS queue scheduling mode
  queue-shaping Queue shaping configuration
  rack Display information about Rack
  radius-server RADIUS status and configuration information
  raio Relay Agent Information Options
  raio-anid ANID
  raio-anip ANIP
  raio-mode Display relay agent info option mode
  rawlink RAWLINK statistics information
  rrpp <Group> rrpp command group
  rsa Display RSA module status and configuration information
  runstat Display running statistic information of system
  saved-configuration The saved configuration information
  sctp Sctp protocol
  section-details Section details
  security <Group> security command group
  service-num Display service number(s)
  service-port Service port
  service-port-bundle Service virtual port bundle
  shdsl <Group> shdsl command group
  snmp-agent <Group> snmp-agent command group
  snmp-profile <Group>SNMP profile command group
  special-portid Special GEM port
  ssh <Group> ssh command group
  stacking VLAN stacking
  standalone Info for stand alone

  tcp TCP status and configuration information

  trap <Group> trap command group
  trap-sync Display trap synchronization switch
  tunnel-info Tunnel Info


macd线里ma5ma10ma20是什么意思怎么看线kdj怎么看谢谢
帮助投资者成功逃顶。其常见的逃顶方法有:1、股价横盘、MACD指标死叉卖出。指股价经过大幅拉升后横盘整理,形成一个相对高点,MACD指标率先出现死叉,即使5日、10日均线尚未出现死叉,亦应及时减仓。2、假如MACD指标死叉后股价并未出现大幅下跌,而是回调之后再度拉升,此时往往是主力为掩护出货而再最后一次...

股票中到底有多少种均线?
均线对于股票买入卖出有着很大的参阅含义。在K线图中白线、黄线、紫线、绿线顺次分别标明5日、10、30、60日平均移动线,但这并不是固定的,会根据设置的不同而不同。MA5,白色的曲线代表5日均线,标明的便是该股票近5天的平均收盘价格,以此类推。股票中到底有多少种均线?下面为我们具体解析下这些...

看股市K线时最常用的指标有哪几种
看股市K线时常用的指标有均线系统,MACD,KDJ,RSI,布林通道等等,但每种技术指标都有其理论缺陷以及应用场合,需要不断学习才能真正恰当运用,所以,我建议不要贪多,甚至只要学透其中一种,已经可以走遍天涯了.下面向你介绍最简单实用的均线系统,在K线图中你看到的MA5叫5日均线,MA10叫10日均线,MA30叫30日...

股票中MA60 MA20 MA10 MA5各有什么含义
股票中MA60 MA20 MA10 MA5分别叫60、20日、10日和5日移动平均线。 移动平均线:是K线图中的若干日收盘价平均值一点划的曲线,因其每天出现一值向前移动一点,所以有此称谓。常用的有5日、10日、20日、30日、60日、120日或250日线等,可自行更改设置。 扩展资料: 1.趋势原则 在准备买入股票...

股票ma是什么线
比如日线MA5指5天内的收盘价除以5 。 移动平均线是由著名的美国投资专家Joseph EGranville(葛兰碧,又译为格兰威尔)于20世纪中期提出来的。均线理论是当今应用最普遍的技术指标之一,它帮助交易者确认现有趋势、判断将出现的趋势、发现过度延生即将反转的趋势。 常用移动平均线有5天、10天、30天、60天、120天和240...

均线怎么看MA5 10 20 30 60
以此类推;在周线图上表示5周均线、10周均线、20周均线、30周均线、60周均线。;小时图上表示5小时均线,10小时均线、20小时均线、30小时 均线、60小时均线。在电脑上怎样看个股的五日均线:和K线图上方MA同颜色的那条线。五日移动平均线是五天的平均股价连接起来的指标线,是一个短线指标,它的运动...

在K线图中MA是什么意思?
移动平均线,Moving Average,简称MA,原本的意思是移动平均,由于我们将其制作成线形,所以一般称之为移动平均线,简称均线。它是将某一段时间的收盘价之和除以该周期。 比如日线MA5指5天内的收盘价除以5 。移动平均线是由著名的美国投资专家Joseph E.Granville(葛兰碧,又译为格兰威尔)于20世纪中期...

股票K线图中 MA5 MA10 MA20 MA30 MA60 个是什么含义
MA=(C1+C2+C3+...+Cn)\/N C:某日收盘价 N:移动平均周期移动平均线依计算周期分为短期(如5日、10日)、中期(如30日) 和长期(如60日、120日)移动平均线。 移动平均线依算法分为算术移动平均线、线型加权移动平均线、阶梯形移动平均线、平滑移动平均线等多种,最为常用的是下面介绍的算术移动平均线。 (一...

三线狙底指标公式是什么?
三线狙底指标公式是一种常用的技术分析指标,通常用于股票、期货等金融市场的交易中。这个指标通过计算三条均线的交叉点,来判断趋势的转折点。以下是一个简单的三线狙底指标公式:MA5:=MA(CLOSE,5); MA10:=MA(CLOSE,10); MA20:=MA(CLOSE,20);交叉:=WHEN(MA5上穿MA10,“金”,...

一阳穿四线的k线意味着什么
一阳穿四线能说明这一天涨幅很大,一举穿越5、10、20和60日K线。“一阳”是指昨日收出的大阳线;“四线”则指技术分析中常用的四条短中期移动平均线,分别是MA5、MA10、MA20(或MA30)、MA60。长阳一举向上穿越四条中短期均线,迫使短期均线向上形成“金叉”。均线是将某段时间的收盘价之和除以周期...

雄县18274158626: 求常用的基本的MA5680T的命令 -
钦彭帮君: disp vlan disp mac-a v disp int vlanif disp boa boa c int gp int ep vlan int vlanif ip add 太多了

雄县18274158626: 华为OLT MA5680T 删除和添加已注册信息各用什么命令 如何查看已注册ONU设备信息 -
钦彭帮君: display ont info //查看所有ONU的信息,包括注册和没注册的,状态是active的都是注册的. 添加和删除已注册的ONT信息(这里是以MAC认证的方式举例): ont add 0 7 mac-auth 0018-82E8-1007 snmp ont-lineprofile-id 13 desc "XXX" //在...

雄县18274158626: 是不是MA5680T开局时用board confirm 0命令就能一下添加0框所有单板并自动打开PON板的自动发现ONU的功能?
钦彭帮君: board confirm 0 只是添加单板 你要进入单板有port 0 ont-auto-find enable 命令将端口的自动发现功能打开 主控板是不用作配置的自动进行数据的备份.

雄县18274158626: 华为5680T如何配置一个自动获取的专线 -
钦彭帮君: MA5680T是华为的OLT,上端接口是光口,不能直接连接到其它交换机!要先把交换机的信号转换为光信号输入OLT,技术人员通过命令打开olt配置界面,设置上联端口工作状态和参数再设置下联板快的参数,光猫在用户端装好后把MAC地址报给机房输入OLT就行!速度限制的方式和关卡有很多道,一般只要限制pong即可!

雄县18274158626: 求cad常用命令 -
钦彭帮君: 不用记太多,多了也记不住,一般记住常用的就够用了 F8 正交 F3 捕捉 rec 空格 矩形 ro 空格 旋转 e 空格 删除 co 空格 复制 z 空格 e 空格 全图显示 m 空格 移动 pl 空格 多段线 l 空格 直线 c 空格 圆 a 空格 圆弧 (三点确定) dli 空格 测量直线距离...

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 星空见康网