Sie sind auf Seite 1von 6

! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown !

interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! ! ! ! ! line con 0 line vty 0 4 login ! DCE control de la velocidad

Banner motd *texto*------------->poner mensaje de bienvenida

Password:

R1>enable Password: Password: R1#configure t R1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1(config)#line vty % Incomplete command. R1(config)#line vty ? <0-15> First Line number R1(config)#line vty 0 3 R1(config-line)#password josue R1(config-line)#login R1(config-line)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console ! ! end R1#exit

R1 con0 is now available

Press RETURN to get started.

R1>enable Password: R1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1(config)#line console 0 R1(config-line)#? Line configuration commands:

access-class Filter connections based on an IP access list databits Set number of data bits per character default Set a command to its defaults exec-timeout Set the EXEC timeout exit Exit from line configuration mode flowcontrol Set the flow control history Enable and control the command history function ipv6 IPv6 options logging Modify message logging facilities login Enable password checking motd-banner Enable the display of the MOTD banner no Negate a command or set its defaults parity Set terminal parity password Set a password privilege Change privilege level for line session-limit Set maximum number of sessions speed Set the transmit and receive speeds stopbits Set async line stop bits transport Define transport protocols for line R1(config-line)#password daniel R1(config-line)#login R1(config-line)#exit R1(config)#show running-config ^ % Invalid input detected at '^' marker. R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console R1#show running-config Building configuration... Current configuration : 539 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! ! enable secret 5 $1$mERr$NGWzcYUiBH/i5DS7.B7pT0 enable password ito ! ! ! ! ! ! ! ! ! ! ! ! ! !

! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! ! ! ! ! line con 0 password daniel login line vty 0 4 login ! ! ! end R1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1(config)#service password en R1(config)#service password encr R1(config)#service password encription ^ % Invalid input detected at '^' marker. R1(config)#service password encrytion ^ % Invalid input detected at '^' marker. R1(config)#service password-encryption R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console R1#show running-config Building configuration... Current configuration : 553 bytes ! version 12.4

no service timestamps log datetime msec no service timestamps debug datetime msec service password-encryption ! hostname R1 ! ! ! enable secret 5 $1$mERr$NGWzcYUiBH/i5DS7.B7pT0 enable password 7 08285841 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! ! ! ! ! ! ! line con 0 password 7 08254D40001C09 login line vty 0 4 login ! ! ! end

Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# interface FastEthernet0/0 Router(config-if)#ip add Router(config-if)#ip address 192.168.1.1 255.255.255.0 Router(config-if)#no shu Router(config-if)#no shutdown Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface serial 0/0/0 Router(config-if)#ip add Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#clo Router(config-if)#clock ra Router(config-if)#clock rate 56000 Router(config-if)# Router#copy Router#copy running-config ? flash: Copy to flash file ftp: Copy to current system configuration startup-config Copy to startup configuration tftp: Copy to current system configuration Router#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] Router#

Das könnte Ihnen auch gefallen