Difference between revisions of "RSYD Medico IP"
From Teknologisk videncenter
m (→Slides) |
m (→Programmer) |
||
| Line 27: | Line 27: | ||
*[http://www.elmholt.eu/slettes/PT62.exe Packet Tracer 6.2] | *[http://www.elmholt.eu/slettes/PT62.exe Packet Tracer 6.2] | ||
*[http://www.subnet-calculator.com/ Online IP Subnet calculator] | *[http://www.subnet-calculator.com/ Online IP Subnet calculator] | ||
| + | ===Commands used=== | ||
| + | {|border=1 ;style="margin: 0 auto; text-align: center;cellpadding="5" cellspacing="0" | ||
| + | |+ Some of the windows 7/Vista commands used | ||
| + | |- bgcolor=lightgrey | ||
| + | ! Command !! Description | ||
| + | |- | ||
| + | |ping 8.8.8.8 || Ping the IP address 8.8.8.8 four times | ||
| + | |- | ||
| + | |ping www.google.com || Find the IP address of www.google.com 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.google.com || Name server lookup. Find www.google.com IP address | ||
| + | |- | ||
| + | | nslookup -type=mx google.com || Name server lookup. Find google.com Mail server(s) (MX) | ||
| + | |- | ||
| + | | route print || Print the route table on the screen | ||
| + | |} | ||
=Links= | =Links= | ||
Revision as of 07:40, 24 February 2015
Slides
- Converged Networks
- Network Design
- Generel IP
- ARP
- Subnetting
- Network Access
- Ethernet
- STP
- VLANs
- Wireless
- Port Security
Opgaver
- Internet Organisationer
- Packet Tracer - Introduktion
- Oversæt til HEX
- PT - Routing
- NetBurger Opgave
- Packet tracer - Subnetting
- PT - Spanning tree
- PT - VLANs
- PT Trunks
Programmer
Commands used
| Command | Description |
|---|---|
| ping 8.8.8.8 | Ping the IP address 8.8.8.8 four times |
| ping www.google.com | Find the IP address of www.google.com 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.google.com | Name server lookup. Find www.google.com IP address |
| nslookup -type=mx google.com | Name server lookup. Find google.com Mail server(s) (MX) |
| route print | Print the route table on the screen |
Links
- Medical-Grade Network Designs