Vous êtes sur la page 1sur 30

Manuel Rangel Gutirrez

Redes de Computadora 2

Practica 6
Escenario A
Paso 1: Examinar las ID actuales del router en la topologa.
Dado que no se ha configurado ninguna ID o interfaz de loopback en los tres routers, la ID de
router para cada ruta se determina segn la direccin IP ms alta de cualquier interfaz activa.
Cul es la ID del router en R1? 192.168.10.5
Cul es la ID del router en R2? 192.168.10.9
Cul es la ID del router en R3? 192.168.10.10
Paso 3: Recargar los routers para obligar que se utilicen las nuevas ID del router.
Cuando se configura una nueva ID del router, sta no se utilizar hasta que el proceso OSPF se
reinicie. Asegrese de guardar en NVRAM las configuraciones actuales y luego utilice el
comando reload para reiniciar cada router.
Cul es la ID del router en R1 cuando se recarga el router? 10.1.1.1
Cul es la ID del router en R2 cuando se recarga el router? 10.2.2.2
Cul es la ID del router en R3 cuando se recarga el router? 10.3.3.3

Router 1
Show Ip protocols
R1#show ip protocols
Routing Protocol is "ospf 1"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.10.5
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.16 0.0.0.15 area 0
192.168.10.0 0.0.0.3 area 0
192.168.10.4 0.0.0.3 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.10.5

110

00:10:58

192.168.10.9

110

00:10:23

192.168.10.10

110

00:10:23

Distance: (default is 110)

Manuel Rangel Gutirrez


Redes de Computadora 2
R1#show ip interface brief
Interface

IP-Address

OK? Method Status

Protocol

FastEthernet0/0

172.16.1.17

YES manual up

up

FastEthernet0/1

unassigned

YES NVRAM administratively down down

Serial0/0/0

192.168.10.1 YES manual up

up

Serial0/0/1

192.168.10.5 YES manual up

up

Serial0/1/0

unassigned

YES NVRAM administratively down down

Serial0/1/1

unassigned

YES NVRAM administratively down down

Loopback0

10.1.1.1

Loopback1

172.30.1.1

Vlan1

unassigned

YES manual up

YES manual up

up

up

YES NVRAM administratively down down

R1#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks

Manuel Rangel Gutirrez


Redes de Computadora 2
C

10.1.1.1/32 is directly connected, Loopback0

10.10.10.0/24 [110/66754] via 192.168.10.2, 00:09:58, Serial0/0/0


172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

172.16.1.16/28 is directly connected, FastEthernet0/0

172.16.1.32/29 [110/66754] via 192.168.10.6, 00:46:13, Serial0/0/1


172.30.0.0/30 is subnetted, 1 subnets

172.30.1.0 is directly connected, Loopback1


192.168.10.0/30 is subnetted, 3 subnets

192.168.10.0 is directly connected, Serial0/0/0

192.168.10.4 is directly connected, Serial0/0/1

192.168.10.8 [110/75367] via 192.168.10.6, 00:46:13, Serial0/0/1

S* 0.0.0.0/0 is directly connected, Loopback1


R1#
R1#
R1#show running-config
Building configuration...

Current configuration : 1448 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$9cTjUIEqNGurQiFU.ZeCi1
!
!
!

Manuel Rangel Gutirrez


Redes de Computadora 2
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 10.1.1.1 255.255.255.255
!
interface Loopback1
ip address 172.30.1.1 255.255.255.252
!
interface FastEthernet0/0
ip address 172.16.1.17 255.255.255.240
duplex auto

Manuel Rangel Gutirrez


Redes de Computadora 2
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
bandwidth 64
ip address 192.168.10.1 255.255.255.252
ip ospf hello-interval 5
ip ospf dead-interval 20
clock rate 64000
!
interface Serial0/0/1
bandwidth 64
ip address 192.168.10.5 255.255.255.252
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!
interface Vlan1
no ip address
shutdown

Manuel Rangel Gutirrez


Redes de Computadora 2
!
router ospf 1
log-adjacency-changes
auto-cost reference-bandwidth 10000
network 172.16.1.16 0.0.0.15 area 0
network 192.168.10.0 0.0.0.3 area 0
network 192.168.10.4 0.0.0.3 area 0
default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Loopback1
!
ip flow-export version 9
!
!
!
banner motd ^C
BIENVENIDO AL ROUTER 1
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco
login

Manuel Rangel Gutirrez


Redes de Computadora 2
!
!
!
end

R1#
R1#
R1#
R1#

Router 2
R2#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.10.9
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
10.10.10.0 0.0.0.255 area 0
192.168.10.0 0.0.0.3 area 0
192.168.10.8 0.0.0.3 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.10.5

110

00:10:17

192.168.10.9

110

00:09:43

192.168.10.10

110

00:09:43

Distance: (default is 110)


R2#show interface brief
^

Manuel Rangel Gutirrez


Redes de Computadora 2
% Invalid input detected at '^' marker.

R2#show ip interface brief


Interface

IP-Address

OK? Method Status

Protocol

FastEthernet0/0

10.10.10.1

