Specifications

Table Of Contents
Multiprotocol Label Switching Commands
clear xconnect
MP-46
Cisco IOS Multiprotocol Label Switching Command Reference
January 2010
clear xconnect
To remove xconnect attachment circuits and pseudowires, use the clear xconnect command in privileged
EXEC configuration mode.
clear xconnect {al
l | interface interface | peer ip-address {all | vcid vc-id}}
Syntax Description
Command Default xconnect attachment circuits and pseudowires are not removed.
Command Modes Privileged EXEC (#)
Command History
Examples The following example removes all xconnects:
Router# clear xconnect all
02:13:56: Xconnect[ac:Et1/0.1(Eth VLAN)]: provisioning fwder with fwd_type=1, sss_role=1
02:13:56: Xconnect[mpls:10.1.1.2:1234000]: provisioning fwder with fwd_type=2, sss_role=2
02:13:56: Xconnect[ac:Et1/0.2(Eth VLAN)]: provisioning fwder with fwd_type=1, sss_role=2
02:13:56: Xconnect[mpls:10.1.1.2:1234001]: provisioning fwder with fwd_type=2, sss_role=1
02:13:56: Xconnect[ac:Et1/0.3(Eth VLAN)]: provisioning fwder with fwd_type=1, sss_role=1
02:13:56: Xconnect[mpls:10.1.2.2:1234002]: provisioning fwder with fwd_type=2, sss_role=2
02:13:56: Xconnect[ac:Et1/0.4(Eth VLAN)]: provisioning fwder with fwd_type=1, sss_role=2
02:13:56: Xconnect[mpls:10.1.2.2:1234003]: provisioning fwder with fwd_type=2, sss_role=1
02:13:56: MPLS peer 10.1.1.2 vcid 1234000, VC DOWN, VC state DOWN
02:13:56: MPLS peer 10.1.1.2 vcid 1234001, VC DOWN, VC state DOWN
02:13:56: MPLS peer 10.1.2.2 vcid 1234002, VC DOWN, VC state DOWN
02:13:56: MPLS peer 10.1.2.2 vcid 1234003, VC DOWN, VC state DOWN
02:13:56: XC AUTH [Et1/0.1, 1001]: Event: start xconnect authorization, state changed from
IDLE to AUTHORI
ZING
02:13:56: XC AUTH [Et1/0.1, 1001]: Event: found xconnect authorization, state changed from
AUTHORIZING to
DONE
02:13:56: XC AUTH [Et1/0.3, 1003]: Event: start xconnect authorization, state changed from
IDLE to AUTHORI
ZING
02:13:56: XC AUTH [Et1/0.3, 1003]: Event: found xconnect authorization, state changed from
AUTHORIZING to
DONE
all Removes all xconnect attachment circuits and pseudowires.
interface in
terface Removes xconnect attachment circuits and pseudowires on the specified
interface.
peer i
p-address
{al
l | vcid vc-id}
Removes xconnect attachment circuits and pseudowires associated with the
sp
ecified peer IP address.
all—Removes all xconnects associated with the specified peer IP address.
vcid vcidRemoves xconnects associated with the specified peer IP address
and the specified VCID.
Release Modification
12.2(33)SRE This command was introduced.