Best practice of deployment IPv6 over PPPoE

Hello colleagues!
IOS XE Version: 03.09
I have following configuration on AC:
ipv6 dhcp iana-route-add
ipv6 dhcp pool 3PoE
prefix-delegation pool PD lifetime 120 120
address prefix 2aXX:5CC0:BC35::/64
dns-server 2aXX:5CC0:DC1::DC1
dns-server 2aXX:5CC0:DC2::DC2
interface Loopback1000
no ip address
ipv6 address 2AXX:5CC0:DD::35/128
interface Virtual-Template10
ipv6 unnumbered Loopback1000
ipv6 enable
ipv6 mtu 1492
ipv6 nd ns-interval 1000
ipv6 nd prefix default no-advertise
ipv6 nd managed-config-flag
ipv6 nd other-config-flag
ipv6 dhcp server 3PoE
no peer default ip address
peer default ipv6 pool 3PoE
ppp authentication pap chap dialup_ppp
ppp authorization dialup_ppp
ppp accounting dialup_ppp
ipv6 local pool 3PoE 2AXX:5CC0:BB35::/48 64
ipv6 local pool PD 2AXX:5CC0:BD35::/48 64
I have a problem with Win 7
I have no problem with Win VISTA
Win 7
adapter PPP helpdesk:
   DNS-суффикс подключения . . . . . : x.net
   IPv6-address. . . . . . . . . . . . : 2aXX:5cc0:bc35:0:95d0:60fb:5799:f910
   Локальный IPv6-адрес канала . . . : fe80::f44f:4ca7:6194:402a%42
   Default Gateway. . . . . . . . . : fe80::21e:bdff:feb4:2a00%42
ping -6 google.com
Обмен пакетами с google.com [2a00:1450:4010:c04::65] с 32 байтами данных:
Request time out.
Win 7 doesn't install default v6 route
it doesn't work!
Win VISTA
adatper PPP helpdesk:
   DNS-суффикс подключения . . . . . : x.net
   IPv6-address. . . . . . . . . . . . : 2aXX:5cc0:bc35:0:a187:6000:5062:571d
   Локальный IPv6-адрес канала . . . : fe80::aca7:9849:dee9:d31f%24
   Default Gateway. . . . . . . . . : fe80::21e:bdff:feb4:2a00%24
ping -6 google.com
Обмен пакетами с google.com [2a00:1450:4010:c04::8b] с 2aXX:5cc0:bc35:0:a187:6000:5062:571d with 32 bytes of data:
Reply from 2a00:1450:4010:c04::8b: time=55ms
Reply from 2a00:1450:4010:c04::8b: time=66ms
Reply from 2a00:1450:4010:c04::8b: time=53ms
It works!
r35#show ipv6 static
IPv6 Static routes Table - default
Codes: * - installed in RIB, u/m - Unicast/Multicast only
       U - Per-user Static route
       N - ND Static route
       M - MIP Static route
       P - DHCP-PD Static route
       R - RHI Static route
*A  2AXX:5CC0:BC35:0:95D0:60FB:5799:F910/128 via FE80::F44F:4CA7:6194:402A, Virtual-Access1.1, distance 1   ==== Win 7
*A 2AXX:5CC0:BC35:0:A187:6000:5062:571D/128 via FE80::ACA7:9849:DEE9:D31F, Virtual-Access1.2, distance 1  ==== Win VISTA
r35#ping 2AXX:5CC0:BC35:0:95D0:60FB:5799:F910 - Win 7
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2AXX:5CC0:BC35:0:95D0:60FB:5799:F910, timeout is 2 seconds:
r35#ping 2AXX:5CC0:BC35:0:A187:6000:5062:571D - Vista
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2AXX:5CC0:BC35:0:A187:6000:5062:571D, timeout is 2 seconds:
Success rate is 0 percent (5/5)
I checked on 2 PC with win 7 and problem the same.
Can anyone help with work configuration for end hosts and CPE the same time.
PS. I was trying this configuration on router 2851 with latest IOS. The problem was the same.

