QM-IDI INTERFACE

Hi all,
while going through QM IDI Documentation, I came across QM Subsystem & External systems. what is the difference between external system and QM subsystem ? Also what is the purpose of QM SUBSYSTEM ? I have already gone through QM IDI Documentation, but I am unable to understand use of subsystem. can anybody will explain me same with example ?
Thanks in advance.
Anirudha

The difference is how SAP communicates with the system.  The external systems are usually accessed via RFC's, (remote function calls) and actively send a message to the external system with data. 
The subsystems have to query SAP are designed to usually have a batch job on the subsystem that runs every 10 or15 minutes to query the SAP system and looks for entries in the QIWL table.  When valid entries are found, the subsystem downloads the necessary info and when done, uploads the data.  SAP is very passive in this.  The subsystem has programs that are written according to SAP guidelines and uses specific BAPI's provided by SAP to interact with SAP.
An External system using RFC's uses compiled programs written by the client, (or maybe a vendor of a product), that uses the RFC''s to communicate with SAP. The programs reside in SAP.  The RFC's are similar to the BAPI's in that SAP has provided them and you need to adhere to how they are supposed to be used.  For RFC's your Basis team has to basically define a "gateway" for these RFC's messages to be transferred back and forth through. 
You subsystems are primarily things like LIMS where the vendor has supplied most of the functionality required.
I haven't had to set up an RFC process personally but I believe it is used more for home grown integration requirements where for instance you want to develop a means to exchange results directly from a lab instrument like a GC or LC.  You would write programs on both ends to exchange this data between the GC and SAP using the RFC's.  Then you place all the GC tests in one inspection plan operation and then these tests would be downloaded to the GC and the GC could upload the results directly without the use of a LIMS sitting between them.  You might find some vendors have done this and can provide example programs already for you to use or that you can use as a starting point in your development.
I hope this helps.
FF

