June 30, 2006 | Appendix B: Redirection Server |
Using no interface Ethernet command
•The command is located at the “configure terminal” menu.
•It deletes the configured interface.
•The change is affecting immediately.
Usage
no interface Ethernet <Interface number>
Parameter
<Interface number>
It is the interface number 1.
Example:
Host(config)# no interface Ethernet 1 <cr>
Host(config)#
The system should warn when configuring the Ethernet interface with subnet, which contradicts the default gateway.
Example 1:
Host(config)# interface Ethernet 1 192.168.2.5 255.255.255.0 <cr>
Operation Warning:
The default gateway is out of subnet Host(config)# end
Host# write terminal
Interface Ethernet 1 192.168.2.5 255.255.255.0
...
|