IP VRF to VRF Definition Import-Map behaviour changes

Have the import rules changed from IP VRF syntax (IPV4 only) to VRF Definitions (IPV4&6)?
The issue being we have a management VRF which is used for access, monitoring, archiving.  which works well in the IP vrf sytnax example:   
ip vrf A-IPVPN
 rd 9282:1002
 import map Customer-Mgmt-Infrastructure
 route-target export 9282:1002
 route-target import 9282:1002
 route-target import 9282:1999
ip vrf Customer-Mgmt
 rd 9282:1999
 import map Import-Customer-Mgmt
 route-target export 9282:1999
 route-target import 9282:1999
 route-target import 9282:2010
 route-target import 9282:1002
 route-target import 9282:2011
 route-target import 9282:1005
route-map Import-Customer-Mgmt permit 10
 match ip address prefix-list Customer-Mgmt-CPE
ip prefix-list Customer-Mgmt-CPE: 2 entries
   seq 5 deny 169.254.254.0/24
   seq 10 permit 169.254.0.0/16 le 32
This allows all PE's to learn Customers Routes and import and export management details, I believe I have followed best practice and the result is what I would expect, however since creating some new customers with the vrf definition syntax it appears that the Import-Customer-Mgmt now filters out BGP routes within the Local VRF PE-PE, however the the routes are visible via :
show ip bgp vpnv4 rd  
 but not imported into BGP table.
Vrf definition 
rf definition S-C-IPVPN
 rd 9282:1005
 route-target export 9282:1005
 route-target import 9282:1005
 route-target import 9282:1999
 address-family ipv4
  import map Customer-Mgmt-Infrastructure
 exit-address-family
After hitting my head against a wall for longer than I would like to admit, I removed the import map and routes in the RD are installed into the BGP Table?
My question is, is this now default behaviour or is it a bug in our particular version (asr1002x-universalk9.03.09.01.S.153-2.S1.SPA.bin)
I had been considering upgrading our syntax using the vrf upgrade-cli, glad i didnt as this would have caused a major outage as we use the a fair amount of import maps with our Internet transit circuits.
If this is normal behaviour what it the best way to match and permit Local vrf RD? baring in mind I would like ideally to reuse the same route-map.    
I will continue to investigate,  but if anyone has had experience of this behaviour I would appropriate there input 
Regard Neil 

The following route map has no impact:
route-map Customer-Mgmt-Infrastructure-2 permit, sequence 10
  Match clauses:
    community (community-list filter): S-C-IPVPN
  Set clauses:
  Policy routing matches: 0 packets, 0 bytes
Named Community expanded list S-C-IPVPN
    permit RT:9282:1005
Think i will need to lab up.
Neil

