Вы находитесь на странице: 1из 13

Pedro Hernan Magdaleno

Saldaña

Redes convergentes
Actividad 1.1.2.7

Actividad 1.2.1.6
Actividad 1.2.2.4
Actividad 1.2.3.3
Router#
Router# configure terminal
Router(config)# hostname R1
R1(config)# enable secret class
R1(config)# line console 0
R1(config-line)# password cisco
R1(config-line)# login
R1(config-line)# exec-timeout 0 0
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-line)# exec-timeout 0 0
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-line)# exec-timeout 5 0
R1(config-line)# line vty 0 15
R1(config-line)# password cisco
R1(config-line)# login
R1(config-line)# exit
R1(config)#
Configure the router to encrypt all plain text passwords.
R1(config)# service password-encryption
Set the MOTD to 'Authorized Access Only!' using a '$' as the delimiter character.
R1(config)# banner motd $Authorized Access Only!$
Configure the GigabitEthernet0/0 interface in order with the following
parameters:

 Description of 'Link to LAN 1'


 IP address 172.16.1.1/24
 Activate the interface

R1(config)# interface GigabitEthernet0/0


R1(config-if)# description Link to LAN 1
R1(config-if)# ip address 172.16.1.1 255.255.255.0
R1(config-if)# no shutdown
R1(config-if)#
Configure the Serial0/0/0 interface in order with the following
parameters:
 Description of 'Link to R2'
 IP address 172.16.3.1/30
 Clock rate 128000
 Activate the interface

R1(config-if)# interface Serial0/0/1


***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# interface Serial 0/0/1


***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# interface serial 0/0/1


***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# interface Serial0/0/0


R1(config-if)# description Link to R2
R1(config-if)# ip address 172.16.3.1 255.255.255.252
R1(config-if)# no shutdown
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# clock rate 128000


R1(config-if)# no shutdown
R1(config-if)#
Configure the Serial0/0/1 interface in order with the following
parameters:

 Description of 'Link to R3'


 IP address 192.168.10.5/30
 Activate the interface

R1(config-if)# interface Serial0/0/1


R1(config-if)# description Link to R3
R1(config-if)# ip address 192.168.10.5 255.255.255.252
R1(config-if)# no shutdown
R1(config-if)#
Configure RIPv2 routing protocol with the following:

 Advertise 172.16.0.0/16 network


 Advertise 192.168.10.0/24 network
 Disable auto summarization

R1(config-if)# config t
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# exit
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-if)# router rip


R1(config-router)# version 2
R1(config-router)# passive-interface g0/1
***You must enter the exact and full command. Commands that include a name
or password are case-sensitive.***

R1(config-router)# network 172.16.0.0


R1(config-router)# network 192.168.10.0
R1(config-router)# no auto-summary
R1(config-router)#
Return directly to privileged EXEC mode and display the current configuration.
R1(config-router)# end
R1# show running-config
Building configuration

Current configuration : 1242 bytes


!
Version 15.1
Service timestamps debug datetime msec
Service timestamps log datetime msec
Service password-encryption
!
hostname R1
!
enable secret class
!
(output omitted)
!
interface GigabitEthernet0/0
description Link to LAN 1
ip address 172.16.1.1 255.255.255.0
no shutdown
!
interface Serial0/0/0
description Link to R2
ip address 172.16.3.1 255.255.255.252
clock rate 128000
no shutdown
!
interface Serial0/0/1
description Link to R3
ip address 192.168.10.5 255.255.255.252
no shutdown
!
router rip
version 2
network 172.16.0.0
network 192.168.10.0
no auto-summary
!
banner motd ^C Authorized Access Only! ^C
!
line console 0
password cisco
login
exec-timeout 5 0
Line aux 0
line vty 0 4
password cisco
login

transport input none


line vty 5 15
password cisco
login
transport input none
You successfully completed the basic configurations on router R1.
Actividad 1.2.3.4
Issue the command to display information about the IPv4 routing protocols configured.
R1# show ip protocols
*** IP Routing is NSF aware ***

Routing Protocol is "application"


Sending updates every 0 seconds
Invalid after 0 seconds, hold down 0, flushed after 0
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Maximum path: 32
Routing for Networks:
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 4)

