偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

cisco 2600 dhcp配置分析

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
這里我們著重講解了一下cisco 2600 dhcp的配置實例。那么通過實際應(yīng)用案例的分析,我們能夠?qū)@個內(nèi)容有一個全面的了解。

網(wǎng)絡(luò)建設(shè)中,它的規(guī)劃尤為重要。那么對于cisco 2600 dhcp的配置工作,我們在這里做了一個簡單的設(shè)計。如果沒有一個文檔來規(guī)劃下你想要做的DHCP。即使是隨便的一張紙,siling在此也建議你最好先規(guī)劃下 ,要不在配置到后面的時候是要出問題的。雖然在網(wǎng)上可以找到很多DHCP,比我的這要詳細得多,但是我這是真正的實現(xiàn)了的。

規(guī)劃:用221.10.170.5的公網(wǎng)IP做出口。192.168.1.0做內(nèi)網(wǎng),做一個動態(tài)的NAT來實現(xiàn)地址轉(zhuǎn)換。在用一個DHCP來實現(xiàn)地址的自動分配!

cisco 2600 dhcp具體配置命令:

  1. NIC327#show run  
  2. Building configuration...  
  3.  
  4. Current configuration : 901 bytes  
  5. !  
  6. version 12.2  
  7. service timestamps debug uptime  
  8. service timestamps log uptime  
  9. no service password-encryption  
  10. !  
  11. hostname NIC327  
  12. !  
  13. !  
  14. ip subnet-zero  
  15. !  
  16. !  
  17. ip dhcp excluded-address 192.168.1.1 192.168.1.10  
  18. !  
  19. ip dhcp pool net327  
  20.      network 192.168.1.0 255.255.255.0  
  21.      dns-server 221.10.251.197   
  22. !  
  23. !  
  24. !  
  25. !  
  26. interface FastEthernet0/0  
  27. ip address 221.10.170.5 255.255.255.248  
  28. ip nat outside  
  29. speed 10  
  30. full-duplex  
  31. !  
  32. interface Serial0/0  
  33. no ip address  
  34. shutdown  
  35. no fair-queue  
  36. !  
  37. interface FastEthernet0/1  
  38. ip address 192.168.1.1 255.255.255.0  
  39. ip nat inside  
  40. speed 100  
  41. full-duplex  
  42. !  
  43. interface Serial0/1  
  44. no ip address  
  45. shutdown  
  46. !  
  47. ip nat pool net327 221.10.170.5 221.10.170.5 netmask 255.255.255.248  
  48. ip nat inside source list 1 pool net327 overload  
  49. no ip classless  
  50. ip route 0.0.0.0 0.0.0.0 221.10.170.1  
  51. ip http server  
  52. !  
  53. access-list 1 permit 192.168.1.0 0.0.0.255  
  54. !  
  55. line con 0  
  56. line aux 0  
  57. line vty 0 4  
  58. login  
  59. !  
  60. end 
  61.  
  62. NIC327# 

以上就是cisco 2600 dhcp的具體配置內(nèi)容。我這個路由器是用來做實驗的,所以如果你想攻擊我的路由器,那是在做無用功的。siling在此先做聲明。這個DHCP是很精簡的了。

責(zé)任編輯:佟健 來源: IT168
相關(guān)推薦

2010-08-06 11:38:26

思科路由器DHCP配置

2010-09-27 13:06:36

Cisco 3620

2010-09-25 10:01:28

Cisco DHCP配

2010-08-26 09:55:25

Cisco路由器DHCP

2009-03-05 10:38:00

Cisco2600路由器

2010-08-26 15:40:08

Cisco路由器DHC

2010-09-27 12:48:03

DHCP dai啟動

2010-09-01 10:19:43

配置DHCP

2010-09-25 14:12:37

Cisco 3550配

2009-12-07 10:50:01

Cisco路由器配置

2010-08-03 08:39:49

路由器配置

2010-09-27 13:19:09

cisco 3560

2010-08-31 10:25:31

2009-12-01 17:29:02

路由器配置DHCP

2010-09-28 15:54:43

Cisco路由器DHC

2010-09-29 16:12:09

cisco交換機DHC

2010-09-02 10:50:55

CISCO路由器dhc

2010-03-19 09:34:42

Cisco 2600模

2009-11-30 14:26:01

cisco 2600路

2009-11-27 13:24:19

Cisco路由器DHC
點贊
收藏

51CTO技術(shù)棧公眾號