How To Configure Ip Address In Cisco Router?
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.
To configure an IP address on a Cisco router, you must use the command line interface (CLI). To access the CLI, you must connect to the router using a console or terminal connection.
1. Connect to the router using a console or terminal connection.
2. Enter privileged mode (enable mode) by entering the enable command.
3. Enter global configuration mode by entering the configure terminal command.
4. Enter interface configuration mode for the interface you wish to configure by entering the interface type and number. For example, if you wish to configure interface FastEthernet 0/1, you would enter interface FastEthernet 0/1.
5. Enter the ip address command followed by the IP address and subnet mask for the interface. For example, ip address 192.168.1.1 255.255.255.0.
6. Enter the no shutdown command to enable the interface.
7. Exit interface configuration mode by entering the exit command.
8. Exit global configuration mode by entering the end command.
9. Enter the show ip interface brief command to verify the configuration.
10. Enter the copy running-config startup-config command to save the configuration.