Difference between revisions of "ITT 2013/Network module 1/Assignment Day 3"
From Teknologisk videncenter
< ITT 2013 | Network module 1
m (→Routing) |
m (→Routing) |
||
Line 8: | Line 8: | ||
Router(config-if)#<input>ip add 192.168.1.6 255.255.255.252</input> | Router(config-if)#<input>ip add 192.168.1.6 255.255.255.252</input> | ||
Router(config-if)#<input>no shut</input> | Router(config-if)#<input>no shut</input> | ||
+ | </source> | ||
+ | Create a static default route pointing to the cloud: | ||
+ | <source lang=cli> | ||
+ | Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.17 | ||
</source> | </source> | ||
<br/>Implement it using [[RIP_Cisco_IOS|RIPv2]] | <br/>Implement it using [[RIP_Cisco_IOS|RIPv2]] |
Revision as of 10:20, 2 October 2013
Routing
Implement the following setup in Packet Tracer.
Use the WIC interface calles WIC-2T in the 1841 Router
With the following interface configuration:
Router#<input>conf t</input>
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#<input>int se 0/0/0</input>
Router(config-if)#<input>ip add 192.168.1.6 255.255.255.252</input>
Router(config-if)#<input>no shut</input>
Create a static default route pointing to the cloud:
Router(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.17
Implement it using RIPv2
If you need information on configuring basics on Cisco IOS devices read Chapter 2 in the CCNA Routing & Switching online book.
Or look at this slide on Chapter 2
Subnetting
Calculate the missing information until you feel comfortable