{"id":2074,"date":"2022-09-14T11:30:30","date_gmt":"2022-09-14T16:30:30","guid":{"rendered":"https:\/\/attilapuppak.com\/?page_id=2074"},"modified":"2023-09-13T17:42:27","modified_gmt":"2023-09-13T22:42:27","slug":"network-configuration","status":"publish","type":"page","link":"https:\/\/attilapuppak.com\/index.php\/network-configuration\/","title":{"rendered":"Network Configuration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2074\" class=\"elementor elementor-2074\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-495a92f3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"495a92f3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&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-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a16b2ff\" data-id=\"5a16b2ff\" data-element_type=\"column\" data-e-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-503ceb51 elementor-widget elementor-widget-heading\" data-id=\"503ceb51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Home Network<\/h1>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-75fdcc03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"75fdcc03\" data-element_type=\"section\" data-e-type=\"section\">\n\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-37499f43\" data-id=\"37499f43\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-611ab59 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"611ab59\" data-element_type=\"section\" data-e-type=\"section\">\n\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-50 elementor-top-column elementor-element elementor-element-bcf0eb4\" data-id=\"bcf0eb4\" data-element_type=\"column\" data-e-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-a4438be elementor-widget elementor-widget-image\" data-id=\"a4438be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"714\" height=\"554\" src=\"https:\/\/attilapuppak.com\/wp-content\/uploads\/2022\/09\/Home-Network.jpg\" class=\"attachment-medium_large size-medium_large wp-image-1371\" alt=\"\" srcset=\"https:\/\/attilapuppak.com\/wp-content\/uploads\/2022\/09\/Home-Network.jpg 714w, https:\/\/attilapuppak.com\/wp-content\/uploads\/2022\/09\/Home-Network-300x233.jpg 300w\" sizes=\"(max-width: 714px) 100vw, 714px\" \/>\t\t\t\t\t\t\t\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<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9d1e533\" data-id=\"9d1e533\" data-element_type=\"column\" data-e-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-1a321e0 elementor-widget elementor-widget-text-editor\" data-id=\"1a321e0\" data-element_type=\"widget\" data-e-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>How did you accomplish this?<\/p><p>1 Use a terminal emulation software such as PuTTY and connect to the console of the switch. You will get the initial command prompt \u201cSwitch&gt;\u201d<br \/>Type \u201cenable\u201d and hit enter. You will get into privileged EXEC mode (\u201cSwitch#\u201d)Now, get into Global Configuration Mode:Switch# configure terminal<br \/>Switch(config)#<br \/>Switch(config)# hostname access-switch1<br \/>access-switch1(config)#<br \/>2: Configure an administration password (enable secret password) access-switch1(config)# enable secret XXXXXXXX<br \/>3: Configure a password for Telnet and Console access<br \/>access-switch1(config)# line vty 0 15<br \/>access-switch1(config-line)# password XXXXXXXX<br \/>access-switch1(config-line)# login<br \/>access-switch1(config-line)# exit<br \/>access-switch1(config)#access-switch1(config)# line console 0<br \/>access-switch1(config-line)# password XXXXXXXX<br \/>access-switch1(config-line)# login<br \/>access-switch1(config-line)# exit<br \/>access-switch1(config)#<br \/>4: Assign IP address to the switch for management<br \/>access-switch1(config)# interface vlan 1<br \/>access-switch1(config-if)# ip address 10.1.1.200 255.255.255.0<br \/>access-switch1(config-if)# exit<br \/>access-switch1(config)#<br \/>5: Assign default gateway to the switch<br \/>access-switch1(config)# ip default-gateway 10.1.1.254<br \/>6: Save the configuration<br \/>access-switch1(config)# exit<br \/>access-switch1# wr<\/p>\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<\/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>Home Network How did you accomplish this? 1 Use a terminal emulation software such as PuTTY and connect to the console of the switch. You will get the initial command prompt \u201cSwitch&gt;\u201dType \u201cenable\u201d and hit enter. You will get into privileged EXEC mode (\u201cSwitch#\u201d)Now, get into Global Configuration Mode:Switch# configure terminalSwitch(config)#Switch(config)# hostname access-switch1access-switch1(config)#2: Configure an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-2074","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/pages\/2074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/comments?post=2074"}],"version-history":[{"count":29,"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/pages\/2074\/revisions"}],"predecessor-version":[{"id":4272,"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/pages\/2074\/revisions\/4272"}],"wp:attachment":[{"href":"https:\/\/attilapuppak.com\/index.php\/wp-json\/wp\/v2\/media?parent=2074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}