{"id":181,"date":"2011-07-18T08:33:30","date_gmt":"2011-07-18T08:33:30","guid":{"rendered":"http:\/\/www.plugged.in\/?p=181"},"modified":"2021-01-10T19:51:25","modified_gmt":"2021-01-10T16:51:25","slug":"cisco-router-ipv6-configuration","status":"publish","type":"post","link":"https:\/\/www.veriteknik.net.tr\/en\/cisco-router-ipv6-configuration\/","title":{"rendered":"Cisco Router IPv6 Configuration"},"content":{"rendered":"<p>At the beginning of the year 2011, we decided to apply the IPv6 configuration to our data center (<a title=\"VeriTeknik\" href=\"http:\/\/www.veriteknik.com\/en\" target=\"_blank\" rel=\"noopener\">VeriTeknik<\/a>) and requested our IPv6 block from RIPE. RIRs give out \/32 blocks to LIRs at the first assignment. This article describes basic Cisco IPv6 configuration.<\/p>\n<h3>The Preparation Steps<\/h3>\n<ol>\n<li>Request your IPv6 Addresses from your RIR or LIR<\/li>\n<li>Add IPv6 Route to your AS number in LIR Portal<\/li>\n<li>Get your IPv6 VLAN IP from your Upstream Provider<\/li>\n<li>Configure your router<\/li>\n<\/ol>\n<h3>Configuring Cisco Routers for IPv6<\/h3>\n<p>Before you start applying IPv6 on your routers make sure that you backup your current configuration.<\/p>\n<p>First of all, make a table of your arguments such as your IP addresses, AS numbers etc like below, we put some values for you to easily analyze the configuration:<\/p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Your AS Number<\/strong><\/td>\n<td style=\"text-align: left;\">AS65535<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Remote As Number<\/strong><\/td>\n<td style=\"text-align: left;\">AS1000<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>VLAN IP Your Side (Given by Telco op)<\/strong><\/td>\n<td style=\"text-align: left;\">2A01:358:4500:2::2\/64<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>VLAN IP remote\u00a0Side (Telco Side)<\/strong><\/td>\n<td style=\"text-align: left;\">2A01:358:4500:2::1<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Your IPv6 Addresses to Announce<\/strong><\/td>\n<td style=\"text-align: left;\">2B00:7300::\/32<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Enable IPv6 &amp; IPv6 CEF on your Cisco router:<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">ipv6 unicast-routing\nipv6 cef\n!<\/pre>\n<p><strong>Set your IPv6 address to the interface facing telco:<\/strong><\/p>\n<p>Don&#8217;t delete your IPv4 configuration or other necessary codes, just add<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">interface GigabitEthernet0\/0\ndescription $ETH-WAN$\nipv6 address 2A01:358:4500:2::2\/64\nipv6 enable\nipv6 virtual-reassembly\n..\n..\n!<\/pre>\n<p><strong>Switch to BGP configuration by typing &#8220;router bgp 65535&#8221;<\/strong><\/p>\n<p>add:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">router bgp 65535\n.\n.\nneighbor 2A01:358:4500:2::1 remote-as 1000\n!<\/pre>\n<p>type exit and type <strong>address-family ipv6<\/strong> to enter IPv6 configuration<\/p>\n<p>to announce your prefixes type:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">address-family ipv6\nneighbor 2A01:358:4500:2::1 activate\ndistance bgp 200 200 200\nnetwork 2B00:7300::\/32\nnetwork 2B00:7300:100::\/48\nredistribute connected\nredistribute static\nno synchronization\nexit-address-family\n!<\/pre>\n<p>Type exit one more and you need to add routes for your IPv6 addresses,<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">ipv6 route 2B00:7300::\/32 Null0 254<\/pre>\n<p>This is the basic IPv6 configuration for Cisco routers, now you should be able to communicate with IPv6 enabled hosts. To test your configuration you may assign IPv6 to one of your VLANs, an example given below:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">interface GigabitEthernet0\/1.201\ndescription LOCAL\nencapsulation dot1Q 201\n.\n.\nipv6 address 2B00:7300:100::1\/48\n!<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>At the beginning of the year 2011, we decided to apply the IPv6 configuration to our data center (VeriTeknik) and requested our IPv6 block from RIPE. RIRs give out \/32 blocks to LIRs at the first assignment. This article describes basic Cisco IPv6 configuration. The Preparation Steps Request your IPv6 Addresses from your RIR or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[386],"tags":[396,409,441],"yst_prominent_words":[930,1287,908,1903,1154,866,863],"class_list":["post-181","post","type-post","status-publish","format-standard","hentry","category-network","tag-cisco","tag-ipv6","tag-router"],"jetpack_featured_media_url":"","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"ckaraca","author_link":"https:\/\/www.veriteknik.net.tr\/en\/author\/ckaraca\/"},"uagb_comment_info":0,"uagb_excerpt":"At the beginning of the year 2011, we decided to apply the IPv6 configuration to our data center (VeriTeknik) and requested our IPv6 block from RIPE. RIRs give out \/32 blocks to LIRs at the first assignment. This article describes basic Cisco IPv6 configuration. The Preparation Steps Request your IPv6 Addresses from your RIR or&hellip;","_links":{"self":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/181","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/comments?post=181"}],"version-history":[{"count":3,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/181\/revisions"}],"predecessor-version":[{"id":7744,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/181\/revisions\/7744"}],"wp:attachment":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/media?parent=181"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/categories?post=181"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/tags?post=181"},{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/yst_prominent_words?post=181"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}