雏鹰部落

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 6637|回复: 16

7.28 上海AS-BOOTCAMP实战演练1 题目+解答

    [复制链接]
发表于 2010-7-31 12:40:49 | 显示全部楼层 |阅读模式
本帖最后由 Alice、袜 于 2010-8-4 19:43 编辑



项目拓扑:见上图

项目需求:
  • 学生电脑有30台电脑,教工宿舍所有的电脑加在一起总共有10台电脑左右,另外还有2台PC服务器
  • 学校向电信申请了2个静态的公网IP,带宽是10M
  • 学校用户的ip地址采用DHCP获取,2台PC服务器采用静态设置IP地址
  • 内网的用户能够上Internet
  • 学校目前有个WEB主页挂在其中一台PC服务器上
  • 学校有一些外聘的老师,要求他们在家里也能访问校园内部的资源
  • 要求学生的电脑在晚上22点到第二天的7点不能上Internet
  • 要求内网的设备能够通过远程管理
  • 要求尽量使得学生电脑和教工电脑分开
  • 学生需要上Cernet网络




地址规划:


注:拓扑中 PC3为测试PC,用真机接入;Server2为PPTP VPN服务器,使用windows2003操作系统服务器.

主要配置:
学生用户群配置(以路由模拟)

  1. PC1#show run
  2. Building configuration...
  3. Current configuration : 727 bytes
  4. !
  5. version 12.2
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname PC1
  11. !
  12. logging queue-limit 100
  13. !
  14. ip subnet-zero
  15. no ip routing
  16. no ip domain lookup
  17. !
  18. !
  19. !
  20. !
  21. interface Ethernet0  //地址采用DHCP获取
  22. ip address dhcp
  23. no ip route-cache
  24. no ip mroute-cache
  25. !
  26. interface Ethernet1
  27. no ip address
  28. no ip route-cache
  29. no ip mroute-cache
  30. !
  31. interface Serial0
  32. no ip address
  33. no ip route-cache
  34. no ip mroute-cache
  35. shutdown
  36. !
  37. interface Serial1
  38. no ip address
  39. no ip route-cache
  40. no ip mroute-cache
  41. shutdown
  42. !
  43. ip default-gateway 192.168.10.254
  44. ip http server
  45. ip classless
  46. !
  47. !
  48. !
  49. !
  50. !
  51. line con 0
  52. exec-timeout 0 0
  53. logging synchronous
  54. line aux 0
  55. line vty 0 4
  56. password spoto
  57. login
  58. !
  59. end
复制代码


教师用户群配置(以路由器模拟):

  1. PC2#show run
  2. Building configuration...
  3. Current configuration : 697 bytes
  4. !
  5. version 12.2
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname PC2
  11. !
  12. logging queue-limit 100
  13. !
  14. ip subnet-zero
  15. no ip routing
  16. no ip domain lookup
  17. !
  18. !
  19. !
  20. !
  21. interface Ethernet0  //使用DHCP获取IP地址
  22. ip address dhcp
  23. no ip route-cache
  24. no ip mroute-cache
  25. !
  26. interface Ethernet1
  27. no ip address
  28. no ip route-cache
  29. no ip mroute-cache
  30. shutdown
  31. !
  32. interface Serial0
  33. no ip address
  34. no ip route-cache
  35. no ip mroute-cache
  36. shutdown
  37. !
  38. interface Serial1
  39. no ip address
  40. no ip route-cache
  41. no ip mroute-cache
  42. shutdown
  43. !
  44. ip default-gateway 192.168.20.254
  45. ip http server
  46. ip classless
  47. !
  48. !
  49. !
  50. !
  51. !
  52. line con 0
  53. exec-timeout 0 20
  54. line aux 0
  55. line vty 0 4
  56. password spoto
  57. login
  58. !
  59. End
复制代码


