Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 18

MANUAL DE CONFIGURACION CISCO PACKET TRACER

DENILSON JOSE CARBAJAL CASCO

UNIVERSIDAD TECNOLOGICA DE HONDURAS


FACULTAD DE INGENIERIA
ELECTRONOICA
SPS, CORTES
2020
1. Asignar un nombre a el router:

Router>enable
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RB1-UTH
RB1-UTH(config)#do write
Building configuration...
[OK]
2. Configuración de seguridad:
RB1-UTH(config)#banner motd #ACCESO RESTRINGIDO RB1-UTH#
RB1-UTH(config)#do write
Building configuration...
[OK]
RB1(config)#enable secret uth
RB1(config)#do write
Building configuration...
[OK]
RB1-UTH(config)#line console 0
RB1-UTH(config-line)#password cisco
RB1-UTH(config-line)#login
RB1-UTH(config-line)#line vty 0 4
RB1-UTH(config-line)#password cisco
RB1-UTH(config-line)#login
RB1-UTH(config-line)#do write

3. Configuración de Interface Serial e Interface gigabit Ethernet:

RB1-UTH#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
RB1-UTH(config)#interface serial 0/0/0
RB1-UTH(config-if)#ip address 172.13.14.1 255.255.255.252
RB1-UTH(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


RB1-UTH(config-if)#do write
Building configuration...
[OK]
RB1-UTH(config-if)#exit
RB1-UTH(config)#interface gigabitEthernet 0/0
RB1-UTH(config-if)#ip address 192.168.10.1 255.255.255.0
RB1-UTH(config-if)#no shutdown

RB1-UTH(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed
state to up

RB1-UTH(config-if)#do write
Building configuration...
[OK]

4. Configurar las Ip estáticas:


RB1-UTH#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
RB1-UTH(config)#ip route 192.168.20.0 255.255.255.0 serial 0/0/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB1-UTH(config)#ip route 192.168.30.0 255.255.255.0 serial 0/0/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB1-UTH(config)#do write
Building configuration...
[OK]
RB1-UTH(config)#exit

1. Asignar un nombre al router:

Router>enable
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RB2-UTH
RB2-UTH(config)#do write
Building configuration...
[OK]

2. Configuración de Seguridad:

RB2-UTH(config)#banner motd #ACCESO RESTRIGIDO RB2-UTH#


RB2-UTH(config)#do write
Building configuration...
[OK]
RB2-UTH(config)#enable secret uth
RB2-UTH(config)#do write
Building configuration...
[OK]
RB2-UTH(config)#line console 0
RB2-UTH(config-line)#password cisco
RB2-UTH(config-line)#login
RB2-UTH(config-line)#line vty 0 4
RB2-UTH(config-line)#password cisco
RB2-UTH(config-line)#login
RB2-UTH(config-line)#do write
Building configuration...
[OK]
RB2-UTH(config-line)#exit

3. Configuración Interface Serial e Interface gigabit Ethernet:

RB2-UTH(config)#interface serial 0/0/0


RB2-UTH(config-if)#ip address 172.13.14.2 255.255.255.252
RB2-UTH(config-if)#no shutdown

RB2-UTH(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

RB2-UTH(config-if)#do write
Building configuration...
[OK]
RB2-UTH(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state
to up
RB2-UTH(config-if)#exit
RB2-UTH(config)#interface gigabitEthernet 0/0
RB2-UTH(config-if)#ip address 192.168.20.1 255.255.255.0
RB2-UTH(config-if)#no shutdown

RB2-UTH(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0,
changed state to up

RB2-UTH(config-if)#do write
Building configuration...
[OK]
RB2-UTH(config-if)#exit
RB2-UTH(config)#interface serial 0/0/1
RB2-UTH(config-if)#ip address 173.20.10.1 255.255.255.252
RB2-UTH(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
RB2-UTH(config-if)#do write
Building configuration...
[OK]
RB2-UTH(config-if)#exit

4. Configurar las Ip estáticas:

RB2-UTH#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
RB2-UTH(config)#ip route 192.168.10.0 255.255.255.0 serial 0/0/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB2-UTH(config)#ip route 192.168.30.0 255.255.255.0 serial 0/0/1
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB2-UTH(config)#do write
Building configuration...
[OK]

1. Asignar un nombre al router:

Router>enable
Router#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RB3-UTH
RB3-UTH(config)#do write
Building configuration...
[OK]

2. Configuración de seguridad:

RB3-UTH(config)#banner motd #ACCESO RESTRINGIDO RB3-UTH#


RB3-UTH(config)#do write
Building configuration...
[OK]
RB3-UTH(config)#enable secret uth
RB3-UTH(config)#do write
Building configuration...
[OK]
RB3-UTH(config)#line console 0
RB3-UTH(config-line)#password cisco
RB3-UTH(config-line)#login
RB3-UTH(config-line)#line vty 0 4
RB3-UTH(config-line)#password cisco
RB3-UTH(config-line)#login
RB3-UTH(config-line)#do write
Building configuration...
[OK]
RB3-UTH(config-line)#exit

3. Configuración Interface Serial e Interface gigabit Ethernet:

RB3-UTH(config)#interface serial 0/0/1


RB3-UTH(config-if)#ip address 173.20.10.2 255.255.255.252
RB3-UTH(config-if)#no shutdown

RB3-UTH(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

RB3-UTH(config-if)#do write
Building configuration...
[OK]
RB3-UTH(config-if)#exit
RB3-UTH(config)#interface gigabitEthernet 0/0
RB3-UTH(config-if)#ip address 192.168.30.1 255.255.255.0
RB3-UTH(config-if)#no shutdown

RB3-UTH(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed


state to up

RB3-UTH(config-if)#do write
Building configuration...
[OK]

4. Configurar las Ip estáticas:

RB3-UTH#conf terminal
Enter configuration commands, one per line. End with CNTL/Z.
RB3-UTH(config)#ip route 192.168.10.0 255.255.255.0 serial 0/0/1
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB3-UTH(config)#ip route 192.168.20.0 255.255.255.0 serial 0/0/1
%Default route without gateway, if not a point-to-point interface, may impact
performance
RB3-UTH(config)#do write
Building configuration...
[OK]
1. Asignar un nombre al router:

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R-1
R-1(config)#do write
Building configuration...
[OK]
2. Configuración de Seguridad:

R-1(config)#banner motd #ACCESO RESTRINGIDO R-1#


R-1(config)#do write
Building configuration...
[OK]
R-1(config)#enable secret uth
R-1(config)#do write
Building configuration...
[OK]
R-1(config)#line console 0
R-1(config-line)#password cisco
R-1(config-line)#login
R-1(config-line)#line vty 0 4
R-1(config-line)#password cisco
R-1(config-line)#login
R-1(config-line)#do write
Building configuration...
[OK]
R-1(config-line)#exit

3. Configuración Interface Serial e Interface gigabit Ethernet:

R-1(config)#interface serial 0/0/0


R-1(config-if)#ip address 10.1.1.1 255.255.255.252
R-1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R-1(config-if)#do write
Building configuration...
[OK]
R-1(config-if)#exit
R-1(config)#interface serial 0/0/1
R-1(config-if)#ip address 10.1.1.5 255.255.255.252
R-1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down


R-1(config-if)#do write
Building configuration...
[OK]
R-1(config-if)#exit
R-1(config)#interface serial 0/1/0
R-1(config-if)#ip address 209.165.201.1 255.255.255.252
R-1(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


R-1(config-if)#do write
Building configuration...
[OK]
R-1(config-if)#exit
R-1(config)#interface gigabitEthernet 0/0
R-1(config-if)#ip address 10.1.50.1 255.255.255.0
R-1(config-if)#no shutdown

R-1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed
state to up

R-1(config-if)#do write
Building configuration...
[OK]
R-1(config-if)#exit
R-1(config)#interface gigabitEthernet 0/1
R-1(config-if)#ip address 10.1.40.1 255.255.255.0
R-1(config-if)#no shutdown

R-1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed


state to up

R-1(config-if)#do write
Building configuration...
[OK]

4. Configurar las Ip estáticas:

R-1(config-if)#exit
R-1(config)#ip route 10.1.20.0 255.255.255.0 serial 0/0/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
R-1(config)#ip route 10.1.10.0 255.255.255.0 serial 0/0/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
R-1(config)#ip route 10.1.70.0 255.255.255.0 serial 0/0/1
%Default route without gateway, if not a point-to-point interface, may impact
performance
R-1(config)#ip route 10.1.80.0 255.255.255.0 serial 0/0/1
%Default route without gateway, if not a point-to-point interface, may impact
performance
R-1(config)#ip route 209.165.202.0 255.255.255.0 serial 0/1/0
%Default route without gateway, if not a point-to-point interface, may impact
performance
R-1(config)#do write
Building configuration...
[OK]

1. Asignar un nombre al router:

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R-2
R-2(config)#do write
Building configuration...
[OK]

2. Configuración de seguridad:

R-2(config)#banner motd #ACCESO RESTRINGIDO R-2#


R-2(config)#do write
Building configuration...
[OK]
R-2(config)#enable secret uth
R-2(config)#do write
Building configuration...
[OK]
R-2(config)#line console 0
R-2(config-line)#password cisco
R-2(config-line)#login
R-2(config-line)#line vty 0 4
R-2(config-line)#password cisco
R-2(config-line)#login
R-2(config-line)#do write
Building configuration...
[OK]
R-2(config-line)#exit

3. Configuración Interface Serial e Interface gigabit Ethernet:

R-2(config)#interface serial 0/0/0


R-2(config-if)#ip address 209.165.201.2 255.255.255.252
R-2(config-if)#no shutdown

R-2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R-2(config-if)#do write
Building configuration...
[OK]
R-2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R-2(config-if)#exit
R-2(config)#interface gigabitEthernet 0/0
R-2(config-if)#ip address 209.165.202.3 255.255.255.0
R-2(config-if)#no shutdown

R-2(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed


state to up

R-2(config-if)#do write
Building configuration...
[OK]
R-2(config-if)#exit
R-2(config)#exit
R-2#
%SYS-5-CONFIG_I: Configured from console by console
R-2#exit
1. Asignar un nombre al router:

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R-3
R-3(config)#do write
Building configuration...
[OK]

2. Configuración de Seguridad:

R-3(config)#banner motd #ACCESO RESTRINGIDO R-3#


R-3(config)#do write
Building configuration...
[OK]
R-3(config)#enable secret uth
R-3(config)#do write
Building configuration...
[OK]
R-3(config)#line console 0
R-3(config-line)#password cisco
R-3(config-line)#login
R-3(config-line)#line vty 0 4
R-3(config-line)#password cisco
R-3(config-line)#login
R-3(config-line)#do write
Building configuration...
[OK]
R-3(config-line)#exit
3. Configuración Interface Serial e Interface gigabit Ethernet:

R-3(config)#interface serial 0/0/0


R-3(config-if)#ip address 10.1.1.2 255.255.255.252
R-3(config-if)#no shutdown

R-3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R-3(config-if)#do write
Building configuration...
[OK]
R-3(config-if)#exit
R-3(config)#interface gigabitEthernet 0/1
R-3(config-if)#ip address 10.1.10.1 255.255.255.0
R-3(config-if)#no shutdown

R-3(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed
state to up

R-3(config-if)#do write
Building configuration...
[OK]
R-3(config-if)#exit
R-3(config)#exit
R-3#
%SYS-5-CONFIG_I: Configured from console by console
R-3#exit
1. Asignar un nombre al router:

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R-4
R-4(config)#do write
Building configuration...
[OK]

2. Configuración de Seguridad:

R-4(config)#banner motd #ACCESO RESTRINDO R-4#


R-4(config)#do write
Building configuration...
[OK]
R-4(config)#enable secret uth
R-4(config)#do write
Building configuration...
[OK]
R-4(config)#line console 0
R-4(config-line)#password cisco
R-4(config-line)#login
R-4(config-line)#line vty 0 4
R-4(config-line)#password cisco
R-4(config-line)#login
R-4(config-line)#do write
Building configuration...
[OK]
R-4(config-line)#exit

3. Configuración Interface Serial e Interface gigabit Ethernet:

R-4(config)#interface serial 0/0/0


R-4(config-if)#ip address 10.1.1.6 255.255.255.252
R-4(config-if)#no shutdown
R-4(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

R-4(config-if)#do write
Building configuration...
[OK]
R-4(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up

R-4(config-if)#exit
R-4(config)#interface gigabitEthernet 0/0
R-4(config-if)#ip address 10.1.80.1 255.255.255.0
R-4(config-if)#no shutdown

R-4(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed
state to up

R-4(config-if)#do write
Building configuration...
[OK]
R-4(config-if)#exit
R-4(config)#interface gigabitEthernet 0/1
R-4(config-if)#ip address 10.1.70.1 255.255.255.0
R-4(config-if)#no shutdown

R-4(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed
state to up

R-4(config-if)#do write
Building configuration...
[OK]

R-4(config-if)#exit
R-4(config)#exit
R-4#
%SYS-5-CONFIG_I: Configured from console by console
R-4#exit

You might also like