0% found this document useful (0 votes)
108 views9 pages

Comados Red

The document describes the configuration of four routers - R1, R2, R3 and R4. The key configurations include setting hostnames, IP addresses on FastEthernet and Serial interfaces, enabling passwords, and configuring static routes between the routers to establish connectivity. Minor configuration errors are corrected along the way. The configurations are saved to startup-config.
Copyright
© Attribution Non-Commercial (BY-NC)
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)
108 views9 pages

Comados Red

The document describes the configuration of four routers - R1, R2, R3 and R4. The key configurations include setting hostnames, IP addresses on FastEthernet and Serial interfaces, enabling passwords, and configuring static routes between the routers to establish connectivity. Minor configuration errors are corrected along the way. The configurations are saved to startup-config.
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 9

1 Router>ENABLE Router#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#HOSTNAME R1 R1(config)#IP ADDREES 192.168.1.1 255.255.255.0 ^ % Invalid input detected at '^' marker. R1(config)#INTERFACE FASETHERNET 0/0 ^ % Invalid input detected at '^' marker. R1(config)#INTERFACE FASTEHERNET 0/0 ^ % Invalid input detected at '^' marker. R1(config)#interface fastethernet 0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shudown ^ % Invalid input detected at '^' marker. R1(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R1(config-if)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#copy run start Destination filename [startup-config]? Building configuration... [OK] R1# R1>ENABLE R1#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R1(config)#INTERFACE SERIAL 0/0 R1(config-if)#IP ADDRESS 192.162.2.1 255.255.255.0 R1(config-if)#NO SHUTDOWN R1(config-if)#

%LINK-5-CHANGED: Interface Serial0/0, changed state to up ^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R1# R1#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R1(config)#IP ROUTE 192.168.3.0.255.255.255.0 192.168.2.2 ^ % Invalid input detected at '^' marker. R1(config)#IP ROUTE 192.168.3.0 255.255.255.0 192.168.2.2 R1(config)#IP ROUTE 192.168.4.0 255.255.255.0 192.168.3.2 R1(config)#IP ROUTE 192.168.5.0 255.255.255.0 192.168.4.2 R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R1# Fa 0/0: 192.168.5.1 R1>ENABLE R1#TELNET Host: L9 Translating "l9"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address R1#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R1(config)#TELNET ^ % Invalid input detected at '^' marker. R1(config)#BANNER MOTD % Incomplete command. R1(config)#BANNER MOTD # Enter TEXT message. End with the character '#'. R1(config)#BANNER MOTD #

R1(config)#BANNER MOTD # Enter TEXT message. End with the character '#'. #### ingreso restringido #### R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#copy run start Destination filename [startup-config]? Building configuration... [OK] R1# Enter configuration commands, one per line. End with CNTL/Z. R1(config)#enable password DANIEL R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R1# R1#

Router 2 linea de comando

2Router>ENABLE Router#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. Router(config)#HOSTNAME R2 R2(config)#INTERFACE FASTETHERNET 0/0 R2(config-if)#IP ADDRESS 192.168.3.1 255.255.255.0 R2(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#COPY RUN START

Destination filename [startup-config]? Building configuration... [OK] R2# R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R2#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R2(config)#INTERFACE SERIAL 0/0 R2(config-if)#IP ADDRESS 192.168.2.2 255.255.255.0 R2(config-if)#CLOCK RATE 64000 R2(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface Serial0/0, changed state to down R2(config-if)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R2# R2>ENABLE R2#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R2(config)#IP ROUTE 192.168.1.0 255.255.255 192.168.2.1 ^ % Invalid input detected at '^' marker. R2(config)#IP ROUTE 192.168.1.0 255.255.255.0 192.168.2.1 R2(config)#IP ROUTE 192.168.4.0 255.255.255.0 192.168.3.2 R2(config)#IP ROUTE 192.168.5.0 255.255.255.0 192.168.4.2 R2(config)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R2#

R1>ENABLE R1#TELNET Host: L9 Translating "l9"...domain server (255.255.255.255) % Unknown command or computer name, or unable to find computer address R1#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R1(config)#TELNET ^ % Invalid input detected at '^' marker. R1(config)#BANNER MOTD % Incomplete command. R1(config)#BANNER MOTD # Enter TEXT message. End with the character '#'. R1(config)#BANNER MOTD # R1(config)#BANNER MOTD # Enter TEXT message. End with the character '#'. #### ingreso restringido #### R1(config)#^Z R1# %SYS-5-CONFIG_I: Configured from console by console R1#copy run start Destination filename [startup-config]? Building configuration... [OK] R1# R2>ENABLE R2#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R2(config)#ENABLE PASSWORD DANIEL R2(config)#^Z R2# %SYS-5-CONFIG_I: Configured from console by console R2#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R2# Router 3 linea de comando 3Router>ENABLE

Router#CONFIGURE TERMINA Enter configuration commands, one per line. End with CNTL/Z. Router(config)#HOSTNAME R3 R3(config)#INTERFACE FASTETHERNET 0/0 R3(config-if)#IP ADDRESS 192.168.3.2 255.255.255.0 R3(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R3(config-if)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R3# R3# %SYS-5-CONFIG_I: Configured from console by console R3#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R3#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R3(config)#INTERFACE SERIAL 0/0 R3(config-if)#IP ADDRESS 192.168.4.1 255.255.255.0 R3(config-if)#CLOCK RATE 64000 R3(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface Serial0/0, changed state to down R3(config-if)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#COPI RUN START ^ % Invalid input detected at '^' marker. R3# R3#COPY RUN START Destination filename [startup-config]? Building configuration... [OK]

R3# IP ROUTE 192.168.5.0 255.255.255.0 192.168.4.2 R3>ENABLE R3#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R3(config)#ENABLE PASSWORD DANIEL R3(config)#^Z R3# %SYS-5-CONFIG_I: Configured from console by console R3#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R3# Router 4 lnea de comando 4Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R4 R4(config)#INTERFACE FASTETHERNET 0/0 R4(config-if)#IP ADDRESS 192.168.5.1 255.255.255.0 R4(config-if)#NO SHUTDOWN %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R4(config-if)#^Z R4# %SYS-5-CONFIG_I: Configured from console by console R4#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R4# R4>ENABLE R4#CONFIGUIRE TERMINAL ^ % Invalid input detected at '^' marker. R4#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R4(config)#INTERFACE SERIAL 0/0 R4(config-if)#IP ADDRESS 192.168.4.2 255.255.255.0 R4(config-if)#NO SHUTDOWN

%LINK-5-CHANGED: Interface Serial0/0, changed state to up R4(config-if)#^Z R4# %SYS-5-CONFIG_I: Configured from console by console R4# %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0, changed state to up COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R4# R4>ENABLE R4#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R4(config)#IP ROUTE 192.168.3.0 255.255.0 192.168.4.1 ^ % Invalid input detected at '^' marker. R4(config)#IP ROUTE 192.168.3.0 255.255.255.0 192.168.4.1 R4(config)#IP ROUTE 192.168.2.0 255.255.255.0 192.168.3.1 R4(config)#IP ROUTE 192.168.1.0 255.255.255.0 192.168.2.1 R4(config)#^Z R4# %SYS-5-CONFIG_I: Configured from console by console R4#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R4# R4>ENABLE R4#CONFIGURE TERMINAL Enter configuration commands, one per line. End with CNTL/Z. R4(config)#ENABLE PASSWORD DANIEL R4(config)#^Z R4# %SYS-5-CONFIG_I: Configured from console by console R4#COPY RUN START Destination filename [startup-config]? Building configuration... [OK] R4#

You might also like