第一范文网 - 专业文章范例文档资料分享平台

思科网络典型配置案例集锦

来源:用户分享 时间:2025/5/28 15:25:56 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

!

dial-peer voice 16 voip answer-address +66 destination-pattern +66

session target ipv4:10.184.50.2 codec g729r8 pre-ietf ip precedence 5 !

dial-peer voice 17 voip answer-address +60 destination-pattern +60

session target ipv4:10.184.160.2 codec g729r8 pre-ietf ip precedence 5 ! !

line con 0

transport input none line 33 39 no exec

script dialer default login local modem InOut

modem autoconfigure discovery rotary 1

transport input all stopbits 1

flowcontrol hardware line 40 login local modem InOut

modem autoconfigure discovery transport input all stopbits 1

flowcontrol hardware line aux 0 line vty 0 4

password 7 login ! end

----------------------------------

Cisco PIX防火墙的安装流程

1. 将PIX安放至机架,经检测电源系统后接上电源,并加电主机。

2. 将CONSOLE口连接到PC的串口上,运行HyperTerminal程序从CONSOLE口进入 PIX系统;此时系统提示pixfirewall>。

3. 输入命令:enable,进入特权模式,此时系统提示为pixfirewall#。 4. 输入命令: configure terminal,对系统进行初始化设置。 5. 配置以太口参数:

interface ethernet0 auto (auto选项表明系统自适应网卡类型 ) interface ethernet1 auto 6. 配置内外网卡的IP地址:

ip address inside ip_address netmask ip address outside ip_address netmask 7. 指定外部地址范围:

global 1 ip_address-ip_address 8. 指定要进行要转换的内部地址: nat 1 ip_address netmask

9. 设置指向内部网和外部网的缺省路由

route inside 0 0 inside_default_router_ip_address route outside 0 0 outside_default_router_ip_address 10. 配置静态IP地址对映:

static outside ip_address inside ip_address 11. 设置某些控制选项:

conduit global_ip port[-port] protocol foreign_ip [netmask] global_ip 指的是要控制的地址

port 指的是所作用的端口,其中0代表所有端口 protocol 指的是连接协议,比如:TCP、UDP等

foreign_ip 表示可访问global_ip的外部ip,其中表示所有的ip。 12. 设置telnet选项: telnet local_ip [netmask]

local_ip 表示被允许通过telnet访问到pix的ip地址(如果不设此项, PIX的配

置只能由consle方式进行)。 13. 将配置保存: wr mem

14. 几个常用的网络测试命令: #ping

#show interface 查看端口状态 #show static 查看静态地址映射

搜索更多关于: 思科网络典型配置案例集锦 的文档
思科网络典型配置案例集锦.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c1qgxm4vsq02xzhu2l5cl_12.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top