0% found this document useful (0 votes)
39 views8 pages

Route R

The document describes router configurations and IP routing table outputs for three routers - RouterR-R, RouterR-C, and RouterR-F. Key steps include: 1. RouterR-R is configured with interfaces for FastEthernet 0/0, FastEthernet 1/0, Serial 2/0, and Serial 3/0. A static default route is configured via Serial 3/0. 2. RouterR-C is configured with interfaces for FastEthernet 0/0, Serial 2/0, and Serial 3/0. Static routes are configured to networks reachable via Serial 2/0 and Serial 3/0. 3. RouterR-F is configured with interfaces for Serial 2/

Uploaded by

Luiis k'margo
Copyright
© © All Rights Reserved
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)
39 views8 pages

Route R

The document describes router configurations and IP routing table outputs for three routers - RouterR-R, RouterR-C, and RouterR-F. Key steps include: 1. RouterR-R is configured with interfaces for FastEthernet 0/0, FastEthernet 1/0, Serial 2/0, and Serial 3/0. A static default route is configured via Serial 3/0. 2. RouterR-C is configured with interfaces for FastEthernet 0/0, Serial 2/0, and Serial 3/0. Static routes are configured to networks reachable via Serial 2/0 and Serial 3/0. 3. RouterR-F is configured with interfaces for Serial 2/

Uploaded by

Luiis k'margo
Copyright
© © All Rights Reserved
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/ 8

RouteR-R

RouterR-R#enable
RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#int s2/0
RouterR-R(config-if)#shutdown
RouterR-R(config-if)#do 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

192.168.1.0/27 is subnetted, 2 subnets


C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0

RouterR-R(config-if)#
RouterR-R>enable
RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#exit
RouterR-R#
%SYS-5-CONFIG_I: Configured from console by console

RouterR-R#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 40.0.0.2 to network 0.0.0.0

40.0.0.0/30 is subnetted, 1 subnets


C 40.0.0.0 is directly connected, Serial3/0
192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [1/0] via 40.0.0.2

RouterR-R#enable
RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#int s2/0
RouterR-R(config-if)#shutdown
RouterR-R(config-if)#ip route 0.0.0.0 0.0.0.0 40.0.0.2 5
RouterR-R(config)#exit
RouterR-R#
%SYS-5-CONFIG_I: Configured from console by console

RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#show ip route
^
% Invalid input detected at '^' marker.
RouterR-R(config)#exit
RouterR-R#
%SYS-5-CONFIG_I: Configured from console by console

RouterR-R#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 40.0.0.2 to network 0.0.0.0

40.0.0.0/30 is subnetted, 1 subnets


C 40.0.0.0 is directly connected, Serial3/0
192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [5/0] via 40.0.0.2

RouterR-R#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 40.0.0.2 to network 0.0.0.0

40.0.0.0/30 is subnetted, 1 subnets


C 40.0.0.0 is directly connected, Serial3/0
192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [5/0] via 40.0.0.2

RouterR-R#
RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#interface serial 2/0
RouterR-R(config-if)#ip address 192.168.1.65 255.255.255.224
% 192.168.1.64 overlaps with FastEthernet1/0
RouterR-R(config-if)#ip address 10.0.0.1 255.255.255.252
RouterR-R(config-if)#exit
RouterR-R(config)#interface serial 2/0
RouterR-R(config-if)#ip address 10.0.0.1 255.255.255.252
RouterR-R(config-if)#no shutdown