学生用户群接入交换机配置:

  1. SW1#show run
  2. Building configuration...
  3. Current configuration : 1165 bytes
  4. !
  5. version 12.1
  6. no service pad
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname SW1
  12. !
  13. !
  14. ip subnet-zero
  15. !
  16. no ip domain-lookup
  17. !
  18. spanning-tree mode pvst
  19. no spanning-tree optimize bpdu transmission
  20. spanning-tree extend system-id
  21. !
  22. !
  23. !
  24. !
  25. interface FastEthernet0/1  //学生用户划入Vlan10
  26. switchport access vlan 10
  27. !
  28. interface FastEthernet0/2
  29. !
  30. interface FastEthernet0/3
  31. !
  32. interface FastEthernet0/4
  33. !
  34. interface FastEthernet0/5
  35. !
  36. interface FastEthernet0/6
  37. !
  38. interface FastEthernet0/7
  39. !
  40. interface FastEthernet0/8
  41. !
  42. interface FastEthernet0/9
  43. !
  44. interface FastEthernet0/10
  45. !
  46. interface FastEthernet0/11
  47. !
  48. interface FastEthernet0/12
  49. !
  50. interface FastEthernet0/13
  51. !
  52. interface FastEthernet0/14
  53. !
  54. interface FastEthernet0/15
  55. !
  56. interface FastEthernet0/16
  57. !
  58. interface FastEthernet0/17
  59. !
  60. interface FastEthernet0/18
  61. !
  62. interface FastEthernet0/19
  63. !
  64. interface FastEthernet0/20
  65. !
  66. interface FastEthernet0/21
  67. !
  68. interface FastEthernet0/22
  69. !
  70. interface FastEthernet0/23
  71. !
  72. interface FastEthernet0/24 //连接核心交换机 使用trunk
  73. switchport mode trunk
  74. !
  75. interface Vlan1
  76. no ip address
  77. no ip route-cache
  78. shutdown
  79. !
  80. interface Vlan10  //远程管理地址
  81. ip address 192.168.10.253 255.255.255.0
  82. no ip route-cache
  83. !
  84. ip default-gateway 192.168.10.254
  85. ip http server
  86. !
  87. line con 0
  88. line vty 5 15  //远程管理密码
  89. password spoto
  90. login
  91. !
  92. !
  93. End
复制代码


教师用户群接入交换机配置:\

  1. SW2#show run
  2. Building configuration...
  3. Current configuration : 1231 bytes
  4. !
  5. version 12.1
  6. no service pad
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname SW2
  12. !
  13. !
  14. ip subnet-zero
  15. !
  16. !
  17. spanning-tree mode pvst
  18. no spanning-tree optimize bpdu transmission
  19. spanning-tree extend system-id
  20. !
  21. !
  22. !
  23. !
  24. interface FastEthernet0/1  //教师用户划入VLAN20
  25. switchport access vlan 20
  26. !
  27. interface FastEthernet0/2
  28. !
  29. interface FastEthernet0/3
  30. !
  31. interface FastEthernet0/4
  32. !
  33. interface FastEthernet0/5
  34. !
  35. interface FastEthernet0/6
  36. !
  37. interface FastEthernet0/7
  38. !
  39. interface FastEthernet0/8
  40. !
  41. interface FastEthernet0/9
  42. !
  43. interface FastEthernet0/10
  44. !
  45. interface FastEthernet0/11
  46. !
  47. interface FastEthernet0/12
  48. !
  49. interface FastEthernet0/13
  50. !
  51. interface FastEthernet0/14
  52. !
  53. interface FastEthernet0/15
  54. !
  55. interface FastEthernet0/16
  56. !
  57. interface FastEthernet0/17
  58. !
  59. interface FastEthernet0/18
  60. !
  61. interface FastEthernet0/19
  62. !
  63. interface FastEthernet0/20
  64. !
  65. interface FastEthernet0/21
  66. !
  67. interface FastEthernet0/22
  68. !
  69. interface FastEthernet0/23
  70. !
  71. interface FastEthernet0/24  //连接核心交换机使用trunk
  72. switchport mode trunk
  73. !
  74. interface Vlan1
  75. no ip address
  76. no ip route-cache
  77. shutdown
  78. !
  79. interface Vlan20  //远程管理地址
  80. ip address 192.168.20.253 255.255.255.0
  81. no ip route-cache
  82. !
  83. ip default-gateway 192.168.20.254
  84. ip http server
  85. !
  86. line con 0  //远程登陆密码
  87. line vty 5 15
  88. password spoto
  89. login
  90. !
  91. !
  92. end
