How To Remove Ip Address From Cisco Router Interface?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Log into the router’s command line interface (CLI).
2. Enter the command “configure terminal” to enter configuration mode.
3. Enter the command “interface [interface_name]” to enter the configuration mode of the specific interface.
4. Enter the command “no ip address [ip_address] [subnet_mask]” to remove the IP address.
5. Enter the command “end” to exit configuration mode.
6. Enter the command “wr mem” to save your changes.