How to use the different policies of VPN configuration

Hello

I'm trying to configure two different policies in a cisco VPN router 1760. Say politics 10 and 20 as below

------------------------

crypto ISAKMP policy 10
md5 hash
preshared authentication
!
crypto ISAKMP policy 20
BA 3des
preshared authentication
Group 2

-----------------

What I want to know is, how can I use different strategies for different peers because some customers want 3DES/MD5 and some 3DES/SHA with Group 2, etc.

For example, for A customer, I need to use 10 policy and for client B, I need 20 policy.

I would like to know how I can bind policy according to my needs currently all default values to a single strategy. I have this option in Nortel and other boxes of Firewall and I don't know how I can do this.

We have all these binding as political ikakmp are

no doubt, you can just play with the order of the isakmp political and which initiates first of all, these are the only 2 ways to do this, as I see it

first play with the order of isakmp policy

Second, it also depends on who is the opening

Tags: Cisco Security

Similar Questions

  • How to use the library of Extension VPN

    Hello!

    I'll expand VPN enforcement using the library of Extension VPN. I already tried some time ago, but had no direct mechanism to develop and libvpn_ext library is not available on a simulator.

    I will use the library to open the VPN connection with a solution programmatically open source vpn, OpenVPN probably at the beginning.

    So question is, can I develop some app using this library for this application and then publish app on AppWorld?

    Thank you.

    I looked into the available VPN API, and they are not sufficient to set up your own VPN client.  So it is not possible to do what you describe.  I am not sure why we have listed what we do on our developer site.  They do not seem to offer enough to do something useful and probably just would induce in error the developers, as has happened here.  They may eventually be removed.  If I find more is coming I'll respond here, but it doesn't seem anything is imminent.

  • TZ300W - how to use the policy monitor host VPN network

    is easy to create the network to any host Wan monitor policy.

    But if I want to monitor VPN host, how can I do...?

    Monitor VPN host? Control if the VPN work? I use the Zabbix software to monitor my hosts.

  • How to use the different start for the resolution of specific device screen

    How to use different splash Screen for the resolution of specific device in Webworks for Smartphone.
    Please suggest me the solution.

    The BB10, you can use the element of the rim: splash:

    https://developer.BlackBerry.com/HTML5/documentation/rim_splash_element.html

  • How to use the different style sheets for ChangeAttributeRequest workflow in OAM

    Hello

    We have a requirement to invoke different change attribute request workflows (change password, change email etc.) of external JSPs.
    I want to apply different style sheets for each workflow. In the URL of the workflow if I get style = the style sheet name its not not using this stylesheet. Its still using the same basic (wf_changeattr.xsl) stylesheet. How can I use different style sheets? Pointers on this is appreciated.

    Thank you inadvance.

    Kind regards
    Srikanth

    Hi Srikanth,

    Are you using & xsl = stylesheetname or & style = parameter? XSL = must specify a specific xsl file, while & style specifies a complete style (for example & style = style0 for the default style).

    Kind regards
    Colin

  • Batchmodel: How to use the different positions of the switch-for EHR?

    Hello

    I use the Batchmodel OR three EHR. HAD the current number can be read from RunState.TestSockets.MyIndex.

    Can the lot this three EHR. What is the way - OR to use different maneuvers (OR-SwitchExec) to each dut?

    TestPlan is for example

    Configure the DMM

    Put

    Measure

    Turn off the switch.

    Switching is of course different for each Instrument.

    I really should add an if around each switching (= endless work) or is there an easy way that I'm not currently?

    If (RunState.TestSockets.MyIndex == 0)

    DUT1 switch

    Else if (RunState.TestSockets.MyIndex == 1)

    Switch to DUT2

    Else if (RunState.TestSockets.MyIndex == 2)

    Switch to DUT3

    on the other

    end

    Thanks for the tips

    Best regards

    OO

    I wouldn't use either of the prerequisite or if things... It's too much work and I'm lazy.

    I would just use the built in step of switching:

    http://zone.NI.com/reference/en-XX/help/370404G-01/NISE/TestStand/

    Name your routegroups in Switch Executive to match your shooting numbers.

    For example, in the process (s) to connect: box can have the following expression:

    "SigGenToUUT" + Str (RunState.TestSocket.MyIndex)

    And have a road connecting the signal generator to the UUT named SigGenToUUT0.  It would be for USE in socket 0.

    Just a thought!

  • How to use the different instances of the object of the view

    Hello adf'rs.

    Is it possible to instantiate or use multiple instances (ie. instantiations) of a view object that exists in a module of the app?

    You can do this manually by creating a new iterator required in your binding tab.
    So instead of sliding the VO directly in the page, click the link tab, add a new binding executable iterator and point to this one by your ELs on the page itself.

  • How to use the Thai police?

    I can't add thai language text to my project.

    PS Touch does not support unicode for the moment - so no thai, Chinese, Russian etc.

  • How to use the OEM grid control to find databases, not in archivelog mode?

    Hello

    We have currently 130 databases, say, if I want to come off as any database currently NOT in archivelog mode, is there a quick way to find out?

    using the OEM grid control

    or

    a similar trick,

    but really do not need to manually check each database.

    Thank you very much!

    This query works in 12 c - please run as SYSMAN.
    It is based on undocumented assumptions well + (AND key_value = "NOARCHIVELOG") +.

      SELECT *
      FROM SYSMAN.MGMT$GROUP_DERIVED_MEMBERSHIPS O ,
        SYSMAN.MGMT$TARGET T ,
        sysman.MGMT$AVAILABILITY_CURRENT st
      WHERE
      o.member_target_type     IN ('oracle_database', 'rac_database')
      AND ( t.target_type           ='rac_database'
      OR (t.target_type             ='oracle_database'
      AND t.type_qualifier3        != 'RACINST'))
      AND o. member_target_guid     = t.target_guid
      AND t.target_guid             = st.target_guid
      AND st.availability_status    = 'Target Up'
      AND ( EXISTS
        (SELECT *
        FROM sysman.mgmt$metric_current i
        WHERE I.TARGET_GUID = O.MEMBER_TARGET_GUID
        AND metric_name     = 'archFull'
        AND Metric_Column   = 'archTotal'
        AND metric_label    = 'Archive Area'
        AND column_label    = 'Total Archive Area (KB)'
        AND key_value       = 'NOARCHIVELOG'
        ));
    

    Another way to achieve the goal is to push the extended parameters (SELECT LOG_MODE FROM V$ DATABASE) on each DB and monitor the values they return to the repository. This is an example for a (slightly) different problem - http://iiotzov.wordpress.com/2012/08/08/how-to-use-the-new-oem-12c-metric-extensions-to-enforce-enterprise-wide-custom-policies.

    OEM repository has many other uses grand-http://iiotzov.files.wordpress.com/2012/05/oem-repository-a-second-look.doc, http://iiotzov.files.wordpress.com/2011/08/iotzov_oem_repository.pdf

    Lordane Iotzov
    http://iiotzov.WordPress.com/

  • How to use the capture and the print button

    I tried to figure out how to use the capture and the "print" button, or add or what you call. I press it and the whole page of a different color changes, so I try to cut the section I want but I don't know how to send it to the printer. Can someone help me with this. I'm not at savvy with tech stuff, but when I find a recipe or something and it doesn't have an option to print a certain area, I can't understand how to use it?

    Thank you

    Andi Starbuck

    That happens to me is, I click and drag to make a rectangle of yellow selection, and as soon as I raise my finger on the mouse button, the part I've selected is captured as an image, a new tab opens and preview before printing, the image display. I can use the installation of the Page or simply print. But if I close the preview, this temporary image vanishes and I'm back on the page where I started. You see something different?

  • How to use the product with laptop Portege R150 recovery CD?

    How to use the recovery CD product with laptop Portege R150 of Formate and reinstall the operating system?

    Mobile recovery procedure Asian does not for me but may not be very different as on mobile phones produced in Europe or the United States.

    Start your laptop and press F12 to display the boot options
    Place the recovery disc into the optical disc drive
    In the start menu, choose the CD/DVD drive and press ENTER
    The procedure of the facilities is expected to begin
    Follow the menu on the screen

    I do not know what will be shown at this stage, but it is not complicated to install the original recovery image. If you have any other questions please let me know what happens when upgraders begins. What options are displayed?

  • Where are the Solution Center shortcuts, and how to use the (Scans)

    A frustration more than Windows 8 to get more than

    I have attached my C3180 to my new Windows 8 machine and the software installed.  It is running, but I'm a bit lost in the use of the center of Solution that seems different from what I had on XP.

    1. the only way I could see to change the destination of a scan, has been to create a new shortcut with the destination I want to use.  Is this correct?

     

    2. now that I have a short cut, where is it? When I run a scan from the Solution Center, the analysis proceeds to the default destination, so it must use the default shortcut.

    Is it possible to use the start scanning on the home of the solution Center window and make the scan go to my choice of the destination folder?

    Quit smoking research

    I found how to use the solution Center in Windows 8 here.

  • How to use the upgrade of official ICS on ideapad K1?

    How to use the upgrade of official ICS on ideapad K1?

    Since the post of 'k1_ics_source_code.tar.gz' Open Source Code - IdeaPad Tablet K1 on the official web site

    I want to improve my K1 to ICS Android

    You can see this article on installing the update for the CSI agent: http://forums.lenovo.com/t5/IdeaPad-Slate-Tablets-Knowledge/Ice-Cream-Sandwich-Android-4-Vanilla/ta-...

    There are several different ICS ROMs available. You can watch this article to choose another: http://forums.lenovo.com/t5/IdeaPad-Slate-Tablets-Knowledge/IdeaPad-K1-Which-ROM-do-I-choose/ta-p/86...

  • using the function - how to use the values of the input variables on the table select statement names

    Hello community, I have a problem when creating a function. The purpose of this function is to check the table of weather gave yesterday or not. We must check this on different tables on different sachems. We are creating a function with input variables.

    CREATE OR REPLACE FUNCTION IN_SCHEMA.IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    )

    RETURNS INTEGER

    AS

    -Declaring variables

    v_is_true INTEGER.

    BEGIN

    SELECT

    CASE

    WHEN MAX (in_datefield) = TRUNC(SYSDATE-1)

    THEN 1

    ON THE OTHER

    0

    END

    IN

    v_is_true

    Of

    in_schema.in_tablename

    ;

    RETURN v_is_true;

    END;

    /

    When creating, I got error: [error] ORA-00942 (44:19): PL/SQL: ORA-00942: table or view does not exist

    How to use the values of the input variables on the table select statement names?

    Hello

    Here's a way you can use dynamic SQL statements for this task:

    CREATE OR REPLACE FUNCTION IS_YDAYDATA_TO_TABLE

    (

    in_schema IN VARCHAR2,

    in_tablename IN VARCHAR2,

    in_datefield IN VARCHAR2,

    in_first_date DATE DEFAULT SYSDATE - 1,.

    in_last_date DATE by DEFAULT NULL

    )

    RETURNS INTEGER

    AS

    -IS_YDAYDATA_TO_TABLE returns 1 if in_schema.in_tablename.in_datefield

    -contains all the dates in the in_first_date of the range through included in_last_date

    - and it returns 0 if there is no such lines.

    -If in_last_date is omitted, the search only the data on in_first_date.

    -If in_first_date is omitted, it defaults to yesterday.

    -Time parts of the in_first_date and in_last_date are ignored.

    -Declaring variables

    sql_txt VARCHAR2 (1000);

    v_is_true INTEGER.

    BEGIN

    sql_txt: = 'SELECT COUNT (*).

    || 'FROM ' | in_schema | '.' || in_tablename

    || 'WHERE ' | in_datefield | ' > =: d1'

    || «AND» | in_datefield | '< >

    || 'AND ROWNUM = 1';

    dbms_output.put_line (sql_txt |) '= sql_txt in IS_YDAYDATA_TO_TABLE");  -For debugging

    Sql_txt EXECUTE IMMEDIATE

    IN v_is_true

    With the HELP of TRUNC (in_first_date) - d1

    TRUNC (NVL (in_last_date

    in_first_date

    )

    ) + 1                -- d2

    ;

    RETURN v_is_true;

    END is_ydaydata_to_table;

    /

    DISPLAY ERRORS

    If you must use dynamic SQL statements, put all the SQL statement in a single string variable, such as sql_txt in the example above.  In this way, you can easily see exactly what will be executed.  Comment out the call to dbms_output under test is completed.

    Try to write functions that will address not only the question that you have now, but similar questions that you may have in the future.  For example, now that interest you only to the verification of the data of yesterday, but later, you might want to check another day or range of days.  The above function combines the convenience of a function simple (looks like yesterday data if you don't tell him otherwise) with the power of a more complex function (you can use the same function to check any day or range of days).

  • How to use the platform of character even in the same scene several backgrounds without looping the platform of character chronology

    How to use the platform of character even in the same scene several backgrounds without looping chronology of the platform of character? Is it still possible without having to do the scene with another background on another file? To better explain the situation, I have a flash file which has a background and a rig which passes to another context and drilling on another layer and keyframe, but when I go back to the previous background and chronology of this drilling rig repeats, rather than leave, you are doing a new time for this platform. Do I need more than one file?

    In order to reuse assets to animate, you need to duplicate each symbol in the scene who will be the new animation. So, copy and paste the stage on a new layer, right-click on it and select double symbol, then double-click inside the symbol and select each symbol that is going to change, so that the background and the rigging and also select symbol duplicated for those files as well. usually, when I animation I do not use the main platform in the scenes, duplicate as 'Guy1_sc 1', then place it in the scene so that the path I never uses the master file. 'Guy1_sc 2' is a different file. Also if you lipsync and stalled the head separately you will need to reproduce, so, for each scene, is also unique. I hope this makes sense.

Maybe you are looking for