复制代码


核心三层交换机配置:

  1. MSW#show run
  2. Building configuration...
  3. Current configuration : 2669 bytes
  4. !
  5. version 12.2
  6. no service pad
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname MSW1
  12. !
  13. !
  14. !
  15. !
  16. no aaa new-model
  17. clock timezone beijing 8  //设置时区
  18. authentication mac-move permit
  19. ip subnet-zero
  20. ip routing
  21. !
  22. !
  23. !
  24. !
  25. !
  26. spanning-tree mode pvst  //生成树默认开启
  27. spanning-tree etherchannel guard misconfig
  28. spanning-tree extend system-id
  29. !
  30. vlan internal allocation policy **ending
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. interface FastEthernet0/1  //起trunk 使用VTP学习Vlan
  38. switchport mode dynamic desirable
  39. !
  40. interface FastEthernet0/2  //起trunk 使用VTP学习Vlan
  41. switchport mode dynamic desirable
  42. !
  43. interface FastEthernet0/3  //接入Server1
  44. no switchport
  45. ip address 10.0.0.254 255.255.255.0
  46. !
  47. interface FastEthernet0/4  //接入Server2
  48. no switchport
  49. ip address 10.1.1.254 255.255.255.0
  50. !
  51. interface FastEthernet0/5
  52. switchport mode dynamic desirable
  53. !
  54. interface FastEthernet0/6
  55. switchport mode dynamic desirable
  56. !
  57. interface FastEthernet0/7
  58. switchport mode dynamic desirable
  59. !
  60. interface FastEthernet0/8
  61. switchport mode dynamic desirable
  62. !
  63. interface FastEthernet0/9
  64. switchport mode dynamic desirable
  65. !
  66. interface FastEthernet0/10
  67. switchport mode dynamic desirable
  68. !
  69. interface FastEthernet0/11
  70. switchport mode dynamic desirable
  71. !
  72. interface FastEthernet0/12
  73. switchport mode dynamic desirable
  74. !
  75. interface FastEthernet0/13
  76. switchport mode dynamic desirable
  77. !
  78. interface FastEthernet0/14
  79. switchport mode dynamic desirable
  80. !
  81. interface FastEthernet0/15
  82. switchport mode dynamic desirable
  83. !
  84. interface FastEthernet0/16
  85. switchport mode dynamic desirable
  86. !
  87. interface FastEthernet0/17
  88. switchport mode dynamic desirable
  89. !
  90. interface FastEthernet0/18
  91. switchport mode dynamic desirable
  92. !
  93. interface FastEthernet0/19
  94. switchport mode dynamic desirable
  95. !
  96. interface FastEthernet0/20
  97. switchport mode dynamic desirable
  98. !
  99. interface FastEthernet0/21
  100. switchport mode dynamic desirable
  101. !
  102. interface FastEthernet0/22
  103. switchport mode dynamic desirable
  104. !
  105. interface FastEthernet0/23
  106. switchport mode dynamic desirable
  107. !
  108. interface FastEthernet0/24  //上联Gateway出口路由
  109. no switchport
  110. ip address 192.168.30.1 255.255.255.0
  111. !
  112. interface GigabitEthernet0/1
  113. switchport mode dynamic desirable
  114. !
  115. interface GigabitEthernet0/2
  116. switchport mode dynamic desirable
  117. !
  118. interface Vlan1
  119. no ip address
  120. shutdown
  121. !
  122. interface Vlan10  //SVI:Vlan10网关
  123. ip address 192.168.10.254 255.255.255.0
  124. ip access-group 101 in  //使用限制时间上网的ACL访问控制
  125. ip helper-address 10.0.0.1  //DHCP服务器地址
  126. !
  127. interface Vlan20  //SVI:Vlan20网关
  128. ip address 192.168.20.254 255.255.255.0
  129. ip helper-address 10.0.0.1  //DHCP服务器地址
  130. !
  131. ip classless
  132. ip route 0.0.0.0 0.0.0.0 192.168.30.254  //默认对外路由
  133. ip route 192.168.40.0 255.255.255.0 10.1.1.1  //对VPN拨号网段的路由(VPN重点配置)
  134. ip http server
  135. ip http secure-server
  136. !
  137. access-list 101 permit ip 192.168.10.0 0.0.0.255 any time-range 7-22  //定义时间ACL
  138. !
  139. ip sla enable reaction-alerts
  140. !
  141. control-plane
  142. !
  143. !
  144. line con 0
  145. line vty 5 15  //远程登陆密码
  146. password spoto
  147. login
  148. !
  149. ntp server 10.0.0.1  //时间服务器地址
  150. time-range 7-22  //定义时间段
  151. periodic daily 7:00 to 22:00
  152. !
  153. end
