您所在的位置: 首页 > 读书频道 > 考试认证 > 思科 >

CCNA 640-802 V14 题库(246-250)

http://book.51cto.com  2008-07-18 09:43  佚名  51CTO.com  我要评论(0)

246.

  
  

247.

  
  

248.

 
 
 

Answer:

Router>en 

Router#config terminal  

Router(config)#hostname Oxford

Oxford(config)#ip nat pool testinside 192.18.32.65 192.18.32.70 netmask 255.255.255.248

Oxford(config)#access-list 1 permit 192.168.6.64 0.0.0.63

Oxford(config)#ip nat inside source list 1 pool testinside overload

Oxford(config)#int s0/0 

Oxford(config-if)#ip nat outside 

Oxford(config-if)#exit 

Oxford(config-if)#int fa0/0 

Oxford(config-if)#ip nat inside

249.

 
 
 
 
250.
 
【责任编辑:夏书 TEL:(010)68476606】

回书目   上一节   下一节
CCNA认证考试Pass必备
Prototype and script.aculo.us终极揭秘
Red Hat Linux 9系统配置与服务器管理
ARM嵌入式Linux系统开发技术详解
Ubuntu标准教程
 
 验证码: (点击刷新验证码)   匿名发表
  • Linux C编程实战

  • 作者:童永清
  • 本书系统地介绍了在Linux平台下用C语言进行程序开发的过程,集趣味性、实战性于一体的160多段代码实例,帮助读者快速掌握在Linu..
Copyright©2005-2008 51CTO.COM 版权所有