MPLS Tags not appearing on one side of new MPLS VPN

I have an already existing 6509 that is going to provide the entire MPLS routing table via route reflector to a new 6509.  Here are the relevant configs:
EXISTING 6509 (Router A)
interface Loopback0
 ip address 10.255.2.2 255.255.255.255
end
router bgp 23532
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor 10.255.2.3 remote-as 23532
 neighbor 10.255.2.3 update-source Loopback0
 address-family ipv4 mdt
  neighbor 10.255.2.3 activate
  neighbor 10.255.2.3 send-community extended
  neighbor 10.255.2.3 route-reflector-client
  neighbor 10.255.2.3 soft-reconfiguration inbound
 exit-address-family
 address-family vpnv4
  neighbor 10.255.2.3 activate
  neighbor 10.255.2.3 send-community extended
  neighbor 10.255.2.3 route-reflector-client
  neighbor 10.255.2.3 next-hop-self
  bgp redistribute-internal
 exit-address-family
 address-family ipv4 vrf CustomerA
  redistribute connected
  redistribute static
  no synchronization
  bgp redistribute-internal
 exit-address-family
DAL-COLO-6509-1#show mpls ldp neighbor 10.255.2.3
    Peer LDP Ident: 10.255.2.3:0; Local LDP Ident 10.255.2.2:0
        TCP connection: 10.255.2.3.16271 - 10.255.2.2.646
        State: Oper; Msgs sent/rcvd: 647/646; Downstream
        Up time: 06:07:30
        LDP discovery sources:
          Vlan65, Src IP addr: X.X.X.69
        Addresses bound to peer LDP Ident:
          10.255.2.3      X.X.X.69     X.X.X.254    10.10.1.31 
DAL-COLO-6509-1#show mpls forwarding-table 10.255.2.3 detail
Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop    
Label      Label      or Tunnel Id     Switched      interface              
257        Pop Label  10.255.2.3/32    22272         Vl65       X.X.X.69 
        MAC/Encaps=14/14, MRU=1584, Label Stack{}
        001CB14458000009B6A4B8008847 
        No output feature configured
DAL-COLO-6509-1#show mpls ldp bindings 10.255.2.3 32
  lib entry: 10.255.2.3/32, rev 4933
        local binding:  label: 257
        remote binding: lsr: 10.255.2.1:0, label: 131
        remote binding: lsr: 10.255.2.3:0, label: imp-null
DAL-COLO-6509-1#traceroute 10.255.2.3
Type escape sequence to abort.
Tracing the route to 10.255.2.3
  1 69-69.netblk-66-60-69.yada.net (X.X.X.69) 0 msec *  0 msec
DAL-COLO-6509-1#
New 6509 (Router B)
router bgp 23532
 no bgp default ipv4-unicast
 bgp log-neighbor-changes
 neighbor 10.255.2.2 remote-as 23532
 neighbor 10.255.2.2 update-source Loopback0
 address-family ipv4 mdt
  neighbor 10.255.2.2 activate
  neighbor 10.255.2.2 send-community both
  neighbor 10.255.2.2 soft-reconfiguration inbound
 exit-address-family
 address-family vpnv4
  neighbor 10.255.2.2 activate
  neighbor 10.255.2.2 send-community both
  neighbor 10.255.2.2 next-hop-self
  bgp redistribute-internal
 exit-address-family
 address-family ipv4 vrf CustomerA
  redistribute connected
  redistribute static
  no synchronization
  bgp redistribute-internal
 exit-address-family
Br26-COLO-6509-1#show mpls ldp neighbor 10.255.2.2
    Peer LDP Ident: 10.255.2.2:0; Local LDP Ident 10.255.2.3:0
        TCP connection: 10.255.2.2.646 - 10.255.2.3.16271
        State: Oper; Msgs sent/rcvd: 657/657; Downstream
        Up time: 06:16:40
        LDP discovery sources:
          Vlan65, Src IP addr: X.X.X.70
        Addresses bound to peer LDP Ident:
          10.255.2.2      X.X.X.10     X.X.X.14     X.X.X.5      
          66.60.70.18     66.60.75.252    66.60.72.65     66.60.75.81     
          10.10.1.40      66.60.70.17     X.X.X.17     66.60.73.161    
          X.X.X.70     