Similar Messages

  • New import map in existing VRF

    Hello,
    On my PE, I defined a VRF. My VRF contains routes. Now, I want to create/modify a import map to filter/modify some routes. All new routes will pass through the new import map but not old ones. How can I do to reapply this route-map to all existing routes with the lowest impact ?
    I know some commands to do it, but I'm looking for the best one for a live network.
    For example, I perform following command :
    no route-target import X:Y and route-target import X:Y but I'm not sure it's the best one. It's worked.
    Rgds,
    Xavier

    doesn't seem to work.
    But actually I think it's automatic without any command. The bgp scan-time IMPORT timer seems to do the job.
    Xavier

  • VRF Aware Crypto Map

    Hi,
    I´ve a VPN Router with VRF´s for every customer and also for the Internet Connection.
    On the Router run many DMVPN´s and Static VTI.
    Now I must configure a new VPN based on a crypto map.
    I´ve read that it´s impossible to termnate a crypto map an a VTI on the same physical interface.
    So I´ve installed a new physical interface to terminate the crypto map.
    This are the configuration which insert to the running configuration:
    crypto keyring KEYRING-Customer vrf OUTSIDE_CM
    pre-shared-key address a.b.c.d key KEY
    crypto isakmp policy 100
    encr aes 256
    hash sha1
    group 14
    authentication pre-share
    ip access-list exten ACL-Customer
    10 permit ip 1.2.3.4 0.0.0.255 5.6.7.8 0.0.0.255
    crypto isakmp profile Customer
    keyring KEYRING-Customer
    match identity address a.b.c.d 255.255.255.255 OUTSIDE_CM
    local-address Gig0/0
    vrf Customer
    crypto map CMAP 10 ipsec-isakmp
    set peer a.b.c.d
    set transform-set AES256
    set isakmp-profile Customer
    match address ACL-Customer
    set pfs group14
    int gig0/0
    vrf forwarding Customer
    ip address 1.2.3.4 255.255.255.0
    crypto map CMAP
    But I see nothing on the router. Whit debug crypto isakmp i can´t see any traffic for this VPN.
    Where is my mistake ?
    The OUTSIDE_CM VRF ist the VRF for WWW traffic.
    The Customer VRF ist the Customer LAN.
    Many Thanks
    BR Martin

    Marcin,
    the reason why I don´t use VTI in this case is very simple. I transfer the old VPN from a PIX and im not shure
    if it possible to run this VPN with VTI, because the other side is not configured from us.
    An it´s not a cisco device. What do you think....  When I´ve try to use a VTI, how the other side is checking the Crypto map ? Because, normaly, when a ASA for Example builds a VPN the device´s check which crypto map is configured on the other side and if the crypto map isn´t idetical, the VPN doesn´t came up.....
    Thank´s for your help. It´s my first Router with VPN´s. Normally I use ASA´s. But I think with a router we are more flexible... QoS, OSPF etc....
    BR M

  • Problems with import map

    Hi there,
    I am trying to apply the following configuration:
    ip vrf AA_BB
    rd 1:100010
    import map RZ-TAG-OUT
    export map RZ-TAG-IN
    router bgp 11
    address-family ipv4 vrf AA_BB
    neighbor 192.168.3.2 remote-as 64810
    neighbor 192.168.3.2 activate
    neighbor 192.168.3.2 next-hop-self
    neighbor 192.168.3.2 send-community
    no auto-summary
    no synchronization
    exit-address-family
    ip extcommunity-list standard R_SERVER permit rt 1:110001
    route-map RZ-TAG-OUT permit 10
    match extcommunity R_SERVER
    set community 64101:3000
    Now this does not seem to want to work, i do not see anything imported, yet when a do a straight forward import rt 1:110001 then that imports lots of routes in the AA_BB vrf
    not sure if my syntax is wrong or understanding or what?
    thanks

    Thanks a lot!! i had tried this before but i had other issues on the network and hence did not spot it working!. I think the cisco documentation needs to be changed to reflect this! I went through all the cisco command references as i thought that this was the case but no document supported it and hence i did not use it.
    Once again thanks a lot!

  • Same import map to matmas and clfmas

    Hi,
    I have a custom idoc bringing matmas and clfmas together and XI /pi would convert that file into single XSD or XML .
    Can we create a import map which can be used by this import file.
    import map should have both masmas and clfmas definitions....
    as we know clfmas is an heirarchy.
    Sonali

    Hi Sonali,
    If I have understood your requirement correctly, you have a repository that contains both standard matmas and clfmas fields.Now have created a  custom XSD from the standard IDos matmas and clfmas using PI.You want to import the data from this XML and save the map.
    You can very well achieve this provided your repository has all the required fields to be mapped.
    In the import manager connect to the customized XML.
    Map the fields in the repository with the destination XML structure fields.Save the map.
    Hope it helps.
    Thanks,
    Minaz

  • How do I import Map Info Tab files into Spatial for a map of europe?

    How do I import Map Info Tab files into Spatial for a map of europe via FME and have oracle spatial draw the map without problems?
    So far I've got to the stage where I can import the data, spatially index it (in oracle 9i) and get my SVG (scaleable vector graphics) application to view the map.
    The problem is that countries that have more than one polygon (more than one row in the database) do not draw properly.
    When I view the Map Info tab file in the FME viewer I can see that the data is fine, but I can also see that some of the polygons used to draw a country are donugts and some aren't.
    This seems to cause a problem when I import the data into oracle spatial as I don't know if a row in the table needs to be inserted as an independent SDO_GEOMETRY or if it should form part of a larger SDO_GEOMETRY (as in 2 or more rows make up the polygon shape for a country).
    I have a feeling that I'm not using FME correctly, because at the moment I have to import the tab file into Oracle then re-insert the data into a spatially formatted table (one with a spatial index) - I get the impression that FME should do that for me but as I'm new to this I don't really know.
    Any Help welcome :|
    Tim

    Tim,
    MapInfo has a free utility called EasyLoader that allows you to upload a table directly to Oracle. EasyLoader creates the geometries and spatial index. You can download it free from http://www.mapinfo.com/products/download.cfm?ProductID=1044
    Andy Greis
    CompuTech Inc.

  • Creation of Import Map for Business Partners

    Hello Guru's,
    Can anyone guide me how to create import maps for Business Partners please , we use Text files.
    Thanks in advance
    Regards
    Srihari

    Hi srihari ,
    Kindly refer to the below links for some further help in this area:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_mdm/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303335373733%7d
    /people/satyajit.chakraborty/blog/2009/01/15/central-mdm-business-partner-creation-scenario-with-galaxy-bpm--part-i
    /people/satyajit.chakraborty/blog/2009/01/16/central-mdm-business-partner-creation-scenario-with-galaxy-bpm--part-ii
    Hope It Helped
    Thanks & Regards
    Simona Pinto

  • R/3 u2013 XI u2013 MDM integration scenario - Standard import Maps problem

    Hi Data Masters,
    We are working on R/3 u2013 XI u2013 MDM integration scenario for Vendor Object. We have extracted main table Data using u201CMDM_CLNT_EXTRu201D program. Now while importing the data in MDM we want to use u201CStandard business content i.e. Standard Import Maps (Name u2013 cremdm - 03 u201D but this maps are not mapping all the fields. So do we need to extend this maps..??
    OK. Second, To create own maps we are facing following problems,
    1)     In source section many fields are reflecting twice means in two segments i.e. LFA1 and ADRMAS like Name, City, Street, country etcu2026 whereas in Target section we have one field for the same so how to maps this fields.
    2)     In source, There are few fields like ADRNR which have values but in target we donot have any fields to map for the same, so how to handle thisu2026
    Helpful answers will be rewarded,
    Cheers
    RC

    closed

  • [CS2][AS] Make XML import map is calling a refresh on styles?

    If this can be of use to someone else... it's probably not CS2,AS specific.. but this is what i use.
    It's the second time i have a bug like this, where changing the order of my calls is fixing the problem. With this one, i was getting random missing font error (times(1)) while batching documents(wich make the batch script batch crash as there is a modal dialog open). Not always on the same document, it was really fustrating as i was not able to get my finger on the problem!
    I actually knew the source of the problem as i had added a fix (maybe not the best solution, but it was working well) that actually was removing the style from all the text frame (i noticed that using map style to tag was not always working well(when text frame had overriden?), so that's why i added code to reset the style before doing a map. But i was not understanding why it was happening so randomly...
    I tought at first it was happening during save (as it reopen the document) but after a few experimentation it looked like it was occuring during the import map redefinition (See code below: make XML import map with properties {markup tag:tStyle, mapped style:tStyle}).
    Looks like the make XML import is calling some sort of document refresh wich then pop the font missing dialog (even with never interact as script preferences!)! (missing font is actually a bug i had also in other circumstances.. exemple when you have a extra return at the end of a tagged text (outside the tag)). A bit unexpected, i really tought that creating a xml import map was just creating data structure in document model to be used later on by the auto style call...
    The problematic script:
    tell application "Adobe InDesign CS2"
    set myDocument to document 1
    tell myDocument
    --Reset styles.
    set applied character style of every text of every text frame of every spread to character style 1
    set applied paragraph style of every text of every text frame of every spread to paragraph style 1
    --Create a tag to style mapping.
    set tList to name of every XML tag
    set tNumItems to count of tList
    repeat with i from 1 to tNumItems
    set tStyle to item i of tList
    make XML import map with properties {markup tag:tStyle, mapped style:tStyle}
    end repeat
    --Map the XML tags to the defined styles.
    auto style
    end tell
    end tell
    And the working solution (just moved the reset of style after the import map creation loop):
    tell application "Adobe InDesign CS2"
    set myDocument to document 1
    tell myDocument
    --Create a tag to style mapping.
    set tList to name of every XML tag
    set tNumItems to count of tList
    repeat with i from 1 to tNumItems
    set tStyle to item i of tList
    make XML import map with properties {markup tag:tStyle, mapped style:tStyle}
    end repeat
    --Reset styles.
    set applied character style of every text of every text frame of every spread to character style 1
    set applied paragraph style of every text of every text frame of every spread to paragraph style 1
    --Map the XML tags to the defined styles.
    auto style
    end tell
    end tell

    it doesnt print any server control message. in my "page_404.jsp" I am printing current date and time (to check if the server visited that page) everytime when i refresh "index.jsp" the server goes to "page_404.jsp" and prints the current date and time.
    so basically the only message which the console shows is the current date/time which i am printing in the "page_404.jsp"
    Thanks.

  • Import map issue one record at a time

    Hello Experts,
    I built an import map to run it manually with import manager, but when I click on Ready to Import, the import manager is doing one record at a time.  I have to go back to the match tab and refresh in order to import the rest. 
    Any idea where to setup a setting to import all records at once?
    Thank you very much for your help,
    Claudia Hardeman

    Hi Claudia,
    Please check if your matching criteria results in fewer records,what is the matching criteria you are setting?
    Do you see a total of 300 under "Create" Match Action?
    No of records to be imported is governed by Match action which tell the MDS which are distinct records,Match Action tells MDS what is to be done with this number of records which have this Match type.
    Please check if you have "SKIP" as match action,if yes use a appropriate action for match type.
    Do a "Save Update" of the map.
    Please revert with results.
    Thanks,
    Ravi

  • Is it ok to make changes to import map by loading files from port manually?

    Hi all,
    I want to load the files from the port which is set to manual and then want to create/modify existing maps already assigned to ports.Is it ok to do this way or do we need to create the import maps with all mappings manually other than port option?
    Thanks

    Hi Arvind,
    You can load the map through port & do changes whatever you want. You can see the map name
    on the header. After making changes if you want the old map also then you need to save it in a different name.
    Regards,
    Pramod

  • "Error: An error occured deleting the import map"

    Hello,
    When trying to delete imported data, I get the following message :
    Error: An error occured deleting the import map
    Detail: Data access error
    And the imported data aren't deleted.
    The loaded file has around 350000 rows for 12 dimensions.
    I never succeeded to load it in one time, only in 3 times with 3 files. It was a first issue.
    And I want now to delete the import to do it again and I can't, due to the error.
    Thanks
    Patrick
    PS : FDM version 11.1.1.3.01
    Log :
    ** Begin FDM Runtime Error Log Entry [2013-04-03-08:49:22] **
    ERROR:
    Code............................................. -2147217900
    Description...................................... ORA-30036: unable to extend segment by 8 in undo tablespace 'UNDOTBS1'
    DELETE FROM tDataSeg3 WHERE ((PartitionKey) = 749) AND (TO_CHAR(PeriodKey,N'YYYYMMDD') Between N'20111231' And N'20111231') AND ((CatKey) = 12)
    Procedure........................................ clsDataManipulation.fExecuteDML
    Component........................................ upsWDataWindowDM
    Version.......................................... 1111
    Thread........................................... 4956
    IDENTIFICATION:
    User............................................. ollivierp
    Computer Name.................................... EPM05
    App Name......................................... FDM_MCHII
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... poh1
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HPMCHII
    Location ID...................................... 749
    Location Seg..................................... 3
    Category......................................... COMPTE
    Category ID...................................... 12
    Period........................................... Dec - 2011
    Period ID........................................ 31/12/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False
    ** Begin FDM Runtime Error Log Entry [2013-04-03-08:49:22] **
    ERROR:
    Code............................................. -2147217900
    Description...................................... Data access error.
    Procedure........................................ clsImpProcessMgr.fClearData
    Component........................................ upsWObjectsDM
    Version.......................................... 1111
    Thread........................................... 4956
    IDENTIFICATION:
    User............................................. ollivierp
    Computer Name.................................... EPM05
    App Name......................................... FDM_MCHII
    Client App....................................... WebClient
    CONNECTION:
    Provider......................................... ORAOLEDB.ORACLE
    Data Server......................................
    Database Name.................................... poh1
    Trusted Connect.................................. False
    Connect Status.. Connection Open
    GLOBALS:
    Location......................................... HPMCHII
    Location ID...................................... 749
    Location Seg..................................... 3
    Category......................................... COMPTE
    Category ID...................................... 12
    Period........................................... Dec - 2011
    Period ID........................................ 31/12/2011
    POV Local........................................ False
    Language......................................... 1033
    User Level....................................... 1
    All Partitions................................... False
    Is Auditor....................................... False
    Edited by: user1104274 on 3 avr. 2013 00:10

    The quota on the tablespace 'UNDOTBS1' needs to be extended to allow for the tablespace to grow. Right now it has met it's maximum quota.

  • Update MDM Import Map

    Hello...
    I am a PI consultant who inherited MDM recently.
    MDM 5.5, SP06
    My issue is that I have an existing map that works fine, but the source schema is changing to add a few new fields.  I need to map the new fields to my existing catalog repository.
    I had to import the revised schema under a unique name (v2 suffix).  Then I assumed I could just change the source schema in my existing map, but that does not look possible.  What is the best way to make such a change?  I am hoping to at least copy the current mapping as nothing is changing there...just adding a few new mappings.
    Thanks!
    Keith
    Edited by: Keith Wendel on Jun 4, 2009 10:30 AM

    HI Keith
    Are you talking of syndication maps?
    In import maps we never put the schema. Just connect to the source file and open your old map. on top of this you can do the mappings for the delta fields and save the map with a new name.
    thanks
    Ravi

  • Import map using excel document.

    Hello Experts,
    I built an import map to run it manually with import manager, but when I click on Ready to Import, the import manager is doing one record at a time. I have to go back to the match tab and refresh in order to import the rest.
    Version 7.1
    Using excel document
    I can see all the records as "create" but when click on the icon to import records it only import one at a time, has to come back to the match tab -> refres -> import again
    Any idea why this might be happening?
    Thank you very much for your help,
    Claudia Hardeman

    Hi Claudia,
    Unfortunately this information is not sufficient enough.. Please can you tell your MDM server version, In which table type you are trying to import data, record matching field types and logic (if multiple fields), version of MS excel.. This will help..
    Meanwhile, please have a look at the below SAP note, if this is applicable to you
    "Note 1575981 - Import manager only imports single records"..
    Regards,
    Shiv

  • Value Exceptions - Import Map Update

    Hello MDM Gurus,
    We have the requirement to update the existing import map by unmapping two of the fields that we no longer required.
    When we try unmapping the required fields and save as another map name, export, reimporting it and overwriting the existing map with the same name. But the problem is we are loosing all value mappings. we are facing issue getting loads of value exceptions as all value mappings are gone.
    Please we need experts advices to resolve this since we no longer need that two fields getting imported in to the repository.
    We need a solution to unmap that two fields and keep all existing value mappings.
    Save Update not works for filed mappings, it only works for value mappings.
    Thank you very much in advance for the suggestions and inputs.
    Example :
    Field1 and Field2 Unmapped, We saved the Map by Save -> we are loosing all value exceptions ( As it stores only present config)
    Field1 and Field2 Unmapped, We saved the Map by Save Update -> When reimport the map again, we are seeing this field1 and field2 still mapped.
    Field1 and Field2 Unmapped, We saved the map by Save As -> Still it does like First Scenario.
    Please Advice.

    Hi Smartsoft,
    Just try this below procedure and revert with result.
    1. Open the existing map.
    2. Remove all the fields from matching field under Match Records tab.
    3. Now unmap these two not required fields under Map Field/Value tab.
    4. Afterwards, set again all the matching fields like earlier under Match records tab. Now make sure that under your Import Status tab Action Item: Ready to Import. Once it is done.
    5. Now try with Save As option as a new map in order you have had existing correct map as a reference for future.
    If it work properly then you can overwrite this new map name with existing map. Kindly revert.
    Regards,
    Mandeep Saini

Maybe you are looking for