Chinaunix首页 | 论坛 | 博客
  • 博客访问: 151736
  • 博文数量: 73
  • 博客积分: 2045
  • 博客等级: 大尉
  • 技术积分: 1010
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-29 12:27
文章存档

2010年(8)

2009年(65)

我的朋友

分类: WINDOWS

2009-06-29 16:00:14

pix1(config)# sho run failover
failover------这条命令最后打上
failover lan unit primary------把PIX改为主设备
failover lan interface cisco Ethernet2-----指定哪个接口成为failover接口,并且给这个接口起个名字,名为CISCO
failover lan enable------开启以太网failover功能
failover key *****-----加一个密码,为了识别和谁进行failover
failover interface ip cisco 1.1.1.1 255.255.255.0 standby 1.1.1.2------指定failover接口地址和备用设备failover的地址。
-----------------------------------------------------------------
pix2(config)# sho run failover
failover-----
failover lan unit secondary-----
failover lan interface cisco Ethernet2
failover lan enable
failover key *****
failover interface ip cisco 1.1.1.1 255.255.255.0 standby 1.1.1.2
 
pix1(config)# sho run
: Saved
:
PIX Version 8.0(3)
!
hostname pix1
enable password 8Ry2YjIyt7RRXU24 encrypted
names
!
interface Ethernet0
 nameif outside
 security-level 0
 ip address 123.1.1.2 255.255.255.0 standby 123.1.1.254 -------
!
interface Ethernet1
 nameif inside
 security-level 100
 ip address 192.168.1.2 255.255.255.0 standby 192.168.1.254 ---------
!
interface Ethernet2
 description LAN Failover Interface
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
access-list out extended permit icmp any any -------
pager lines 24
mtu outside 1500
mtu inside 1500
failover
failover lan unit primary
failover lan interface cisco Ethernet2
failover lan enable
failover key *****
failover interface ip cisco 1.1.1.1 255.255.255.0 standby 1.1.1.2
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
access-group out in interface outside
!
router eigrp 100
 no auto-summary
 network 123.0.0.0 255.0.0.0
 network 192.168.1.0 255.255.255.0
!
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
no crypto isakmp nat-traversal
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
!
!
prompt hostname context
Cryptochecksum:00000000000000000000000000000000
: end
 
 
阅读(613) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~