Active/Standby And failover link configuration mode

Hi everyone,
When config failover  link of ASA  in Active Standby mode.
When we config failover int say gi0/1
config t
int gi0/1
failover lan int gi0/1
Need to confirm we do this from interface config mode  only or we can do this from global config also ????????
Whe we assign IP to this int we do that from global config mode ????
Regards
Mahesh
Message was edited by: mahesh parmar
Message was edited by: mahesh parmar

Hi,
Actually the ASA lets you insert a lot of command what ever mode you are under.
In the output you posted is a very important thing to notice
configure mode commands/options:
  WORD  Specify the interface name
As you can see, the output lists only one option and before that it mentions that this is a "configure mode" command
So even if you entered the command under the interface configuration mode, it would still be entered as a global/configure command mode.
Take the following thing for example
I want to check what configuration options I have with the command "failover"
So I enter the following to my ASA
ASA(config)# failover ?
configure mode commands/options:
  interface              Configure the IP address to be used for failover and/or
                              stateful update information
  interface-policy    Set the policy for failover due to interface failures
  key                       Configure the failover shared secret or key
  lan                       Specify the unit as primary or secondary or configure the
                               interface and vlan to be used for failover communication
  mac                      Specify the virtual mac address for a dynamic interface
  polltime                Configure failover poll interval
  timeout                 Specify the failover reconnect timeout value for
                               asymmetrically routed sessions
exec mode commands/options:
  active          Make this system to be the active unit of the failover pair
  exec            Execute command on the designated unit
  reload-standby  Force standby unit to reboot
  reset           Force a unit or failover group to an unfailed state
As you can see, the ASA tells us that there are different additional command parameters after the "failover" command that can be used. Some of them can be used either in Exec or Configuration mode.
- Jouni

