Cisco katsetused: erinevus redaktsioonide vahel

Allikas: Kuutõrvaja
Mine navigeerimisribaleMine otsikasti
Jj (arutelu | kaastöö)
Resümee puudub
Jj (arutelu | kaastöö)
Resümee puudub
1. rida: 1. rida:
http://www.pimpmynetwork.org/basic_cisco
http://www.fantek.org/cisco/wpbascom.htm
http://www.velocityreviews.com/forums/t41103-basic-cisco-switch-tutorial.html
http://geek.pandemonium.de/2005/07/09/dhcp-server-on-a-cisco-1605/


http://www.dslreports.com/faq/11037
===Sissejuhatus===


http://www.cisco.com/warp/public/109/config_nat_on_cm.html


Eesmärgiks on antud juhul üks väike cisco ruuter
seadistada NAT ja DHCP teenuseid pakkuma


If you have Used Router (not a brandnew Router) to work with,
If you have Used Router (not a brandnew Router) to work with,
59. rida: 53. rida:
  !
  !
  end
  end
===Lingid===
http://www.pimpmynetwork.org/basic_cisco
http://www.fantek.org/cisco/wpbascom.htm
http://www.velocityreviews.com/forums/t41103-basic-cisco-switch-tutorial.html
http://geek.pandemonium.de/2005/07/09/dhcp-server-on-a-cisco-1605/
http://www.dslreports.com/faq/11037
http://www.cisco.com/warp/public/109/config_nat_on_cm.html

Redaktsioon: 11. oktoober 2007, kell 11:12

Sissejuhatus

Eesmärgiks on antud juhul üks väike cisco ruuter seadistada NAT ja DHCP teenuseid pakkuma

If you have Used Router (not a brandnew Router) to work with, and you want to follow along with this tutorial, you can blank out everything, and start from what we call, "A Clean Slate".

(A Clean Slate refers back to a time when students wrote on slabs of rock)

Type in the following two Commands from the Enable Mode:

enable 

Erase Startup-config 

Reload 

DO NOT do these two commands on your company's production routers! This will have very BAD consequences - i.e. "Network Down, You Fired!"

Peale seda masin stardib. Ja järgmisena tuleb basic konf initsialiseerida


Minul peale seda tekkis selline konfig

The following configuration command script was created:

hostname Router
enable secret 5 $1$VCFk$7345345kkqn93459xy./
enable password parool
line vty 0 4
password parool
snmp-server community public
!
no ip routing

!
interface Ethernet0
shutdown
no ip address
!
interface Ethernet1
shutdown
no ip address
!
interface Serial0
no shutdown
no ip address
!
end


Lingid

http://www.pimpmynetwork.org/basic_cisco

http://www.fantek.org/cisco/wpbascom.htm

http://www.velocityreviews.com/forums/t41103-basic-cisco-switch-tutorial.html

http://geek.pandemonium.de/2005/07/09/dhcp-server-on-a-cisco-1605/

http://www.dslreports.com/faq/11037

http://www.cisco.com/warp/public/109/config_nat_on_cm.html