3.上联端口初始配置
Admin#cd device //进入device目录
Admin\device# set uplink port 9:1 interface_mode sgmii
//设置9:1接口模式为sgmii(电口模式),当作为光口使用时,选择SerDes模式。
Admin\device# set uplink port 9:1 enable //将9:1端口使能,默认是去使能
Admin\device# show port 9:1 //查看9:1端口的状态信息
4.管理IP配置
方法1:带外网管通过系统控制卡(SCC卡)上EMS端口实现,配置IP之后,将EMS端口通过网线接入网管服务器即可(网管服务器IP应和设备的IP在同一网段),配置带外网管的IP地址步骤如下:
Admin\device#cd .. //进入Admin#模式
Admin# set debugip :192.168.1.1 mask 255.255.255.0
//设置带外管理端口IP地址和掩码
Admin# show debugip //查看带外管理端口信息
方法2:通过带内管理设备(即通过上联业务端口管理设备),将上联端口接入网络,设置带内网管IP和管理VLAN,通过带内管理设备。
由于带内管理IP和带外管理IP不能在同一网段。所以在配置带内管理IP时要先确保带外管理IP与带内管理IP不在同一网段。
Admin# cd service //进入 service目录
Admin\service#
Admin\service# set manage vlan name GL vid 49 inputport 9:1 tagged
//设置管理VLAN名称为GL,管理VLAN为49,管理端口为9:1
Admin\service# set manage VLAN name GL ip 172.17.8.x/22 172.17.8.1
//设置管理VLAN 的IP为172.17.8.x,掩码为22位,网关为172.17.8.1
Admin\ service # show manage VLAN all //查看带内管理端口信息
Admin\ service #cd .. //进入到Admin#目录
Admin#save //保存配置