Cisco Cisco ASA 5580 Adaptive Security Appliance Technical Manual

Page of 22
 
21
XML Examples for the Cisco Application Centric Infrastructure Security Device Package
 
  High Availability (Failover)
High Availability (Failover)
This XML example enables failover and specifies the failover interface and IP addresses. 
ASA Configuration
failover
failover lan unit primary
failover lan interface fover GigabitEthernet0/0
failover interface ip fover 192.168.17.1 255.255.255.0 standby 192.168.17.2
XML Example
<polUni> 
       <fvTenant name="tenant1">
       <vnsLDevVip name="Firewall²>
<vnsLIf name="failover_lan">
                <vnsRsMetaIf
tDn="uni/infra/mDev-CISCO-ASA-1.0.1/mIfLbl-failover_lan"/>
                <vnsRsCIfAtt
tDn="uni/tn-tenant1/lDevVip-Firewall/cDev-ASAP/cIf-[Gig0/0]"/>
            </vnsLIf>
       <vnsCDev name="ASAP">
       <vnsDevFolder key="FailoverConfig" name="failover_config">
       <vnsDevParam key="failover" name="failover" value="enable"/>
       <vnsDevParam key="lan_unit" name="lan_unit" value="primary"/>
       <vnsDevFolder key="failover_lan_interface" name="failover_lan">
       <vnsDevParam key="interface_name" name="interface_name"
value="fover"/>
       </vnsDevFolder>
       <vnsDevFolder key="failover_ip" name="failover_ip">
       <vnsDevParam key="interface_name" name="interface_name"
value="fover"/>
       <vnsDevParam key="active_ip" name="primary_ip"
value="192.168.17.1"/>
       <vnsDevParam key="netmask" name="netmask" value="255.255.255.0"/>
       <vnsDevParam key="standby_ip" name="secondary_ip"
value="192.168.17.2"/>
       </vnsDevFolder>
       </vnsDevFolder>
       </vnsCDev>
       </vnsLDevVip>
       </fvTenant>
      </polUni>
Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of 
Cisco trademarks, go to this URL:
. Third-party trademarks mentioned are the property of their respective owners. The 
use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R)
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and 
figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and 
coincidental.
©2014 Cisco Systems, Inc. All rights reserved.