Firmware bug: SF220 "switchport protected" command missing

Hello!
We have SF220-48 switches and there are no "switchport protected" command:
sw-u1(config)#interface fa1
sw-u1(config-if)#switchport
  access         VLAN unaware port
  default-vlan   default vlan
  dot1q-tunnel   802.1Q tunnel port
  forbidden      forbidden
  general        Configure switchport in general mode
  mode           port mode
  port-security  Configure an interface to be a secure port
  trunk          VLAN aware port
  vlan           VLAN
sw-u1(config-if)#
But show interfaces protected-ports command available.

Hi Tim,
I saw this problem in 1.4 while not in 1.3.5.
Now there is a solution for this issue, which is to add the trunk native vlan setting to the user defined macro so that it will finally be recovered after reboot.
no macro auto user smartport macro ip_phone_desktop
# disassociated the user macro
macro name u_ip_phone_desktop
#macro keywords $u_native_vlan $u_voice_vlan
#macro key description: $u_native_vlan: The native VLAN for trunk
#                       $u_voice_vlan: The voice VLAN ID
#Default Values are
#$u_native_vlan = 10
#$u_voice_vlan = 30
#the default mode is trunk
smartport switchport trunk allowed vlan add $u_voice_vlan
smartport switchport trunk native vlan $u_native_vlan
no macro description
spanning-tree portfast
macro name no_u_ip_phone_desktop
#macro keywords $u_voice_vlan
#macro key description: $u_voice_vlan: The voice VLAN ID
#Default Values are
#$u_voice_vlan = 30
smartport switchport trunk allowed vlan remove $u_voice_vlan
no macro description
spanning-tree portfast auto
macro auto user smartport macro ip_phone_desktop u_ip_phone_desktop $u_native_vlan 10 $u_voice_vlan 30

