clear eigrp service-family
To clear information for a Cisco SAF service family, use the clear eigrp service-family command in privileged EXEC mode.
clear eigrp service-family {external-client name | {ipv4 | ipv6} [vrf vrf-name] autonomous-system-number neighbors [neighbor-address | interface-type interface-number] [soft]}
Syntax Description
external-client |
Deletes a specified external client. |
name |
Specifies the name of the external client. |
ipv4 |
Deletes neighbors formed using the IPv4 protocol family. |
ipv6 |
Deletes neighbors formed using the IPv6 protocol family. |
vrf |
(Optional) Specifies all virtual routing forwarding (VRF) instance tables or a specific VRF table for an IP address. |
vrf-name |
(Optional) Names a specific VRF table for the specified IP address. |
autonomous- system-number |
Specifies the autonomous system number. |
neighbors |
Deletes neighbors formed using the IP protocol family. |
neighbor-address |
(Optional) IP address of neighbor. |
interface-type |
(Optional) Deletes from the neighbor table the interface type and number that all entries learned through this interface. |
interface-number |
(Optional) Specifies the interface number for the interface-type argument. |
soft |
(Optional) Resyncs with peer without an adjacency reset. |
Command Modes
Privileged EXEC (#)
Command History
Release |
Modification |
---|---|
15.0(1)M |
This command was introduced. |
12.2(33)SRE |
This command was integrated into Cisco IOS Release 12.2(33)SRE. |
12.2(33)XNE |
This command was integrated into Cisco IOS Release 12.2(33)XNE. |
Cisco IOS XE Release 2.5 |
This command was integrated into Cisco IOS XE Release 2.5. |
12.2SX |
This command is supported in the Cisco IOS Release 12.2SX train. Support in a specific 12.2SX release of this train depends on your feature set, platform, and platform hardware. |
15.2(1)S |
This command was deprecated in Cisco IOS Release 15.2(1)S and replaced by the clear service-routing xmcp client command. |
Cisco IOS XE Release 3.5S |
This command was deprecated in Cisco IOS XE Release 3.5S and replaced by the clear service-routing xmcp client command. |
15.2(2)T |
This command was deprecated in Cisco IOS Release 15.2(2)T and replaced by the clear service-routing xmcp client command. |
Usage Guidelines
Use the clear eigrp service-family command in privileged EXEC mode to remove information related to Cisco SAF service-family neighbors and external clients.
Note |
Using the clear eigrp service-family ipv6 commands requires an IPv6-enabled SAF client, which currently does not exist. |
Examples
The following example clears an EIGRP service-family External Client named “example_2” from Cisco SAF:
Router> enable
Router# show eigrp service-family external-client
External SAF Connected Clients
Client Label Client No. Client API Handle File Descriptor
example_1 1 1 1
example_2 2 2 2
Router# clear eigrp service-family external-client example_2
Router# show eigrp service-family external-client
External SAF Connected Clients
Client Label Client No. Client API Handle File Descriptor
example_1 1 1 1