Lab 8 Configure and Verify RIP TUGIYONO 15.240.0187

Objective Configure routers using basic configurations and RIP routing. Background / Preparation A simple routed network has been set up to assist in studying RIP routing behavior. Step 1: Configure SVC01 router using RIP Routing a. Configure FastEthernet 0/0 using the IP address 10.0.0.254/8. SVC01>ENA SVC01#CONF T Enter configuration commands, one per line. End with CNTL/Z. SVC01(config)#int fa0/0

SVC01(config-if)#ip add 10.0.0254 255.0.0.0 ^ % Invalid input detected at '^' marker. SVC01(config-if)#ip add 10.0.0.254 255.0.0.0 SVC01(config-if)#no shut

b. Configure Serial 0/0/0 1. Configure Serial 0/0/0 using the first usable IP address in the network 192.168.1.0/24 to connect to the RTR01 router. 2. Configure the clock rate of 64000. SVC01(config)#int s0/0/0 SVC01(config-if)#ip add 192.168.1.1 255.255.255.0 SVC01(config-if)#clock rate 64000 SVC01(config-if)#no shut

c. Configure Serial 0/0/1 using the first usable IP address in the network 192.168.2.0/24.

SVC01(config)#int s0/0/1 SVC01(config-if)#ip add 192.168.2.1 255.255.255.0 SVC01(config-if)#clock rate 64000 SVC01(config-if)#no shut

d. Configure RIP routing to advertise all networks. e. Enable all interfaces SVC01(config)#router RIP SVC01(config-router)#ver 2 SVC01(config-router)#net 10.0.0.0 SVC01(config-router)#net 192.168.1.0 SVC01(config-router)#net 192.168.2.0

f. Configure end devices 1. Configure Server0 using the first usable IP address in the network 10.0.0.0/8.

2. Configure the appropriate default gateway and subnet mask.

3. Configure Printer0 using the second usable IP addresses in the network 10.0.0.0/8. 4. Configure the appropriate default gateway and subnet mask.

Step 2: Configure RTR01 router using RIP Routing a. Configure FastEthernet 0/0 using the first usable IP address in the network 192.168.0.0/24 to connect to the RTR02 router.

b. Configure Serial 0/0/0 using the second usable IP address in the network 192.168.1.0/24 to connect to the SVC01 router.

c. Configure FastEthernet 0/1 using the IP address 172.16.254.254/16.

d. Configure RIP routing to advertise all networks. e. Enable all interfaces RTR01(config)#router rip RTR01(config-router)#network 192.168.0.0 RTR01(config-router)#network 192.168.1.0 RTR01(config-router)#network 172.16.0.0

f. Configure end devices 1. Configure PC0 using the first usable IP addresses in the network 172.16.0.0/16.

2. Configure PC1 using the second usable IP addresses in the network 172.16.0.0/16.

Step 3: Configure RTR02 router using RIP Routing a. Configure FastEthernet 0/0 using the second usable IP address in the network 192.168.0.0/24 to connect to the RTR01 router.

b. Configure Serial 0/0/0 using the second usable IP address in the network 192.168.2.0/24 to connect to the SVC01 router.

c. Configure FastEthernet 0/1 using the IP address 172.17.254.254/16.

d. Configure RIP routing to advertise all networks. e. Enable all interfaces RTR02(config)#router rip RTR02(config-router)#network 192.168.0.0 RTR02(config-router)#network 192.168.2.0 RTR02(config-router)#network 172.17.0.0

f. Configure end devices 1. Configure PC2 using the first usable IP addresses in the network 172.17.0.0/16.

2. Configure PC3 using the second usable IP addresses in the network 172.17.0.0/16.

Step 4: Verify RIP Configuration each router At the command prompt for each router, use the IP routing verification commands show ip protocols and show ip route. Each router should show routes for remote networks designated with an R in the routing table output from the show ip routecommand. SVC01#show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds, next due in 18 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 2, receive 2 Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 2 2 Serial0/0/0 2 2 Serial0/0/1 2 2 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 10.0.0.0 192.168.1.0 192.168.2.0

Passive Interface(s): Routing Information Sources: Gateway Distance Last Update Distance: (default is 120) SVC01#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 10.0.0.0/8 is directly connected, FastEthernet0/0 C 192.168.1.0/24 is directly connected, Serial0/0/0 C 192.168.2.0/24 is directly connected, Serial0/0/1 RTR01#show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds, next due in 2 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 1 2 1 Serial0/0/0 1 2 1 FastEthernet0/1 1 2 1 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 172.16.0.0 192.168.0.0 192.168.1.0 Passive Interface(s): Routing Information Sources: Gateway Distance Last Update 192.168.1.1 120 00:00:18 Distance: (default is 120) RTR01#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 172.16.0.0/16 is directly connected, FastEthernet0/1 C 192.168.0.0/24 is directly connected, FastEthernet0/0 C 192.168.1.0/24 is directly connected, Serial0/0/0

