Ascom/course 4
From Teknologisk videncenter
< Ascom
Module 1 - IP Generic
Session | Day | Date | From | To | Link to virtual classroom | Link to recorded session | Quiz |
---|---|---|---|---|---|---|---|
1 | Friday | 9 November | 08:30 | 12:00 | Session 1 | Session 1 | quiz |
2 | Monday | 12 November | 08:30 | 12:00 | Session 2 | Session 2 | quiz |
3 | Friday | 23 November | 08:30 | 12:00 | Session 3 | Session 3 | quiz |
4 | Monday | 26 November | 08:30 | 12:00 | Session 4 | Session 4 | |
5 | Monday | 3 December | 08:30 | 12:00 | Session 5 | Session 5 |
Learning materials
- Session 1 (PowerPoint diasshow)
- Session 2 (PowerPoint diasshow)
- Session 3 (PowerPoint diasshow)
- Session 4 PowerPoint diasshow and Session 4 PDF
- Session 4 subnet exercise example
- Session 5 (PowerPoint diasshow)
Additional learning materials
- CCNA Explorer Cisco CCNA on-line materials.
- IBM Redbook: TCP/IP Tutorial and Technical Overview (In depth information)
Activities
Cisco Packet tracer
Packet Tracer is a Cisco router simulator that can be utilized in training and education, but also in research for simple computer network simulations. The tool is created by Cisco Systems and provided for free distribution to faculty, students, and alumni who are or have participated in the Cisco Networking Academy. The purpose of Packet Tracer is to offer students and teachers a tool to learn the principles of networking as well as develop Cisco technology specific skills.
VZoRu377ajE|212|left|Introduction to Cisco Packet Tracer}} |
Packet tracer activities
Download the activities and open them in packet tracer to start the activity.
- Packet tracer activity 1 - Installing and configuring two hosts
- Packet tracer activity 2 - Configuring hosts in routed networks and playing around for fun
- Packet tracer activity 3 - Expanding an existing network infrastructure
Packet tracer tip
When starting a big network in packet tracer it may take a few minutes before all connectivity is established. To avoid that press the button Fast Forward Time a few times.
Quiz
- Session 1 quiz
- Session 2 quiz
- Sessoin 3 quiz
- Session 4 subnet exercise example
- Session 4 subnet exercise 1
- Session 4 subnet exercise 2
Commands used
Command | Description |
---|---|
ping 8.8.8.8 | Ping the IP address 8.8.8.8 four times |
ping www.ascom.jp | Find the IP address of www.ascom.jp and ping it four times |
ping -t 8.8.8.8 | Ping IP address 8.8.8.8 until stopped with <CTRL>-C |
tracert 8.8.8.8 | Find and show the route (path) to 8.8.8.8 |
ipconfig | Show basic IP Configuration |
ipconfig /all | Show extended IP configuration |
ipconfig /release | Release DHCP IP configuration |
ipconfig /renew | Obtain IP configuration from DHCP server |
ipconfig /displaydns | Show DNS cache |
ipconfig /flushdns | Purge entries in the DNS cache |
nslookup www.ascom.no | Name server lookup. Find www.ascom.no IP address |
nslookup -type=mx ascom.no | Name server lookup. Find ascom.no Mail server(s) (MX) |
route print | Print the route table on the screen |