复制代码


出口路由器配置:

  1. Gateway#show run
  2. Building configuration...
  3. Current configuration : 1651 bytes
  4. !
  5. version 12.3
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. no service dhcp
  10. !
  11. hostname GW
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. memory-size iomem 10
  18. no aaa new-model
  19. ip subnet-zero
  20. ip cef
  21. !
  22. !
  23. !
  24. no ftp-server write-enable
  25. !
  26. !
  27. !
  28. !
  29. interface FastEthernet0/0  //开启对外端口
  30. no ip address
  31. duplex auto
  32. speed auto
  33. !
  34. interface FastEthernet0/0.1  //对外端口使用子端口
  35. encapsulation dot1Q 10
  36. ip address 215.1.1.1 255.255.255.0
  37. ip nat outside  
  38. !
  39. interface FastEthernet0/0.2
  40. encapsulation dot1Q 20
  41. ip address 215.1.2.1 255.255.255.0
  42. ip nat outside
  43. !
  44. interface FastEthernet0/1  //接内网入口
  45. ip address 192.168.30.254 255.255.255.0
  46. ip nat inside
  47. ip policy route-map spoto  //路由策略
  48. duplex auto
  49. speed auto
  50. !
  51. interface Serial1/0
  52. no ip address
  53. shutdown
  54. !
  55. interface Serial1/1
  56. no ip address
  57. shutdown
  58. !
  59. interface Serial1/2
  60. no ip address
  61. shutdown
  62. !
  63. interface Serial1/3
  64. no ip address
  65. shutdown
  66. !
  67. ip nat inside source list 1 interface FastEthernet0/0.1 overload //PAT
  68. ip nat inside source list 2 interface FastEthernet0/0.2 overload  //PAT
  69. ip nat inside source static tcp 10.1.1.1 1723 interface FastEthernet0/0.2 1723  //PPTP映射
  70. ip nat inside source static tcp 10.1.1.1 80 111.1.1.1 80  //WEB服务器映射
  71. ip classless
  72. ip route 0.0.0.0 0.0.0.0 215.1.2.254  //对外默认路由到internet
  73. ip route 1.1.1.0 255.255.255.0 215.1.1.254  //访问校园网资源通过cernet
  74. ip route 10.0.0.0 255.0.0.0 192.168.30.1 //对内路由
  75. ip route 192.168.10.0 255.255.255.0 192.168.30.1  //对用户组的细路由
  76. ip route 192.168.20.0 255.255.255.0 192.168.30.1
  77. ip http server
  78. !
  79. access-list 1 permit any  //PAT列表
  80. access-list 2 permit any
  81. access-list 3 permit 192.168.10.0 0.0.0.255 //路由策略对象为学生用户组
  82. route-map spoto permit 10 //策略
  83. match ip address 3
  84. match interface FastEthernet0/0.1
  85. set ip next-hop 215.1.1.254 //只走cernet
  86. !
  87. !
  88. line con 0
  89. logging synchronous
  90. line aux 0
  91. line vty 0 4  //远程登陆密码
  92. password spoto
  93. login
  94. !
  95. !
  96. end