Br26-COLO-6509-1#show mpls forwarding-table 10.255.2.2 detail
Local      Outgoing   Prefix           Bytes Label   Outgoing   Next Hop    
Label      Label      or Tunnel Id     Switched      interface              
40         Pop Label  10.255.2.2/32    0             Vl65       X.X.X.70 
        MAC/Encaps=14/14, MRU=1584, Label Stack{}
        0009B6A4B800001CB14458008847 
        No output feature configured
Br26-COLO-6509-1#show mpls ldp bindings 10.255.2.2 32
  lib entry: 10.255.2.2/32, rev 40
        local binding:  label: 40
        remote binding: lsr: 10.10.1.30:0, label: 29
        remote binding: lsr: 10.255.2.2:0, label: imp-null
Br26-COLO-6509-1#traceroute 10.255.2.2
Type escape sequence to abort.
Tracing the route to 10.255.2.2
  1 70-69.netblk-66-60-69.yada.net (X.X.X.70) 0 msec *  0 msec
Br26-COLO-6509-1#
Im seeing label switching coming from the old switch (which has several MPLS VPN connections already).  Im not seeing anything from the new switch.  OSPF is the routing protocol between the interfaces, and shows to be working fine.  LDP neighbor relationship seems to be good- just tagging isn’t occurring going back toward the old switch.  Any suggestions?
Thanks
Greg

Yes- that is the problem we are trying to fix.
Br26-COLO-6509-1#sh ver
Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(33)SXI13, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2014 by Cisco Systems, Inc.
Compiled Tue 11-Mar-14 04:53 by prod_rel_team
ROM: System Bootstrap, Version 12.2(17r)SX5, RELEASE SOFTWARE (fc1)
 Br26-COLO-6509-1 uptime is 1 day, 49 minutes
Uptime for this control processor is 1 day, 49 minutes
Time since Br26-COLO-6509-1 switched to active is 1 day, 48 minutes
System returned to ROM by reload at 09:20:45 CDT Wed May 7 2014 (SP by reload)
System restarted at 09:24:29 CDT Wed May 7 2014
System image file is "disk0:s72033-adventerprisek9_wan-mz.122-33.SXI13.bin"
Last reload reason: Reload Command
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
[email protected].
cisco WS-C6509-E (R7000) processor (revision 1.3) with 458720K/65536K bytes of memory.
Processor board ID SMG1125N74N
SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
Last reset from s/w reset
5 Virtual Ethernet interfaces
154 Gigabit Ethernet interfaces
1917K bytes of non-volatile configuration memory.
8192K bytes of packet buffer memory.
65536K bytes of Flash internal SIMM (Sector size 512K).
Configuration register is 0x2102
Yes- we do have a Sup7303B in this switch.