RTR02#show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds, next due in 27 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain FastEthernet0/0 1 2 1 Serial0/0/0 1 2 1 FastEthernet0/1 1 2 1 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 172.17.0.0 192.168.0.0 192.168.2.0 Passive Interface(s): Routing Information Sources: Gateway Distance Last Update 192.168.2.1 120 00:00:00 192.168.0.1 120 00:00:03 Distance: (default is 120) RTR02#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 R 10.0.0.0/8 [120/1] via 192.168.2.1, 00:00:19, Serial0/0/0 R 172.16.0.0/16 [120/1] via 192.168.0.1, 00:00:23, FastEthernet0/0 C 172.17.0.0/16 is directly connected, FastEthernet0/1 C 192.168.0.0/24 is directly connected, FastEthernet0/0 R 192.168.1.0/24 [120/1] via 192.168.0.1, 00:00:23, FastEthernet0/0 [120/1] via 192.168.2.1, 00:00:19, Serial0/0/0 C 192.168.2.0/24 is directly connected, Serial0/0/0 RTR02#

Akhirnya Jadi juga Hidup orang desa merdeka!!

Lab 8 Configure and Verify RIP TUGIYONO.pdf

Sign in. Page. 1. /. 13. Loading… Page 1 of 13. Sister my sister 2007.AState OfTrance Best 2015.46445309696 - Download The Time Traveler's Wife.

625KB Sizes 5 Downloads 277 Views

Recommend Documents

Chapter 5 Lab 5-1, Configure and Verify Path Control
Note: This lab uses Cisco 1841 routers with Cisco IOS Release 12.4(24)T1, ... Cisco IOS Software versions if they have comparable capabilities and features.

EDU_DATASHEET VMware AirWatch Configure and Manage.pdf ...
Course Delivery Options. • Classroom. • Live Online. • Onsite. Product Alignment. • VMware AirWatch Enterprise Mobility. Management. Page 1 of 2 ...

RIP November.pdf
Pendekatan Penyusunan RIP 22. BAB III. GARIS GARIS BESAR RENCANA INDUK PENELITAN POLTEKBA 22. 3.1. Tujuan dan Sasaran Pelaksanaan 22. 3.2.

rip current.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. rip current.pdf.

Rachael madori ready and rip
Collanacosmo pdf. ... Spy 1080p blu ray. ... sincean increased population after theindustrialrevolution could haveforced the building of high density housing to.

verify digital signature in pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. verify digital ...

RIP Results
Recall that there is a limit of 25 RTEs to a Response. Page 1 of 13. RFC Compliance Test Report. RIP Results. Test Report created at 2016-11-15 00:23:04 UTC ...

Install and configure Desktop App.pdf
Whoops! There was a problem previewing this document. Retrying... Download ... Install and configure Desktop App.pdf. Install and configure Desktop App.pdf.

A Generic Framework to Model, Simulate and Verify ...
Keywords: Process calculi, Concurrent Constraint Programming, ntcc, Genetic Regulatory Networks, Lac ... This is an important consideration in biological domains where the exact function of several systems and mechanisms is still a matter of research

Install and configure MyPhone and Call Center login for Windows ...
Install and configure MyPhone and Call Center login for Windows.pdf. Install and configure MyPhone and Call Center login for Windows.pdf. Open. Extract.

Cover RIP UIR.pdf
There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Cover RIP UIR.

rip cd ripper.pdf
There was a problem loading more pages. rip cd ripper.pdf. rip cd ripper.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying rip cd ripper.pdf.

Stage 2 - Check Email and Verify Apple ID.pdf
Stage 2 - Check Email and Verify Apple ID.pdf. Stage 2 - Check Email and Verify Apple ID.pdf. Open. Extract. Open with. Sign In. Main menu.

ARTISAN #4 Configure Tools Extras.pdf
PERATURAN DIRJEN DIKTI PEDOMAN OPERASIONAL. Desember 2014. Page 3 of 4. ARTISAN #4 Configure Tools Extras.pdf. ARTISAN #4 Configure Tools ...

Configure Initial Router Settings Instructions..,.-,.pdf
Sign in. Loading… Whoops! There was a problem loading more pages. Retrying... Whoops! There was a problem previewing this document. Retrying.

2.4 Install and Configure Oracle XE -
o For Oracle only, 11g you'll need to create a workspace. • 4. ... Feel free to change the Application Express port (apex websever) and db listener but these.

Harrison Guzman CSC 337 Wireshark Lab 8
Feb 12, 2011 - The ServerHello contains a response nonce of 32 bits. The back-to-back nonces work to ensure that there is no chance of an entity in the middle or corruption altering the frames. Another reason is that if for some reason a duplicate Cl

Verify My Wyoming License.pdf
Verify My Wyoming License.pdf. Verify My Wyoming License.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Verify My Wyoming License.pdf.

2.4 Install and Configure Oracle XE -
Windows 7: Make sure that you run the install as administrator (right-click "Run as Administrator"). Do not use ... Feel free to change the Application Express port (apex websever) and db listener but these values will .... [INFO] BUILD SUCCESS.

Install and Configure Greenplum Database Note: The ... -
As root: Configure Networks. CentOS 6: Edit /etc/sysconfig/networkscripts/ifcfgethX. Edit /etc/sysconfig/network to change the hostname service network restart.

ARTISAN #2 Configure the Events.pdf
ARTISAN #2 Configure the Events.pdf. ARTISAN #2 Configure the Events.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying ARTISAN #2 Configure ...

Configure Orangescrum Community Edition on ... -
error_page 404 /404.html; location = /404.html { root /usr/share/nginx/html/;. } # redirect server error pages to the static page /50x.html. # error_page 500 502 503 ...

Configure and refactor cloud applications with ...
Microsoft and IBM work to improve security of cloud computing ... The Enterprise Library Integration Pack for Microsoft Azure is a solution by Microsoft to separate ...