|
Posted by mcaissie on May 25, 2007, 4:02 pm
If you were Registered and logged in, you could reply and use other advanced thread options This line must be the same on both units. The first IP is for the primary
and the other for the secondary
> failover interface ip failover 172.16.2.1 255.255.255.252 standby
172.16.2.2
>failover interface ip failover 172.16.2.2 255.255.255.252 standby
172.16.2.1
So you have to change it on the secondary for
> failover interface ip failover 172.16.2.1 255.255.255.252 standby
172.16.2.2
> On Fri, 25 May 2007 18:54:32 GMT, mcaissie wrote:
>> You don't need a special cable .
>>
>> I think ASA supports both the straiht-through and the crossover, but
>> the
>> crossover for sure.
>>
>> Can you post your failover config of both unit.
>>
>> And be sure your interfaces are not shutdown.
>
> ntasa01# sh conf
> : Saved
> : Written by enable_15 at 09:08:16.980 PDT Thu May 24 2007
> !
> ASA Version 7.0(6)
> !
> hostname ntasa01
> enable password **************** encrypted
> names
> dns-guard
> !
> interface Ethernet0/0
> nameif outside
> security-level 0
> ip address 168.143.121.4 255.255.255.0 standby 168.143.121.5
> !
> interface Ethernet0/1
> nameif inside
> security-level 100
> ip address 10.15.30.1 255.255.255.0 standby 10.15.30.2
> !
> interface Ethernet0/2
> shutdown
> no nameif
> no security-level
> no ip address
> !
> interface Ethernet0/3
> description LAN/STATE Failover Interface
> !
> interface Management0/0
> nameif management
> security-level 100
> ip address 10.12.14.253 255.255.255.0
> management-only
> !
> passwd **************** encrypted
> ftp mode passive
> clock timezone PST -8
> clock summer-time PDT recurring 2 Sun Mar 1:59 1 Sun Nov 3:00
> pager lines 24
> logging asdm informational
> mtu management 1500
> mtu outside 1500
> mtu inside 1500
> failover
> failover lan unit primary
> failover lan interface failover Ethernet0/3
> failover link failover Ethernet0/3
> failover interface ip failover 172.16.2.1 255.255.255.252 standby
> 172.16.2.2
> asdm image disk0:/asdm506.bin
> no asdm history enable
> arp timeout 14400
> nat (inside) 1 10.15.30.0 255.255.255.0
> static (inside,outside) 10.15.30.193 168.143.121.193 netmask
> 255.255.255.255
> static (inside,outside) 10.15.30.194 168.143.121.194 netmask
> 255.255.255.255
> route management 192.168.2.0 255.255.255.0 10.12.14.254 1
> route outside 0.0.0.0 0.0.0.0 168.143.121.1 1
> 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
> timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
> timeout uauth 0:05:00 absolute
> username ***** password **************** encrypted privilege 15
> aaa authentication serial console LOCAL
> aaa authentication ssh console LOCAL
> aaa authentication telnet console LOCAL
> http server enable
> http 10.12.14.2 255.255.255.255 management
> http 192.168.2.192 255.255.255.255 management
> snmp-server enable traps snmp authentication linkup linkdown coldstart
> telnet 192.168.2.192 255.255.255.255 management
> telnet 10.12.14.2 255.255.255.255 management
> telnet timeout 15
> ssh timeout 15
> console timeout 0
> ntp server 192.168.2.2
> Cryptochecksum:801337793f18d2af0c0105f054a6e8f0
>
>
>
> ntasa02# sh conf
> : Saved
> : Written by enable_15 at 07:43:15.088 PDT Thu May 24 2007
> !
> ASA Version 7.0(6)
> !
> hostname ntasa02
> enable password **************** encrypted
> names
> dns-guard
> !
> interface Ethernet0/0
> nameif outside
> security-level 0
> ip address 168.143.121.5 255.255.255.0
> !
> interface Ethernet0/1
> nameif inside
> security-level 100
> ip address 10.15.30.2 255.255.255.0
> !
> interface Ethernet0/2
> shutdown
> no nameif
> no security-level
> no ip address
> !
> interface Ethernet0/3
> description LAN Failover Interface
> !
> interface Management0/0
> nameif management
> security-level 100
> ip address 10.12.14.252 255.255.255.0
> management-only
> !
> passwd **************** encrypted
> ftp mode passive
> clock timezone PST -8
> clock summer-time PDT recurring 2 Sun Mar 1:59 1 Sun Nov 3:00
> pager lines 24
> logging asdm informational
> mtu management 1500
> mtu inside 1500
> mtu outside 1500
> failover
> failover lan unit secondary
> failover lan interface failover Ethernet0/3
> failover interface ip failover 172.16.2.2 255.255.255.252 standby
> 172.16.2.1
> asdm image disk0:/asdm506.bin
> no asdm history enable
> arp timeout 14400
> route management 192.168.2.0 255.255.255.0 10.12.14.254 1
> 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
> timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
> timeout uauth 0:05:00 absolute
> username ***** password **************** encrypted privilege 15
> aaa authentication telnet console LOCAL
> aaa authentication serial console LOCAL
> aaa authentication ssh console LOCAL
> http server enable
> http 192.168.2.192 255.255.255.255 management
> http 10.12.14.2 255.255.255.255 management
> snmp-server enable traps snmp authentication linkup linkdown coldstart
> telnet 192.168.2.192 255.255.255.255 management
> telnet 10.12.14.2 255.255.255.255 management
> telnet timeout 15
> ssh timeout 15
> console timeout 0
> ntp server 192.168.2.2
> Cryptochecksum:ab8d7fc833b79bd4bcb69bfe67d4fe1b
>
> --
> * John Oliver http://www.john-oliver.net/ *
|