Similar Messages

  • QM-IDI Interface Manual Charecterstics transfer to Sub-Subsystem

    Hi
    We have an issue with QM-IDI Interface .We are using std RFC QIRF_SEND_REQUIRMENTS_GET_DAT2 and its extracting the insp.lot and its charecterstics correctly.
    We facing problem only in case of manual Charecterstics transfer.
    I.e.Soemtimes user will directlty(manually) add the new charecterstics( Table QAMV)  in the Insp.lot Record results. But when we call the RFC only the std. charterstics are got transferred( means..those which are created automatically) and is exclusing the charecterstics that are created manually.
    When we debug the RFC i found that these charecterstics are filled up in the function module 'QICD_QAIMV_TABLE_FILL'. Here in this its excluding the charectertics which has status '2'( processed).
    when ever i add a new charecterstic in QA02 the Result Record  satus( filed STATUSR)  of the charecterstic is already set to 2( Processed) and this field is greyed out.If its '1'(Must be transferrred) then the RFC is picking up this charecterstics as well.
    Can anybody have any idea about why the status is coming as '2' for the manual charecterstics(upon adding itself), and if its any config can anyboidy advise where to change it.
    My requirement is that i need to transfer these mnaully added charecterstics also to the sub-system through the RFC.
    Thanks a lot for your help and time.

    Hi,
    I am  also having the requirement of QM-IDI, i have created an sub system and attached  to a work center and created a task list for a material. Will be please give me a detail screen sort of step by step using our function module , how to proceed further. ( My requirement is to interface spectrometer with SAP-QM, Now my basic issue is that where will the spectrometer results stored in the external system, how our RFC functional module will find the exact location of the data in the external system,)
    Kindly guide me this is very urgent.
    Selvam

  • QM-IDI Mapping interfaces

    Dear ,
    I am facing a big problem with QM-IDI interfaces,
    Requirement: Whenever MIGO done inspection lot will create and we need to send this inspection lot to external system i.e. MES.
    And SAP receives Results Recording and User deceision or Defect recording in SAP. I Reffered QM-IDI interfaces but i am not able to use which function module for what. Here i have to give structure to MES team, once i wil provides the will do mappings.
    If do you have any mapping specs.  Any test scenarios related to QM interfaces.  Which function module i have to use to send inspection lot or which function module i have to use to receive data from external system how i have to give structures to them
    Here my main intesion is mapping to external system

    The difference is how SAP communicates with the system.  The external systems are usually accessed via RFC's, (remote function calls) and actively send a message to the external system with data. 
    The subsystems have to query SAP are designed to usually have a batch job on the subsystem that runs every 10 or15 minutes to query the SAP system and looks for entries in the QIWL table.  When valid entries are found, the subsystem downloads the necessary info and when done, uploads the data.  SAP is very passive in this.  The subsystem has programs that are written according to SAP guidelines and uses specific BAPI's provided by SAP to interact with SAP.
    An External system using RFC's uses compiled programs written by the client, (or maybe a vendor of a product), that uses the RFC''s to communicate with SAP. The programs reside in SAP.  The RFC's are similar to the BAPI's in that SAP has provided them and you need to adhere to how they are supposed to be used.  For RFC's your Basis team has to basically define a "gateway" for these RFC's messages to be transferred back and forth through. 
    You subsystems are primarily things like LIMS where the vendor has supplied most of the functionality required.
    I haven't had to set up an RFC process personally but I believe it is used more for home grown integration requirements where for instance you want to develop a means to exchange results directly from a lab instrument like a GC or LC.  You would write programs on both ends to exchange this data between the GC and SAP using the RFC's.  Then you place all the GC tests in one inspection plan operation and then these tests would be downloaded to the GC and the GC could upload the results directly without the use of a LIMS sitting between them.  You might find some vendors have done this and can provide example programs already for you to use or that you can use as a starting point in your development.
    I hope this helps.
    FF

  • QM IDI integration with xMII

    HI Guys,
    We are looking for the options of integrating QM IDI interface with xMII. Anubody has experience with this type of integration ie integrating xMII with QM IDI. Any help or suggestions would be appreciated.
    Thanks,
    Srini

    Hello Srinivas,
    Option 1,
    Up until MII 12.1 doesn't have any internal database kind of concept but with MII 12.2 SAP has introduced a concept called "MDO - Manufacturing Data Objects" you can leverage this feature in future
    [MII 12.2 MDO|http://help.sap.com/saphelp_mii122/helpdata/en/44/c5e701054c388ce10000000a11466f/frameset.htm]
    I am not sure but I believe MII 12.2 is still not released for everyone yet. You can find out more in service market place.
    Option 2,
    I would suggest to use/leverage any existing external database like SQL or Oracle, apart from data buffering these database can be very flexible, programmable, maintenance friendly and MII reports can be generated easily off these databases with minimum IO costs.
    Hope my above thoughts helps!!
    Regards,
    Adarsh

  • Winlims interface with SAP

    Hi qm experts,
       Can anybody could explain to me the details of how shall i interface the SAP with winlims in results recording. I hope that you will give my the full details throroughly. Thanks
    Regards,
    Matildo, Edsel F.
    QM Consultant

    This is a pretty broad question.  You must use inspection plans and have workcenter set up for use.  The workcenter must have a QDR system defined for it.
    The QR systems are configured in SPRO.  QM>Quality inspection>Subsystems-->Process Quality Inspection using QM-IDI interface. 
    You might need some help from your BASIS people to complete the config.
    You should ask your WinLIMS vendor for assistance.  They've done it before and should be able to help you.
    Craig

  • QM-IDI : User QMIDI has no RFC authorization for function group QIRF

    Hi,
    I am in the process of trying to connect from Labware LIMS to SAP ECC 6, specifically the quality module. The aim is to use Labware to connect to SAP via the QM-IDI interface to
    1) Download inspection lots from SAP
    2) Upload usage decisions and inspection lot results to SAP.
    Initially I specified an account on SAP of the type 'Communications Data', however any time I tried to connect to SAP from LIMS via the interface with this account it gives an <i>'Incorrect Username/Password'</i> error in the trace logs. I then changed the account to a dialog user, which seems to be partially more successful, however the trace logs captures the following error 'User QMIDI has no RFC authorization for function group QIRF' when I try to connect from LIMS to SAP via the QM-IDI interface after changing the user to type dialog.
    I would appreciate any guidance on how to resolve this issue.
    Regards.

    i got stuck on configuring idi. plz guide me. bond_chaitu at yahoo dot com

  • Regarding QM interfaces

    Hi All,
    I have to develop QM interfaces...The Scenario is as below.. Please guide me how to proceed
    1. Once inspecton lot completed, data has to go to external system in table format.
    2. After that results recording and UD has taken care in the external system
    3. Once results are updated with ok, UD has to update automatically in the SAP system
    4. In case of rejection, defects will send to SAP system and based on defects need to update Notification in SAP system
    5. After that notification need to send to External system.
    6. I have to send master data like characteristics, Catalogs, sample procedures and sample scheme
    Pls help me how i have proceed....
    I already check with QM-IDI interfaces, but Results updation and UD updation and Notification updation will automatically done, this purpose will solve.
    If it solves pls provide me the techniqes to handle these QM-IDI secenarios...
    Regards,
    ReddyNara

    Hi Kiran,
           There is no confusion about IDOCs.  The requirement  shows the what type of IDOC u want to used.
    The XI guys will take care of the Import the IDOC from particular R/3 system.
    Like same RFC Function Modules also..
    When ever we used IDOC we need configured setting in R/3 & XI Systems.
    __Configured steps in  R/3 System:__
    1) RFC Destination-- SM59
        --> Create the RFC Destination
       --->Crate the RFC Destination type 3(R/3 system)
       ---> specify the server address of the Integration server as target hosts
    2) Port----WE21
       _---->Create the port for transaction RFC
    > Enter the RFC Destination
    3) Partner Profiles--WE20
    Configure the steps in XI System:
    1) Create the RFC destination (SM59)
    2) Create the IDOC port into IDOC adapter(IDX1)
    3) Load the meta data of IDOC into IDOC Port(IDX2)
    Regards,
    Nskumar

  • Cancelling Inspection Lots - In Process Lots 03 origin

    Hi,
    I have recently deployed the QM module of ECC 6 to interact with a LIMS system via QM-IDI interface as part of an overall ECC 6 implementation. I generate inspection lots in the following scenarios:
    1. Goods Receipt from Purchase Orders
    2. In process inspections during production
    3. Goods Receipt from Production
    4. Recurring Inspections of existing stocks
    5. Customer Returns
    For scenario 1,3,4 and 5 the inspeciton lot has an associated goods movement, therefore if there is a cancellation of i.e. a GR then the associated inspection lot is also cancelled. However scenario 3 is driven by the release of a process order and therefore no goods movement. If a process order is cancelled (techo'd) can the associated inspection lot be cancelled?

    Yes.. it is done from within the process order.  Not sure of the menu title but it's like the the first one on the left, and then additonal functions if I remember correctly.  You should find Cancel inspection lot listed as a choice.
    Craig

  • VLMOVE 321 with nested Handling Unit

    Hi
    I have the following situation:
    - Handling Unit active
    - WM active (with Storage Unit)
    - QM not active
    I have nested HUs:
    .1         HU001
    ...2       HU002
    ......3    Material A, Batch B1, quantity 10 pcs in inspection stock
    ...2       HU003
    ......3    Material A, Batch B2, quantity 20 pcs in inspection stock
    In WM, I have only HU001.
    The first question is: Is possible to manage lower-level HU as Storage Unit in WM? I mean, can I have HU002 and HU003 as storage unit number instead of HU001 in WM?
    The second is: when I try to post HU002 to unrestricted-use stock (with VLMOVE 321), SAP posts the higher HU in unrestricted-use stock, changing also the stock of HU003 (Material A Batch B2).
    I don't want it because Batch B2 isn't inspected!!
    I think that I could unpack HU001, posting change to HU002 and then repack, but this process is very time expensive and it should be done automatically by interface from an external LIMS.
    Have you got any idea?
    If I activate QM-IDI interface (with inspection lots), could it be possible?
    many thanks
    mic

    hi guys
    Iu2018ve met this problem
    *1 we just manage HU in highest level in WM
    you just select the lower-level HU when you confirm TO. we don't need to unpack.
    i just know this. share with you.
    hope help to you.

  • Quality notification for test equipment

    Dear expert,
    In calibration plan if my result of calibration is rejected. then I want a notification to repair the same equipment.
    But system do not allow me to assign maintenance notification to inspection type (14 )  in IMG. it has to be   Q type notification .
    Now my question is how we map maintenance activity in Q type notification. ?
    Regards,
    Prasad

    Dear ,
    I am facing a big problem with QM-IDI interfaces,
    Requirement: Whenever MIGO done inspection lot will create and we need to send this inspection lot to external system i.e. MES.
    And SAP receives Results Recording and User deceision or Defect recording in SAP. I Reffered QM-IDI interfaces but i am not able to use which function module for what. Here i have to give structure to MES team, once i wil provides the will do mappings.
    If do you have any mapping specs. Any test scenarios related to QM interfaces. Which function module i have to use to send inspection lot or which function module i have to use to receive data from external system how i have to give structures to them
    Here my main intesion is mapping to external system

  • Measurement instruments interface with QM SAP

    Hello,
      We have a plan to procure measuring instruments to measure length,Width,Diameter etc for doing the quality check.
    We want it to be interfaced with SAP.
    Does  anyone have list of manufcaturer's whose measuring instruments fulfills the above requirement and can be interfaced with SAP.
    Thanks and regards

    Hello Shahnawaz Mohd,
    You can try the standard QM-IDI functions that are prepared to be used to link SAP with external equipments or LIMS.
    See the link bellow, if you have any problem using this functions tell me so I can send you some examples. See the link bellow for more information.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/26/b43a0b506511d182c20000e829fbfe/frameset.htm
    Best regards,
    Tiago Magalhães

  • Open Interface Rejects - SQL Report

    Hi guys, I'm trying to help out some folks in AP with an easier access to view Open Interface rejects. I already knew the relation between AP_INVOICES_INTERFACE and AP_INTERFACE_REJECTIONS was INVOICE_ID AND PARENT_ID (respectively). Now I've seen that some invoices also have a relation between AP_INVOICE_LINES_INTERFACE and AP_INTERFACE_REJECTIONS, same columns related (INVOICE_ID AND PARENT_ID respectively).
    What I'm having a problem with, maybe I've just been sitting here too long, but I cannot get it all into one report.
    I tried this, but it's giving me way more records than it should:
    SELECT AIR.CREATION_DATE
    , AIR.REJECT_LOOKUP_CODE
    , AII.PO_NUMBER
    , AII.GROUP_ID
    , AII.VENDOR_NUM
    , AII.INVOICE_NUM
    , AII.INVOICE_DATE
    , AII.INVOICE_AMOUNT
    , AII.SOURCE
    FROM AP.AP_INTERFACE_REJECTIONS AIR
    , AP.AP_INVOICES_INTERFACE AII
    , AP.AP_INVOICE_LINES_INTERFACE AILI
    WHERE (AII.INVOICE_ID = AIR.PARENT_ID AND AII.ORG_ID = 162)
    OR (AILI.INVOICE_ID = AIR.PARENT_ID AND AILI.ORG_ID = 162)
    Any thoughts on where I mucked it up or how I could actually go about this? What shows in the actual Open Interface app is a good start, it's just missing some fields like vendor name and reject lookup code.
    Thanks for any help!

    945273 wrote:
    Hi guys, I'm trying to help out some folks in AP with an easier access to view Open Interface rejects. I already knew the relation between AP_INVOICES_INTERFACE and AP_INTERFACE_REJECTIONS was INVOICE_ID AND PARENT_ID (respectively). Now I've seen that some invoices also have a relation between AP_INVOICE_LINES_INTERFACE and AP_INTERFACE_REJECTIONS, same columns related (INVOICE_ID AND PARENT_ID respectively).
    What I'm having a problem with, maybe I've just been sitting here too long, but I cannot get it all into one report.
    I tried this, but it's giving me way more records than it should:
    SELECT AIR.CREATION_DATE
    , AIR.REJECT_LOOKUP_CODE
    , AII.PO_NUMBER
    , AII.GROUP_ID
    , AII.VENDOR_NUM
    , AII.INVOICE_NUM
    , AII.INVOICE_DATE
    , AII.INVOICE_AMOUNT
    , AII.SOURCE
    FROM AP.AP_INTERFACE_REJECTIONS AIR
    , AP.AP_INVOICES_INTERFACE AII
    , AP.AP_INVOICE_LINES_INTERFACE AILI
    WHERE (AII.INVOICE_ID = AIR.PARENT_ID AND AII.ORG_ID = 162)
    OR (AILI.INVOICE_ID = AIR.PARENT_ID AND AILI.ORG_ID = 162)
    Any thoughts on where I mucked it up or how I could actually go about this? What shows in the actual Open Interface app is a good start, it's just missing some fields like vendor name and reject lookup code.
    Thanks for any help!I don't know the table strructures or relationships, but based on what you said, I think you want something more like:
    SELECT air.creation_date, air.reject_lookup_code, aii.po_number, aii.group_id,
           aii.vendor_num, aii.invoice_num, aii.invoice_date, aii.invoice_amount,
           aii.source
    FROM ap.ap_interface_rejections air, ap.ap_invoices_interface aii,
         ap.ap_invoice_lines_interface aili
    WHERE ali.invoice_id = alii.invoice_id and
          ali.invoice_id = air.parent_id and
          aii.org_id = 162You may need/want to add the org_cd predicate to the interfact lines as well, depending if there could be invoices with the same id in multiple orgs.
    Assuming you have the relations correct, this should give you a row for every line on every invoice that has a row in the ap_interface_rejections table. It might be worthwhile to look at the ap_interface_rejections table to see if it has an analog for the invoice line number, which could also be used in the join, to get a more specific result set.
    John

  • Logical interface in solaris 10

    Hi there,
    I need to configure logical interface in a solaris 10 3/05 server. After reading the Solaris 10 IP services manual, I am not quite sure what to do. All the examples and explanation are about using the new subcommand addif of ifconfig. It was not clear in the documentation if the setting logical interfaces via addif will persist across boot.
    Can one still configure logical interface in Solaris 10 in a more traditional way like in Solaris 8? In an Solaris 8 server I will do the following.
    Let's assume I want to configure in a solaris 8 server a logical interface named hme0:1 with IP address 192.168.20.28 with netmask 255.255.255.0 for hostname host001
    # cat /etc/hostname.hme0:1
    host001
    ^D
    # echo "192.168.20.28 host001" >> /etc/inet/hosts
    # echo "192.168.20.0 255.255.255.0" >> /etc/inet/netmasks
    # reboot -- -r
    Can one still do that in solaris 10 3/05 server?

    Hi there,
    I need to configure logical interface in a solaris 10
    3/05 server. After reading the Solaris 10 IP services
    manual, I am not quite sure what to do. All the
    examples and explanation are about using the new
    subcommand addif of ifconfig. It was not clear in the
    documentation if the setting logical interfaces via
    addif will persist across boot.No. No 'ifconfig' command is persistent.
    Can one still configure logical interface in Solaris
    10 in a more traditional way like in Solaris 8? In an
    Solaris 8 server I will do the following.
    Let's assume I want to configure in a solaris 8
    server a logical interface named hme0:1 with IP
    address 192.168.20.28 with netmask 255.255.255.0 for
    hostname host001
    # cat /etc/hostname.hme0:1
    host001
    ^D
    # echo "192.168.20.28 host001" >> /etc/inet/hosts
    # echo "192.168.20.0 255.255.255.0" >>
    /etc/inet/netmasks
    # reboot -- -r
    Can one still do that in solaris 10 3/05 server?Absolutely.
    You don't need to reboot (you can run ifconfig for this boot and let the files do the work next time) and the -r doesn't do anything with interfaces (expecially virtual interfaces) anyway.
    Darren

  • Unable to see interface on ASA 5510 Firewall

    Hi All,
    I am unable to see 4th interface on my firewall i.e fastether0/3 on my firewall ASA 5510.
    Below is the output.
    ciscoasa# sh int ip br
    Interface                  IP-Address      OK? Method Status                Protocol
    Ethernet0/0                x.x.x.x           YES CONFIG up                    up
    Ethernet0/1                x.x.x.x           YES CONFIG up                    up
    Ethernet0/2                unassigned      YES unset  administratively down down
    Internal-Control0/0        127.0.1.1       YES unset  up                    up
    Internal-Data0/0           unassigned      YES unset  up                    up
    Management0/0              192.168.1.1     YES CONFIG up                    up
    Please suggest what could be the reason.
    Regards
    Pankaj

    Hi Ramraj,
    Even i have the base license for my ASA 5510 which is showing all the 4 interfaces in sh ver. I don't think so license would be an issue. There should be some IOS code bug that needs to be upgraded. If this goes for an OS upgrade it should get resolved.
    Its not showing up in sh ver . As Karsten said he might be running on old IOS version.
    fy-a# sh ver
    Cisco Adaptive Security Appliance Software Version 8.4(4)1
    Device Manager Version 6.4(5)
    Compiled on Thu 14-Jun-12 11:20 by builders
    System image file is "disk0:/asa844-1-k8.bin"
    Config file at boot was "startup-config"
    fy-a up 1 day 1 hour
    Hardware:   ASA5510, 1024 MB RAM, CPU Pentium 4 Celeron 1600 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW016 @ 0xfff00000, 2048KB
    Encryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.06
                                 Number of accelerators: 1
    0: Ext: Ethernet0/0         : address is 2c54.2d0c.8f1a, irq 9
    1: Ext: Ethernet0/1         : address is 2c54.2d0c.8f1b, irq 9
    2: Ext: Ethernet0/2         : address is 2c54.2d0c.8f1c, irq 9
    3: Ext: Ethernet0/3         : address is 2c54.2d0c.8f1d, irq 9
    4: Ext: Management0/0       : address is 2c54.2d0c.8f1e, irq 11
    5: Int: Not used            : irq 11
    6: Int: Not used            : irq 5
    Licensed features for this platform:
    Maximum Physical Interfaces       : Unlimited      perpetual
    Maximum VLANs                     : 50             perpetual
    Inside Hosts                      : Unlimited      perpetual
    Failover                          : Disabled       perpetual
    VPN-DES                           : Enabled        perpetual
    VPN-3DES-AES                      : Enabled        perpetual
    Security Contexts                 : 0              perpetual
    GTP/GPRS                          : Disabled       perpetual
    AnyConnect Premium Peers          : 2              perpetual
    AnyConnect Essentials             : Disabled       perpetual
    Other VPN Peers                   : 250            perpetual
    Total VPN Peers                   : 250            perpetual
    Shared License                    : Disabled       perpetual
    AnyConnect for Mobile             : Disabled       perpetual
    AnyConnect for Cisco VPN Phone    : Disabled       perpetual
    Advanced Endpoint Assessment      : Disabled       perpetual
    UC Phone Proxy Sessions           : 2              perpetual
    Total UC Proxy Sessions           : 2              perpetual
    Botnet Traffic Filter             : Disabled       perpetual
    Intercompany Media Engine         : Disabled       perpetual
    This platform has a Base license.
    Serial Number: JMX1AXXXXX
    Running Permanent Activation Key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    Configuration register is 0x1
    Configuration has not been modified since last system restart.
    fy-a#
    Ramraj please do correct me if am wrong.
    Please do rate if the given information helps.
    By
    Karthik

  • ASA 5505 backup interface

    Hello,
    I have setup ASA 5505 with 2 ISP, named outside (primary)  and backup, the scenario is if outside down, then backup will take over, it works now.
    But it is not working when the primary connection cannot reach the gateway with the interface still up.
    Is it possible when the primary connection cannot reach the gateway then backup automatically take over?
    Thanks before..
    My configuration is:
    ASA Version 8.2(1)
    hostname cisco
    domain-name default_domain
    enable password ********* encrypted
    passwd ********* encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 172.10.10.10 255.255.255.0
    interface Vlan3
    no forward interface Vlan2
    nameif backup
    security-level 0
    ip address 172.20.10.10 255.255.255.0
    interface Ethernet0/0
    switchport access vlan 1
    interface Ethernet0/1
    switchport access vlan 2
    interface Ethernet0/2
    switchport access vlan 3
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default domain
    same-security-traffic permit intra-interface
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu backup 1500
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    global (inside) 1 interface
    global (outside) 1 interface
    global (backup) 1 interface
    nat (inside) 1 192.168.1.0 255.255.255.0
    access-group inside_out in interface inside
    access-group outside_in in interface outside
    access-group backup_in in interface backup
    route outside 0.0.0.0 0.0.0.0 172.10.10.1 1
    route backup 0.0.0.0 0.0.0.0 172.20.10.1 254
    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 sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    telnet 192.168.1.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd lease 1048575
    dhcpd auto_config outside
    dhcpd address 192.168.1.100-192.168.1.200 inside
    dhcpd dns 8.8.8.8 8.8.4.4 interface inside
    dhcpd enable inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect icmp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:24af050f332deab3e38eb578f8081d05
    : end

    Hi Amrin,
    you can configure SLA monitoring on ASA and that woudl work fine for you:
    http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00806e880b.shtml
    Hope that helps.
    Thanks,
    Varun

Maybe you are looking for

  • I can't open more than 5 tabs at a time in Firefox

    This is how I work: I have 7 folders, each with 40 web pages as files. From each previous previous version of the Mac OS, including Mavericks, I've been able to open one of the folders, "Select All" and open all 40 web page files in tabs at once in F

  • How to restore from Time Capsule to bare hard drive

    This is more for information, than a question, but I really hope that it helps someone else out facing the same challenge. Scenario: 1 complete recent backup on Time Capsule 2 failed hard drive on Mac 3 no startup or OS disk [My teenage daughter was

  • Flex SDK 4.5 error in compiled resource bundle

    I have just started using Flex SDK 4.5 (I was using 4.1 before). I am compiling my resource bundles into SWF files and using them. I am including the required framework bundles also when compiling my resources into SWF.I have copied the generated SWF

  • Upgraded to Yosemite, lost YouTube

    While I'm enjoying the new Yosemite update, I've run into one problem. Whenever I try to watch something on YouTube, most of the time the video plays with only sound and a black screen.  I've had to completely close out of Safari and reopen the windo

  • HT4101 Camera

    I recently tried attaching my camera using the camera adapter and USB cord. Seems like it locked up the iPad. When I go to photos and click on camera, my photos are there but I can't do anything with them. At the bottom of the page it says stop impor