RouterR-R(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up
RouterR-R(config-if)#ex
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up
it
RouterR-R(config)#exit

TABLAS DE ENRUTAMIENTO
RouterR-R#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 10.0.0.2 to network 0.0.0.0

10.0.0.0/30 is subnetted, 1 subnets


C 10.0.0.0 is directly connected, Serial2/0
40.0.0.0/30 is subnetted, 1 subnets
C 40.0.0.0 is directly connected, Serial3/0
192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [1/0] via 10.0.0.2
DESACTIVANDO LA INTERFACE SERIAL 2/0 Y MOSTRANDO TABLAS DE
ENRUTAMIENTO

RouterR-R#int s2/0
^
% Invalid input detected at '^' marker.
RouterR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-R(config)#int s2/0
RouterR-R(config-if)#shutdown

RouterR-R(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to administratively down

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to down

RouterR-R(config-if)#do 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 40.0.0.2 to network 0.0.0.0


40.0.0.0/30 is subnetted, 1 subnets
C 40.0.0.0 is directly connected, Serial3/0
192.168.1.0/27 is subnetted, 2 subnets
C 192.168.1.32 is directly connected, FastEthernet0/0
C 192.168.1.64 is directly connected, FastEthernet1/0
S* 0.0.0.0/0 [5/0] via 40.0.0.2

RouteR-C
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RouterR-C
RouterR-C(config)#ip address 192.168.1.1 255.255.255.224
^
% Invalid input detected at '^' marker.
RouterR-C(config)#interface fastEthernet 0/0
RouterR-C(config-if)#ip address 192.168.1.1 255.255.255.224
RouterR-C(config-if)#no shutdownn
^
% Invalid input detected at '^' marker.
RouterR-C(config-if)#no shutdown

RouterR-C(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up

RouterR-C(config-if)#exit
RouterR-C(config)#interface serial 2/0
RouterR-C(config-if)#ip address 50.0.0.1 255.255.255.252
RouterR-C(config-if)#no shutdown

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


RouterR-C(config-if)#exit
RouterR-C(config)#interface serial 3/0
RouterR-C(config-if)#ip address 10.0.0.2 255.255.255.252
RouterR-C(config-if)#no shutdown

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


RouterR-C(config-if)#exit
RouterR-C(config)#ip route 40.0.0.0 255.255.255.252 50.0.0.2
RouterR-C(config)#ip route 192.168.1.32 255.255.255.224 10.0.0.1
RouterR-C(config)#ip route 192.168.1.64 255.255.255.224 10.0.0.1
RouterR-C(config)#ip route 192.168.1.32 255.255.255.224 50.0.0.2
RouterR-C(config)#ip route 192.168.1.64 255.255.255.224 50.0.0.2
RouterR-C(config)#exit
RouterR-C#
%SYS-5-CONFIG_I: Configured from console by console

RouterR-C#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

RouterR-C>enable
RouterR-C#configure
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
RouterR-C(config)#ip route 192.168.1.32 255.255.255.224 50.0.0.2 5
RouterR-C(config)#ip route 192.168.1.64 255.255.255.224 50.0.0.2 5
RouterR-C(config)#exit
RouterR-C#
%SYS-5-CONFIG_I: Configured from console by console
RouteR-F
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RouteR-R
RouteR-R(config)#exit
RouteR-R#
%SYS-5-CONFIG_I: Configured from console by console

RouteR-R#hostname RouteR-F
^
% Invalid input detected at '^' marker.
RouteR-R#exit

RouteR-R>enable
RouteR-R#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
RouteR-R(config)#hostname RouteR-F
RouteR-F(config)#interface serial 2/0
RouteR-F(config-if)#ip adress 50.0.0.2 255.255.255.252
^
% Invalid input detected at '^' marker.
RouteR-F(config-if)#ip address 50.0.0.2 255.255.255.252
RouteR-F(config-if)#no shutdown
RouteR-F(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

RouteR-F(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

RouteR-F(config)#interface serial 3/0


RouteR-F(config-if)#ip address 40.0.0.2 255.255.255.252
RouteR-F(config-if)#no shutdown

RouteR-F(config-if)#
%LINK-5-CHANGED: Interface Serial3/0, changed state to up

RouteR-F(config-if)#exit
RouteR-F(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial3/0, changed state to up

RouteR-F(config)#ip route 192.168.1.32 255.255.255.224 40.0.0.1


RouteR-F(config)#ip route 192.168.1.0 255.255.255.224 50.0.0.1
RouteR-F(config)#ip route 192.168.1.64 255.255.255.224 40.0.0.1
RouteR-F(config)#exit
RouteR-F#
%SYS-5-CONFIG_I: Configured from console by console

RouteR-F#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

40.0.0.0/30 is subnetted, 1 subnets


C 40.0.0.0 is directly connected, Serial3/0
50.0.0.0/30 is subnetted, 1 subnets
C 50.0.0.0 is directly connected, Serial2/0
192.168.1.0/27 is subnetted, 3 subnets
S 192.168.1.0 [1/0] via 50.0.0.1
S 192.168.1.32 [1/0] via 40.0.0.1
S 192.168.1.64 [1/0] via 40.0.0.1

You might also like