You are on page 1of 2

Switch# configure terminal

Switch(config)# hostname Class-A y Class-B


S1(config)# exit
Switch> enable
S1(config)# line
S1(config-line)#
S1(config-line)#
S1(config-line)#
S1(config)# exit

console 0
password cisco
login
exit

S1(config)# line
S1(config-line)#
S1(config-line)#
S1(config-line)#
S1(config)# exit

vty 0 15
password xAw6k
login
exit

S1> enable
S1# configure terminal
S1(config)# enable password 6EBUp
S1(config)# exit
S1# config t
S1(config)# enable secret 6EBUp
S1(config)# exit

....

S1# config t
S1(config)# service password-encryption
S1(config)# exit
S1(config)# banner motd "warning"
S1(config)# exit
S1# copy running-config startup-config cop r s
Destination filename [startup-config]?[Enter]
S1 #configure terminal
S1(config)# interface vlan 1
S1(config-if)# ip address 172.16.10.126 255.255.255.192
S1(config-if)# no shutdown
S1(config-if)#
S1(config-if)# exit
show ip interface brief

verificar las interfaces

rauter
R1(config)#interface gigabitethernet 0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#description LAN connection to S1
R1(config-if)#end
switch> enable
switch# configure terminal
switch(config)# ip default-gateway 172.16.10.65
1383
812075887
172.16.10.126 255.255.255.192

ip address 10.11.48.122 255.255.255.252

You might also like