0% found this document useful (0 votes)
49 views28 pages

Router 2 Configuration Errors

The document describes the configuration of several routers. Key points: 1. Router configurations are shown for routers R1, R2, ISP and R4, including interface configurations, passwords, routing protocols and static routes. 2. Router R1 and R2 are configured with FastEthernet, Serial and Virtual Terminal interfaces. RIP routing protocol is enabled on relevant networks. 3. ISP router is configured as an internet service provider with a Serial interface connected to R2. 4. Router R4 is configured with interfaces and static routes to reach other networks, and RIP to advertise its directly connected network.
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)
49 views28 pages

Router 2 Configuration Errors

The document describes the configuration of several routers. Key points: 1. Router configurations are shown for routers R1, R2, ISP and R4, including interface configurations, passwords, routing protocols and static routes. 2. Router R1 and R2 are configured with FastEthernet, Serial and Virtual Terminal interfaces. RIP routing protocol is enabled on relevant networks. 3. ISP router is configured as an internet service provider with a Serial interface connected to R2. 4. Router R4 is configured with interfaces and static routes to reach other networks, and RIP to advertise its directly connected network.
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

KONFIGURASI ROUTER 2 Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#line con 0 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#exit Router(config)#line vty 0 4 Router(config-line)#password cisco Router(config-line)#login Router(config-line)#exit Router(config)#enable password cisco Router(config)#int Fa0/0 Router(config-if)#no shutdown