复制代码


对外路由所属交换机(负责单臂路由,路由器一般只有内外2个口,所以接入2个网络需要用单臂路由):

  1. SW3#show run
  2. Building configuration...
  3. Current configuration : 1620 bytes
  4. !
  5. version 12.1
  6. no service pad
  7. service timestamps debug uptime
  8. service timestamps log uptime
  9. no service password-encryption
  10. !
  11. hostname Switch
  12. !
  13. !
  14. ip subnet-zero
  15. !
  16. !
  17. spanning-tree mode pvst
  18. no spanning-tree optimize bpdu transmission
  19. spanning-tree extend system-id
  20. !
  21. !
  22. interface FastEthernet0/1  //单臂路由
  23. switchport access vlan 10
  24. no ip address
  25. !
  26. interface FastEthernet0/2
  27. switchport access vlan 20
  28. no ip address
  29. !
  30. interface FastEthernet0/3
  31. no ip address
  32. !
  33. interface FastEthernet0/4
  34. no ip address
  35. !
  36. interface FastEthernet0/5
  37. no ip address
  38. !
  39. interface FastEthernet0/6
  40. no ip address
  41. !
  42. interface FastEthernet0/7
  43. no ip address
  44. !
  45. interface FastEthernet0/8
  46. no ip address
  47. !
  48. interface FastEthernet0/9
  49. no ip address
  50. !
  51. interface FastEthernet0/10
  52. no ip address
  53. !
  54. interface FastEthernet0/11
  55. no ip address
  56. !
  57. interface FastEthernet0/12
  58. no ip address
  59. !
  60. interface FastEthernet0/13
  61. no ip address
  62. !
  63. interface FastEthernet0/14
  64. no ip address
  65. !
  66. interface FastEthernet0/15
  67. no ip address
  68. !
  69. interface FastEthernet0/16
  70. no ip address
  71. !
  72. interface FastEthernet0/17
  73. no ip address
  74. !
  75. interface FastEthernet0/18
  76. no ip address
  77. !
  78. interface FastEthernet0/19
  79. no ip address
  80. !
  81. interface FastEthernet0/20
  82. no ip address
  83. !
  84. interface FastEthernet0/21
  85. no ip address
  86. !
  87. interface FastEthernet0/22
  88. no ip address
  89. !
  90. interface FastEthernet0/23
  91. no ip address
  92. !
  93. interface FastEthernet0/24  //连接路由器
  94. switchport mode trunk
  95. no ip address
  96. !
  97. interface Vlan1
  98. no ip address
  99. no ip route-cache
  100. shutdown
  101. !
  102. interface Vlan10
  103. no ip address
  104. no ip route-cache
  105. !
  106. interface Vlan20
  107. ip address 192.168.20.252 255.255.255.0  //管理IP(教师用户组)
  108. no ip route-cache
  109. shutdown
  110. !
  111. ip http server
  112. !
  113. !
  114. line con 0
  115. line vty 0 4  //登陆密码
  116. password spoto
  117. login
  118. !
  119. end
复制代码


