access-signal out-of-service
To override the default signal sent to bring down the AC and to transition the interface to Out-of-Service (OOS) state, use the access-signal out-of-service command in the EVPN interface configuration mode. To return to the default behavior, use the no form of this command.
access-signal out-of-service
Command Default
None
Command Modes
EVPN interface configuration
Command History
Release | Modification |
---|---|
Release 7.10.1 |
This command was introduced. |
Usage Guidelines
Starting from Cisco IOS XR Release 7.10.1, the EVPN port-active configuration supports hot standby where all the main and subinterfaces up in a Standby node. To revert to the previous behavior of transitioning through the OOS state, use this command.
Task ID
Task ID | Operation |
---|---|
l2vpn |
read, write |
Examples
The following example shows how to configure the access signal mode to enable the OOS functionality.
Router# configure
Router(config)# evpn
Router(config-evpn)# interface Bundle-Ether1
Router(config-evpn-ac)# ethernet-segment
Router(config-evpn-ac-es)# identifier type 0 01.00.01.00.01.09.01.00.09
Router(config-evpn-ac-es)# load-balancing-mode port-active
Router(config-evpn-ac-es)# exit
Router(config-evpn-ac)# access-signal out-of-service
Router(config-evpn-ac)# commit