How To Configure Ipv6 On 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.
1. Enable IPv6 forwarding and enter the following commands:
Router(config)# ipv6 unicast-routing
Router(config)# ipv6 cef
2. Create an interface for the IPv6 address and configure it:
Router(config)# interface Fa0/1
Router(config-if)# ipv6 address <IPV6-address>/<prefix-length>
3. Configure the default gateway:
Router(config)# ipv6 route ::/0 <IPV6-address-of-default-gateway>
4. Configure static routes as needed:
Router(config)# ipv6 route <IPV6-network>/<prefix-length> <IPV6-address-of-next-hop>
5. Verify the IPv6 configuration:
Router# show ipv6 route
Router# show ipv6 interface brief