Command
Default Interface
Use
This command allows you to quickly revert an interface back to its default configuration.
If you have a lot of changes, this is much faster than using the no version of every command on the interface.
Syntax
Router(config)#default interface <interface>
Example
In this example we will revert R1’s Fa0/0 interface back to its default configuration.
First lets have a look at Fa0/0’s current config.
R1(config)#do show run int fa0/0 Current configuration : 210 bytes R1(config)# |
Now lets default the interface.
R1(config)#default interface fa0/0 Interface FastEthernet0/0 set to default configuration R1(config)# R1(config)#do show run int fa0/0 Current configuration : 73 bytes R1(config)# |