Similar Messages

  • My ipad mini is not charging on one side of lightning cable

    my ipad mini is not charging on one side of lightning cable, but it charging on both side`s when it connected to pc,The cable is charge on other devices on both side`s

    If your cable and iPad are less than a year old, make an appointment at your local apple store and take them in. If they find that there are manufacturer's defects they can be covered under the warranty.

  • Not appear the option SAP Demo News

    Hello all,
    We have a Enterprise Portal 6.0 in which it does not appear the option SAP Demo News. From which patch level is available that option? On the contrary it shows the News option, that when pressing on this, produces the following error:
    +XML - Forms 
    No se ha puesto a disposición ningún nombre o tipo formulario en el string de query. Sintaxis: XMLFormID=anyValidFormName.: News+
    That type of configuration we needed to do?
    How we can fix this error?
    Best Regards,
    Luis Galey

    Hi Luis,
       The error, you are getting is: <b>No name or formula type has been put at disposal in the string of query. Syntax: XMLFormID=anyValidFormName</b>.  As of my knowledge, someone might have been deleted the content ( Under Cont. Admin -> KM Content -> root -> etc).  Please check the folder, there might be some problem with xml forms.
    Regards,
    Venkatesh. K

  • Facebook Tags not appearing

    I have synced my Facebook account with iPhoto and can view my various albums, however, tags do not appear. I have quit and restarted iPhoto. I have removed and reactivated my Facebook account. Nothing seems to fix it. I have verified that the album has finished syncing. Facebook comments and likes appear....no tags.

    I tried it and doesn't work properly. I've tried to tag my brother's picture and upload it to facebook. When I started to writhe his name, it appeared there again 2x. The first is from my address book showing also his mail address (which he also use for facebook) and second is his name with the icon of facebook without any address. I've chosen the first one (from address book) and it worked on facebook well, however, why he appeared two times there?
    I did screenshot and uploaded, so you can check it here:
    http://www.flickr.com/photos/38230783@N05/5102917312/

  • Macbook 13 inch late 2008 screen not illuminated on one side

    Hi Apple Community,
    I need help! My late 2008 13 inch aluminium Macbook screen has 'died' on one side resulting in one side being noticeably dark. The left side has no problems, only the right side.
    I am a student living in New Zealand where there is no Apple store in the country I can go to. Local service shop says just to look at it and confirm that one side is dark (which any 2 year old cad identify that it is) will cost a ridiculous $100. Estimated cost will be around $1000 to replace screen.
    Has anyone had the same problem and how have you solved it? What is the cost of repair or is there something I can do it help it?
    Macbook specs:
    MacBook, 13inch, Aluminium, Late 2008
    Processor: 2.4 Ghz Intel Core 2 Duo
    Memory: 4 GB
    Software: OS X 10.9.4 (Mavericks)
    I do not have AppleCare
    Thanks!

    Try these folks at www.usedmac.com.  You may have some luck getting technical help from them by email.  It is more difficult by phone.  You can look through the parts list for what they have in stock for your computer model to get an idea of the prices.  You probably won't need any heavy or large parts so some priority mail  service won't break the bank.  Your problem may simply be a cable but even a back light led or controller circuit board should not be too expensive.  It will require some careful work on your part for replacement.
    good luck.

  • Excel Save As dialog not appearing for one user

    Hi,
    My company uses a payroll application called Cintra.
    It's possible to run a report in this application and
    export it to Excel.
    When one of the users exports a report and clicks File > Save As > Browse nothing happens. All other users get the Save as dialog.
    Is there any setting that may be preventing this? She does not appear to have this trouble when saving any other
    Excel
    files.
    We all use Excel 2013 on Windows 7 in Citrix.
    Cheers
    Paul

    Here is an article for troubleshooting errors when save Excel files you can refer to
    http://support.microsoft.com/kb/271513
    Based on your description, it's most likely that a Third-party add-in causes this issue, you can try to start excel in safe mode to test it.  excel.exe /safe

  • I am trying to restore mu I mac to original settings bu HD Mcintosh does not appear which one do i select

    i am trying to restore my i mac to original settings but unable to HD Mcintosh does not appear so which one do i select

    The first one says 1TB APPLE HDD ST100
    the other says  \FV/R4Q

  • Mailboxes do not appear on Left side

    I have two mail boxes that are configured and enabled that do not appear on the left side at all.  They appear at the top of the screen under mailboxes but not down on the left.  They are iMap mail boxes, can send and receive and are in the "from box" on the new mail form and can be selected by the arrows.  The rest of my mailboxes I can hide and show and they are all imap as well.
    Is there a setting somewhere to make them appear?

    Hi,
    This is my "Left hand  List"
    This contains a mixture of POP and IMAP type accounts.
    I see here http://www.ipage.com/hosting-features that the Email part has a section that expands for Geeks that lists it does POP3 and IMAP
    At my Google WebMail page I have instructions to set for using it as POP3 or IMAP and then how to set it up for the app of my choice.
    The Lineone account originally belong to an Dial-up account which I can still read from (you have to Dial up to Send) and this is still POP3 if I want to set to up in the Mail app.
    Eric was asking if the Mailbox actually appeared in the list when you use it  rather then is it selectable outside of the left hand list.
    I can see the options to Send From in the drop down in  New Message:-
    Have you set these accounts to be IMAP or POP3 at the iPage site (without signing Up I can't tell if you have to specify this.) ?
    Do you get the Tray icon on the Left ?
    Or does the In- Box just list items not in the "trays" that do appear ?
    9:46 pm      Saturday; March 14, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • ?xml version="1.0"? tag not appearing as first characters in document

    Hi,
    JSP below successfully creates a XML document but it includes a blank line before the <?xml version="1.0"?> tag.
    This causes my PL/SQL to return a "ORA-20100: Error occurred while parsing: PI names starting with 'xml' are
    reserved." error when using the XMLPARSER package.
    I am outputting the XML to IE5.0 but even if I do a SYSTEM out I get the same blank line before the initial tag.
    There are posts on here that confirm the PI error is caused by the tag not being the first characters in the document, but no solution/fix is provided.
    Any ideas much appreciated.
    JSP Code
    <%@ page import="java.sql.*, oracle.jbo.*, oracle.jdeveloper.cm.*, oracle.jdbc.*,oracle.xml.sql.query.*" %>
    <%String driver="oracle.jdbc.driver.OracleDriver";
    Driver d = new oracle.jdbc.driver.OracleDriver();
    String dbURL="jdbc:oracle:thin:@localhost:1521:mydb";
    String login="i2k";
    String password="fred";
    Connection cn = null;
    cn = DriverManager.getConnection(dbURL,login,password);
    // SQL Statement from URL Parameters
    String sql = request.getParameter("sql");
    if(sql == null){
    sql = "select * from vfi_trans";
    // Create SQL-to-XML Handler
    OracleXMLQuery q = new OracleXMLQuery(cn, sql);
    // Use <TransactionList> as document element for Rowset
    q.setRowsetTag("TransactionList");
    // Use <Transaction> for each row in the result
    q.setRowTag("Transaction");
    // set encoding
    q.setEncoding("iso-8859-1");
    // ensure lower case element names
    q.useLowerCaseTagNames();
    // Generate XML results and write to output
    String xmldoc = q.getXMLString();
    out.println(xmldoc.trim());
    //System.out.println(xmldoc.indexOf("\n"));
    cn.close();%>
    PL/SQL
    PROCEDURE XML_HANDLER2 IS
    -- MODIFICATION HISTORY
    -- Person Date Comments
    vfiURL VARCHAR2(100);
    parser xmlparser.Parser;
    vfiXML xmldom.DOMDocument;
    transactions xmldom.DOMNodeList;
    transactions_found NUMBER;
    curNode xmldom.DOMNode;
    textChild xmldom.DOMNode;
    v_itrans_site vfi_trans.itrans_site%TYPE;
    BEGIN
    dbms_output.put_line('Integrator 2000 Transactions');
    -- This is the URL to browse for an XML-based vfi feed of stories on XML
    vfiURL := 'http://10.1.1.111:7070/i2k25_html/ShowQuery.jsp?sql=select%20*%20from%20vfi_trans';
    -- Set the machine to use as the HTTP proxy server for URL requests
    http_util.setProxy('MYPROXY');
    -- Parse the live XML vfi feed from Moreover.com by URL
    parser := xmlparser.newParser;
    vfiXML := xml.parseURL( vfiURL );
    xmlparser.freeParser(parser);
    -- Search for all <headline_text> elements in the document we recieve
    transactions := xpath.selectNodes(vfiXML,'/TransactionList/ITRANS_ID');
    -- Loop over the "hits" and print out the text of the title
    FOR j IN 1..xmldom.getLength(transactions) LOOP
    -- Get the current <headline_text> node (Note the list is zero-based!)
    curNode := xmldom.item(transactions,j-1);
    -- The text of the title is the first child (text) node of
    -- the <headline_text> element in the list of "hits"
    -- textChild := xmldom.getFirstChild(curNode);
    v_itrans_site := xpath.valueof(curNode, '.');
    dbms_output.put_line('('| |LPAD(j,2)| |') '| | v_itrans_site);
    END LOOP;
    -- Free the XML document full of vfi stories since we're done with it.
    xml.freeDocument(vfiXML);
    EXCEPTION
    WHEN OTHERS THEN
    RAISE;
    END; -- Procedure
    null

    Charles,
    I believe that the blank line is caused by the JSP engine when it strips out the '<%@ page import...>' (replace bracket with brace) statement. God (or at least Larry E) forgive me for posting a link at IBM, but this article speaks to your issue:
    http://www-106.ibm.com/developerworks/library/j-dynxml.html?dwzone=ibm
    Maybe you need to put the <?xml?> tag in the jsp itself and strip it out of your xmldoc before outputting it.
    Good luck.

  • Spool output not appearing on one page

    Hello Experts,
    When program runs in foreground, I am getting correct output i.e. ALV blocks are displayed on one page only.
    But when running same program in background, I got output in spool and when looked at spool output that time I realized that the ALV blocks are getting printed on new page.
    So instead of displaying 4 pages it is displaying 8 pages in spool.
    I ran the same report on quality in FOreground as well as background and output appears to be correct.
    But not sure why it is giving distorted (printed on new pages) in SPOOL output.
    Appreciate your help.
    Thank you.
    Saurabh

    HI Saurabh,
    Check the Layout which you are passing which scheduling the job. It seems to be a different layout as compared to other system & hence the issue.
    Thanks,
    Best regards,
    Prashant

  • Album photos do not appear on one of my albums

    I have several photo albums. When opening one of my albums, there appears only white boxes (with dotted lines surrounding) for each photo. If I double-click on any of the white boxes, the image opens and I am able to edit, e-mail, print, etc.
    I can not see the images on the page that usually shows the thumbnails.
    Any suggestions?
    Thanks,
    Randy

    Randy:
    Is the background for your photos in the thumbnail mode set to white?
    Try the following: download and run BatChmod on the iPhoto Library folder with the settings shown here, putting your administrator login name, long or short, in the owner and group sections. You can either type in the path to the folder or just drag the folder into that field.
    See if that will help.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Window appears in one side

    The contents of the window appear on the right side of the screen, leaving the left side blank

    This issue can be caused by the Babylon Toolbar 1.1.8 extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • EPub TOC not appearing in one book only

    Hi - I've been creating ePubs from Pages files for the past several months, and when I open the ePubs in Adobe Digital Editions 2.0, the TOC appears in the left panel - except in one book! I've created them all the same way in Pages, using the same style templates, exported them all the same . . . but this latest book ePub won't show me the TOC in ADE. Any suggestions would be greatly appreciated. Thanks - Dusty

    Okay got it figured out. Thanks anyway folks! (It was a selection in the Inspector in Pages that was off.)
    Dusty

  • Why do actor/director tags not appear on iPad via home sharing?

    I have imported some movies (not purchased from iTunes) into iTunes, and added tags. The movies play perfectly in iTunes, and via home sharing on my iPad, iPhone, and Apple TV 2. The strange thing is that some of the tags (actors, director) don't display on the iPad when looking at the movie info in the Videos app. They do display on the Apple TV and in iTunes.
    Any ideas why this would be so? I know that iTunes movie rentals do display such information on the iPad, so it doesn't seem like this is just not a supported feature.

    Also, to expand a bit on this, the list of actors also shows on my iPhone if I touch and hold the name of the movie. So, it seems only the iPad is not getting it.

  • Clearing of ALV output is not happening in one side of the output.

    Hi All,
    I have created a simple upload program and using a Post button I am posting the Material Document. I have uploaded the file, I am using a ALV splitter to display the output ( Line Item in left panel and Message log in the right panel).
    If I upload another Excel file on the same screen, and click on 'Upload' button, left panel is getting refreshed with new set of line items whereas in the Right Panel Message Log details of First uploaded file is present, it is not getting refreshed.
    I used Free(), Refresh and Refresh_Table_dsiplay keywords to clear it, but its not working.
    In debug mode, If I see the internal table which is used to store the Message Log Details is empty, but the message is still present in the ALV output for newly uploaded file.
    Kindly give your valuable inputs.
    Thanks & Regards,
    Karthikeyan G.

    Hello Karthikeyan G,
    have you tried to cl_gui_cfw=>flush after your Refresh_Table_Display?
    Also,when you write ALV splitter, did you use easy-splitter or the regular splitter container?
    You ran the methods against the correct instance, right
    Hope that helps,
    Frank.

Maybe you are looking for

  • TS3074 iTunes not not installed correctly, Error 7, 998 -  but only sometimes

    I am using Windows 7.  Sometimes iTunes will not launch.  I get a message that says iTune was not installed properly - Error 7, 998.  I have deleted Apple programs (including iTunes) and reloaded them. I have added the net framework files that the he

  • Move layers from one document to another

    I have two catalouges of about 200 pages in two different languages. Each language is at a seperate layer. I want to move one layer to the other document. I can do that without problems for one page (with copy/paste in place). But is it possible to d

  • Interface without a source datastore

    I have to transform Data from a DBView into an XML (based on an XML schema). On reverse-engineering the XML schema, it generated 4 data stores. For successful generation of an XML file based on this schema, these data stores should be populated. Of t

  • Waiting for another JSP to end.

    document.dados.action = "exists.jsp?familia="+familia; document.dados.submit(); alert('After ');the problem is that when I execute this peace of code the exists.jsp runs AFTER alert('After '); this one... But I wanted to do that alert before this...

  • ZCM 10.3.3 Agent slows down Windows 7 Workstation login

    Hello together, since we installed ZCM10 our Windows 7 workstations take extremely long time to log into Novell network. The Novell Login Sucessfull screen appears about 2 minutes before the welcome screen appears. We noticed the following dll tries