Routing Protocol is "rip"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 26 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial0/0/0 2 2
Serial0/0/1 2 2
Interface Send Recv Triggered RIP Key-chain
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
172.16.0.0
192.168.10.0
Passive Interface(s):
GigabitEthernet0/0
Routing Information Sources:
Gateway Distance Last Update
192.168.10.6 120 00:00:24
172.16.3.2 120 00:00:16
Distance: (default is 120)
Issue the command to display the routing table.
R1# show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile,
B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS
level-2
ia - IS-IS inter area, * - candidate default, U - per-user static
route
o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
a - application route
+ - replicated route, % - next hop override

Gateway of last resort is not set

172.16.0.0/16 is variably subnetted, 6 subnets, 3 masks


C 172.16.1.0/24 is directly connected, GigabitEthernet0/0
L 172.16.1.1/32 is directly connected, GigabitEthernet0/0
R 172.16.2.0/24 [120/1] via 172.16.3.2, 00:00:15, Serial0/0/0
R 172.16.3.0/24 [120/1] via 192.168.10.6, 00:00:23, Serial0/0/1
C 172.16.3.0/30 is directly connected, Serial0/0/0
L 172.16.3.1/32 is directly connected, Serial0/0/0
192.168.10.0/24 is variably subnetted, 3 subnets, 2 masks
C 192.168.10.4/30 is directly connected, Serial0/0/1
L 192.168.10.5/32 is directly connected, Serial0/0/1
R 192.168.10.8/30 [120/1] via 192.168.10.6, 00:00:23, Serial0/0/1
Issue the command to display a brief summary of all interfaces.
R1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Embedded-Service-Engine0/0 unassigned YES unset administratively
down down
GigabitEthernet0/0 172.16.1.1 YES manual up up
GigabitEthernet0/1 unassigned YES unset administratively down down
Serial0/0/0 172.16.3.1 YES manual up up
Serial0/0/1 192.168.10.5 YES manual up up
Issue the command to display the configured protocols.
R1# show protocols
Global values:
Internet Protocol routing is enabled
Embedded-Service-Engine0/0 is administratively down, line protocol
is down
GigabitEthernet0/0 is up, line protocol is up
Internet address is 172.16.1.1/24
GigabitEthernet0/1 is administratively down, line protocol is down
Serial0/0/0 is up, line protocol is up
Internet address is 172.16.3.1/30
Serial0/0/1 is up, line protocol is up
Internet address is 192.168.10.5/30
Issue the command to display information about directly connected Cisco devices.
R1# show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route
Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay

Device ID Local Intrfce Holdtme Capability Platform Port ID


S1 Gig 0/0 171 S I WS-C2960- Fas 0/5
R2 Ser 0/0/0 135 R B S I CISCO1941 Ser 0/0/0
R3 Ser 0/0/1 165 R B S I CISCO1941 Ser 0/0/0

Total cdp entries displayed : 3


You successfully verified the configurations on router R1.
Actividad 1.3.1.2
Configure a switch with the following parameters:

 Set the hostname to S1


 Create an SVI for Vlan 99 with an ip address of 172.17.99.11 /24
 Enable SVI
 Set the default gateway to 172.17.99.1

Switch# configure terminal


Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# hostname S1

S1(config)# interface vlan 99


S1(config-if)# ip address 172.17.99.11 255.255.255.0
S1(config-if)# default gateway 172.17.99.1
***You must enter the exact and full command. Commands that include a name or
password are case-sensitive.***

S1(config-if)# no shutdown
S1(config-if)# ip default-gateway 172.17.99.1
S1(config-if)#
Verify SVI has been configured and enabled

 Return to privileged EXEC mode


 Use a show command to display a summary of the status of all interfaces

S1(config-if)# end
S1# show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan1 unassigned YES unset administratively down down
Vlan99 172.17.99.11 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down
down
FastEthernet0/2 unassigned YES unset administratively down
down
FastEthernet0/3 unassigned YES unset administratively down
down
FastEthernet0/4 unassigned YES unset administratively down
down
FastEthernet0/5 unassigned YES unset administratively down
down
You successfully completed the basic configurations on switch S1.

Вам также может понравиться