How To Add Link Local Address Cisco?
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 Cisco router console.
2. Enter the command “configure terminal” to enter the global configuration mode.
3. Enter the command “interface [interface_name]” to enter the interface configuration mode.
4. Enter the command “ip address a.b.c.d/mask” to assign the link-local address to the selected interface.
5. Enter the command “no shutdown” to enable the interface.
6. Enter the command “exit” to exit the interface configuration mode.
7. Enter the command “exit” to exit the global configuration mode.
8. Enter the command “copy running-config startup-config” to save the changes.