When you enable LACP using the CLI, the command errors out. For example,
enable lacp <dvs-name> produces an error. The errors occur for different reasons, as outlined below.
- vob.net.lacp.enable = "LACP for VDS {1} is enabled." - This is for information only.
- vob.net.lacp.disable = "LACP for VDS {1} is disabled." -- If you do not explicitly disable it from the CLI, you can disable it from the LACP module. The following vobs are a cause of this error:
- vob.net.lacp.policy.incompatible = "Lacp error: Current teaming policy for VDS {1} is incompatible, supported is IP hash only."
- vob.net.lacp.uplink.inactive = "Lacp error: All uplinks on VDS {1} must be active."
- vob.net.lacp.uplink.fail.speed = "Lacp error: Speed across all uplinks must be same, VDS {1} uplink {2} has different speed."
- vob.net.lacp.uplink.fail.duplex = "Lacp error: Duplex mode across all uplinks must be full, VDS {1} uplink {2} has different duplex modes."
- vob.net.lacp.peer.noresponse = "Lacp error: No peer response on upLink {1} for VDS {2}."
The
vobs below are warnings or information only when the you try to change an uplink property, such as moving the uplink to a blocked state,shutting it down, or pulling the cable, etc.
- vob.net.lacp.uplink.transition.down = "Lacp warning: Uplink {1} on VDS {2} moved out of link aggregation group."
- vob.net.lacp.uplink.transition.up = "Lacp info: Uplink {1} on VDS {2} moved into link aggregation group."
- vob.net.lacp.uplink.blocked = "Lacp warning: Uplink {1} on VDS {2} is blocked."
- vob.net.lacp.uplink.unblocked = "Lacp info: Uplink {1} on VDS {2} is unblocked."
- vob.net.lacp.uplink.disconnected = "Lacp warning: Uplink {1} on VDS {2} got disconnected."
- vob.net.lacp.uplink.connected = "Lacp info: Uplink {1} on VDS {2} got connected."