运营商ISP1配置:

  1. ISP1#show run
  2. Building configuration...
  3. Current configuration : 691 bytes
  4. !
  5. version 12.2
  6. service timestamps debug uptime
  7. service timestamps log uptime
  8. service password-encryption
  9. !
  10. hostname ISP1
  11. !
  12. !
  13. ip subnet-zero
  14. no ip domain-lookup
  15. !
  16. !
  17. !
  18. !
  19. !
  20. interface Ethernet0
  21. ip address 215.1.2.254 255.255.255.0
  22. !
  23. interface Ethernet1
  24. ip address 211.1.1.254 255.255.255.0
  25. !
  26. interface Serial0
  27. ip address 215.1.3.1 255.255.255.0
  28. no fair-queue
  29. clock rate 64000
  30. !
  31. interface Serial1
  32. no ip address
  33. shutdown
  34. !
  35. router ospf 1
  36. log-adjacency-changes
  37. redistribute static metric-type 1 subnets  //静态路由重发布
  38. network 211.1.1.0 0.0.0.255 area 0
  39. network 215.1.2.0 0.0.0.255 area 0
  40. network 215.1.3.0 0.0.0.255 area 0
  41. !
  42. ip route 111.1.1.1 255.255.255.255 Ethernet0 //通往web服务器静态路由
  43. !
  44. !
  45. ip classless
  46. ip http server
  47. !
  48. !
  49. line con 0
  50. exec-timeout 0 0
  51. logging synchronous
  52. line aux 0
  53. line vty 0 4
  54. password spoto
  55. login
  56. !
  57. end
复制代码


运营商ISP2配置:

  1. ISP2#show run
  2. Building configuration...
  3. Current configuration : 610 bytes
  4. !
  5. version 12.2
  6. service timestamps debug uptime
  7. service timestamps log uptime
  8. no service password-encryption
  9. !
  10. hostname ISP2
  11. !
  12. !
  13. ip subnet-zero
  14. no ip domain-lookup
  15. !
  16. !
  17. !
  18. !
  19. !
  20. interface Ethernet0
  21. ip address 215.1.4.254 255.255.255.0
  22. !
  23. interface Ethernet1
  24. no ip address
  25. shutdown
  26. !
  27. interface Serial0
  28. ip address 215.1.3.254 255.255.255.0
  29. !
  30. interface Serial1
  31. no ip address
  32. shutdown
  33. !
  34. router ospf 1
  35. log-adjacency-changes
  36. network 215.1.3.0 0.0.0.255 area 0
  37. network 215.1.4.0 0.0.0.255 area 0
  38. !
  39. ip classless
  40. no ip http server
  41. !
  42. !
  43. line con 0
  44. exec-timeout 0 0
  45. logging synchronous
  46. line aux 0
  47. line vty 0 4
  48. password spoto
  49. login
  50. !
  51. End
复制代码


Cernet配置:

  1. Cernet#show run
  2. Building configuration...
  3. Current configuration : 744 bytes
  4. !
  5. version 12.2
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname Cernet
  11. !
  12. logging queue-limit 100
  13. !
  14. ip subnet-zero
  15. no ip domain lookup
  16. !
  17. !
  18. !
  19. !
  20. interface Loopback0
  21. ip address 1.1.1.1 255.255.255.255
  22. !
  23. interface Ethernet0
  24. ip address 215.1.1.254 255.255.255.0
  25. !
  26. interface Ethernet1
  27. ip address 211.1.1.1 255.255.255.0
  28. !
  29. interface Serial0
  30. no ip address
  31. shutdown
  32. !
  33. interface Serial1
  34. no ip address
  35. shutdown
  36. !
  37. router ospf 1
  38. log-adjacency-changes
  39. network 1.1.1.0 0.0.0.255 area 0
  40. network 211.1.1.0 0.0.0.255 area 0
  41. network 215.1.1.0 0.0.0.255 area 0
  42. !
  43. no ip http server
  44. ip classless
  45. !
  46. !
  47. !
  48. !
  49. !
  50. line con 0
  51. exec-timeout 0 0
  52. logging synchronous
  53. line aux 0
  54. line vty 0 4
  55. password spoto
  56. login
  57. !
  58. end
复制代码


