ASR9k L2VPN attachment circuit into switch (untagged frame)

Hi guys,
I'm trying to look at the best solution for creating a pseudo-wire on an ASR9k and extending the attachment circuit into either a 6500 or Nexus 6001 switch.
The attachment circuit needs to be untagged so the customer can push whatever VLAN they want onto their frames. The scenario I'm looking at would involve either a Nexus 6001 or 6500 which would sit downstream of the PE and provide the physical presentation to the customer.
I've thought of an EVC using a Dot1q tunnel with each customer associated with an S-tag on the PE and switch, but haven't tested this. Another way might be to use a bridge-domain to link two interfaces together on the PE, but this would still potentially require Q-in-Q to isolate each customer and allow each customer to push whatever C-tags they want onto the frames.
Any help on this would be much appreciated!
Steve

the best way to me, and i've tested this, would be:
customer--(dot1q)--qinq/tunnel----6500----(AC)---(dot1q-SVLAN)ASR9k(mpls)
that way you can provide vlan transparency without having to re-provision each customer.

Similar Messages

  • Timeline window missing button to switch between frame mode and timeline mode

    I'm using Photoshop CS6 Extended.
    This is what my timeline looks like now.
    In tutorials they refer to a button that should be to the left of the drop menu that says "forever". The button is supposed to allow you to switch between frame mode and timeline mode.
    this is what the timeline window looks like in timeline mode and with the button that allows you to switch.
    I've already tried reinstalling and upgrading to CS6 extended, as some forums suggested.
    Please help. Animation is the core reason that I need photoshop and without this button I'm extremely limited. Thanks.

    OK. This should work. Copy and past the below script into Script Editor, save it as an AppleScript application to the Desktop. Double-click it and it should change to grayscale. Double-click it again and it'll toggle back.
    tell application "System Preferences" to activate
    delay 1
    tell application "System Events"
    tell process "System Preferences"
    click the menu item "Universal Access" of the menu "View" of menu bar 1
    click the radio button "Seeing" of the first tab group of window "Universal Access"
    click the checkbox "Use grayscale" of tab group 1 of window "Universal Access"
    end tell
    end tell
    tell application "System Preferences" to activate
    delay 1
    tell application "System Events"
    tell process "System Preferences"
    click the menu item "Universal Access" of the menu "View" of menu bar 1
    click the radio button "Seeing" of the first tab group of window "Universal Access"
    click the checkbox "Use grayscale" of tab group 1 of window "Universal Access"
    end tell
    end tell
    tell application "System Preferences" to quit

  • How to place TOC into a different frame in an HTML document?

    I'm now using MS Word 2010 to update a document that I originally created in MS Word 2003.
    I want to create a TOC in a separate frame positioned to the left of the frame that contains the text of the document.  Using help from Technet I've been able to figure out how to create the frame.  If I try to create the TOC in the left frame
    I receive an error to the affect that there is no text to process.  If I create the TOC in the main document (right frame) it works fine and you can follow the links to the various headings in the document.  Just what you'd want.  However, when
    I cut and paste the TOC into the left frame the links become broken.  They seem to end up pointing to themselves which I have a hard time figuring out why anyone would ever want such a result.
    The good news is that when the document is saved in HTML it is done in a form that creates an HTML Frameset which the browser displays just as intended.  However, the reason for doing this is to have the TOC entries end up being hyperlinks which allow
    navigation to the corresponding references in the document frame.
    The really perplexing part is that this worked just right in Word 2003.  I hope the problem I'm having now is that I forgot precisely how to properly perform the task.  If not this amounts to just another one of many reasons to regret buying an
    Office Upgrade.  It will definitely be time to abandon Word 2010 and return to using Word 2003 for this kind of work.

    I went back to one of my older systems which has Office 2003 installed.  It couldn't be any easier to do than the way Word 2003 works.  I didn't need any special knowledge.  You just select the "Format" menu item.  Then the
    drop down sub menu contains an item called "Table of Contents in Frame".  You select that and wha-la you get a frame added to the left of the document with a TOC.  Then you save the document as html (I use filtered html as I think that
    removes some MS Word unique tags that a browser doesn't recognize).  You basically end up with 3 files with names as follows:
    your-document-name.htm, which is the file with the frameset that is to be launched by a browser
    contents.htm
    body.htm
    I'm not sure what happens when name duplication is encountered.  In my case since the document contains graphic files, Word creates a folder named "body_files" and places all of the graphics there.  The contents frame contains links that
    can be selected in a browser to position to the referenced text.
    Relearning how it works in Word 2003 was helpful to figuring what needed to be done in Word 2010.  It looks like in Word 2010 you need to customize the "Quick Access Toolbar".  Then you need to hunt through all of the available commands
    where you will find one called, marvelously, "Table of Contents in Frame".  Once you get that command on your toolbar it becomes as easy as it was in Word 2003.
    One has to wonder why Microsoft thinks it is a good idea to make features of prior versions of Word that were so easy to both use and learn so mysterious on a newer version of Word.  It is pure HELL trying to use what is supposed to be an improved product. 
    This applies to their whole redesign for which I can see absolutely no merit.  Possibly a new user, one who's never experienced Office, might like it but I can't imagine that there are many of those with a past history of using Office who like it. 
    And then it is REAL HELL for someone like me who is only an occasional user.  Of course one reason I've become an occasional user is that I've completely given up on Microsoft for this very reason and now use LibreOffice for just about everything. 
    Unfortunately this was a case where I'd done something in the past using MS Word which I couldn't figure out how to do with LibreOffice, so I guess I'll have to give Microsoft credit for something.

  • InDesign CS3 Scripting XML Import Multiple Images into same Text Frame

    I am having trouble importing multiple images into the same Text Frame using XML import. I imported 5 images into the text frame. However, all 5 images are laying on top of one another. Does anyone know if there is a way to have all images laying out like how Microsoft Word handles inline images, i.e., laying out next image to the right of previsous image in the same line and if there is not enough space left in the line, then wrap to next line. Thanks in advance. I understand I could use JavaScript to do post import processing, e.g, calculate the image size and place each images accordingly. But I am trying to see whether there is a way to do this without scripts.

    You can apply an object style to all anchored images by script. A text frame containing main flow should be selected.
    var doc = app.activeDocument;
    var textFrame =  app.selection[0];
    var rectangles = textFrame.texts[0].rectangles;
    if (rectangles.length > 0) {
         for (var i=0; i < rectangles.length; i++) {
              rectangles[i].appliedObjectStyle = doc.objectStyles.item("Cover");
    However, there is a better approach:
    Step 1
    Create place holders for a single "Book" element and format it as needed -- apply an object style to the cover.
    Step 2
    Import the xml file -- the placeholders are replaced with data from the 1st xml element
    Step 3
    Drag & drop the element containing all "Books" elements into the main flow -- all elements are placed and formatted the same way as in step 1.
    Finally, add a new page, click the overset text icon and autoflow text to add pages so that to fit all the text.
    Hope this helps.
    Kasyan

  • Placing the nth page of an ID document into a image frame.

    In the desktop version of IDCS3 it is possible to place a page from another InDesign document into a image frame. For multi page documents you can select the page to import in the place dialog if the "Show Import Options" check box is ticked.
    I would like to replicate this in a javascript I am working on, but the place options to do this elude me.
    For multi page pdf placement this can be achieved by using the
    > app.pdfPlacePreferences.pageNumber
    option. Is there an equivalent for InDesign documents?
    Thanks in Advance.
    Mike.

    It's answered in full here!
    http://www.adobeforums.com/webx/.3c058188

  • How do I attach file into reply existing email?

    How do I attach file into reply existing email?

    Shoudl I save images (scanned documents) prior to saving them....
    Not sure what you mean by 'save them before saving them'....

  • InDesign (CS5) beachballs when clicking into a text frame

    Hi,
    I'm working on a document that causes a weird problem: when I click into a text frame, sometimes this causes InDesign to beachball for a few seconds. Activity monitor shows that InDesign takes 100% CPU time - no other activity involved. After a few seconds, everything works smoothly again.
    This does not happen every single time I click into a text frame. It happens especially after inserting sth from a library, or from another document (say, 7 out of 10 times). But it may also happen when copying (Cmd-C, Cmd-V or Alt-drag) a simple text frame within the same page.
    I gets more weird: This only seems to happen in two of my documents (and copys thereof). There isn't anything special about these documents. They contain a lot of tables and anchored objects, but that's true for a lot of other documents, too. I tried copying a table from document A (no problems) to document B (the one with problems). Clicking into this table causes a beachball. Coping the very same table within document A is fine. Even copying the table back from document B does not cause any problems. It seems like the effect is document-exclusive. I just don't know what makes it so darn exlusive .
    This problem occurs on different machines (all Macs, all 10.6, all CS5). The faster the machine, the shorter the beachball time. But even on an 8-core-iMac it easily takes up to 2 secs. Which is annoying, to say the least.
    Any ideas?

    Hmm, what version of 10.6 is this? I thought, as of 10.6.8, Sample Process always included the Binary Images section at the end. Unfortunately, because basically every one of the 250-odd plugins in InDesign has a GetPlugin()  symbol, it's tough to know exactly what is going on there...
    So, all 2126 samples recorded the same bottom 49 stack frames:
    2126 start
    2126 main
    2126 GetPlugIn
    2126 0x1cd60fef
    2126 SendEventToEventTarget
    2126 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*)
    2126 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)
    2126 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)
    2126 SendEventToEventTarget
    2126 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*)
    2126 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*)
    2126 GetPlugIn
    2126 GetPlugIn
    2126 GetPlugIn
    2126 CEventDispatcher::DispatchEvent(IEvent*, IEvent::SystemHandledState)
    2126 CEventDispatcher::DispatchToEventHandlers(IEvent*)
    2126 CDefaultEH::ButtonDblClk(IEvent*)
    2126 CWindowEH::ButtonDblClk(IEvent*)
    2126 PanelEventHandler::ButtonDblClk(IEvent*)
    2126 PanelEventHandler::ButtonDblClk(IEvent*)
    2126 PanelEventHandler::ButtonDblClk(IEvent*)
    2126 PanelEventHandler::ButtonDblClk(IEvent*)
    2126 0x1f6bb8b8
    2126 GetPlugIn
    2126 0x1cfbf039
    2126 CSubject::Change(IDType<ClassID_tag>, IDType<PMIID_tag> const&, void*)
    2126 GetPlugIn
    2126 GetPlugIn
    2126 0x1afdcfdb
    2126 0x1afdc658
    2126 0x1afdb09c
    2126 0x1cfa0675
    2126 PanelView::Show(short)
    2126 PanelView::ParentsVisibleStateChanged(short)
    2126 CControlView::DoAutoAttach()
    2126 GetPlugIn
    2126 PanelView::Show(short)
    2126 CControlView::Show(short)
    2126 CComboBoxView::DoAutoAttach()
    2126 CControlView::DoAutoAttach()
    2126 CFontFamilyObserver::AutoAttach()
    2126 CFontFamilyObserver::Init(short)
    2126 0x1e757c45
    2126 GetPlugIn
    2126 GetPlugIn
    2126 GetPlugIn
    2126 GetPlugIn
    2126 GetPlugIn
    2126 StoryEndCharHelper::FixEndCharacterSingleStory(UIDRef const&)
    (Sorry, that's kind of long. Maybe I should have formatted it differently?)
    But clearly it has something to do with Fonts (CFontFamilyObserver), and something to do with one particular story (FixEndCharacterSingleStory()).
    Then when we look actually closer to the top of the stack:
        2121 StoryEndCharHelper::FixEndCharacterSingleThread(ITextModel*, long, long)
          2121 StoryEndCharHelper::GetFontAttributes(ITextModel*, long, boost::shared_ptr<AttributeBossList>*)
            2119 GetPlugIn
              1154 AttributeScanner::AttributeScanner(IComposeScanner const*, long, long, IDType<ClassID_tag> const*, IDType<ClassID_tag> const*, AttributeScanner::AttributeClassification)
                1151 AttributeScanner::ReadAttributeChunk(short)
                  1143 AttributeScanner::ReadAttributesFromVOS(VOS_SimpleCursor*, short, short)
                    1120 AttributeScanner::ReadAttributesFromRunIn(AttributeBossList const*, long*, short)
                      1117 GetPlugIn
                        1116 GetPlugIn
                          1102 GetPlugIn
                            1011 GetPlugIn
                              963 GetPlugIn
                                889 GetPlugIn
                                  768 GetPlugIn
                                    658 boost::basic_regex<int, boost::icu_regex_traits>::do_assign(int const*, int const*, unsigned int)
                                      596 boost::re_detail::get_icu_regex_traits_implementation(icu_3_6::Locale const&)
                                        587 icu_3_6::Collator::createInstance(icu_3_6::Locale const&, UErrorCode&)
                                          586 icu_3_6::Collator::makeInstance(icu_3_6::Locale const&, UErrorCode&)
                                            581 icu_3_6::RuleBasedCollator::RuleBasedCollator(icu_3_6::Locale const&, UErrorCode&)
                                              578 icu_3_6::RuleBasedCollator::setUCollator(char const*, UErrorCode&)
                                                578 ucol_open_internal_3_6
              958 AttributeScanner::GetSameRunLength()
                958 AttributeScanner::ReadAttributeChunk(short)
                  958 AttributeScanner::ReadAttributesFromVOS(VOS_SimpleCursor*, short, short)
                    944 AttributeScanner::ReadAttributesFromRunIn(AttributeBossList const*, long*, short)
                      942 GetPlugIn
                        941 GetPlugIn
                          933 GetPlugIn
                            865 GetPlugIn
                              812 GetPlugIn
                                744 GetPlugIn
                                  647 GetPlugIn
                                    538 boost::basic_regex<int, boost::icu_regex_traits>::do_assign(int const*, int const*, unsigned int) 
    Well, I made some attempt to filter out the weeds. A substantial amount of time is spent in the regular expression library. Do you have GREP styles? They may be part of the problem.
    If we can resolve this without needing to know which GetPlugIn() are which, that would be helpful. Otherwise you'll need to [maybe?] upgrade to 10.6.8; force a crash (View > Send Signal > Abort (SIGABRT)) in Activity Monitor, which may not be easy to do usefully, since if the crash happens during one of the unremarkable parts of the beachball, it won't tell us anything; break out fancier less user-friendly tools like Instruments.app or gdb.
    I don't suppose you're familiar with any of those tools?
    So, I would try removing all your non-system fonts and seeing if that changes the behavior. Or tightening up GREP styles...
    Or pulling out the heavy guns.

  • Why can't i attach documents into my email? I am currently using OS X 10.5.8

    Why can't I attach documents into my email? I am currently using OS X 10.5.8

    You can call Apple with the Serial# handy, & possibly get the original Install Discs cheap, or...
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It looks like they might still have it...
    http://store.apple.com/us/product/MC573Z/A?fnode=MTY1NDAzOA
    It's been reported that if you have a MobileMe account, it may be free from Apple.

  • Is it possible to attach photos into calendar activities?

    Is it possible to attach photos into calendar events? I would like to attach a phot to events that I have entered into my Calendar. Such as, if I were to get into an accident and would like to attach photos of damage, insurance info, other driver, etc

    Hi,
    Yes, you can create a file attachment field in the form and have your employee upload the pictures.
    Thanks,
    Wenlan

  • "Untag Frame" menu action is invalid [CS5 Win XP]

    Hi All,
    var myMenuAction = app.menuActions.item("$ID/Untag Frame");
    After launching my indesign Application by default "Untag Frame" menu action is invalid.  After I select a text frame and right click it manually this is menu action gets valid.
    If any work around through script itself, please suggest me.
    Thanks,
    Green4ever

    @Green4ever:
    … but "Untag Frame" is a valid menu action. It is activated after you select any  text frame and right cilck it. …
    I can click it in the UI, but therefore it's not necessarily part of the menu actions.
    Jongware's suggestion is working in my test case:
    app.selection[0].associatedXMLElement.untag();
    My suggestion for untagging is okay, if you want to use menu actions:
    First select the object and then:
    app.menuActions.itemByID(78612).invoke();
    My test case consists of a single rectangle autotagged and selected.
    If that is not working for you, I think we just need a test IDML for playing around…
    Uwe

  • Why is not possible to attach documents into emails in answer to others emails?

    why is not possible to attach documents into emails in answer to others emails?

    This is a user to user forum and nobody knows Apple's motives in not including that feature yet. I suggest you use the following link to provide your suggestion to Apple.
    http://www.apple.com/feedback/ipad.html
    You can, by the way, add photos or videos when replying, just not other document types. It more than likely relates to the sandboxing of iOS apps to keep things safe and malware free.

  • Exporting movie I get a smaller video enclosed into a black frame

    I don't understand why, when I make "export movie" for a clip in motion, I get always a smaller video enclosed into a black frame...
    What I miss??

    I know you're talking about Motion 5 - I'm trying to find out if you still have Motion 4 (or earlier) installed?
    Ok - those look like export settings, and I don't have any of the ones you list after Uncompressed — interesting. What I'm talking about are the Project Presets (Motion > Preferences > Presets pane)
    All the presets with the lock icons are the defaults and that last one is a custom preset I made for 30fps.
    Anyway - I had that same problem of the black border around exported video in Motion 4 and I believe Motion 5 will share the presets from Motion 4 if you had it installed at some point. The black border, from what I understand, was supposed to be a region of "overscan" that is typically used in television broadcast and would not have been seen over broadcast. Motion 5 doesn't seem to add the overscan which is what is leading me to suspect that Motion 4 is involved still. So, if you did have Motion 4, try going to:
    ~user/Library/Application Support/Final Cut Studio/Motion/Presets/   
    and zip the Project folder to back it up, and toss the Project folder in the trash. Restart Motion 5. You will lose your custom presets in Motion 4, but for some reason, trashing the old presets folder fixed other issues with Motion 5. If that doesn't work, you can restore the old presets.
    I just ran a test out of motion 4 with Broadcast HD 1080/60i preset and the Info I get back in quicktime is:
    You can see where the format is 1920x1080 (1888x1062) actual size in parentheses. I did the same test in M5 with the broadcast HD 1080 preset and it came back 1920x1080 actual... I guess you can draw your own conclusions. And, I may not know what the **** I'm talking about!!  Since Apple Pro video apps use Core Video, it might just be an OS thing, so maybe you should consider which OS you're running as well. It's been at least a couple of years since I had to deal with the problem. My workaround in Motion 4 was to create Custom presets that duplicated the features of the standard presets for 1920 x 1080 square pixels and an aspect ratio of 1.00.

  • How do I group a large logic circuit into a single icon that still allows for control of that VI's front panel?

    I have a graphical representation of a P&ID made of LED lights that turns green or red depending on if that 
    process line is open or closed. The coorisponding block diagram is a rather large logic circuit that controls 
    these LED lights.
    My problem is that I want to essentailly block that large piece of code into a "Sub VI" but I still want to use that 
    code to control THAT VI's front panal. This would allow me to, in the future, make an automated sequence that can 
    still use this light show without opening another VI's front panal.
    If anyone has used Simulink this is the exact same thing as its grouping function...

    Are you asking how to control the front panel of one VI from the front panel of one of its subVIs (or another VI)?  Is so, check out VI server.  VI server functions are found on the Application Control palette.  For a short demo, right click on one of your controls and select Create»Reference.  You will be switched to the block diagram and have a reference node attached to your cursor.  Drop it.  Now go to the Application Control palette and select and drop a Property Node.  Connect the newly created reference to the Property Node top left terminal.  Click the Property Node's Property area and scroll down to the Value property and select it.  Right click on the Value and select Change to Write.  Wire a value to this input and it will change the value of the control.  You now have a method that allows you to change the value of a control from another VI.
    Some caveats.  This can be slow.  It is synchronous, meaning that the function will not return until the front panel has been updated.  If you want to do a lot of controls at once, use the VI property Defer Panel Updates to turn updates of the front panel off while you are writing to it.  Don't forget to turn it back on.  If you can use a terminal or local variable, do not use the Value property.
    My apologies if I have misinterpreted your request.  Let us know if you need more info.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • SG 300-28 Switch - Jumbo Frames Problem.

    I just got the SG 300-28 28 port switch tonight and got it up and running however, i've encountered a problem regarding jumbo frames. In the documentation and product brochures, it states the SG 300 switches supports jumbo frames up to 10k. When I first setup the switch and enabled jumbo frames, i was getting very slow speeds in my network transfers (800kb/s !!!). All the workstations are running Intel PCIE nic cards with jumbo frames enabled at 9014 bytes. After some troubleshooting, i lowered the frame size to 4088 bytes and everything returned to normal with fast speeds.
    I had a suspicion that it might be the switch that is causing the network slowdown with 9k frames; I went ahead and enabled the 9k jumbo frame settings on my NICs again and started to ping other workstations on the network using the "don't fragment" flag. It turns out, the largest packet that i can send out is 8972 bytes. This is a little far from 10k frames that is stated in the documentation and brochures. Please correct me if i'm wrong, but it seems that i've stumbled into a bug in switch.
    Time for a firmware update?

    Hi Dickson C,
    Interesting query.. TCP, UDP and ICMP packet overhead are fairly negligible according to the information below i would think about 94 bytes for ethernet plus tcp overhead.
    The switch would internally label the ethernet frame to identify what VLAN the frame is in (even Vlan 1), so an extra 4 bytes would be used within the switch for that.
    Ethernet frame format:
    6 byte dest MAC  addr
    6 byte src MAC  addr
    [4 byte optional 802.1q VLAN Tag]
    2 byte length/type
    46-9014 byte data (payload)
    4 byte CRC
    Ethernet overhead bytes:
    12 byte intergap + 8 preamble + 14 header + 4 trailer = 18 bytes/packet w/o 802.1q
    12 byte intergap + 8 preamble + 18 header + 4 trailer = 22 bytes/packet with 802.1q
    TCP encapsulated in Ethernet:
    Assuming no header compression (e.g. not PPP)
    Add 20 IPv4 header or 40 IPv6 header (no options)
    Add 20 TCP header
    Add 12 bytes optional TCP timestamps
    TCP overhead can be 52 bytes
    Ethernet + TCP overhead around 52+22 bytes = 74 bytes
    Your Intel ethernet NIC supports around 9500-byte, so the datasheets from intel suggest for a jumbo frame , but you have it enabled at 9014 bytes.
    So your  NIC enabled at 9014 bytes - 74 bytes for Ethernet and TCP packet overhead= approximately 8940 bytes of data.
    You say you are getting packet data throughput around 8972 bytes.
    Check my maths, I have made a few assumptions.  What you reckon, worth a call to the Small Business Support center to double check, please open a case  and report back with the results. I really may be way off in some of my assumptions.
    regards Dave
    http://www.cisco.com/en/US/support/tsd_cisco_small_business_support_center_contacts.html

  • Loading multiple audio files into a single frame

    What I'm trying to do is just have a song loop continuously
    in a stopped frame (which is easy enough), but the song I want to
    use has 12 seconds of intro before the loop begins. The only way I
    can think of to do this is to split the intro and loop into two
    different files, then have it load the intro, play it once, then
    once the intro finishes load the loop file and play it. Unless
    there's some way I can have the file loop but specify that it
    should start over at 00:12 each time instead of 00:00. Is there any
    way I can do this without just having 12 seconds of frames playing
    the intro and then a stopped frame with the loop?
    By the way, I'm using AS2 for this project.

    Thanks for the help. I wasn't even aware that the
    onSoundComplete method existed, though, so I have no idea what the
    syntax would be. How would I go about writing the code? I already
    have the audio file attached to a sound object so that I could fade
    it at the end. Basically the audio file loops until the user
    presses a key, at which point the timeline progresses to the next
    frame and the loop fades out. The file is exported for ActionScript
    with the identifier "Prelude." The code I'm using for the audio
    file is attached below.

Maybe you are looking for