清空5680T配置
1
| (config)#erease flash data active
|
OLT下ONU互通配置
1 2 3 4 5 6
| vlan 100 smart vlan service-profile profile-id 1 user-bri en com quit vlan bind service-profile 4010 profile-id 1
|
5680T开启环路检测
OLT密码忘记的处理方法
http://86612.blog.51cto.com/76612/1366069
5680T升级固件
默认methip是10.11.104.2/24
打开tftp软件
1 2 3 4 5 6 7 8 9 10 11 12 13 14
| 登陆 root admin enable config backup configuration tftp 10.11.104.10 20121113.cfg 备份配置 backup data tftp 10.11.104.10 20121113.dat 备份数据库 idle-timeout 255 autosave interval off autosave time off display patch all load packetfile tftp 10.11.104.10 MA5600V800R011C00SPC109_package_scun.bin 等待提示重启需要等待5-30分钟 reboot system
|
5680T上联口端口聚合
首先要保证要聚合的接口上Vlan配置必须相同,然后在根据需求进行下面的操作。否则会提示错误。
1 2 3 4 5 6 7
|
link-aggregation 0/17 0 0/18 0 egress-ingress link-aggregation 0/17 0 0/18 0 egress-ingress workmode lacp-static
link-aggregation add-member 0/17/0 0/17 1
|