hillstone之带外管理
exec vrouter enable //开启vrouter功能
save //保存配置,防止设备重启配置丢失
reboot //重启系统命令
ip vrouter mgt-vr //创建vrouter mgt-vr
exit
interface MGT0 //清除带外口原有配置
show config interface MGT0 //查看带外口配置
no ip address
no zone
show config interface MGT0
exit
zone mgt
vrouter mgt-vr //将带外口加入到mgt-vr中
exit
interface MGT0
local //将接口加入到local中
zone mgt //将带外口加入到mgt安全域中
ip address 192.168.1.1/24 //向带外口配置地址
exit
ip vrouter mgt-vr
ip route 0.0.0.0/0 192.168.1.2 //配置带外路由
exit
show zone //查看 zonexinxi
show config interface MGT0 //查看带外口配置
show config vrouter //查看vrouter配置情况
show version //查看系统信息

浙公网安备 33010602011771号