with 
ipv6 nd managed-config-flag
netsh interface ipv6>show route
Публикация  Тип      Мет  Префикс                    Инд  Имя шлюза/интерфейса
Нет      Вручную   16   ::/0                       43  fe80::21e:bdff:feb4:2a00
Нет      Вручную   256  ::1/128                     1  Loopback Pseudo-Interface
1
Да       Вручную   1000  2002::/16                  17  6TO4 Adapter
Нет      Вручную   256  2002:c0a7:23::/128         17  6TO4 Adapter
Нет      Вручную   256  2002:c0a7:23::c0a7:23/128   17  6TO4 Adapter
Нет      Вручную   8    2a00:5cc0:bb35:2::/64      43  helpdesk
Нет      Вручную   256  2a00:5cc0:bb35:2:f44f:4ca7:6194:402a/128   43  helpdesk
Нет      Вручную   256  2a00:5cc0:bc35:6de8:8605:a271:a692:16d3/128   43  helpdesk
without
ipv6 nd managed-config-flag
netsh interface ipv6>show route
Публикация  Тип      Мет  Префикс                    Инд  Имя шлюза/интерфейса
Нет      Вручную   256  ::/0                       43  fe80::221:a0ff:fe9b:c220
Нет      Вручную   256  ::1/128                     1  Loopback Pseudo-Interface
1
Да       Вручную   1000  2002::/16                  17  6TO4 Adapter
Нет      Вручную   256  2002:c0a7:23::/128         17  6TO4 Adapter
Нет      Вручную   256  2002:c0a7:23::c0a7:23/128   17  6TO4 Adapter
Нет      Вручную   8    2a00:5cc0:bb36:3::/64      43  helpdesk
Нет      Вручную   256  2a00:5cc0:bb36:3:f44f:4ca7:6194:402a/128   43  helpdesk
In any case I have only default route.
In first case it doesn't work.
We found work combination for host clients and cpe (asus RT-N10U)
interface Virtual-Template10
ip unnumbered Loopback100
ip mtu 1492
no peer default ip address
peer default ipv6 pool 3PoE
ipv6 unnumbered Loopback1000
ipv6 enable
ipv6 mtu 1492
ipv6 nd ns-interval 1000
ipv6 nd other-config-flag
ipv6 dhcp server 3PoE rapid-commit
ppp authentication pap chap dialup_ppp
ppp authorization dialup_ppp
ppp accounting dialup_ppp
ipv6 dhcp pool 3PoE
prefix-delegation pool PD lifetime 120 120
address prefix 2A00:5CC0:BC36::/48
dns-server 2A00:5CC0:DC1::DC1
dns-server 2A00:5CC0:DC2::DC2
thx for link, helpful information.