Router(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

Router(config-if)#ip address [Link] [Link] Router(config-if)#exit Router(config)#int S0/2 %Invalid interface type and number

Router(config)#int S2/0 Router(config-if)#ip address [Link] [Link] Router(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial2/0, changed state to down Router(config-if)#no shutdown Router(config-if)#exit Router(config)#int S2/0 Router(config-if)#no shutdown Router(config-if)#ip address [Link] [Link] Router(config-if)#clock rate 64000 Router(config-if)#exit Router(config)#router rip Router(config-router)#network 172. ^ % Invalid input detected at '^' marker.

Router(config-router)#exit Router(config)#router rip Router(config-router)#network [Link] [Link] ^ % Invalid input detected at '^' marker.

Router(config-router)#network [Link] Router(config-router)#network [Link]

Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#exit Router(config)#router rip Router(config-router)#no auto summary Router(config-router)#version 2 Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#network [Link] Router(config-router)#exit Router(config)# %LINK-5-CHANGED: Interface Serial2/0, changed state to up

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

Router con0 is now available

Press RETURN to get started.

KONFIGURASI ROUTER 1 R1(config-if)#no shutdown R1(config-if)#clock rate 64000 R1(config-if)#ip address [Link] [Link] Bad mask 0xFFFFFFFD for address [Link] R1(config-if)#ip address [Link] [Link] R1(config-if)#ip address [Link] [Link] R1(config-if)#exit R1(config)#exit R1# %SYS-5-CONFIG_I: Configured from console by console

R1#show run Building configuration...

Current configuration : 816 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! !

! enable password cisco ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address [Link] [Link] duplex auto speed auto ! interface FastEthernet1/0 no ip address

duplex auto speed auto shutdown ! interface Serial2/0 ip address [Link] [Link] ! interface Serial3/0 ip address [Link] [Link] clock rate 64000 ! interface FastEthernet4/0 no ip address shutdown ! interface FastEthernet5/0 no ip address shutdown ! router rip version 2 network [Link] network [Link] no auto-summary !

ip classless ! ! ! ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

R1# config t Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#router rip R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#network [Link] R1(config-router)#version 2 R1(config-router)#exit R1(config)# R1# %SYS-5-CONFIG_I: Configured from console by console

R1#show run Building configuration...

Current configuration : 816 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1

! ! ! enable password cisco ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address [Link] [Link] duplex auto speed auto !

interface FastEthernet1/0 no ip address duplex auto speed auto shutdown ! interface Serial2/0 ip address [Link] [Link] ! interface Serial3/0 ip address [Link] [Link] clock rate 64000 ! interface FastEthernet4/0 no ip address shutdown ! interface FastEthernet5/0 no ip address shutdown ! router rip version 2 network [Link] network [Link]

no auto-summary ! ip classless ! ! ! ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

R1#

R1 con0 is now available

Press RETURN to get started.

KONFIGURASI ISP Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ISP ISP(config)#line con 0 ISP(config-line)#password cisco ISP(config-line)#exit ISP(config)#line vty 0 4 ISP(config-line)#password cisco ISP(config-line)#login ISP(config-line)#exit ISP(config)#enable password cisco ISP(config)#int Fa0/0 ISP(config-if)#no shutdown

ISP(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

ISP(config-if)#ip address [Link] [Link] ISP(config-if)#exit ISP(config)#int S2/0 ISP(config-if)#no shutdown

ISP(config-if)# %LINK-5-CHANGED: Interface Serial2/0, changed state to up

ISP(config-if)#ip address 10 %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up .1 ISP# %SYS-5-CONFIG_I: Configured from console by console

ISP#config t Enter configuration commands, one per line. End with CNTL/Z. ISP(config)#int S2/0 ISP(config-if)#no shutdown ISP(config-if)#ip address [Link] [Link] ISP(config-if)#exit ISP(config)# ISP# %SYS-5-CONFIG_I: Configured from console by console

ISP#show run Building configuration...

Current configuration : 702 bytes !

version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname ISP ! ! ! enable password cisco ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

! interface FastEthernet0/0 ip address [Link] [Link] duplex auto speed auto ! interface FastEthernet1/0 no ip address duplex auto speed auto shutdown ! interface Serial2/0 ip address [Link] [Link] ! interface Serial3/0 no ip address shutdown ! interface FastEthernet4/0 no ip address shutdown ! interface FastEthernet5/0 no ip address

shutdown ! ip classless ! ! ! ! ! ! ! line con 0 password cisco ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

ISP#config t

Enter configuration commands, one per line. End with CNTL/Z. ISP(config)#ip route

KONFIGURASI Router 4 ! ! enable password cisco ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 ip address [Link] [Link] duplex auto speed auto !

interface FastEthernet1/0 no ip address duplex auto speed auto shutdown ! interface Serial2/0 ip address [Link] [Link] ! interface Serial3/0 ip address [Link] [Link] clock rate 64000 ! interface FastEthernet4/0 no ip address shutdown ! interface FastEthernet5/0 no ip address shutdown ! ip classless ! ! !

! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

R4# R4#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R4(config)#interface Serial2/0 R4(config-if)# R4(config-if)#exit

R4(config)#

R4 con0 is now available

Press RETURN to get started.

User Access Verification

Password:

R4>en Password: R4# R4#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R4(config)#ip route [Link] [Link] [Link] %Inconsistent address and mask R4(config)#ip route [Link] [Link] [Link] %Inconsistent address and mask R4(config)# %LINK-5-CHANGED: Interface Serial3/0, changed state to up

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

R4# %SYS-5-CONFIG_I: Configured from console by console

R4#config t Enter configuration commands, one per line. End with CNTL/Z. R4(config)# R4(config)#ip route [Link] [Link] [Link] R4(config)#ip route [Link] [Link] [Link] R4(config)#router rip R4(config-router)#version 2 R4(config-router)#no auto summary R4(config-router)#network [Link] R4(config-router)#network [Link] R4(config-router)#exit R4(config)#ip route [Link] [Link] [Link] R4(config)#exit R4# %SYS-5-CONFIG_I: Configured from console by console

R4#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 [Link] to network [Link]

[Link]/30 is subnetted, 3 subnets R C C [Link] [120/1] via [Link], 00:00:16, Serial2/0 [Link] is directly connected, Serial3/0 [Link] is directly connected, Serial2/0 [Link]/24 is subnetted, 4 subnets R R S C [Link] [120/1] via [Link], 00:00:16, Serial2/0 [Link] [120/2] via [Link], 00:00:16, Serial2/0 [Link] [1/0] via [Link] [Link] is directly connected, FastEthernet0/0

S* [Link]/0 [1/0] via [Link] R4# R4#exit

R4 con0 is now available

Press RETURN to get started.

User Access Verification

Password:

R4>en

Password: R4#

You might also like