Server1配置DHCP/NTP:

  1. SERVER1#show run
  2. Building configuration...
  3. Current configuration : 1084 bytes
  4. !
  5. version 12.2
  6. service timestamps debug uptime
  7. service timestamps log uptime
  8. no service password-encryption
  9. !
  10. hostname SERVER1
  11. !
  12. !
  13. ip subnet-zero
  14. no ip routing
  15. ip dhcp ping packets 0
  16. !
  17. ip dhcp pool test10  //VLAN10地址池
  18.    network 192.168.10.0 255.255.255.0
  19.    default-router 192.168.10.254
  20.    dns-server 218.85.157.99
  21.    lease infinite
  22. !
  23. ip dhcp pool test20  //VLAN20地址池
  24.    network 192.168.20.0 255.255.255.0
  25.    dns-server 218.85.157.99
  26.    lease infinite
  27. !
  28. !
  29. !
  30. !
  31. interface Ethernet0
  32. ip address 10.0.0.1 255.255.255.0
  33. no ip route-cache
  34. !
  35. interface Ethernet1
  36. no ip address
  37. no ip route-cache
  38. shutdown
  39. !
  40. interface Serial0
  41. no ip address
  42. encapsulation frame-relay IETF
  43. no ip route-cache
  44. shutdown
  45. frame-relay lmi-type ansi
  46. !
  47. interface Serial1
  48. no ip address
  49. no ip route-cache
  50. shutdown
  51. !
  52. ip default-gateway 10.0.0.254
  53. ip classless
  54. no ip http server
  55. ip pim bidir-enable
  56. !
  57. !
  58. !
  59. line con 0
  60. line aux 0
  61. line vty 0 4
  62. password spoto
  63. login
  64. !
  65. ntp master  //时间服务器
  66. !
  67. end
复制代码


PPTP服务器(windows2003配置):


心得体会:
这次项目演练在真机上做的..
让我们知道了真机上会有更多不可避免的问题,例如线的问题,电源的问题,还有团队合作的兼容性等.
比起虚拟机上鼠标一点就联通来说,真机有着更多细微的故障点.
从中我们也学习到了很多.

这次成为实战演练,那也加入了演示PPT的环节,
所以PPT和WORD文档都要做的漂亮,
让客户接受才是目的,实施过程反而是次要的了.
这点我们做的不好,所以我们小组输了这次.
但是下次我们会努力的.

文中可能配置会有小错误,希望看到的小盆友能提出来~

在SPOTO,我们共同进步.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
 楼主| 发表于 2010-7-31 12:44:27 | 显示全部楼层
自己的杀花~杀掉杀掉~另外出售丽珍姐午睡照~10金币1张~3张25金币打折~
发表于 2010-7-31 12:57:12 | 显示全部楼层
还出售相片……
本人同意了吗?[em6]
 楼主| 发表于 2010-7-31 12:58:21 | 显示全部楼层
还出售相片……
本人同意了吗?
bookpig 发表于 2010-7-31 12:57



      无商不奸..
发表于 2010-7-31 14:40:00 | 显示全部楼层
lz帖子洋洋洒洒,图文并茂,结构和逻辑明了。
让人一看就有眼前一亮的感觉,这种帖子,不加为精华实在是说不过去了。
突然让我想起古语中形容美女的几句话,先借用一下:

看楼主帖子真是“耕者忘其犁,锄者忘其锄;来归相怨怒,但坐观此文。”
发表于 2010-7-31 14:54:00 | 显示全部楼层
LZ能多刚学习完的项目做一个总结,同时对一些命令也做了一些解释,值得鼓励!
发表于 2010-7-31 19:04:40 | 显示全部楼层
回复 2# Alice、袜


    胆子肥了!什么时候拍的?小心我把你的钱钱清空了~~~~
发表于 2010-7-31 20:21:12 | 显示全部楼层
丽珍姐照片可以先预览下吗
 楼主| 发表于 2010-8-1 10:56:43 | 显示全部楼层
哎呀呀..被丽珍姐威胁了..
发表于 2010-8-2 14:52:56 | 显示全部楼层
打倒发 丽珍美眉照片者,罚唱蜗牛!!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|熊猫同学技术论坛|小黑屋| 网络工程师论坛 ( 沪ICP备09076391 )

GMT+8, 2024-5-17 11:29 , Processed in 0.105978 second(s), 19 queries , Gzip On.

快速回复 返回顶部 返回列表