Similar Messages

  • Configuration setup for active-standby and active-active

    Hi
    Having two sites separated by WAN and want to distribute the load between those two sites as Active-Active setup. want to whether it can be possible to have a active-standby pair at each site if not what is the work around to setup.

    I would suggest the following setup as 'best practice' for this requirement.
    At site A have a TimesTen A/S pair hosting data in range 'A' - 'M'. This provides local HA for this dataset. Remote readonly subscriber of this A/S pair located at site B. This provides read access to data 'A' - 'M' at site 'B'. in the event of a total failure of site A this remote subscriber can be converted into the active of a new A/S pair (located at site B).
    Same setup in reverse for site B.
    If the hardware is adequate you only need two machines at each site since you can host the readonly subscriber on the same machine as one of the local A/S pair datastores and if you need to do a site level failover you could host both A?S pair on a single pair of machines. Of course availability will be higher with 4 machines at each site. It is a cost/benefit trade off.
    This is really the only viable/supported setup to have both sites active if using IMDB cache.
    Chris

  • 11.2.0.3 RAC ASM Pri with Normal FileSys Active Standby Post Failover

    The architecture consist of two node rac asm primary and one normal filesystem active standby all on Oracle 11gR2 11.2.0.3. With basic Broker Configuration.
    Performed a managed broker switchover and not the Normal Filesystem has the primary role and the standby consist of the two node asm rac. I want to switchback, i.e., Former Primary -> Primary Role and Former Standby -> Standby Role.
    However my broker contains the following:
    DGMGRL> show configuration verbose;
    Configuration - DG_PRI_CFG
    Protection Mode: MaxPerformance
    Databases:
    STANDBY - Primary database
    Warning: ORA-16829: fast-start failover configuration is lagging
    KEMETRAC - (*) Physical standby database
    Error: ORA-16810: multiple errors or warnings detected for the database
    (*) Fast-Start Failover target
    Properties:
    FastStartFailoverThreshold = '95'
    OperationTimeout = '30'
    FastStartFailoverLagLimit = '95'
    CommunicationTimeout = '180'
    FastStartFailoverAutoReinstate = 'TRUE'
    FastStartFailoverPmyShutdown = 'TRUE'
    BystandersFollowRoleChange = 'ALL'
    Fast-Start Failover: ENABLED
    Threshold: 95 seconds
    Target: KEMETRAC
    Observer: emcc.respecti.com
    Lag Limit: 95 seconds
    Shutdown Primary: TRUE
    Auto-reinstate: TRUE
    Configuration Status:
    ERROR
    I've found a recommendation to increase the value of FastStartFailoverThreshold='90';
    Though I continue to encounter the above configuration error.
    Recommendations are appreciated!
    Edited by: 783527 on Mar 12, 2012 7:41 PM

    03/13/2012 13:13:22
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration DG_PRI_CFG Warning ORA-16607
    Primary Database STANDBY Warning ORA-16829
    Physical Standby Database KEMETRAC Error ORA-16810
    03/13/2012 13:14:22
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration DG_PRI_CFG Warning ORA-16607
    Primary Database STANDBY Warning ORA-16829
    Physical Standby Database KEMETRAC Error ORA-16810
    03/13/2012 13:15:22
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration DG_PRI_CFG Warning ORA-16607
    Primary Database STANDBY Warning ORA-16829
    Physical Standby Database KEMETRAC Error ORA-16810
    03/13/2012 13:16:22
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration DG_PRI_CFG Warning ORA-16607
    Primary Database STANDBY Warning ORA-16829
    Physical Standby Database KEMETRAC Error ORA-16810
    03/13/2012 13:17:22
    Data Guard Broker Status Summary:
    Type Name Severity Status
    Configuration DG_PRI_CFG Warning ORA-16607
    Primary Database STANDBY Warning ORA-16829
    Physical Standby Database KEMETRAC Error ORA-16810
    03/13/2012 13:18:22

  • Error message when access WLS: active sockets and socket readers configuration

    Hi,
    I got the following error when I tried to access the WLS using a program to get
    the mbeans data.
    This error happens when I have 3 or more servers running ( 1 admin server, 2 or
    more managed servers). With cluster with more than 2 servers running, this error
    also occurs.
    <Sep 10, 2001 8:35:01 PM CDT> <Warning> <JavaSocketMuxer> <There are: '3' active
    sockets, but the maximum number of socket readers allowed by theconfiguration
    is: '2', you may want alter your configuration.>
    I creased the socket readers from 33% to 66%, but I still got the same error.
    I'm using WLS version 6.0 sp2
    My configuration is:
    Execute Threads = 15,
    Socket Readers = 33% or 66%
    Does anyone know how to fix this ? I am really appreciate for any suggestions.
    thanks,
    Kieu

    thank you, I just found out about setting those sockets using command line options
    an hour ago. But thanks a lot.
    -Kieu
    Kaye Wilcox <[email protected]> wrote:
    Kieu,
    You could try increasing the number of execute threads, you can do this
    via
    the admin console on the <server> --> Tuning tab.
    See http://edocs.bea.com/wls/docs60/perform/WLSTuning.html#1104317 for
    guidelines on setting the thread pool size and the number of socket readers.
    Here is a link that talks about socket communication in a cluster
    http://edocs.bea.com/wls/docs60/cluster/features.html#1007001.

  • Activity Type and Cost Relationship Configuration

    Hi SAP Gurus,
    In ERP, the recipe of Material  GN2425A1H, the activity is ZDL - Labour.  When the activity time is increased, the material cost does not change, e.g., if labour hour is changed from 1.52HR to 3.4HR, the cost remains unchanged.  In case of other materials, if the time of activity ZDL is changed, then the material cost changes accordingly.
    Please help me understand the configuration that needs to be checked for activity labour hours with cost associated.
    Thanks.

    Dear Samir,
    I am not sure if such a relation ship exists between Material and Labor.
    Normally, the costs are charged independently based on the valuation variant used for the Actual costs in the Process Order (defaulted from order type) ex:Material costs are picked as per the valuation indicator (V/S) from the Material Master when the goods issue is posted to the Process Order.
    Labor costs are picked when confirmations are done from the Transaction KP26 (planned prices for activitites) as per the valuation variant.
    Kind Regards
    Umapathi G

  • ASA 8.4 Active/Standby issue

    Hi,
    Have configured Active/Standby and configuration has been copied fine from one device to other.
    All interfaces that have been auto created (to match the original device) are showing IP addresses correctly (UP,UP)
    The ASA are connected via 2 switches using trunk ports and status is UP for both trunk ports (I have connected to the same ports as in original device)
    Though it was going to work when the configuration transfer was completed and the same interfaces connected. Let me know if you can suggest why interfaces on the standby ASA when active become (UP, UP) with correct IP Addresses but no traffic passes except on the failover interface. 
    Thanks

    in fact this is the problem that even after entering command "no failover active" on the Active ASA and therefore the second ASA becomes the Active one - still no traffic works except between the interfaces of the Failover between the two ASA's. So the second ASA is yes becoming Active but it seems that no device is able to communicate with it even if all its interfaces match the primary one.
    Attached is a diagram of the setup.
    (Update seems that isakmp site to site link is not coming up now - other than that internal communication is working from the ASA on failover)

  • ASA redundant failover links

    Hi,
    We are setting up a new ASA which is in multi context mode.  I was wondering if it is possible to setup redundant failover and state links?  I know that it is possible to run failover on one link and state on another, or both over the same link, but is it possible to have both failover and state running on 2 links?  For example, failover and state on ten1/0 as well as failover and state on ten1/1.
    Hope I have explained my question well enough.  If not I will try to explain better.
    thanks

    I would suggest to make a redundant logical link and attach two physical links to it. Than during failover link configuration specify your redundant link as a failover link. Not sure if it works but dont see any obstacles for this solution to fail..

  • FWSM move from Active/Standby to Active/active

    Hi there,
    we have some FWSM installed in 6500 with many contexts in them.  They are at the moment configured as Active/Standby and in production.  But we have noticed that whenever a backup is run which goes through some of the contexts, the FWSM start counting errors which was already determined to be an oversubscription issue.  So, while we wait for the new ASA 5585X to arrive and finally replace them, we want to mitigate the issue by configuring the FWSM as Active/Active and move the contexts for backup traffic to the other box (keeping the production contexts in the other one).
    My question is, can this be done without impacting the production traffic?  Or as soon as we enable the active/active by the configuration of the groups and assignments of the contexts, the traffic will be impacted and we will produce an outage to the network?
    Thanks in advance for your help.
    Regards,
    Paula

    So no answers?
    Just one to update why had problem here: we need to to pull changes from Physical StandBy, because of performance reasons we cannot afford to reload every table with full refresh, we only want to get changes. At first I thought that it will be easy just create materialized view log and do basic replication, but in Physical StandBy we cant do it

  • Dynamically generated Detailed navigation and related link

    Where is the Detailed navigation and related link configured for the ESS/MSS.
    Is it done in the Homepage Framework  configuration?
    I could see different navigation and related links for different worksets within ESS/MSS getting called dynamically. Where is this configured.

    Where is the Detailed navigation and related link configured for the ESS/MSS.
    Is it done in the Homepage Framework configuration?
    I could see different navigation and related links for different worksets within ESS/MSS getting called dynamically. Where is this configured.
    Hello Sir,
    If you haven't made it at this point, this is indeed done via the Home Page Framework via the backend on the following IMG PATH:
    > Cross-Application Components
      >  Homepage Framework
    1. You make a resource available via the Role (via PCD)
    2. You customize every other part as a cascade:
    Define Area group / Headers
      -> Define Areas / Assign Area to Area Group
         -> Define Subareas / Assign subarea to Area
             -> Define Services / Assign Services to Subarea.
    Hope I have clarified.
    Regards,
    Bentow.

  • Edit active standby on 6710

    Hi All
    On active standby screen horizontal i would like to remove search and WLAN-scan - Is this possible?
    or
    On active standby screen vertical - Can I change some of the 4 first icons and maybe edit the submenus?
    OlieMoetor

    yes you can edit the active standby and display
    here is the online guide which may give more info than book 1st of all
    http://nds1.nokia.com/phones/files/guides/Nokia_6710_Navigator_UG_en.pdf
    go to personalisation and then standby you can edit the apps on home screen from there
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Active/Standby Failover with pair of 5510s and redundant L2 links

    Hi
    I just got two ASA5510-SEC-BUN-K9 and I'm wondering is it possible to implement an Active/Standby Failover configuration (Routed mode) with two ASA5510 and redundant pair of switches from both inside and outside interfaces? In other words, I would like to have two L2 links from each ASA (in pair od ASAa) to each L2 switch (in pair of redundant L2 Switches). The configuration I would like to achive is just like one in Cisco Security Appliance Command Line Configuration Guide, page B-23, figure B-8, with only difference that I wouldn't go with multiple security contexts (I want Active/Standby failover).
    Thanks in advance
    Zoran Milenkovic

    Hello Zoran,
    Absolutely. You can have 2 ASAs configured in Active/Standby mode. For reference, here is a link which has a network connectivity diagram based on PIX, however, connectivity would still be same with ASAs-
    http://www.cisco.com/en/US/docs/security/pix/pix63/configuration/guide/failover.html#wp1053462
    The difference is that on ASA, you can only have LAN-Based failover, hence you'll need to use one additional interface on both ASAs for failover-link. You can connect these two failover-link interfaces directly using a cross cable.
    Apart from this, please refer to following link on how to go with configuration of Lan-based Active/Standby failover-
    http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/failover.html#wp1064158
    Also make sure that both ASAs have required hardware/software/license based on following link-
    http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/failover.html#wp1047269
    Hope this helps.
    Regards,
    Vibhor.

  • FWSM 4.0: switch from active/standby to active/active failover mode

    Hello,
    I have a pair of FWSM's running version 4.0 currently in active/standby failover mode, and I'd like to switch them to be active/active.  Is there a documented procedure for doing this?  What are the implications for any contexts switched to be primary on the FWSM that is currently acting as a standby (i.e., what kind of outage time can we expect)?
    Thanks in advance,
    Mike

    Hi Bro
    Thanks for the update, but still you'll need to create 2 contexts, each context will be ACTIVE on different Cisco ASA FW units. Hence, there will be some cut, copy and paste effort, not forgetting recabling, if that's needed. Here's a Cisco document to configure ACTIVE/ACTIVE for those who can't seem to find this document http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080834058.shtml#req
    Conclusion: There will be some network downtime. I'm guessing 15min, if it was me :-)
    P/S: If you think this comment is helpful, please do rate it nicely :-)

  • ASA Active/Standby mode and Hello messages

    Hi Everyone,
    On ASA  Active/Standby mode  i know thatsay inside or any other interface of active and standby ASA should connect to same switch and vlan.
    When we assign say ip address to inside interface of both ASA like
    ip address 192.168.x.1 255.255.255.0 standby 192.168.x.2 255.255.255.0
    Need to know if these inside interface talk to each other or not?
    Do they send hello messages?
    Thanks
    MAhesh

    Hi Mahesh,
    The ASA Active/Standby Failover pair uses both the dedicated Failover interface and the actual Data interfaces to monitor the "health" of the Failover pair.
    The units send Failover hello messages and wait for a reply to determine if the other unit is alive or not.
    By default all Physical interfaces are automatically monitored. To my understanding Logical interfaces such as Trunk interfaces are NOT monitored by default. You will have to configure monitoring for each subinterface of the Trunk that you want to be monitored.
    You would use the command
    monitor-interface
    Check the Command Reference section for this
    http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/m.html#wp2123112
    I would also suggest reading the following section of the Configuration Guide
    http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/ha_overview.html#wp1079010
    It has information of the Unit and Interface health monitoring of the Failover pair.
    If you want to debug Failover activity you could use the command
    debug fover
    It has multiple additional parameter after that command
    Here is the Command Reference section for the debug command
    http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/d1.html#wp2093011
    You can even attach a computer on the switch between the ASAs and capture the packets between them an you can see the Failover messages etc from the ASAs
    - Jouni

  • How to tell if Active/active or Active/Standby mode is configured?

    Folks:
    I am still learning the output of my running config, but how do I tell if my firewall is set to Actve/Active or Active/Standby mode?
    In addition, how do I tell if it uses regular or stateful failover mode?
    Thank you

    I wanted to provide this as well, since I found it and it also helped me answering my question.
    This output shows Active/Active failover output.
    **Note** it says PIX; however, I beleive it will be the same output for ASA.
    PIX1(config-subif)#show failover
    Failover On
    Cable status: N/A - LAN-based failover enabled
    Failover unit Primary
    Failover LAN Interface: LANFailover Ethernet3 (up)
    Unit Poll frequency 15 seconds, holdtime 45 seconds
    Interface Poll frequency 5 seconds, holdtime 25 seconds
    Interface Policy 1
    Monitored Interfaces 4 of 250 maximum
    Version: Ours 7.2(2), Mate 7.2(2)
    Group 1 last failover at: 06:12:45 UTC Apr 16 2007
    Group 2 last failover at: 06:12:43 UTC Apr 16 2007
      This host:    Primary
      Group 1       State:          Active
                    Active time:    359610 (sec)
      Group 2       State:          Standby Ready
                    Active time:    3165 (sec)
                      context1 Interface inside (192.168.1.1): Normal
                      context1 Interface outside (172.16.1.1): Normal
                      context2 Interface inside (192.168.2.2): Normal
                      context2 Interface outside (172.16.2.2): Normal
      Other host:   Secondary
      Group 1       State:          Standby Ready
                    Active time:    0 (sec)
      Group 2       State:          Active
                    Active time:    3900 (sec)
                      context1 Interface inside (192.168.1.2): Normal
                      context1 Interface outside (172.16.1.2): Normal
                      context2 Interface inside (192.168.2.1): Normal
                      context2 Interface outside (172.16.2.1): Normal

  • Single AIP-SSM in Cisco ASA Failover Active / Standby Mode

    Hi,
    I can add single AIP-SSM on Cisco ASA in failover active / standby mode?

    No, both units need the same hardware, that includes the installed modules.
    Sent from Cisco Technical Support iPad App

Maybe you are looking for