[ASR1K] ISG Dual Stack configuration

Hello
Is it possible to configure l3-connected ISG dual stack on ASR1000?

Hi,
According to document http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/isg/configuration/xe-3s/asr1000/isg-xe-3s-asr1000-book/isg-ipv6.html, it is possible:
Restrictions for ISG IPv6 Support
Layer 2 connected interfaces are not supported. Only Layer 3 routed in-band IPv6 sessions are supported.
Session Coexistence on ISG Interfaces
The following session combinations can exist on the same ISG interface in Cisco IOS XE Release 3.5S and later releases:
Native IPv6 and native IPv4 sessions
Regards

Similar Messages

  • PI 7.31 Dual Stack SSL configuration

    HI Gurus,
    I have a quick query, I am configuring SSL on my PI 7.31 systems.
    I have checked all the standard guides and forums but I have one doubt.
    Q1 - Is it necessary to configure SSL both in ABAP and JAVA side ?
    Q2 - If I just configure SSL in STRUSTSSO2 in ABAP , will it be more than enough ?
    Q3 - In what cases do we need to configure SSL in JAVA side ? And does configuring SSL in JAVA mandatory require sapcryptolib files ?
    Please share your views.
    Cheers, SG

    I want to understand is it necessary to configure SSL in both ABAP and JAVA in case of dual stack PI ?
    >>> Please refer to Huseyin's comments in the below thread..
    PI 7.3 Dual Stack SSL configuration
    In what cases do we use JAVA SSL in Dual stack system ?
    >>> AFAIK - when you use http_aae adapter/soap with https then you should configure the SSL on java stack.

  • LDAP configuration for HR Portal in dual stack EHP4 - Best Practice

    Hi Experts,
               Hello Experts,
    We are trying to use the JAVA Stack of ECC server for HR Portal i.e Dual Stack and have applied EHP4 package for ESS/MSS Appraisal. When we are trying to configure the LDAP ADS datasource through portal , we are not able to do it since ABAP datasorce file is available by default.This we are doing for HR(ESS/MSS) Portal.This is for access to the object data stored in the Active Directory.
    We have already checked note 718383.
    Also, for the scenatrio ,LDAP <-> ABAP <-> J2EE
    We have already checked sap help doc.here:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/e6/0bfa3823e5d841e10000000a11402f/frameset.htm
    What should now be the best practice to follow for configuration ? Should we go for separate Portal server or is it possible to use Java Stack of ECC server for configuration ?
    Also, LDAP <-> ABAP <-> J2EE scenario please suggest if it a best practice and we can follow the same .What are the limitations , risks and issues ? Please suggest if this has been implemented and running well in any live project .
    Are the suggestions applicable for load balanced production servers as well?
    Thanks,
    Rakesh

    Hi,
    the UME datasource must remain ABAP but you can sync the users between ABAP and LDAP using the LDAP connector:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/48/74040175bb501ae10000000a42189b/frameset.htm
    Regards,
    Jozsef

  • Dual stack BGP Configuration guide for enterprise CPE

    Hi,
    I couldn't find the config guide for BGP in a IPv4 & IPv6 dual stack environment for CPE in Cisco website. Hope someone can share the URL.
    Thanks

    The following URL shows how to configure Multi-protocol BGP - http://www.cisco.com/en/US/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book.html.
    hth,
    -jim

  • Dual-Stack CTS configuration

    Hi All,
    My question is :
    Once we have configured the ABAP-Stack of a dual-stack system into the transport domain through CTS, so can we now move the JAVA-based objects as well or we need to do something else also.
    If so, what is that?
    Regards

    Hi Chilbul,
    Your question is pretty vague. As per it, we don't know if you have actually carried out all the steps of CTS+ configuration prior to including the abap stack in transport routes or not.
    If you have already completed CTS+ configuration and this was the last step you did, then your java developers should be able to include their objects in a transport request.
    However, if you haven't done the CTS+ configuration yet, then please do that. For reference, these are some documents that should help you:
    CTS+ config for dual stack systems -->
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10456aac-44f7-2a10-1fbe-8b7bcd7bcd58?quicklink=index&overridelayout=true
    Other helpful guides:
    /people/dolores.correa/blog/2009/06/05/cts-configuration-in-solution-manager-70-ehp1
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e0249083-c0ab-2a10-78b8-b7a7854b1070
    Regards,
    Shitij

  • Dual-Stack LNS - ppp negotiation fails if no ipv6 prefix assigned by Radius

    Hello,
    We have an LNS (asr1k), dual-stack CPE and Radius server.
    Everything works fine if both ipv4 and ipv6 prefix is assigned to CPE by Radius
    If we set Radius server not to assign v6 prefix, we expect to build up an ipv4-only session over ppp.
    This is not what happens. PPP negotiation fails with the following debug lines:
    IPv6 DHCP_AAA: No authorization data from SSS
    Vi2.2364 PPP DISC: Non-PPP hang up
    some config parts of LNS:
    no ipv6 source-route
    ipv6 unicast-routing
    ipv6 dhcp binding track ppp
    ipv6 dhcp pool IPv6_DHCP_POOL
    ipv6 dhcp pool POOL_DHCP_PD
    ipv6 multicast-routing
    ipv6 multicast rpf use-bgp
    interface Virtual-Template99
     mtu 1460
     ip unnumbered Loopback0
     ip tcp adjust-mss 1420
     no logging event link-status
     ipv6 enable
     no ipv6 nd prefix framed-ipv6-prefix
     no ipv6 nd ra suppress
     ipv6 dhcp server POOL_DHCP_PD allow-hint
     peer default ip address pool adslpool_1 adslpool_2
     ppp max-configure 3
     ppp authentication pap AAA_AUTHEN_PPP_noc3x
     ppp authorization AAA_AUTHOR_NET_noc3x
     ppp accounting AAA_ACCT_NET_noc3x
     ppp ipcp address required
     ppp ipcp address accept
     ppp ipcp no-renegotiation send-termreq
     ppp link reorders
     ppp timeout retry 5
     ppp timeout ncp 30
     ppp timeout authentication 30
    end
    Can anyone help?
    Regards,
    Antal

    Have opend a case with cisco. The solution for me is to put
    no ipv6 dhcp ppp terminate
    in to the global config.
    Hope that helps anyone who has the same problem.

  • EHP4 Dual stack

    hi guys,
    we plan to upgrade Enterprise Dual stack(ABAP+JAVA) System to EHP4 system.
    In EHP4 upgrade document it says, No dual stack supported for EHP4 installation..was that mean
    only for Installation or upgrade too.
    Seperate SID is required for EHP4 system after upgrade? Please confirm.
    thanks

    hi jaichan,
    yes, you are right ..For new installation of SAP ERP to EHP4 level, you cannot install dual stack system..i have read in sap note 855534..please find below the extract from this note:
    As of SAP Business Suite 7, you can no longer install Dual Stack Application Systems (ABAP+Java).
    If you want to use both SAP Business Suite ABAP and Java Components in your system landscape, you have to proceed as follows:
    1. Install a separate ABAP-based SAP Business Suite system.
    2. Install the required Java components in a separate Java-based SAP system.
    3. Configure the connection of the Java-based SAP system to the ABAP-based SAP Business Suite back-end system.
    The SAP Business Suite 7 comprises: EHP4 for SAP ERP 6.0, SAP CRM 7.0, SAP SCM 7.0, SAP PLM 7.0, SAP SRM 7.0
    As of now you will find the latest recommendations at a central place in SDN:
    https://www.sdn.sap.com/irj/sdn/landscapedesign -> Distribution Models
    You will also find information about the deployment of SAP NetWeaver usage types and the SAP Business Suite there.
    but you can upgrade your previously installed SAP ERP dual stack system without having seperate SID's thing...
    We have upgraded around 50 of our systems without any problem
    thanks sunny

  • PI 7.1(dual stack) and PI 7.31(Single stack) -

    Friends,
    I have a proxy to proxy scenario - Proxy --> PI --> Proxy
    We have two servers PI 7.1(dual stack) and PI 7.31(Single stack)
    i did the development in ESR and my ESR is pointing to PI 7.1, when i execute the scenario i receive one error message "receiver could not be determined", i ensured that all my input is correct, still i get the same error message.
    the expectation is my scenario should point to PI 7.31, Can some one help me where and what settings i need to make in-order to make it work.
    Please Note: All my data is correct and i read some scn forums wherein they asked to refresh the cache , i have refreshed the cache also still the problem persists.
    Thanks in advance!

    Iñaki Vila
    Communication component in ID is the same as sender side.
    could you share your sender configuration?
    Did you mean Tcode - SXMB_ADM and under that Sender/Receiver configuration
    Krupa Rao Atluri
    In ID steps are correctly defined.
    I spoke to my colleague he hinted that at RUN TIME we want to point to PI7.31, he mentioned config change needed in SXMB_ADM
    any further inputs from any one could be useful.

  • Issue while creating Component Based Message Alerting in PI 7.31 Dual Stack

    Hi,
    We tried to implement Component Based Message Alerting following the steps mentioned in the below blog.
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/25/michals-pi-tips-component-based-message-alerting
    Ours is PI 7.31 dual stack. However, after setting up the job with my own user id, I am getting the below error inside the log of Jobs tab:
    javax.jms.JMSSecurityException: You do not have permissions: action alertingVP.queue and instance:name alertingVP.queue
    action consumer
    instance jms/queue/xi/monitoring/alert/ALERT-TO-MAIL
    Please let us know what permission is required to set up the job.
    Thanks,
    Rahul

    Hi, 
    Now I am able to receive alert in my mailbox. But it's coming with improper content.
    I have set up the job at an interval of every 2 minutes in NWA, and in case if only 1 message fails in IE, in ideal case, I should receive only 1 message details in alert.
    However, in every 2 minutes, I am receiving junk data and the number is increasing for the particular scenario for which the alert has been created. Also the Error Category mentioned is showing improper.
    But in table SXMSALERTCONTENT I am able to view only the newly added failed entry.
    An erroneous alert email content is pasted below:
    63 messages failed for "Test_XXX" on "af.s0i.saps0i"
    Root cause: -1
    To navigate to the failed messages in the local message monitor use this link
    The first 1 messages of that data collection:
    "AdapterNamespace": "http://sap.com/xi/XI/System",
    "AdapterType": "File",
    "Channel": "FileSender_XXX",
    "ChannelParty": "",
    "ChannelService": "XXXXX",
    "Component": "af.s0i.saps0i",
    "ErrCat": "",
    "ErrCode": "",
    "ErrLabel": "-1",
    "ErrText": "Configured source directory '\\Outbound\\XXX\\CREMAS' does not exist",
    "FromParty": "",
    "FromService": "XXX",
    "Interface": "Z_CREMAS_SUSMM.CREMAS03",
    "Namespace": "urn:sap-com:document:sap:idoc:messages",
    "RuleId": "3a64dd6e1b1d3e58aff62ea70c97cb80",
    "Timestamp": "2013-02-01T09:43:23Z",
    "ToParty": "",
    "ToService": ""
    The failed message however do not relate to the 'source directory does not exist' issue. Please help.
    Thanks,
    Rahul

  • PI system upgrade from 7.1 to 7.4 dual stack

    Hi,
      We want to upgrade PI system to 7.4 .currently we are using PI 7.1 system (dual stack)and want to go for 7.4 dual stack.
      which one single stack or dual stack is the best approach and what are the impacts normally see when upgrading  to newer version.
      We are planning to install 7.4 freshly recomonded by SAP .
      We need to migrate objects from older system to newer system?
      I want to know the process from basis perspective also .
      Import/export or migrate is the best way to move objects from older sytem to newer system.
      Please suggest me any links about the process including basis point of view also suggestions for the approach.
    thanks,
    aman

    >>>> which one single stack or dual stack is the best approach and what are the impacts normally see when upgrading  to newer version.
    I would prefer single stack considering the SAP's future road map but of course it depends on how much effort your company is ready to spend. Incase you have lot of CCBPM's then you'll have to redesign them using Netweaver BPM if you go with single stack.
    As are going with fresh installation(migration) of dual stack then you don't need to invest much.
    >>>  We are planning to install 7.4 freshly recomonded by SAP .
      We need to migrate objects from older system to newer system?
      I want to know the process from basis perspective also .
    There is wizard using which you can move the directory objects ( classical scenario's to Integrated configurations). Please use it for ID objects
    Refer to the below blog for more details. (ignore blog's title. it's applicable for dual stack-> dual stack too)
    Moving Integration Directory Artifacts from dual stack to single stack
    For ESR you can simply export and import the tpz file.
    >>> I want to know the process from basis perspective also .
    They can simply follow the installation guide and execute the post installation steps properly.

  • PI 7.30 dual stack - different time in rwb, pimon and ABAP stack

    Hi @all,
    I am working with the client on a PI 7.30 dual stack system.
    During monitoring of message processing I saw that there are differences in the time displayed while monitoring the processing of identical messages
    e.g. channelmonitor (mdt/channelmonitorservlet and rwb) is 1 hour behind pimon
    The time displayed in the ABAP Stack (Menu System - Status) differs also 2 hours ahead of pimon.
    Are there java parameters to configure the used time zone and which could be reason for this behaviour.
    For me it seems strange that there is a difference between to tools (channelmonitor and pimon) I was supposing are based on the same technical stack
    Would be nice to have the same time throughout the whole system.
    Any help appreciated.
    Best regards
    Jochen

    Hi Jochen,
    I did not found the option to change the time zone for pimon. Please refer the below wiki it might helpful
    PiMon_TroubleshootingGuide - Technical Operations - SCN Wiki
    PiMon_Frequently Asked Questions - Technical Operations - SCN Wiki
    regards.
    Harish

  • NWDS for PI 7.4 Dual stack

    Dear All
    I am on SAP PI 7.4 dual stack which NWDS version should i use because i tried with both NWDS 7.3 and NWDS 7.31 also
    NWDS 7.3 its not connecting at all it says improper configuration
    NWDS 7.31 connected to ESR and but ID it says only for single stack.
    Can you please help
    Regards
    Sandeep

    Hi,
    There is no dedicated NWDS 7.40, the NWDS 7.31 is also to be used for NW 7.40 (see also the note 1791485).
    For NW server 7.40 SP<X> one has to use NWDS 7.31 SP<X+5>.
    Best Regards,
    Ervin

  • Java Stack Vs Dual Stack in Pi 7.3

    Hi experts.
    I open this thread because I'd like to know your opinion about the newJava installation option in SAP PI 7.3. In previous realeses (7.0,7.1) I felt more comfortable and safe in abap stack and I'm a little afraid about working only with java stack.
    I'd like to know advantages and disadvantages to choose java stack instead of dual stack, why you'd choose one of two options or both in your nexts customers.
    Thank u so much and happy new year!!!!

    Java Stack  or Dual Stack in 7.3
    Java Stack alone: Almost all standard adapters including HTTP, IDOC and Proxy are all available in this stack. you need to use Integrated Configuration object for this. You are basically going to use Advance Adapter engine alone for the entire processing.
    Pros:
    No persistance steps here. So you would improve performance many folds for sure.
    Throughput is also improved very much.
    since 7.3, Solution Manager is available for monitoring inaddition to RWB and NWA. So monitoring would not be issue.
    If you are looking for real performance improvement, Single stack Java to  go.
    Cons:
    Abap mapping is not supported.
    Message split to multiple receivers are not completely supported.
    BPM interfaces are not seamless migration here.  SAP 7.1 and lower versions support BPEL wheras 7.3 supports BPMN standards. So you might have to tweak a bit to modify existing interfaces here
    Dual Stack:
    Your option is pretty open. If you need some specific interfaces to handle only java stack, still that is possible and increase the performance. Also if you have lot of existing interfaces that requires BPM interfaces, ABAP mapping , Multiple split /branching etc.
    still dual stack is the better option now. Here developer decides according to the requirement.
    Still safe mode is going for Dual Stack for now and change in the future to single java stack alone.

  • Is SAP PO 7.4 dual stack installation??

    HI experts,
    Could anyone let me know if SAP PO 7.4 is a dual stack installation or can we go for single stack as well.
    As PI 7.4 is based on HANA , so while working on it shall we use ICO or old classic configuration. Shall we go for java based adapters(eg IDOC_AAE/HTTP_AAE)  or old abap based adapter..
    Thanks,

    To add few cents - May be your basis guys just read the title
    Support for Dual-Stack discontinued in SAP NetWeaver 7.4 in general with exceptions
    SAP NetWeaver 7.4 is positioned as the follow-up on-premise release for SAP NetWeaver 7.31.
    SAP NetWeaver is among other things optimized for SAP HANA as the foundation for the SAP Business
    Suite on SAP HANA project. This means that dual-stack deployments and implementations are not
    supported any longer. The only exception to this rule is SAP NetWeaver Process Integration on a traditional
    database system, which still requires a dual-stack implementation. However, note that a single-stack SAP
    NetWeaver Process Integration Java exists that offers 95% of the features of classical dual-stack
    implementations. Therefore, customers should investigate whether an existing SA
    Reference : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60bf3650-e219-3010-ef93-d11928aa8f8a?QuickLink=index&…

  • Rebuild our XI application server from Single stack to dual stack

    Hello,
    We currently have an XI landscape with two application servers, the CI is of course a dual stack system, however the two app servers are single stacked, however we would like to make the two app servers into DUAL STACKs, my first guess was to rebuild the two apps from scratch and reinstall them as a dual stack apps. My Q is:
    First: Do we need to rebuild both app servers, or can we make a change to the app servers to modify them to become dual stacked
    Second: If we do need to rebuild both these apps, is there a specific document available to do this on Market place for installing a Dual stack app servers with PI?
    Thanks in advance.
    Sam
    <Moved from SAP PI Forum>
    Edited by: Prateek Raj Srivastava on May 13, 2010 12:27 PM

    Hello,
    Thank you all for your feedback,
    Denny Liao, it is very interesting question you implied, we do have a J2EE directory created under the /usr/sap/SID/D30 directory:
    /usr/sap/XQ9/D30
    mqaapz28:xq9adm 13% ls -ltr
    total 36
    drwxr-xr-x   7 xq9adm   sapsys        96 Aug 24  2009 igs
    drwxr-xr-x   9 xq9adm   sapsys      1024 Aug 24  2009 j2ee
    drwxr-xr-x   2 xq9adm   sapsys      1024 Nov 11  2009 sec
    drwxr-xr-x   3 xq9adm   sapsys      1024 Nov 24 10:48 log
    obviously this app server does not have any (jlaunch/jcontrol process running) therefore it is not running as dual stacked. but interestingly enough I do see logs in the
    /usr/sap/XQ9/D30/j2ee/cluster/server0/log directory created at the time of the initial install. and under:
    /usr/sap/XQ9/D30/j2ee/cluster
    mqaapz28:xq9adm 29% ls -ltr
    total 30
    drwxr-xr-x   2 xq9adm   sapsys      1024 Aug 24  2009 bootstrap
    -rw-rr   1 xq9adm   sapsys        39 Aug 24  2009 version.bin
    -rw-rr   1 xq9adm   sapsys      6339 Aug 24  2009 instance.properties.vmprop
    -rw-rr   1 xq9adm   sapsys      3676 Aug 26  2009 instance.properties
    drwxr-xr-x   7 xq9adm   sapsys      1024 Aug 26  2009 dispatcher
    drwxr-xr-x  11 xq9adm   sapsys      1024 Aug 26  2009 server0
    as per the note you mentioned above (741289 ) this explains how to recover a lost J2EE parameter setup, I am guessing this can be simply followed and re-enable the app server to run as a dual stack.
    also my system information for the J2EE on the CI is:
    System XQ9   
    Find other systems in SLD... Message Server 
    Host:  mcsapxq9j 
    Port:  3924 
    Enqueue Server 
    Host:  mcsapxq9j 
    Port:  3224 
    Database 
    Name:  XQ9 
    Host:  mcsapxq9dbx 
    Type:  Oracle (Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production With the Partitioning and Data Mining options) 
    Software Components  all components... 
    Name  Version  Applied 
    sap.com/SAP-JEECOR  7.00 SP21 (1000.7.00.21.0.20091214121410)  20100506125119 
    sap.com/SAP-JEE  7.00 SP21 (1000.7.00.21.0.20091214121301)  20100506124943 
    Licenses 
    Installation Number  *** not yet assigned *** 
    System Number  *** not yet assigned *** 
    Software Product  Days Until Expiry 
    Download system configuration 
    Instance mqacsz27_XQ9_30  All processes running 
    Host:  mqacsz27 
    OS:  SunOS (sparcv9) 5.10 
    dispatcher  Running 
    VM  system properties... 
    PID:  21384 
    Name:  Java HotSpot(TM) 64-Bit Server VM 
    Vendor:  Sun Microsystems Inc. 
    Version:  1.4.2_21-b03 
    VM Parameters 
    Cluster 
    Node ID:  301932700 
    Kernel Version:  7.00 PatchLevel 76340.450 
    HTTP Port:  53000 
    HTTPS Port:  53001 
    P4 Port:  53004 
    Telnet Port:  53008 
    Info for crashes of this node 
    server0  Running 
    VM  system properties... 
    PID:  21394 
    Name:  Java HotSpot(TM) 64-Bit Server VM 
    Vendor:  Sun Microsystems Inc. 
    Version:  1.4.2_21-b03 
    VM Parameters 
    Cluster 
    Node ID:  301932750 
    Kernel Version:  7.00 PatchLevel 76340.450 
    Info for crashes of this node 
    SDM  Running 
    VM    
    PID:  21400 
    SDM Port:  53018 
    So: besides setting up the parameters in the above Note and consider the Load balancing, as there any other major setups required to start this app server as a dual stacked instance?
    Thanks in advance.
    SAM
    Edited by: SAM_ONE on May 14, 2010 3:45 AM
    Edited by: SAM_ONE on May 14, 2010 3:55 AM

Maybe you are looking for

  • Voice to text is lagging in Messaging and 2 other apps.

    When input times out, "tap to speak" appears and the rest of the dictation appears. frustrating. 2 weeks now. Happens with Google Translate and WeChat as well. Have done a reboot in safe mode, happens there as well. Thanks! Mark

  • Help with Line of Best Fit equation!

    Alright, I'm making a graphing program where the user can input up to 10 coordinates (all ints) and when they click draw, the points will be graphed on a cartesian plain and the program will calculate and draw the line of best fit... including displa

  • SAPGUI and WEBGUI in PORTAL

    How to install SAPGUI for windows, SAPGUI for Java and SAPGUI for HTML in Portal?

  • RU5 Problem again

    Hi, the script has help first, but after one day I see the same problem with the DPM Management Console again.

  • Move a jpeg image within a picture control

    I am having problems moving a jpeg image inside a picture control with my arrow buttons. any help would be great thanks Harold Timmis [email protected] Orlando,Fl *Kudos always welcome Solved! Go to Solution. Attachments: picfun.vi ‏17 KB ball.jpg ‏2