Similar Messages

  • PROTECT command in script

    hi all,
    I am developing reservation sheet, when i print the reservation the line items are printing different page.
    I used the PROTECT command like this but still it is printing different page.
    /E     ELE1
    /:       PROTECT
    /M1     itab-rspos,,itab-matnr,,itab-erfmg
    /:      ENDPROTECT
    can any one plese tell me what was the wrong.
    Kind Regards,
    Kiran

    Hi Kiran, 
    To allow you to define the areas to be protected against a page break on an individual basis, SAPscript provides the PROTECT.. ENDPROTECT command pair. If you enclose the text to be protected in these commands, then SAPscript will ensure that each line of this text is printed together on the same page. If the complete text fits in the space remaining on the current page, then it is printed on this page just as it would be if no PROTECT command had been used. If, however, the remaining space is not sufficient for the text, then the PROTECT command has the same effect as a NEW-PAGE command and text is printed on a new page.
    Thus the PROTECT/ENDPROTECT commands may be regarded as a kind of conditional NEW-PAGE command, the condition being whether or not the lines enclosed between the two commands fit in the space remaining in the current main window.
    Syntax:
    /: PROTECT
    /: ENDPROTECT
    The text lines to be protected are enclosed between the two commands.
    An ENDPROTECT command without a preceding PROTECT command has no effect.
    If the terminating ENDPROTECT is missing, SAPscript assumes it at the end of the text.
    PROTECT.. ENDPROTECT command pairs cannot be nested. If a second PROTECT command occurs before the first one has been terminated by an ENDPROTECT, it is ignored.
    If the text enclosed by a PROTECT.. ENDPROTECT pair is itself too long for a single page, then a page break is generated immediately before the text and the text is printed in the normal way. It is then unavoidable that a page break will occur at some point within the text.
    Hope dis helps.
    kindly reward if found helpful.
    cheers,
    Hema.

  • Firmware bugs

    Hello!
    I found three firmware bugs and already informed the hotline about one of them in january. It is not fixed in firmware 1.1, so I am posting here.
    The first, already reported, bug can be seen with German language setting when configuring the alarm clock. The dialog where you can enter the desired alarm time shows am/pm time although the other time options change to 24h display when setting the iPod to German.
    The second bug is inside the game Solitair. Very often you can't move a card to the "finished" stack, although it matches perfectly. For example you can move a red four on top of a black five, but not on top of the (matching) red three at the top.
    The third bug is inside the game Brick. I noticed sometimes the ball does not get faster over time which makes it very easy to go through all levels. In fact after some time the first level re-appears.
    The following facts are annoying, but I don't know if I can call them bugs.
    a) My computer very often loses the connection to the iPod while transferring (large) files. I am using opensource software (Linux, gtkpod), so it might be something to preven t users from using non-supported hardware.
    The first message indicating the problem is
    "Nov 26 13:38:13 carsten-otto usb 1-3: reset high speed USB device using ehci_hcd and address 71" just after the transfer stopped. This message repeats some times and then everything gets messy.
    b) Videos stop playing with sound after some time. I did not try with official videos yet, but my self built videos do meet the requirements and should play. After about ten seconds the video stops for about 5 seconds and then starts again, but from now on without sound. Whenever I seek to a new position I can have sound again, but only for another ten seconds.
    Please tell me how to solve the problems and/or how to contact Apple so that they can help me.
    Thank you,
    Carsten Otto

    The Video issue I am having, and I believe all people are having with 5th Generation Video IPODS. I've installed probably 8 or 9 programs over the last two days, hoping to find one that doesn't screw up the video/sound after a few minutes.
    It's interesting because none of the Video Podcasts seem to have a problem running on it, but some information regarding how this is working for Video Podcasts but nothing else is missing. I would hope a firmware upgrade is in the works to fix this problem, because if not I anticipate a large recall, and I think this would be bad publicity for Apple, at a time when many competitors are biting at the bit to take a share out of the market.

  • [svn:bz-trunk] 10026: Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints .

    Revision: 10026
    Author:   [email protected]
    Date:     2009-09-04 10:28:18 -0700 (Fri, 04 Sep 2009)
    Log Message:
    Fixed a bug around handling ping commands while running load-testing-tool against Servlet-based endpoints.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/MessageBroker.java

  • [svn] 3151: Fix for bug SDK-16761 - Method parameters missing from generated document

    Revision: 3151
    Author: [email protected]
    Date: 2008-09-08 21:30:07 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Fix for bug SDK-16761 - Method parameters missing from generated document
    Bugs: SDK-16761
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16761
    http://bugs.adobe.com/jira/browse/SDK-16761
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi,
    Can you try putting the declaration of the URLLoader instance
    outside your fetchISSN function and see?
    That is:
    var loader;
    function fetchISSN(myform) {
    //your code above this line
    loader = new URLLoader();
    //rest of your code

  • Error OTF end command // missing in OTF dat

    Hi
    I am converting a smartform of a PO into a PDF. when i am using the option of pint immediately in message option of PO. I am getting this error OTF end command // missing in OTF dat . when i am using option 3 which in not print immediately. i am able to convert it into pdf file and save in my local folder. please advice.

    when you click the message button while creating a PO. it will take to next page where you add your output type that is output, partner etc.. after you add and click on further data button there you will have option for dispatching here when you add slect option 4 whihc is print immediately. then i am getting the error. if i am using the other options i am able to down load into pdf but not able to see print preview. please advice

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • Photoshop and Illustrator batch commands missing in Bridge CS6

    Photoshop and Illustrator commands missing (eg batch and Live Trace) in Bridge CS6 tools, but they are there in CS5.
    Any thoughts
    much appreciated regards
    Tim

    So I deleted/uninstalled all versions of bridge then photoshop, but Bridge would not even install with PS cs5 (maybe it never did, there was no option on install).
    In the CS4 suite there was a separate option to install or uninstall Bridge, for CS5 they changed this as combined install with PS.
    There are many options for buying separate applications or combinations (Suite) of Adobe Products but according to the Adobe Site Bridge is delivered also with the separate applications Indesign, Illustrator, Flash, Premiere Pro, After Effects and Incopy.
    Usually when having a complete Suite it is delivered with one of those applications.
    Bridge should be able to communicate with all applications from the same CS version, but uses start up scripts for that applications.
    When doing normal installation those scripts should be placed in the correct location automatically.
    Having different suite versions on your system it will not be easy to make them communicate with each other through one version of Bridge (sadly enough you can also have only one version of Bridge active at the time and different versions of Bridge use different cache folders).
    Don't have experience with scripting but maybe the dedicated Bridge scripting forum (link in previous post) can help you out for the answer of customized start up scripts or if it is possible at all.

  • OTF end command // missing in OTF data when using CONVERT_OTF_2_PDF

    Hi
    When using the function module CONVERT_OTF_2_PDF I am getting the strange scenario that for some users it is giving the error message "<u><b>TD 030: OTF end command // missing in OTF data</b></u>". 
    I am executing this function module using the OTF output data received from a smartform executed with the parameter control-parameters-getotf = X and I am not formatting it in any way.
    any assistance in this is much appreciated.

    hi
    good
    go through this link,which ll give you detail idea about this function module
    http://www.jt77.com/development2/programming-07636.html
    thanks
    mrutyun^

  • "Edit In Photoshop" command missing

    I bought Lightroom and Photoshop Elements 10 last year (downloaded LR v4.3 yesterday) and sat down to learn how to use them together today (www.lynda.com Using Lightroom and Photoshop Together with Jan Kabili).
    When I open LR the Photo -> Edit In -> Edit In Photoshop command is greyed out (non-functional).
    I tried both solutions listed under 'Solution 3: On Mac OS' on the following help page including uninstalling and re-downloading and installing PS Elements 10 and it is still not working:
    http://helpx.adobe.com/x-productkb/multi/edit-photoshop-command-missing-photoshop.html
    Please advise how to make your programs work together.  Surely, with Photoshop Elements installed and running on my computer Lightroom must be able to notice it.
    Bill.

    I just realised what I was doing wrong.  I installed Photoshop Elements 10 but I was launching Photoshop Elements Editor not Photoshop Elements.  I had no idea there were multiple applications!  Now that I have launched the main Photoshop Elements Application (it then brings up a dialog where you select organize or edit) the "Edit in Photoshop Elements 10" menu item has appeared as expected in Lightroom.

  • Firmware bug: $CCERT must not be used in Report_Rule

    Prolog
    "Report Rule" can be configured with URL's used to save phone's current configuration. Starting with 7.5.2b firmware it is possible to configure more than one URL here. The semi-colon has been used as separator. It caused issues because semi-colon can be used in casual URL, so the separator has been changed to space in 7.5.5 (see Bug in Report_Rule parsing (SPA50x, fw 7.5.x) for more)
    As of 7.5.7 firmware, the 2048 certificates has been introduced and value of $CCERT variable may contain text "Installed (2048 bits)". It cause other issue related to Report Rule parsing.
    Issue & how to repeat
    $CCERT can be used on "Report Rule" no longer because of wrong parsing order.
    The author of firmware first call variable expansion for complete "Report Rule" string, then split the result by space in attempt to found second URL.
    With Report Rule configured to https://test.local/Report.php?Product=$PN&CERT=$CCERT it is parsed to:
    first_rule is https://test.local/Cisco/Report.php?Product=SPA508G&CERT=Installed, second_rule is (2048 bits)
    It is wrong result. In advance, it reveal the characters inserted into URL by variable expansion are not escaped properly.
    How to fix
    The order of parsing steps needs to be reversed. Report Rule need to be split  into parts first, then variable expansion should be called for both parts independently. Also, strings expanded from variables should be url-encoded properly.
    Disclaimer
    I will not call SMB support to report this bug to them. Assuming the Cisco is interested to repair firmware bugs a staff member monitoring this forum will create ticked by self. I wish that all relevant information including the depth-in analysis has been disclosed here. I'm ready to provide further details or create test environment if necessary. I'm just not willing to call the Support center as I'm not willing to explain all those complex things described here by phone (and they doesn't accept written reports).
    For those non-Cisco-staff users affected by issue - feel free to report the issue to Support center, if you are willing to do it. You are allowed to use information disclosed here, or just refer to this report. I don't care the authorship.

    Post Author: CompositeID
    CA Forum: .NET
    You are not alone on this one, I am having the very same issue as you are and . Everything functioned just fine the last time the application was deployed was deployed and there was nothing changed to any of the reports or code which handles the reports; however, this time I am having the same issue.  I added the parameters to the report to check to see if they were actually being recognized by the report and they do show up, but it refuses to filter the records and brings back every record.  The report works properly if I run it just directly in Crystal though.  I sure hope someone can enlighten us Paul.
    Update: Well, I finally figured out what was causing my issue.  The issue had to deal with the actual older version of the CrystalReportViewer control and the newer version supplied by the update.  I had suspected it was something minor that I had overlooked when doing the update.  Hope this gets you going as well.  Cheers

  • Is there ANY way to report firmware bugs to nokia ...

    Nokia released firmware 51.018 for E52 6 months ago.This broke N-Gage and games which were paid for can not be activted.The problem is not corrected in later updates.
    Firmware v52,v53,v54.Nokia Care centers tell me its Network problem.I have tested 5 E52s and it is a firmware problem.Mailing to ASK nokia does not reult in bug getting known to programmers either.They lecture me about correct settings.
    Some body please tell me if  there ANY way to report firmware bugs to nokia programmers
    Solved!
    Go to Solution.

    do you think there will be a new firmware update for e52?
    E52 - Product code 0585050
    UK.
    V54.003

  • OTF end command// missing OTF data

    Hi all,
    I created one PO smartform and assigned it to a driver program its execting fine in one development client.
    When I try to execute the same smartform in another development client its showing  "OTF end command// missing  OTF data".
    In the driver program there's FM " CONVERT_OTF_2_PDF".But still its showing the error when I run the tcode me9f to send the form through mail and even when checking the print preview.
    what could be the reason? Do I have to make any changes in  the FM CONVERT_OTF_2_PDF in the another dev client?
    Please answer
    Thx

    Every OTF data has "//" in begining and "EP //" in the end. Are you modifying the OTF internal table before passing it to the FM for PDF conversion? Check the content of OTF in debugging mode.

  • While converting smartform output toPDF: end command // missing in OTF data

    Hi,
    While Converting smartform output to PDF i am getiing the following error.
    end command // missing OTF data . And also in the importing parameter of smartform  function module also (job_output_info ) i did not findout the data. Where did i make a mistake. How can i correct this error. Thanks in advance.

    Implemented SAP Note 1123505 - OTF-PDF conversion.

  • Archive Smartform Copies - Error - OTF end command // missing in OTF data

    Hi All,
    We are printng invoices and archiving them at the same time.
    When I try to print and archive just the original invoice it works fine
    That is , it prints and archives.
    However when I set the flag SSFCOMPOP-TDARCCOP to 'X'  (Archive Copies as well),
    I get the error OTF end command // missing in OTF data.
    Im guessing that the system tries to archive multiple copies and the End of File Command // at the end of each copy is causing the issue. But I dont know how to go about solving it.
    Regards,
    Nehal.

    Implemented SAP Note 1123505 - OTF-PDF conversion. Archiving several copies

Maybe you are looking for

  • Why is my youtube webpage not displaying properly?

    My youtube webpage is not displaying properly. its like tthere is only text and thumbnails and the whle webpage is too damn long. The videos don't play when clicked. Problem on both firefox and chrome. I disabled kaspersky av but it didnt make any di

  • How to change my background?

    I want to change my background and can't find it anywhere. Not the wallpaper, I found that one. I have been using the iphone since inception but I have never tried to change the background. I was looking at the new ios 4 pictures and thought it would

  • Whether Function Based indexes are included in Oracle10 Standard edition?

    Hi Could you please tell me whether Function Based indexes are included in Oracle Standard edition 10.2. Can you provide me the link to check the features available with 10.2 standard edition. Thanks in advance...

  • Character encode problem

    how can i encode turkish character ���� .in j2me. � can connect my xm l file via IIS server by using inputStream class. but when � use readUTF() method in DataInputStream class to read file ,null pointer execption occur but not read method in Data�np

  • Can I hide the blue location circle in Maps?

    Can I do this without turning off location services? Thanks