comandos utilizados en actividad pt 2.6.1: reto de habilidades de integración de packet tracer

Download Comandos utilizados en Actividad PT 2.6.1: Reto de habilidades de Integración de Packet Tracer

If you can't read please download the document

Upload: oscar-flores

Post on 02-Aug-2015

492 views

Category:

Documents


10 download

DESCRIPTION

R1>enableR1#config tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#line con 0R1(config-line)#history size 50R1(config-line)#login% Login disabled on line 0, until 'password' is setR1(config-line)#line vty 0 4R1(config-line)#history size 50R1(config-line)#login% Login disabled on line 66, until 'password' is set% Login disabled on line 67, until 'password' is set% Login disabled on line 68, until 'password' is set% Login disabled on line 69, until 'password' is set% Login disabled on line 70, until 'password' is setR1(config-line)#exitR1(config)#service password-encryptionR1(config)#enable secret classR1(config)#line console 0 R1(config-line)#password ciscoR1(config-line)#loginR1(config-line)#exitR1(config)#line vty 0 4R1(config-line)#password ciscoR1(config-line)#loginR1(config-line)#exitR1(config)#service password-encryptionR1(config)#banner motd "Authorized Access Only"R1(config)#do writeBuilding configuration...[OK]

TRANSCRIPT

Configurar el R1: R1>enable R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#line con 0 R1(config-line)#history size 50 R1(config-line)#login % Login disabled on line 0, until 'password' is set R1(config-line)#line vty 0 4 R1(config-line)#history size 50 R1(config-line)#login % Login disabled on line 66, until 'password' is set % Login disabled on line 67, until 'password' is set % Login disabled on line 68, until 'password' is set % Login disabled on line 69, until 'password' is set % Login disabled on line 70, until 'password' is set R1(config-line)#exit R1(config)#service password-encryption R1(config)#enable secret class R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)#line vty 0 4 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)#service password-encryption R1(config)#banner motd "Authorized Access Only" R1(config)#do write Building configuration... [OK] R1(config)# %SYS-5-CONFIG_I: Configured from console by console R1# *****configuracion del switch*********** Switch>enable Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#banner motd "Authorized Access Only" Switch(config)#line con 0 Switch(config-line)#history size 50 Switch(config-line)#login % Login disabled on line 0, until 'password' is set Switch(config-line)#ip default-gateway 172.17.99.1 Switch(config)#hostname S1 S1(config)#interface fastethernet 0/1 S1(config-if)#switchport access vlan 99 S1(config-if)#switchport mode access S1(config-if)#exit S1(config)#interface faste 0/18 S1(config-if)#duplex full %LINK-5-CHANGED: Interface FastEthernet0/18, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/18, changed stateto upS1(config-if)# S1(config-if)#switchport port-security maximum 1 S1(config-if)#exit S1(config)#interface range faste 0/2-4 S1(config-if-range)#shutdown %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to administratively do wn %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to administratively do wn %LINK-5-CHANGED: Interface FastEthernet0/4, changed state to administratively do wn S1(config-if-range)#exit S1(config)#interface faste 0/24 S1(config-if)#duplex full %LINK-5-CHANGED: Interface FastEthernet0/24, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/24, changed state to upS1(config-if)#exit S1(config)#interface range GigabitEthernet1/1-2 S1(config-if-range)#shutdown %LINK-5-CHANGED: Interface GigabitEthernet1/1, changed state to administratively down %LINK-5-CHANGED: Interface GigabitEthernet1/2, changed state to administratively down S1(config-if-range)#exit S1(config)#interface vlan 99 %LINK-5-CHANGED: Interface Vlan99, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan99, changed state to upS1(co nfig-if)#ip address 172.17.99.11 255.255.255.0 S1(config-if)#no shutdown S1(config-if)#exit S1(config)#service password-encryption S1(config)#mac-address-table static 0001.637b.b267 vlan 99 interface faste 0/24 S1(config)#line vty 0 4 S1(config-line)#history size % Incomplete command. S1(config-line)#history size 50 S1(config-line)#login % Login disabled on line 1, until 'password' is set % Login disabled on line 2, until 'password' is set % Login disabled on line 3, until 'password' is set % Login disabled on line 4, until 'password' is set % Login disabled on line 5, until 'password' is set S1(config-line)# S1(config-line)#exit S1(config)#do write Building configuration... [OK] S1(config)#