username :root
password :admin
enable
config
sw la 切换为中文
system ex-mode load-sharing (最关键,改变主控板工作在负荷分担模式,刷入后会提示按两次 Y 后设备重启,重启后才刷以下数据)
设备重启后
save 必须先保存
board confirm 0 (确认单板)
vlan 4000 smart
port vlan 4000 0/2 0
port vlan 4000 0/3 0
interface vlanif 4000
ip address 10.36.X.X 255.255.255.0 配置管理IP
quit
ip route-static 0.0.0.0 0.0.0.0 10.36.X.1 配置路由
配置自动保存
autosave type all
autosave interval on
autosave interval configuration 1440
interface epon 0/0
port 0 ont-auto-find enable
port 1 ont-auto-find enable
port 2 ont-auto-find enable
port 3 ont-auto-find enable
port 4 ont-auto-find enable
port 5 ont-auto-find enable
port 6 ont-auto-find enable
port 7 ont-auto-find enable
quit
添加端口链路聚合
link-aggregation 0/2 0 egress-ingress
link-aggregation add-member 0/2/0 0/3 0
save