R1#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 2.2.2.2 YES manual up up
Vlan3 3.3.3.1 YES manual up up
R1#
R1#show run int f1/0
Building configuration...
Current configuration : 59 bytes
!
interface FastEthernet1/0
switchport access vlan 2
end
R1#show run int f1/1
Building configuration...
Current configuration : 59 bytes
!
interface FastEthernet1/1
switchport access vlan 2
end
R1#show run | i route
ip route 0.0.0.0 0.0.0.0 2.2.2.1
R1#ping 10.140.10.100
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.140.10.100, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/51/68 ms
R2#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 1.1.1.2 YES manual up up
Vlan140 10.140.10.1 YES manual up up
R2#show run int f1/0
Building configuration...
Current configuration : 59 bytes
!
interface FastEthernet1/0
switchport access vlan 2
end
R2#show run int f1/1
Building configuration...
Current configuration : 59 bytes
!
interface FastEthernet1/1
switchport access vlan 2
end
R2#show run | i route
ip route 0.0.0.0 0.0.0.0 1.1.1.1
R2#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/52/76 ms
interface Ethernet0/0
nameif outside
security-level 0
ip address 2.2.2.1 255.255.255.0 standby 2.2.2.3
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 1.1.1.1 255.255.255.0 standby 1.1.1.3
!
interface Ethernet0/4
description LAN Failover Interface
!
interface Ethernet0/5
description STATE Failover Interface
failover
failover lan unit primary
failover lan interface FAILO Ethernet0/4
failover key *****
failover link LINKFO Ethernet0/5
failover interface ip FAILO 5.5.5.1 255.255.255.0 standby 5.5.5.5
access-list 100 extended permit ip any any
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 2.2.2.2 1
route inside 10.140.10.0 255.255.255.0 1.1.1.2 1
ASA-PRI/pri/act# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 00:06:32 UTC Nov 30 1999
This host: Primary - Active
Active time: 1179 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal
Interface inside (1.1.1.1): Normal
slot 1: empty
Other host: Secondary - Standby Ready
Active time: 0 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal
Interface inside (1.1.1.3): Normal
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
ASA-PRI/sec/stby# show failover
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 00:00:00 UTC Nov 30 1999
This host: Secondary - Standby Ready
Active time: 0 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal
Interface inside (1.1.1.3): Normal
slot 1: empty
Other host: Primary - Active
Active time: 1208 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal
Interface inside (1.1.1.1): Normal
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
R4#PING 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/68/76 ms
R4#
ASA-PRI/sec/stby(config)# failover active
Switching to Active
R4#PING 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
ASA-PRI/pri/stby(config)# failover active
Switching to Active
R4#PING 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/64/84 ms
R4#show run | i route
ip route 0.0.0.0 0.0.0.0 [b]10.140.10.1[/b]
R2#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 1.1.1.2 YES manual up up
Vlan140 [b]10.140.10.1[/b] YES manual up up
R2#show run | i route
ip route 0.0.0.0 0.0.0.0 [b]1.1.1.1[/b]
System IP Addresses:
Interface Name IP address Subnet mask Method
Ethernet0/0 outside 2.2.2.1 255.255.255.0 manual
Ethernet0/1 inside [b] 1.1.1.1 [/b] 255.255.255.0 manual
Ethernet0/4 FAILO 5.5.5.1 255.255.255.0 unset
ASA-PRI/pri/act(config)# show run | i route
route outside 0.0.0.0 0.0.0.0 [b]2.2.2.2 1[/b]
route inside 10.140.10.0 255.255.255.0 1.1.1.2 1
R1#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 [b]2.2.2.2 [/b] YES manual up up
Vlan3 3.3.3.1 YES manual up up
R3#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 [b]3.3.3.3 [/b] YES manual up up
R3#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 3.3.3.3 YES manual up up
R1#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 2.2.2.2 YES manual up up
Vlan3 3.3.3.1 YES manual up up
R1#
ASA-PRI/sec/act# show fail
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 01:25:53 UTC Nov 30 1999
This host: Secondary - Active
Active time: 283 (sec)
R2#show ip int br | ex un
Interface IP-Address OK? Method Status Protocol
Vlan2 1.1.1.2 YES manual up up
Vlan140 10.140.10.1 YES manual up up
ASA-PRI/sec/act# show ip
System IP Addresses:
Interface Name IP address Subnet mask Method
Ethernet0/0 outside 2.2.2.1 255.255.255.0 CONFIG
Ethernet0/1 inside 1.1.1.1 255.255.255.0 CONFIG
Ethernet0/4 FAILO 5.5.5.1 255.255.255.0 unset
R2#show run | i route
ip route 0.0.0.0 0.0.0.0 1.1.1.1
R2#
R2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R4#traceroute 3.3.3.3
Type escape sequence to abort.
Tracing the route to 3.3.3.3
1 10.140.10.1 24 msec 36 msec 16 msec
2 * * *
3
ASA-PRI/sec/act# show access-l inside_in
access-list inside_in; 2 elements
access-list inside_in line 1 extended permit icmp any any (hitcnt=0) 0xb92ed037
access-list inside_in line 2 extended permit ip any any (hitcnt=0) 0xb80bc887
ASA-PRI/pri/stby(config)# show access-l inside_in
access-list inside_in; 2 elements
access-list inside_in line 1 extended permit icmp any any (hitcnt=27) 0xb92ed037
access-list inside_in line 2 extended permit ip any any (hitcnt=0) 0xb80bc887
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 01:25:55 UTC Nov 30 1999
This host: Primary - Standby Ready
ASA-PRI/sec/act# SHOW FAIL
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 01:25:53 UTC Nov 30 1999
This host: Secondary - Active
Active time: 2726 (sec)
R2#
R2#show run
Building configuration...
Current configuration : 1564 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/0
switchport access vlan 2
shutdown
!
interface FastEthernet1/1
switchport access vlan 2
!
interface FastEthernet1/2
!
interface FastEthernet1/3
!
interface FastEthernet1/4
!
interface FastEthernet1/5
!
interface FastEthernet1/6
!
interface FastEthernet1/7
!
interface FastEthernet1/8
!
interface FastEthernet1/9
!
interface FastEthernet1/10
!
interface FastEthernet1/11
!
interface FastEthernet1/12
!
interface FastEthernet1/13
!
interface FastEthernet1/14
!
interface FastEthernet1/15
switchport access vlan 140
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 1.1.1.2 255.255.255.0
!
interface Vlan140
ip address 10.140.10.1 255.255.255.0
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 1.1.1.1
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
R4#show run
Building configuration...
Current configuration : 895 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
ip cef
!
!
!
!
no ip domain lookup
ip domain name lab.local
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.140.10.100 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.140.10.1
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!
end
ASA-PRI/pri/act# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 02:21:13 UTC Nov 30 1999
This host: Primary - Active
Active time: 5136 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal
Interface inside (1.1.1.1): Normal
slot 1: empty
Other host: Secondary - Standby Ready
Active time: 0 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal
Interface inside (1.1.1.3): Normal
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/pri/act# show route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 2.2.2.2 to network 0.0.0.0
C 1.1.1.0 255.255.255.0 is directly connected, inside
C 2.2.2.0 255.255.255.0 is directly connected, outside
C 5.5.5.0 255.255.255.0 is directly connected, FAILO
S 10.140.10.0 255.255.255.0 [1/0] via 1.1.1.2, inside
S* 0.0.0.0 0.0.0.0 [1/0] via 2.2.2.2, outside
ASA-PRI/pri/act#
R4#ping 10.140.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.140.10.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/4 ms
R2#ping 1.1.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/18/28 ms
ASA-PRI/pri/act(config)# ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 10/14/30 ms
R1(config)#do ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/33/68 ms
R1(config)#
ASA-PRI/pri/act# ping outside 2.2.2.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.3, timeout is 2 seconds:
!!!!!
ASA-PRI/pri/act# ping inside 1.1.1.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 1.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/10 ms
ASA-PRI/pri/act# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 03:42:10 UTC Nov 30 1999
This host: Primary - Active
ASA-PRI/pri/act# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 03:42:10 UTC Nov 30 1999
This host: Primary - Active
Active time: 6848 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal
Interface inside (1.1.1.1): Normal
slot 1: empty
Other host: Secondary - Standby Ready
Active time: 3569 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal
Interface inside (1.1.1.3): Normal
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/sec/stby# show failover
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 01:16:24 UTC Nov 30 1999
This host: Secondary - Standby Ready
Active time: 3569 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal
Interface inside (1.1.1.3): Normal
slot 1: empty
Other host: Primary - Active
Active time: 6853 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal
Interface inside (1.1.1.1): Normal
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/sec/stby#
R4#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/71/80 ms
R4#
R2#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R2#ping 3.3.3.3 source 10.140.10.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 10.140.10.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/50/64 ms
ASA-PRI/pri/stby# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 00:00:01 UTC Nov 30 1999
This host: Primary - Standby Ready
Active time: 0 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal (Waiting)
Interface inside (1.1.1.3): Normal (Waiting)
slot 1: empty
Other host: Secondary - Active
Active time: 386 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal (Waiting)
Interface inside (1.1.1.1): Normal (Waiting)
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/sec/act# show fail
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 00:00:57 UTC Nov 30 1999
This host: Secondary - Active
Active time: 403 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal (Waiting)
Interface inside (1.1.1.1): Normal (Waiting)
slot 1: empty
Other host: Primary - Standby Ready
Active time: 0 (sec)
slot 0: empty
Interface outside (2.2.2.3): Failed (Waiting)
Interface inside (1.1.1.3): Failed (Waiting)
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/sec/stby# show int e0/0
Interface Ethernet0/0 "outside", is up, line protocol is up
Hardware is linaeth, BW 1000 Mbps, DLY 1000 usec
Auto-Duplex(Full-duplex), (100 Mbps)
MAC address 00ab.a72f.0100, MTU 1500
IP address 2.2.2.3, subnet mask 255.255.255.0
0 packets input, 4111 bytes, 0 no buffer
Received 13 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 L2 decode drops
0 packets output, 308 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collisions, 0 deferred
0 lost carrier, 0 no carrier
input queue (curr/max packets): hardware (128/128) software (0/3)
output queue (curr/max packets): hardware (0/0) software (0/1)
Traffic Statistics for "outside":
64 packets input, 3265 bytes
21 packets output, 1788 bytes
39 packets dropped
1 minute input rate 0 pkts/sec, 25 bytes/sec
1 minute output rate 0 pkts/sec, 17 bytes/sec
1 minute drop rate, 0 pkts/sec
5 minute input rate 0 pkts/sec, 0 bytes/sec
5 minute output rate 0 pkts/sec, 0 bytes/sec
5 minute drop rate, 0 pkts/sec
ASA-PRI/sec/stby# show int e0/1
Interface Ethernet0/1 "inside", is up, line protocol is up
Hardware is linaeth, BW 1000 Mbps, DLY 1000 usec
Auto-Duplex(Full-duplex), Auto-Speed(100 Mbps)
Media-type configured as RJ45 connector
MAC address 00ab.a72f.0101, MTU 1500
IP address 1.1.1.3, subnet mask 255.255.255.0
0 packets input, 4065 bytes, 0 no buffer
Received 12 broadcasts, 0 runts, 0 giants
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 L2 decode drops
0 packets output, 430 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 babbles, 0 late collisions, 0 deferred
0 lost carrier, 0 no carrier
input queue (curr/max packets): hardware (128/128) software (0/3)
output queue (curr/max packets): hardware (0/0) software (0/1)
Traffic Statistics for "inside":
58 packets input, 2949 bytes
24 packets output, 1792 bytes
36 packets dropped
1 minute input rate 0 pkts/sec, 20 bytes/sec
1 minute output rate 0 pkts/sec, 14 bytes/sec
1 minute drop rate, 0 pkts/sec
5 minute input rate 0 pkts/sec, 0 bytes/sec
5 minute output rate 0 pkts/sec, 0 bytes/sec
5 minute drop rate, 0 pkts/sec
R1#show int f1/1
FastEthernet1/1 is up, line protocol is up
Hardware is Fast Ethernet, address is c200.52e4.f101 (bia c200.52e4.f101)
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 4 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
R2#SHOW INT F1/1
FastEthernet1/1 is up, line protocol is up
Hardware is Fast Ethernet, address is c201.52e4.f101 (bia c201.52e4.f101)
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 6 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
ASA-PRI/pri/act(config)# show run int e0/1
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 1.1.1.1 255.255.255.0 standby 1.1.1.3
ASA-PRI/pri/act(config)# show run int e0/0
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 2.2.2.1 255.255.255.0
ASA-PRI/pri/act(config)#
SA-PRI/sec/stby(config)# show run int e0/1
!
interface Ethernet0/1
nameif inside
security-level 100
ip address 1.1.1.1 255.255.255.0 standby 1.1.1.3
ASA-PRI/sec/stby(config)# show run int e0/0
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 2.2.2.1 255.255.255.0
ASA-PRI/pri/stby# show failover
Failover On
Failover unit Primary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 01:25:43 UTC Nov 30 1999
This host: Primary - Standby Ready
Active time: 3550 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal (Waiting)
Interface inside (0.0.0.0): Normal (Waiting)
slot 1: empty
Other host: Secondary - Active
Active time: 231 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal (Waiting)
Interface inside (1.1.1.1): Normal (Waiting)
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
ASA-PRI/sec/act(config)# show fail
Failover On
Failover unit Secondary
Failover LAN Interface: FAILO Ethernet0/4 (up)
Unit Poll frequency 1 seconds, holdtime 15 seconds
Interface Poll frequency 5 seconds, holdtime 25 seconds
Interface Policy 1
Monitored Interfaces 2 of 250 maximum
Version: Ours 8.0(2), Mate 8.0(2)
Last Failover at: 00:53:01 UTC Nov 30 1999
This host: Secondary - Active
Active time: 251 (sec)
slot 0: empty
Interface outside (2.2.2.1): Normal (Waiting)
Interface inside (1.1.1.1): Normal (Waiting)
slot 1: empty
Other host: Primary - Standby Ready
Active time: 3550 (sec)
slot 0: empty
Interface outside (2.2.2.3): Normal (Waiting)
Interface inside (0.0.0.0): Normal (Waiting)
slot 1: empty
Stateful Failover Logical Update Statistics
Link : LINKFO Ethernet0/5 (Configuration incomplete)
Stateful Obj xmit xerr rcv rerr
General 0 0 0 0
sys cmd 0 0 0 0
up time 0 0 0 0
RPC services 0 0 0 0
TCP conn 0 0 0 0
UDP conn 0 0 0 0
ARP tbl 0 0 0 0
Xlate_Timeout 0 0 0 0
VPN IKE upd 0 0 0 0
VPN IPSEC upd 0 0 0 0
VPN CTCP upd 0 0 0 0
VPN SDI upd 0 0 0 0
VPN DHCP upd 0 0 0 0
SIP Session 0 0 0 0
Logical Update Queue Information
Cur Max Total
Recv Q: 0 0 0
Xmit Q: 0 0 0
0: Ext: Ethernet0/0 : address is 00ab.a72f.0100, irq 255
1: Ext: Ethernet0/1 : address is 00ab.a72f.0101, irq 255
2: Ext: Ethernet0/2 : address is 0000.ab56.a502, irq 255
3: Ext: Ethernet0/3 : address is 0000.ab53.4503, irq 255
4: Ext: Ethernet0/4 : address is 00ab.a72f.0104, irq 255
5: Ext: Ethernet0/5 : address is 00ab.a72f.0105, irq 255
VLANs : 200
Failover : Active/Active
3DES-AES : Enabled
Security Contexts : 20
GTP/GPRS : Enabled
VPN Peers : 5000
WebVPN Peers : 2500
ADV END SEC : Enabled