0% found this document useful (0 votes)
30 views4 pages

Configuracion de Switch PDF

This document provides steps for initial configuration of a switch including setting the hostname, passwords, IP address, default gateway and copying the running configuration to startup configuration. The configuration is done through the terminal line.

Uploaded by

Hector Cojulún
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views4 pages

Configuracion de Switch PDF

This document provides steps for initial configuration of a switch including setting the hostname, passwords, IP address, default gateway and copying the running configuration to startup configuration. The configuration is done through the terminal line.

Uploaded by

Hector Cojulún
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

CONFIGURACION INICIAL DE UN SWITCH

Switch>en Switch>enable Switch#config Configuring from terminal, memory, or network


[terminal]? Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#host
Switch(config)#hostname SWITCH-A SWITCH-A(config)#en SWITCH-A(config)#enab SWITCH-
A(config)#enable pas SWITCH-A(config)#enable password cisco SWITCH-A(config)#enable se
SWITCH-A(config)#enable secret cisco SWITCH-A(config)#line console 0 SWITCH-A(config-
line)#pass SWITCH-A(config-line)#password cisco SWITCH-A(config-line)#login SWITCH-
A(config-line)#exit SWITCH-A(config)#line vty 0 15 SWITCH-A(config-line)#password cisco
SWITCH-A(config-line)#login SWITCH-A(config-line)#exit SWITCH-A(config)#interface vl
SWITCH-A(config)#interface vlan 1 SWITCH-A(config-if)#ip add 192.168.1.4 255.255.255.0
SWITCH-A(config-if)#no shutdown
%LINK-5-CHANGED: Interface Vlan1, changed state to up
SWITCH-A(config-if)# %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed
state to up
SWITCH-A(config-if)#exit SWITCH-A(config)#ip de SWITCH-A(config)#ip default-gateway
192.168.1.1
SWITCH-A(config)#ser SWITCH-A(config)#service pass SWITCH-A(config)#service password-
encryption SWITCH-A(config)#copy running SWITCH-A(config)#copy running-config startup-
config
^ % Invalid input detected at '^' marker.
SWITCH-A(config)#exit SWITCH-A# %SYS-5-CONFIG_I: Configured from console by console
SWITCH-A#co SWITCH-A#copy runni SWITCH-A#copy running-config startup SWITCH-
A#copy running-config startup-config Destination filename [startup-config]? Building
configuration... [OK] SWITCH-A#write me SWITCH-A#write memory Building configuration...
[OK] SWITCH-A# SWITCH-A# SWITCH-A#

You might also like