linux社区爱心援助Linux认证系列教程业界动态站务新闻公司招聘建议留言网址大全LPI专题CISCO专题
设为首页
加入收藏
管理团队
JSP  
JAVA  
PERL  
 您的位置:首页 > 专题栏目 > cisco >
栏目导栏
  LPI
  cisco
资料搜索
热门文章
·关于PIX的配置及注解完全手册(
·零起点配置PIX防火墙 PIX防火墙
·零起点配置PIX防火墙 六大基本
·PIX命令集
·Pix515 防火墙配置策略实例分析
·思科PIX防火墙VPN的配置实例
·详细介绍Cisco Secure PIX 525
·使用VPN Client 简单的VPN登入
·Cisco思科3550交换机配置手册
·开始使用cisco pix 防火墙(主要
·Cisco PIX Syslog 配置说明
·某公司PIX 520防火墙系统和NAT
·pix中的七个命令
·Cisco PIX 防火墙安装指南
·CISCO PIX 防火墙及网络安全配
最新文章
·简述万兆以太网技术
·六种方式来设置路由器
·教你怎么优化TCP/IP网络
·路由器ACL实验详细过程讲解
·DHCP Snooping技术介绍
·网关无法Ping通故障及解决方法
·UDP用户数据报协议简介
·OSPF动态路由协议的路由更新机
·OSPF动态路由协议基本工作原理
·Cisco3725交换机密码破解方法
·如何制定全面的网络安全计划
·利用UNIX系统的TFTP和RCP配置路
·CCNA试验考试命令总结
·用命令行在Cisco设备上查看机框
·交换机介绍 网管必读的技术资料
Google
 
pix中的七个命令
[ 作者:Linux联盟收集  加入时间:2006-07-20 12:21:51  来自:Linux联盟收集 ]

六个基本命令

static:Configure a persistent one-to-one address translation rule by mapping a local IP address to a global IP address. This is also known as Static Port Address Translation (Stat ic PAT). (Configuration mode.)

static [(prenat_interface, postnat_interface)] {mapped_address| interface} real_address [dns] [netmask mask] [norandomseq]

[connection_limit [em_limit]]

show staticEBELinux联盟
EBELinux联盟
nameif,Name interfaces and assign security level. (Configuration mode.)EBELinux联盟
nameif hardware_id if_name security_levelEBELinux联盟
show nameif /clear nameifEBELinux联盟
EBELinux联盟
interface:Identify network interface speed and duplex. (Configuration mode.)EBELinux联盟
interface hardware_id [hardware_speed] [shutdown]EBELinux联盟
show interface hardware_id [hardware_speed] [shutdown]EBELinux联盟
EBELinux联盟
ip address:Identifies addresses for network interfaces, and enables you to set the number of times the PIX Firewall will

poll for DHCP information. (Configuration mode.)EBELinux联盟
ip address if_name ip_address [netmask]EBELinux联盟
ip address outside dhcp [setroute] [retry retry_cnt]EBELinux联盟
ip address if_name pppoe [setroute]EBELinux联盟
ip address if_name ip_address netmask pppoe [setroute]

show ipEBELinux联盟
 Displays IP addresses assigned to the network interfaces.EBELinux联盟
show ip address if_name dhcpEBELinux联盟
 Displays detailed information about the DHCP lease.EBELinux联盟
show ip address if_name pppoeEBELinux联盟
 Displays detailed information about the PPPOE connection.EBELinux联盟
EBELinux联盟
global:Create or delete entries from a pool of global addresses. (Configuration mode.)EBELinux联盟
global [(if_name)] nat_id {global_ip [-global_ip] [netmask global_mask]} | interfaceEBELinux联盟
global [(if_name)] nat_id {{global_ip} [netmask global_mask] | interface}EBELinux联盟
show globalEBELinux联盟
EBELinux联盟
nat:Associate a network with a pool of global IP addresses. (Configuration mode.)EBELinux联盟
nat [(if_name)] id address [netmask [outside] [dns] [norandomseq] [timeout hh:mm:ss] [conn_limit [em_limit]]]EBELinux联盟
nat [(if_name)] 0 access-list acl_nameEBELinux联盟
show natEBELinux联盟
EBELinux联盟
routeEBELinux联盟
Enter a static or default route for the specified interface. (Configuration mode.)EBELinux联盟
route if_name ip_address netmask gateway_ip [metric]EBELinux联盟
show routeconduit..EBELinux联盟
联合使用static和conduit命令来只允许http访问。EBELinux联盟
pixfirewall(config)#static (inside,outside) 192.168.1.101 10.0.1.10 netmask 255.255.255.255EBELinux联盟
pixfirewall(config)#conduit per tcp any eq www host 172.16.1.1EBELinux联盟
conduit语法;EBELinux联盟
conduit deny|permit protocol | object-group protocol_obj_grp_id global_ip global_mask | object-group network_obj_grp_id

[operator port [port] | object-group service_obj_grp_id] foreign_ip foreign_mask | object-group network_obj_grp_id [operator

port [port] | object-group service_obj_grp_id]

 

作者:freebeme    出处:胜利的大熊猫

Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·零起点配置PIX防火墙 六大基本命令  (2006-07-20 12:21:00)
 ·通过命令配置网卡  (2006-07-19 17:16:49)
 ·solaris常用命令及简单解释  (2006-07-19 13:10:42)
 ·ndd 命令中各项参数详解  (2006-07-19 12:49:27)
 ·vertas volume manager 常见命令  (2006-07-18 12:38:48)
 ·磁带操作实用命令  (2006-07-18 12:37:18)
 ·玩转Linux shell命令提示符  (2006-07-17 11:46:22)
 ·Jakarta Struts应用的七个经验  (2006-07-15 14:04:21)
 ·SUN系统维护命令大全  (2006-07-11 20:12:05)
 ·在Solarsi8下使用命令行的方式安装及维护RAID1和RAID5  (2006-07-11 20:10:16)