{"id":26813,"date":"2024-08-21T15:34:04","date_gmt":"2024-08-21T12:34:04","guid":{"rendered":"https:\/\/wifilab.org\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/"},"modified":"2024-10-21T19:06:29","modified_gmt":"2024-10-21T16:06:29","slug":"basic-configuration-of-a-cisco-router-for-internet-connectivity","status":"publish","type":"post","link":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/","title":{"rendered":"Basic configuration of a Cisco router for Internet connectivity."},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"26813\" class=\"elementor elementor-26813 elementor-20178\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4cc4ad80 e-flex e-con-boxed e-con e-parent\" data-id=\"4cc4ad80\" data-element_type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24536042 elementor-widget elementor-widget-text-editor\" data-id=\"24536042\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3><span style=\"font-weight: 400;\">Configuring Cisco from the specialists of WiFiLab is always professional and high quality!<\/span><\/h3>\n<p><strong>Cisco Setup: Connecting your office to the Internet<\/strong><\/p>\n<p>This article details the process of configuring a Cisco 881 router to connect your office network to the Internet. Note that the configuration commands for other Cisco router models, such as the 1841, 2800, and 3825, will be similar, although there may be differences in interface names and numbering. <\/p>\n<h3>Wiring diagram description<\/h3>\n<p>Present in our scheme are:<\/p>\n<ul>\n<li>Channel to the Internet using a static IP address<\/li>\n<li>Multiple computers on the office LAN<\/li>\n<li>Cisco router<\/li>\n<li>Switch for organizing a local area network<\/li>\n<\/ul>\n<p>The main task is to provide access of local network computers to the Internet.<\/p>\n<h3>Step 0: Clear the router configuration <\/h3>\n<p>The first thing to do before you start configuring your Cisco router is to clear the startup configuration of the device. To do this, connect to the console port of the router using a special cable and execute the following commands: <\/p>\n<ol>\n<li>\n<p>Log in to privileged mode (you may need to enter a username and password):<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-shell\"><span class=\"hljs-meta prompt_\">router&gt; <\/span><span class=\"bash\"><span class=\"hljs-built_in\">enable<\/span><\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Delete the startup configuration:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">router<span class=\"hljs-meta\"># write erase<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Confirm the deletion and reboot the router:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">router<span class=\"hljs-meta\"># reload<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<\/ol>\n<p>After rebooting, the router will prompt you to start basic setup. Refuse to do so: <\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">Would you like to enter the basic configuration dialog (<span class=\"hljs-built_in\">yes<\/span>\/no): no<br \/>\n<\/code><\/div>\n<\/div>\n<p>Now only the standard default strings will remain in the router configuration, and you can move on to the main configuration.<\/p>\n<h3>Step 1: Configuring the device name <\/h3>\n<p>Set the router name for ease of administration:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">router<span class=\"hljs-meta\"># conf t<\/span><br \/>\n<span class=\"hljs-built_in\">router<\/span> (config)<span class=\"hljs-meta\"># hostname R-DELTACONFIG<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span>(config)#<br \/>\n<\/code><\/div>\n<\/div>\n<h3>Step 2: Configuring the interfaces <\/h3>\n<p>Two interfaces need to be configured: an external interface for communication with the Internet and an internal interface for the local network. The external interface will receive IP addresses and mask provided by the ISP, and the internal interface will be configured for the 192.168.0.0\/24 network. <\/p>\n<p>Suppose a service provider has provided the following addresses:<\/p>\n<ul>\n<li>Network: 200.150.100.0<\/li>\n<li>Subnet mask: 255.255.255.255.252 (\/30)<\/li>\n<li>Default gateway: 200.150.100.1<\/li>\n<\/ul>\n<p>Configuring the external interface:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># conf t<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># interface Fa 4<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># ip address 200.150.100.2 255.255.255.252<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># no shutdown<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Connect this router interface to the ISP equipment and check its availability using the command <code>ping<\/code>:<\/p>\n<ol>\n<li>\n<p>First, check your own interface:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># ping 200.150.100.2<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Then check the access to the ISP gateway:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># ping 200.150.100.1<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<\/ol>\n<p>After ensuring that the gateway is available, proceed to configure the internal interface.<\/p>\n<p>The following addressing will be used on the LAN:<\/p>\n<ul>\n<li>Network: 192.168.0.0<\/li>\n<li>Subnet mask: 255.255.255.255.0<\/li>\n<li>The internal address of the router (gateway): 192.168.0.1<\/li>\n<\/ul>\n<p>To configure the internal interface, use the command to enter Vlan 1 virtual interface configuration mode:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># conf t<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># interface Vlan 1<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># ip address 192.168.0.1 255.255.255.0<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># no shutdown<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Then bind the virtual interface to the physical interface:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># interface Fa 0<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># switchport access vlan 1<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># no shutdown<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Now connect the Fa 0 interface to the switch to which the workstations are connected and check the availability of the router interface using the command <code>ping<\/code>.<\/p>\n<h3>Step 3: Configuring Remote Access to the Router <\/h3>\n<p>You can use Telnet or SSH protocols to remotely access the router console. Let&#8217;s consider configuring a secure connection via SSH: <\/p>\n<ol>\n<li>\n<p>Enable SSH version 2 and set the domain name:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># ip ssh version 2<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># ip domain-name xxx.ru<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Generate RSA keys:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># crypto key generate rsa<\/span><br \/>\nHow many bits in the modulus [<span class=\"hljs-number\">512<\/span>]: <span class=\"hljs-number\">1024<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Set the user name and password:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># username admin privilege 15 secret 0 *****<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Enable authorization through the local base:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># <span class=\"hljs-keyword\">line<\/span> vty 0 4<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-line)<span class=\"hljs-meta\"># login local<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<li>\n<p>Set the password to privileged mode:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-line)<span class=\"hljs-meta\"># enable secret 0 *****<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<\/li>\n<\/ol>\n<p>You can now remotely connect to the router using a program that supports SSH.<\/p>\n<h3>Step 4: Configure the default gateway <\/h3>\n<p>Specify a default gateway to route packets to the Internet:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"sticky top-9 md:top-[5.75rem]\">\n<div class=\"absolute bottom-0 right-2 flex h-9 items-center\">\n<div class=\"flex items-center rounded bg-token-main-surface-secondary px-2 font-sans text-xs text-token-text-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center py-1\">Copy code<\/button><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># ip route 0.0.0.0 0.0.0.0 200.150.100.1<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Check the availability of external addresses by running the command <code>ping<\/code>:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"sticky top-9 md:top-[5.75rem]\">\n<div class=\"absolute bottom-0 right-2 flex h-9 items-center\">\n<div class=\"flex items-center rounded bg-token-main-surface-secondary px-2 font-sans text-xs text-token-text-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center py-1\">Copy code<\/button><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># ping 93.158.134.3<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<h3>Step 5: Configuring NAT <\/h3>\n<p>To access the Internet from the local network, you must configure dynamic translation of internal addresses to an external IP address. Specify a list of internal addresses to be translated: <\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"sticky top-9 md:top-[5.75rem]\">\n<div class=\"absolute bottom-0 right-2 flex h-9 items-center\">\n<div class=\"flex items-center rounded bg-token-main-surface-secondary px-2 font-sans text-xs text-token-text-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center py-1\">Copy code<\/button><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># ip access-list standard ACL_NAT<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-ext-nacl)<span class=\"hljs-meta\"># permit 192.168.0.0 0.0.0.255<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Configure the interfaces for NAT:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"sticky top-9 md:top-[5.75rem]\">\n<div class=\"absolute bottom-0 right-2 flex h-9 items-center\">\n<div class=\"flex items-center rounded bg-token-main-surface-secondary px-2 font-sans text-xs text-token-text-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center py-1\">Copy code<\/button><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># interface Vlan 1<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># ip nat inside<\/span><\/p>\n<p>R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># interface Fa 4<\/span><br \/>\nR-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config-<span class=\"hljs-keyword\">if<\/span>)<span class=\"hljs-meta\"># ip nat outside<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Create a broadcast rule:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"sticky top-9 md:top-[5.75rem]\">\n<div class=\"absolute bottom-0 right-2 flex h-9 items-center\">\n<div class=\"flex items-center rounded bg-token-main-surface-secondary px-2 font-sans text-xs text-token-text-secondary\"><span class=\"\" data-state=\"closed\"><button class=\"flex gap-1 items-center py-1\">Copy code<\/button><\/span><\/div>\n<\/div>\n<\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-<span class=\"hljs-built_in\">DELTACONFIG<\/span> (config)<span class=\"hljs-meta\"># ip nat inside source list ACL_NAT interface fa4<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Workstations should now be able to access the Internet, provided their default gateway is the internal IP address of the router (192.168.0.1). Check this with the command <code>ping<\/code>. <\/p>\n<h3>Important!<\/h3>\n<p>Don&#8217;t forget to save the changes on all devices using the command:<\/p>\n<div class=\"dark bg-gray-950 contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-arduino\">R-DELTACONFIG<span class=\"hljs-meta\"># write<\/span><br \/>\n<\/code><\/div>\n<\/div>\n<p>Thus, you have completed the configuration of the Cisco router and made the LAN accessible to the Internet.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0791ece elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"0791ece\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/ld-wp73.template-help.com\\\/monstroid2\\\/v3\\\/default\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/home-1-icon-px-1.svg&quot;,&quot;id&quot;:662,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_z_index&quot;:1,&quot;jet_parallax_layout_bg_x&quot;:20.3,&quot;jet_parallax_layout_bg_y&quot;:23,&quot;_id&quot;:&quot;f27f29f&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]},{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/ld-wp73.template-help.com\\\/monstroid2\\\/v3\\\/default\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/home-1-icon-px-2.svg&quot;,&quot;id&quot;:663,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:-6,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_z_index&quot;:2,&quot;jet_parallax_layout_bg_x&quot;:10.7,&quot;jet_parallax_layout_bg_y&quot;:89,&quot;_id&quot;:&quot;2c4e5ab&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]},{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/ld-wp73.template-help.com\\\/monstroid2\\\/v3\\\/default\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/home-1-icon-px-3.svg&quot;,&quot;id&quot;:664,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;8784e48&quot;,&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:-6,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_z_index&quot;:3,&quot;jet_parallax_layout_bg_x&quot;:79.5,&quot;jet_parallax_layout_bg_y&quot;:68,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]},{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/ld-wp73.template-help.com\\\/monstroid2\\\/v3\\\/default\\\/wp-content\\\/uploads\\\/2018\\\/07\\\/home-1-icon-px-4.svg&quot;,&quot;id&quot;:665,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;c927807&quot;,&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:6,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_z_index&quot;:4,&quot;jet_parallax_layout_bg_x&quot;:83.2,&quot;jet_parallax_layout_bg_y&quot;:63,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:null,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}],&quot;background_background&quot;:&quot;gradient&quot;,&quot;animation&quot;:&quot;zoomIn&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b9c3f9a\" data-id=\"b9c3f9a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e02d54 elementor-widget elementor-widget-text-editor\" data-id=\"1e02d54\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Configuring MIkrotik, Ubiquiti, Cisco, Aruba of any complexity!<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa2b821 elementor-widget elementor-widget-heading\" data-id=\"aa2b821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Need a customization?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-85f9066 elementor-widget elementor-widget-spacer\" data-id=\"85f9066\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97a0e97 elementor-invisible elementor-widget elementor-widget-contact-form-7\" data-id=\"97a0e97\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;zoomIn&quot;}\" data-widget_type=\"contact-form-7.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-contact-form-7 jet-elements\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f26873-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"26873\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/posts\/26813#wpcf7-f26873-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"26873\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0.2\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f26873-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<div class=\"row\">\n\t<div class=\"col-xs-12\">\n\t\t<p><label>Your Name*<span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Your Name\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span><\/label>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<div class=\"row\">\n\t<div class=\"col-xs-12\">\n\t\t<p><label>Your phone number*<span class=\"wpcf7-form-control-wrap\" data-name=\"phone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"+3-XXX-XXX-XXXXXXXXXXX\" value=\"\" type=\"tel\" name=\"phone\" \/><\/span><\/label>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<div class=\"row\">\n\t<div class=\"col-xs-12\">\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<p><input type=\"hidden\" name=\"wpcf7tg_sending\" value=\"1\" \/>\n<\/p><p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"_wpcf7_ak_\"><label>&#916;<textarea name=\"_wpcf7_ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"_wpcf7_ak_js\" value=\"239\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>This article describes in detail how to configure the Cisco 881 router to connect an office network to the Internet. It includes clearing the configuration, setting the device name, configuring the external and internal interfaces, remote SSH access, setting the default gateway, and NAT to translate internal addresses to external IP. <\/p>\n","protected":false},"author":1,"featured_media":26360,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[188],"tags":[],"class_list":["post-26813","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cisco-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v24.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cisco Router Basic Configuration - WiFiLab<\/title>\n<meta name=\"description\" content=\"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Basic configuration of a Cisco router for Internet connectivity.\" \/>\n<meta property=\"og:description\" content=\"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\" \/>\n<meta property=\"og:site_name\" content=\"WiFiLab\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-21T12:34:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-21T16:06:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"skyber\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"skyber\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\"},\"author\":{\"name\":\"skyber\",\"@id\":\"https:\/\/wifilab.org\/en\/#\/schema\/person\/2cd3eee1b33923a877d35ad94c1b928d\"},\"headline\":\"Basic configuration of a Cisco router for Internet connectivity.\",\"datePublished\":\"2024-08-21T12:34:04+00:00\",\"dateModified\":\"2024-10-21T16:06:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\"},\"wordCount\":640,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/wifilab.org\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png\",\"articleSection\":[\"Cisco\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\",\"url\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\",\"name\":\"Cisco Router Basic Configuration - WiFiLab\",\"isPartOf\":{\"@id\":\"https:\/\/wifilab.org\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png\",\"datePublished\":\"2024-08-21T12:34:04+00:00\",\"dateModified\":\"2024-10-21T16:06:29+00:00\",\"description\":\"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.\",\"breadcrumb\":{\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage\",\"url\":\"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png\",\"contentUrl\":\"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png\",\"width\":1024,\"height\":768,\"caption\":\"\u0411\u0430\u0437\u043e\u0432\u0430\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Cisco - WifiLab\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/wifilab.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Basic configuration of a Cisco router for Internet connectivity.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wifilab.org\/en\/#website\",\"url\":\"https:\/\/wifilab.org\/en\/\",\"name\":\"WiFiLab\",\"description\":\"\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Mikrotik, Ubiquiti, Cisco\",\"publisher\":{\"@id\":\"https:\/\/wifilab.org\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wifilab.org\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wifilab.org\/en\/#organization\",\"name\":\"WiFiLab\",\"url\":\"https:\/\/wifilab.org\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wifilab.org\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/i0.wp.com\/wifilab.org\/wp-content\/uploads\/2018\/08\/Logo-2.png?fit=611%2C131&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/wifilab.org\/wp-content\/uploads\/2018\/08\/Logo-2.png?fit=611%2C131&ssl=1\",\"width\":611,\"height\":131,\"caption\":\"WiFiLab\"},\"image\":{\"@id\":\"https:\/\/wifilab.org\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/t.me\/wifilab\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/wifilab.org\/en\/#\/schema\/person\/2cd3eee1b33923a877d35ad94c1b928d\",\"name\":\"skyber\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wifilab.org\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/abd3d36dd4c74d9a115b5d2a9c915a96655d2fade0c8c757744d4c4b0cab4de9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/abd3d36dd4c74d9a115b5d2a9c915a96655d2fade0c8c757744d4c4b0cab4de9?s=96&d=mm&r=g\",\"caption\":\"skyber\"},\"sameAs\":[\"http:\/\/wifilab.org\"],\"url\":\"https:\/\/wifilab.org\/en\/author\/skyber\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Cisco Router Basic Configuration - WiFiLab","description":"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Basic configuration of a Cisco router for Internet connectivity.","og_description":"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.","og_url":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/","og_site_name":"WiFiLab","article_published_time":"2024-08-21T12:34:04+00:00","article_modified_time":"2024-10-21T16:06:29+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","type":"image\/png"}],"author":"skyber","twitter_card":"summary_large_image","twitter_misc":{"Written by":"skyber","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#article","isPartOf":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/"},"author":{"name":"skyber","@id":"https:\/\/wifilab.org\/en\/#\/schema\/person\/2cd3eee1b33923a877d35ad94c1b928d"},"headline":"Basic configuration of a Cisco router for Internet connectivity.","datePublished":"2024-08-21T12:34:04+00:00","dateModified":"2024-10-21T16:06:29+00:00","mainEntityOfPage":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/"},"wordCount":640,"commentCount":0,"publisher":{"@id":"https:\/\/wifilab.org\/en\/#organization"},"image":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage"},"thumbnailUrl":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","articleSection":["Cisco"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/","url":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/","name":"Cisco Router Basic Configuration - WiFiLab","isPartOf":{"@id":"https:\/\/wifilab.org\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage"},"image":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage"},"thumbnailUrl":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","datePublished":"2024-08-21T12:34:04+00:00","dateModified":"2024-10-21T16:06:29+00:00","description":"Basic Cisco Router Setup is not as difficult as it seems. If you have any problems, our experts will be happy to help you.","breadcrumb":{"@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#primaryimage","url":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","contentUrl":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","width":1024,"height":768,"caption":"\u0411\u0430\u0437\u043e\u0432\u0430\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Cisco - WifiLab"},{"@type":"BreadcrumbList","@id":"https:\/\/wifilab.org\/en\/2024\/08\/21\/basic-configuration-of-a-cisco-router-for-internet-connectivity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/wifilab.org\/en\/"},{"@type":"ListItem","position":2,"name":"Basic configuration of a Cisco router for Internet connectivity."}]},{"@type":"WebSite","@id":"https:\/\/wifilab.org\/en\/#website","url":"https:\/\/wifilab.org\/en\/","name":"WiFiLab","description":"\u041f\u0440\u043e\u0444\u0435\u0441\u0441\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Mikrotik, Ubiquiti, Cisco","publisher":{"@id":"https:\/\/wifilab.org\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wifilab.org\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wifilab.org\/en\/#organization","name":"WiFiLab","url":"https:\/\/wifilab.org\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wifilab.org\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/wifilab.org\/wp-content\/uploads\/2018\/08\/Logo-2.png?fit=611%2C131&ssl=1","contentUrl":"https:\/\/i0.wp.com\/wifilab.org\/wp-content\/uploads\/2018\/08\/Logo-2.png?fit=611%2C131&ssl=1","width":611,"height":131,"caption":"WiFiLab"},"image":{"@id":"https:\/\/wifilab.org\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/t.me\/wifilab"]},{"@type":"Person","@id":"https:\/\/wifilab.org\/en\/#\/schema\/person\/2cd3eee1b33923a877d35ad94c1b928d","name":"skyber","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wifilab.org\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/abd3d36dd4c74d9a115b5d2a9c915a96655d2fade0c8c757744d4c4b0cab4de9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/abd3d36dd4c74d9a115b5d2a9c915a96655d2fade0c8c757744d4c4b0cab4de9?s=96&d=mm&r=g","caption":"skyber"},"sameAs":["http:\/\/wifilab.org"],"url":"https:\/\/wifilab.org\/en\/author\/skyber\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/wifilab.org\/wp-content\/uploads\/2024\/08\/image.png","_links":{"self":[{"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/posts\/26813","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/comments?post=26813"}],"version-history":[{"count":0,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/posts\/26813\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/media\/26360"}],"wp:attachment":[{"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/media?parent=26813"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/categories?post=26813"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wifilab.org\/en\/wp-json\/wp\/v2\/tags?post=26813"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}