//查配置MGC地址
Config\ngn# set mgc 10.16.100.100 port 2944
Config\ngn# 0x2975318 (Timer Mgr): Monitor Task:add new task 0x2975318
//查MGC地址
Config\ngn# show mgclist
2944 10.16.100.100(10.16.100.100)
MGC address portID type deviceip
1 10.16.100.100 2944 0
the current MGC address:10.16.100.100 Registering
the last connected MGC address:
//查看设备环境信息
Config\device# show environment
environment temperature :34.000000
optical module temperature :34.113281
optical module work voltage :3.139200
optical module work bias current:8
optical module Rxpower :-40.000000,Txpower:-40.000000
fan speed degree :2
//配置板卡类型
config card <cardNo> type [POTS|ETH|ADSL|VDSL|E1|POTS32]
//自动发现未确认板卡类型
Config\device# auto auth card all
auto auth slot(1) failed!
提示slot(1)failed是因为该槽板卡故障,无法主动发现其类型。
Config\device# show auth card all
Slot ConfigType DetectedType Auth
1 0
2 0
3 POTS 0
4 ADSL 0
//在MCU上查看单盘的状态
Config\device# show line card status
Slot :1 2 3 4
Card : - POTS ADSL
Type : - POTS ADSL
L2stat :0 - 1 1
Match :0 - 1 0
HwAlive:1 0 1 1
SwAlive:- - 1 -1
对应槽位的“swAlive”栏是否为1,不为1时均表示不正常。其中为0时表示单盘已经脱管,为-1时表示还未建立主从通信(“未建立主从通信”这个在RP0104以及后续的版本才增加)。
//设置风扇转速 1为停转 4为最高速
Config\device# set fan_speed_force 4