YES manual up

up

FastEthernet0/1

unassigned

YES NVRAM administratively down down

Serial0/0/0

192.168.10.2 YES manual up

up

Serial0/0/1

192.168.10.9 YES manual up

up

Serial0/1/0

unassigned

YES NVRAM administratively down down

Serial0/1/1

unassigned

YES NVRAM administratively down down

Loopback0

10.2.2.2

Vlan1

unassigned

YES manual up

YES NVRAM administratively down down

R2#show running-config
Building configuration...

Current configuration : 1317 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!

up

Manuel Rangel Gutirrez


Redes de Computadora 2
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 10.2.2.2 255.255.255.255
!

Manuel Rangel Gutirrez


Redes de Computadora 2
interface FastEthernet0/0
ip address 10.10.10.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
bandwidth 64
ip address 192.168.10.2 255.255.255.252
ip ospf hello-interval 5
ip ospf dead-interval 20
!
interface Serial0/0/1
bandwidth 64
ip address 192.168.10.9 255.255.255.252
clock rate 64000
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000
shutdown
!

Manuel Rangel Gutirrez


Redes de Computadora 2
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
auto-cost reference-bandwidth 10000
network 10.10.10.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.3 area 0
network 192.168.10.8 0.0.0.3 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C
BIENVENIDO AL ROUTER 2
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco

Manuel Rangel Gutirrez


Redes de Computadora 2
login
!
!
!
end
R2#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is 192.168.10.10 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks


C

10.2.2.2/32 is directly connected, Loopback0

10.10.10.0/24 is directly connected, FastEthernet0/0


172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

172.16.1.16/28 [110/66754] via 192.168.10.1, 00:16:06, Serial0/0/0

172.16.1.32/29 [110/66754] via 192.168.10.10, 00:52:19, Serial0/0/1


192.168.10.0/30 is subnetted, 3 subnets

192.168.10.0 is directly connected, Serial0/0/0

192.168.10.4 [110/75637] via 192.168.10.10, 00:52:31, Serial0/0/1

192.168.10.8 is directly connected, Serial0/0/1

O*E2 0.0.0.0/0 [110/1] via 192.168.10.10, 01:01:42, Serial0/0/1


[110/1] via 192.168.10.1, 00:16:06, Serial0/0/0

Manuel Rangel Gutirrez


Redes de Computadora 2

Router 3
R3#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.10.10
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.32 0.0.0.7 area 0
192.168.10.4 0.0.0.3 area 0
192.168.10.8 0.0.0.3 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.10.5

110

00:09:12

192.168.10.9

110

00:08:37

192.168.10.10

110

00:08:37

Distance: (default is 110)


R3#show running-config
Building configuration...

Current configuration : 1438 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!

Manuel Rangel Gutirrez


Redes de Computadora 2
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback0
ip address 10.3.3.3 255.255.255.255
!
interface Loopback1

Manuel Rangel Gutirrez


Redes de Computadora 2
ip address 172.30.1.1 255.255.255.252
!
interface FastEthernet0/0
ip address 172.16.1.33 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
bandwidth 1562
ip address 192.168.10.6 255.255.255.252
ip ospf cost 1562
clock rate 64000
!
interface Serial0/0/1
bandwidth 1562
ip address 192.168.10.10 255.255.255.252
ip ospf cost 1562
!
interface Serial0/1/0
no ip address
clock rate 2000000
shutdown
!
interface Serial0/1/1
no ip address
clock rate 2000000

Manuel Rangel Gutirrez


Redes de Computadora 2
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
auto-cost reference-bandwidth 10000
network 172.16.1.32 0.0.0.7 area 0
network 192.168.10.4 0.0.0.3 area 0
network 192.168.10.8 0.0.0.3 area 0
default-information originate
!
ip classless
ip route 0.0.0.0 0.0.0.0 Loopback1
!
ip flow-export version 9
!
!
!
banner motd ^C
BIENVENIDO AL ROUTER 3
^C
!
!
!
!
line con 0
password cisco
login
!

Manuel Rangel Gutirrez


Redes de Computadora 2
line aux 0
!
line vty 0 4
password cisco
login
!
!
!
end
R3#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks


C

10.3.3.3/32 is directly connected, Loopback0

10.10.10.0/24 [110/2754] via 192.168.10.9, 00:58:47, Serial0/0/1


172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks

172.16.1.16/28 [110/2754] via 192.168.10.5, 00:59:14, Serial0/0/0

172.16.1.32/29 is directly connected, FastEthernet0/0


172.30.0.0/30 is subnetted, 1 subnets

172.30.1.0 is directly connected, Loopback1


192.168.10.0/30 is subnetted, 3 subnets

192.168.10.0 [110/75637] via 192.168.10.5, 00:58:37, Serial0/0/0


[110/75637] via 192.168.10.9, 00:58:37, Serial0/0/1

192.168.10.4 is directly connected, Serial0/0/0

Manuel Rangel Gutirrez


Redes de Computadora 2
C

192.168.10.8 is directly connected, Serial0/0/1

S* 0.0.0.0/0 is directly connected, Loopback1


