lacp churn logging
To configure the parameters for LACP churn detection, enter the
lacp churn loggin
command in interface
configuration mode. To return to the default, use the
no
form of the command.
lacp churn logging
{
actor| both| partner
}
no lacp churn logging
{
actor| both| partner
}
Syntax Description
Logs the churn events of the actor, which is the router under consideration,
only.
actor
Logs the churn events of both the actor and the partner.
both
Logs the churn events of the partner router only
partner
Command Default
The parameters for churn detection are not configured.
Command Modes
Interface configuration (config-if)
Command History
Modification
Release
This command was introduced.
Release 5.1.3
Task ID
Operation
Task ID
read, write
bundle
Examples
The following example shows how to configure the LACP churn detection on a partner router:
RP/0/RSP0/CPU0:router#
configure terminal
RP/0/RSP0/CPU0:router(config)#
interface Bundle-Ether 100
RP/0/RSP0/CPU0:router(config-if)#
lacp churn logging partner
The following example shows how to configure the LACP churn detection on both actor and partner routers:
RP/0/RSP0/CPU0:router#
configure terminal
RP/0/RSP0/CPU0:router(config)#
interface Bundle-Ether 100
RP/0/RSP0/CPU0:router(config-if)#
lacp churn logging both
Cisco ASR 9000 Series Aggregation Services Router Interface and Hardware Component Command Reference,
Release 5.3.x
594
Link Bundling Commands on the Cisco ASR 9000 Series Router
lacp churn logging