| Fault Type | Operation and maintenance >> Configuration management >> CLI config/query failure |
| Issue Description | The scenario is the following:
OLT config:<?xml:namespace prefix = "o" />
vlan 100 smart vlan 200 smart vlan 300 smart vlan 400 smart
port vlan 100 0/9 0 port vlan 200 0/10 0 port vlan 200 0/9 0 port vlan 300 0/10 0 port vlan 300 0/9 0 port vlan 400 0/10 0 port vlan 400 0/9 0
<bbs-config> link-aggregation 0/10 0 egress-ingress workmode lacp-static link-aggregation add-member 0/10/0 0/10 1 link-aggregation 0/9 0 egress-ingress workmode lacp-static
<lacp-config> link-aggregation lacp-key 0/10/0 1 link-aggregation lacp-key 0/9/0 2 Other check that we did was simulated a fiber cut out int the active port (0/9 0) the backup port (0/10) did not work, even a switch-over controller cad again.
|
| Solution | 1.Your configuration seems to not be in according with your link-aggregation 0/10 0 egress-ingress workmode lacp-static link-aggregation add-member 0/10/0 0/10 1 link-aggregation 0/9 0 egress-ingress workmode lacp-static link-aggregation add-member 0/9/0 0/9 1 For example, if you want to make 0/9/0 and 0/10/0 as link-aggregation, it should be like this: link-aggregation 0/9 0 egress-ingress workmode lacp-static link-aggregation add-member 0/9/0 0/10 0 But usually, the traffic will be transferred on both of the two ports. link-aggregation max-link-number frameid/slotid/portid link-number
link-aggregation max-link-number 0/9/0 1
|