R3#
R3#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 10.3.3.3
It is an autonomous system boundary router
Redistributing External Routes from,
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
172.16.1.32 0.0.0.7 area 0
192.168.10.4 0.0.0.3 area 0
192.168.10.8 0.0.0.3 area 0
Routing Information Sources:
Gateway

Distance

Last Update

10.1.1.1

110

00:22:16

10.2.2.2

110

00:22:16

10.3.3.3

110

00:28:03

Distance: (default is 110)

Manuel Rangel Gutirrez


Redes de Computadora 2

Escenario B
Router 1
R1#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, FastEthernet0/0


192.168.31.0/32 is subnetted, 1 subnets
C

192.168.31.11 is directly connected, Loopback1

R1#show ip interface brief


Interface

IP-Address

OK? Method Status

Protocol

FastEthernet0/0

192.168.1.1

YES manual up

FastEthernet0/1

unassigned

YES unset administratively down down

Loopback1

Vlan1

192.168.31.11 YES manual up

unassigned

Building configuration...

Current configuration : 867 bytes

version 12.4

up

YES unset administratively down down

R1#show running-config

up

Manuel Rangel Gutirrez


Redes de Computadora 2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!

Manuel Rangel Gutirrez


Redes de Computadora 2
!
!
!
interface Loopback1
ip address 192.168.31.11 255.255.255.255
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip ospf priority 255
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!

Manuel Rangel Gutirrez


Redes de Computadora 2
banner motd ^C

BIENVENIDO AL ROUTER 1
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco
login
!
!
!
end

R1#
R1#
R1#
R1#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.31.11

Manuel Rangel Gutirrez


Redes de Computadora 2
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.1.0 0.0.0.255 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.31.11

110

00:02:43

192.168.31.22

110

00:02:43

192.168.31.33

110

00:01:24

Distance: (default is 110)

Router 2
R2#show ip interface brief
Interface

IP-Address

OK? Method Status

Protocol

FastEthernet0/0

192.168.1.2

YES manual up

FastEthernet0/1

unassigned

YES unset administratively down down

Loopback1

Vlan1

192.168.31.22 YES manual up

unassigned

up

up

YES unset administratively down down

R2#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

Manuel Rangel Gutirrez


Redes de Computadora 2
C 192.168.1.0/24 is directly connected, FastEthernet0/0
192.168.31.0/32 is subnetted, 1 subnets
C

192.168.31.22 is directly connected, Loopback1

R2#show running-config
Building configuration...

Current configuration : 864 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!

Manuel Rangel Gutirrez


Redes de Computadora 2
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback1
ip address 192.168.31.22 255.255.255.255
!
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
ip ospf priority 0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1

Manuel Rangel Gutirrez


Redes de Computadora 2
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C
BIENVENIDO AL ROUTER 2
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco
login
!
!
!
end

R2#

Manuel Rangel Gutirrez


Redes de Computadora 2
R2#
R2#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.31.22
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.1.0 0.0.0.255 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.31.11

110

00:17:19

192.168.31.22

110

00:17:19

192.168.31.33

110

00:16:00

Distance: (default is 110)

Router 3
R3#show ip route
Codes: C - connected, S - static, I - IGRP, 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, E - EGP
i - IS-IS, 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

Gateway of last resort is not set

C 192.168.1.0/24 is directly connected, FastEthernet0/0


192.168.31.0/32 is subnetted, 1 subnets
C

192.168.31.33 is directly connected, Loopback1

R3#show ip interface brief


Interface

IP-Address

OK? Method Status

Protocol

Manuel Rangel Gutirrez


Redes de Computadora 2
FastEthernet0/0

192.168.1.3

YES manual up

FastEthernet0/1

unassigned

YES unset administratively down down

Loopback1

Vlan1

192.168.31.33 YES manual up

unassigned

Building configuration...

Current configuration : 866 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1

!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup

up

YES unset administratively down down

R3#show running-config

up

Manuel Rangel Gutirrez


Redes de Computadora 2
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface Loopback1
ip address 192.168.31.33 255.255.255.255
!
interface FastEthernet0/0
ip address 192.168.1.3 255.255.255.0
ip ospf priority 100
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 192.168.1.0 0.0.0.255 area 0
!
ip classless
!
ip flow-export version 9
!
!
!
banner motd ^C

Manuel Rangel Gutirrez


Redes de Computadora 2
BIENVENIDO AL ROUTER 3
^C
!
!
!
!
line con 0
password cisco
login
!
line aux 0
!
line vty 0 4
password cisco
login
!
!
!
end

R3#
R3#show ip protocols

Routing Protocol is "ospf 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Router ID 192.168.31.33
Number of areas in this router is 1. 1 normal 0 stub 0 nssa
Maximum path: 4
Routing for Networks:
192.168.1.0 0.0.0.255 area 0
Routing Information Sources:
Gateway

Distance

Last Update

192.168.31.11

110

00:27:03

192.168.31.22

110

00:28:32

192.168.31.33

110

00:18:47

Distance: (default is 110)

Vous aimerez peut-être aussi