Similar Messages

  • Best Practice for Deploying ADF application

    I am tasked with developing a best or prefered practice of feploying a large ADF application. Background: we are in the process of redeveloping a UI for a large system. We have broken the system down into susbsytems. Each of these susbsystems UI will be a ADF aaplicaion(?). This is a move from a MS .Net front end. The backend (Batch processes etc) is being dveloped in Java. So my question is if I have several ADF projects for each subsystem and common components that they all will use - what is the best practice to compile package and deploy? The deployment will be to weblogic server or servers(Cluster).
    We have a team of at least 40 -50 developers worldwide so we are looking for an automated build and deploy and would like to follow Oracle best practice. So far I have read Deploying ADF Applications (http://download.oracle.com/docs/cd/E15523_01/web.1111/e15470/deploy.htm#BGBJHGFH) and have followed the links. I have also look at the ADF evangalist blogs - lots of chatter about ojdeploy. My concern about ojdeploy is that dependent files are also being compiled at the same time. I expected that we want shared dependent files compiled only once (Is that a valid concern)?
    So then when we build the source out of subversion (ojdeploy ? Ant? ) then what is best practice to deploy to a weblogic server (wslt admin console) - again we want it to be automated.
    Thank you in advance for replies.
    RK

    Rule 1: Never use the "Automatically Expose UI Componentes in a New Managed Bean" option, create your bindings manually;
    Rule 2: Rule 1 is always right;
    Rule 3: In doubts, refer to rule 2.
    You may also want to check out :
    http://groups.google.com/group/adf-methodology
    And :
    http://www.oracle.com/technology/products/jdev/collateral/4gl/papers/Introduction_Best_Practices.pdf

  • Best practice to Deployment Oracle WebCenter Suite for enterpsie

    I have a lead with enterprise client; and we need to proposed to this client best practice to deploy high availability on cluster environment contains the following components:
    - oracle web center content: it will used for WebCenter portal (spaces) repository for x-trantent portal as well as it will used to build internet website using WCM
    - oracle WebCenter portal; to build x-intranet portal
    - oracle access manager for single sign on authentication
    - oracle web tier for HTTP server and web cache.
    i reviewed the enterprise deployment "http://docs.oracle.com/cd/E23943_01/core.1111/e12037/intro.htm" and contains rich information on the configuration.
    However; my question is could you provide us a best practice to deploy above components on a high availability cluster environment "on a Linux environment prefared" to support and tested around 20k users? By the way client already had oracle exadata 11g server and it will used for this deployment.

    AW,
    One way is creating EJBs.Please refer to the threads below for that
    https://forums.sdn.sap.com/click.jspa?searchID=2936002&messageID=1082087
    You can create a javabean and you can import that as a model .
    Check the following project which will generate javabean (MaX DB)
    https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/simple_javabean_generator_project.zip
    This project will generate a javaben out of the tables in MAXDB.
    You can follow any one of the above.
    Regards,Anilkumar

  • Best practice - Production deployment

    what is the best practice to deploy custom built application in production?
    Where to deploy in Admnistration server or in manged server?
    Thanks,
    Shankar

    Hi Shankar ,
    It is always better to deploy your application in the Managed Server. You do not need to restart your admin server while you need to restart your managed server for changing your environment related to your application. Admin Server is meant for administering all the managed server instances. You can have many different managed servers for different specific applications. So it is a best practise to deploy your application in the managed server.
    Regards,
    Ilaya

  • What is best practice for deploying agent(10204) on RAC 9i

    Hello,
    What would be best practice for deploying agent(10204) on RAC 9i? Should the agent be deployed on each node or should the agent be deployed on the cluster file system? What are the advantages/disavantages deploy on individual nodes vs. on cluster file system? Please advice. Thank you in advance.

    Please use agent push application to deploy agent on all the nodes at one shot
    Please refer the obe
    http://www.oracle.com/technology/obe/obe10gemgc_10203/agentpush/agentpush.htm

  • Best practices for deployment from Dev /Staging /Production in SharePoint ?

    Hi All,
    What is a best practices to deploy SharePoint Portal to dev / staging / Production.
    I have custom solution deployed using WSP file. But I have done some changes using sharepoint designer.
    Like as Designer workflow, master pages etc.
    How can I deploy my document libraries and list to dev to prod using best practices?
    Thanks
    Balaji More

    Hi,
    According to your post, my understanding is that you wanted to know the best practices to deploy SharePoint Portal in different SharePoint environment.
    If the site is not existing in the production server, we can save the site from the development server, and then import it to the production server.
    But if the site is already existing in the production server, we should follow these steps to just add the taxonomy and content types to the production server:
    Save the site from Dev as a template
    Import the template as solution in Visual Studio
    Remove unnecessary items from the solution(Please pay more      attention on it. If a content type/list... in the solution is existing in      the production site too, it will replace the
    same object existing in the      production after deployment)
    Package the solution
    Deploy the solution in the production
    For more detailed, please see:
    http://ahmedmadany.wordpress.com/2012/12/30/importing-sharepoint-solution-package-wsp-into-visual-studio-2010/
    There is a similar thread for your reference.
    http://social.technet.microsoft.com/Forums/en-US/7dcf61a8-1af2-4f83-a04c-ff6c439e8268/best-practices-guide-for-deploying-sharepoint-2010-from-dev-to-test-to-production?forum=sharepointgeneralprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • PIX515e dual-stack ipv4 & ipv6 over PPPoE

    Hi Everyone,
    In short: I am trying to get ipv4 and ipv6 over PPPoE running on my PIX515e.
    Heres a bit more info about my setup and the scenario:
    My internet provider (residential) has offered me a dual-stack service on my ADSL.
    I get a STATIC ipv4 address, but a DYNAMIC ipv6 address. Additionally I get a STATIC ipv6 /56 prefix for my lan "if my router supports prefix delegation".
    My PIX is the 515e and its running PIX 7.2(4) with ASDM 5.2.
    Getting the ipv4 side of it working isnt an issue - ive configured the pppoe side of it with my username and password, and configured my outside interface (Ethernet 0) with the ipv4 address.
    But I cannot figure out how to get a dynamic ipv6 address on the outside (Ethernet 0) interface.
    At this stage all I care about is getting a dynamic ipv6 address on Ethernet 0. I dont care about the "lan" prefix or Prefix Delegation part of it because I figure I'll just NAT my lan ipv6 addresses out to the internet using the dyanmic ipv6 address on the outside interface.
    Ive read a lot of articles and looked at a lot of examples but none quite explain what im trying to do.
    I have enabled ipv6 on the outside interface - ipv6 enable
    and ive looked at ipv6 address and ive found the autoconfigure option but that doesnt appear to fetch the ipv6 address from my internet provider.
    I guess im expecting to see something like ipv6 address dhcp or ipv6 address pppoe
    So my question is does anyone know how I can get dual-stack working on my outside interface with dynamically assigned ipv6 from pppoe.
    Or do i need to update the PIX software on my device. If so, can anyone suggest which version?
    Any help is greately appreciated.

    I wanted to provide an update on this topic.  It turns out the traffic class that I was testing with was overlapping another class's match statement, which had a much lower bandwidth percentage.
    After making the corrections, it seems the IPv4 and IPv6 work very well together in the queues.  And now that you can run fair-queueing per class, I'm actually impressed with how well it is working.
    Now if only I could classify traffic based on the number of packets/bytes seen in netflow.... then I could shape some really nice QoS policies!

  • Best practices for deploying EMGrid Control

    Can i use one db for OEM & RMAN repository? Looking for Best practices for deploying EMGrid Control in our environment, I have experience working with EMGrid control it was very slow , how to make it fast ? Like i enjoy the speed of EMDBControl....

    DBA2008 wrote:
    Is this good idea to put RPM recovery catalog & OID schema in OEM Repository DB? I am thinking just to consolidate all these schema's in one db.Unless you are really starved for resources, I would not recommend storing the OID and OEM repositories in the same database. Both of these repositories support different products, and you risk creating unnecessary dependencies when patching or upgrading. As a completely fictitious example, what if your OID installation has a critical issue that requires a repository database upgrade to version 10.2.0.6, and the Grid Control repository database is only certified for version 10.2.0.5?
    Regards,
    John P.
    http://only4left.jpiwowar.com

  • Best Practice for Roaming Profiles over Branch Offices

    Hello Everybody,
    I was hoping I could gain advice from experienced engineers on an issue me and my team are currently experiencing.
    The issue:
    We have a client that has their main office in London and this company has other remote offices over the world, Paris, Milan, Luxembourg etc.. Each remote office has a local DC&file server installed as two separate servers or both roles on the same
    server. Everything is central to London, all the main file shares that the company uses is based in London and the terminal server's are based in London too.
    We have DFS-R & N set up on the London File servers to replicate the dfs shares over the remote offices which works fine and we don't generally ever have any issues with this and works well when user's in remote offices access file shares from
    London.
    However and I didn't set this up but this client also has DFS-R & N set up for roaming profiles!!! The issue we are having here is only with the terminal servers. For example I will log in as one of the users from London on the terminal server and will
    load the profile fine, I will log that user off and log in as the admin and remove the profile through advanced system settings. I will then log back on as that same user and will be given a temporary profile, I repeat the first step and the profile loads
    fine, so every other log on will load the user with a temporary profile. I know this is the case because for that user, if I change the profile path in AD from
    \\xxxx.com\public to
    \\lon-fs3v\profiles$\user it then loads every time with no issues. Before anyone asks I have rebuilt the terminal server(s) to rule out if they were misconfigured. You may ask why not do that for everyone? We can't do that for people based in Milan otherwise
    their profile will forever take time to load and that's where the dfs replication comes into play for the profiles.
    Unfortunately they are a very stubborn client so some users (important people) have very large profiles which sometimes takes a while to load up.
    I have done some reading already on the web and have seen the unsupported scenario from Microsoft regarding this (
    https://support.microsoft.com/en-gb/kb/2533009 )  so unsure the best way to do it. The link I've put in does say you can have issues with the profiles loading (which we do) if there are too many
    connections which we have 10 to replicate profiles around the remote offices.
    I have done some reading into the hostedbranch cache method but not sure if you can do this with roaming profiles or not?
    We generally want to eliminate the issue for users when logging on remotely with getting a temp profile every other log on attempt. I must add though this issue never occurs on the workstations just the terminal server, our client is in the private equity
    market so one user may just spend one day in a remote office and then come back to London to carry on as they normally would.
    So that's the background to the issue and I was generally trying to work out what methods or if this is possible with the branch cached method for roaming profiles ?
    Thank you to anyone who replies.
    Best,
    Liam

    Hi UC3ngineer,
    Agree with Luca.
    If the branch users need to do lot of conferencing, the best practice is to deploy an new Front End Pool and an Edge Server in Branch Office; Otherwise you must have a 100%
    reliable WAN connection to your central site.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Best practice to deploy some secret credentials in AIR app

    Hi,
    Can someone suggest the best practice way to deploy some
    secret credentials in an AIR app please?
    For example, network connection settings or passwords ?
    In my particular case (and since this is only for testing)
    I'd like to deploy a password in an AIR app. So is there any way to
    effectively deploy an encrypted store with the app ? (hope that
    makes sense!)
    Tks,
    Alex

    I think the best practice is not to do it. You can't deploy
    an encrypted local
    store file to another computer. You could encrypt the
    information some other
    way, but that just moves the problem. If you have a server,
    you could have the
    app connect to the server to get the sensitive information
    and put it into the
    ELS (ideally through HTTPS).

  • What is the best practice to deploy the SharePoint site from test to production environment?

    We are beginning to start a new SharePoint 2010 and 2013 development projects, soon developing new features, lists, workflows, customizations to the SharePoint site, customization to list forms and would like to put good practice (that will help in deployment)
    in place before going ahead with development.
    What is the best way to go about deploying my site from Development to Production?
    I am using Visual Studio 2012 and also have Designer 2013...
    I have already read that this can be done through powershell, also through visual studio and also via designer. But at this point I am confused as to which are best practices specifically for lists, configurations; workflows; site customizations; Visual studio
    development features; customization to list forms etc. You can also provide me reference to links/ebook covering this topic.
    Thanks in advance for any help.

    Hi Nachiket,
    You can follow below approach where the environments has been built in similar fashion
    http://thesharepointfarm.com/sharepoint-test-environments/
    if you have less data then you can use  http://spdeploymentwizard.codeplex.com/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/b0bdb2ec-4005-441a-a233-7194e4fef7f7/best-way-to-replicate-production-sitecolletion-to-test-environment?forum=sharepointadminprevious
    For custom solutions like workflows etc you can always build the WSP packages and deploy across the environments using powershell scripts.
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    Hi, can you answer me specifically with regards to the foll:-
    lists
    configurations
    workflows
    site customizations like changes to css/masterpage
    Visual studio webparts
    customization to list forms
    Thanks.

  • Best practices for deploying forms in a 'cluster'?

    Anyone know of any public docs that discuss typical best practices for
    - forms deployment;
    - forms apps management and version control; and/or
    - deploying (and keeping) the .frm/frx in sync when using multiple forms servers in a HA or load balancing envrionment?

    Hi adil,                      
    Based on your description, you want to know the best practices for search service in a SharePoint farm.
    Different farms have different search topologies, for the best search performance, I recommend that you follow the guidance for small, medium, and large farms.
    The article is about the guidance for different farms. 
    Search service can run with other services in the same server, if condition permits and you want to have better performance for search service and other services including BI performance, you can deploy search service in dedicated server.
    If condition permits, I recommend combining a query component with a front-end Web server to avoid putting crawl components and query components on the same serve.
    In your SharePoint farm, you can deploy the query components in a WFE server and the crawl components in an application server.
    The articles below describe the best practices for enterprise search.
    https://technet.microsoft.com/en-us/library/cc850696(v=office.14).aspx
    https://technet.microsoft.com/en-us/library/cc560988(v=office.14).aspx
    Best regards      
    Sara Fan
    TechNet Community Support

  • What is best practice to deploy webpart into 1. Solutions Galary, 2. GAC, 3. BIN?

    I am trying various ways to deploy webpart. Can you please provide me  best practice methods to deploy webpart into:-
    Case 1. Solutions Galary: ?
    Case 2. GAC: ?
    Case 3. BIN: ?

    That is going to depend on what is in the web part...
    There are "apps", "sandboxed solutions" (becoming deprecated in 2013), "Farm Solutions" if you have dlls that need to be deployed to the gac.
    Apps - More for javascript (or if you have server side code that you want to run on a server that is not in sharepoint
    sandboxed solutions - run in the context of a site, but cannot add dll to gac (or consume certain dlls such as system.web, etc...) so anything that you want to do outside the context of the current site collection is not allowed
    Farm Solution - allows you to deploy .Net code to the GAC.  Would package as a wsp and give it to an admin to install (requires app pool resets and/or iis resets).

  • Best practice for deploying the license server

    Was wondering if there is a best practice guideline or a rule of thumb out there for deploying the license server. For instance, is it better to have one license server and all your products connect to that, dev, QA, prod. Or is it better to have a license server for each deployment, i.e. one for dev one for QA.. etc.

    Was wondering if there is a best practice guideline or a rule of thumb out there for deploying the license server. For instance, is it better to have one license server and all your products connect to that, dev, QA, prod. Or is it better to have a license server for each deployment, i.e. one for dev one for QA.. etc.

  • Best Practices for deployment of Oracle 10g database.

    Hello ,
    Is anyone aware of a whitepaper/ document that talks about best pratices in deploying a database on Oracle 10g and configuration of the database to utilize all the features available in 10g ( eg. ADDM , reports setup etc )
    Thanking you in Advance.
    Cheers..rCube

    Appreciate the input Jaffer. Thanks.
    However I was referring to a Best Practices whitepaper like the one existing for Data Guard & MAA available at the follwogng url : - http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm
    Is there something available along the same lines ?
    Cheers..rCube

Maybe you are looking for