[Feature Request] DSL line stats & manual IP settings for PPPoE/PPPoA

After having replaced a Funkwerk R232aw with a Cisco SRP547W I noticed that the software (we're on 1.2.4(003) from Jan 2012) on the Cisco device omits very basic functionality which is even availabe in the cheapest of consumer routers. Therefore I make this feature request in the hope that this may be read by someone from Cisco who could forward this to the development team for consideration for the next software update.
What's missing:
- There are only very basic DSL line stats available, and no DSL line uptime. Only if the URL is changed manually to https://[router ip]/dsldiag.asp then a hidden config page with full line stats including framing errors (unfortunately still without uptime!) becomes available. It is not described in the documentation how to find this page, and I only found out by coincidence. Full DSL line stats including error counter data and line uptime are crucial when diagnosing performance and reliability problems on the ADSL side, and really *NEED* to be available from the menue! Considering that the page already exists (albeit hidden), it shouldn't be too dificult for Cisco to include it into the menue structure and add line uptime information.
- PPPoE and PPPoA apparently are DHCP only. This is a major problem for someone with a static IP and a provider which doesn't do DHCP. It also prevents someone from avoiding using the DHCP-assigned provider DNS servers if the SRP should remain as DNS proxy. As with DSL line stats, being able to set the IP config manually for PPPoE and PPPoA is a very basic functionality that really should also be available in the SRP.
I am also aware that Cisco aims the SRP (Services Ready Platforms) Series at service providers which then give them to their customers preconfigured, and them the lack of the aforementioned functions may indeed be of no concern. However, fact is that the SRP is also sold as an individual product on the open market, to be used with any ISP. And in this environment this functionality is really important. Therefore it would be great if Cisco could include them into the next firmware release for the SRP500 series.
What else:
- Password Complexity Settings: doesn't say what is meant by "complexity" (even if disabled short passwords are not allowed). When clicking on "help" to find out, I get the Troubleshooting FAQ telling me what to do if WiFi doesn't work or there is no dial tone. The help should be fixed to point to the right page, and maybe a small line explaining what is meant by complexity could be added.
- Log Viewer: would be nice if downloaded logs would come with the .txt ending
That's all ;-)

Hello Ben, thanks for the well written post.
To make a formal feature request, we will need to create a service request (case number). I will be happy to do this for you. If you could please gather documentation for me and make a zip package which contains-
Firmware version
When is the last time the unit has been factory reset
Router config file
Basic topology
Who is your ISP
What service you're using (what kind of dsl)
Summary of problem description
Screen shot of where you'd like to see the feature implemented
Relevant contact info including name, business, telephone, email address
Any additional information you feel helpful to make your point
Please send me an email with your Cisco ID and device serial number with this packaged. I will then create a service request and submit for review. My email is [email protected]
In the mean time, here is a great post
https://supportforums.cisco.com/message/3717617
-Tom
Please rate helpful posts

Similar Messages

  • Feature request: transplanting architectural state into OpenSPARC

    Hi All,
    This is a follow-up from our conversation at FCRC/ISCA last week.
    I have a feature request for the OpenSPARC RTL, and potentially the FPGA model, which would help researchers experiment with real workloads on OpenSPARC:
    I would like to see a process for transplanting checkpointed architectural state of a booted and running T1000/T2000 system (arch. registers, MMU, and memory values) into the OpenSPARC RTL model.
    Ideally, this would happen over a socket so the transplant doesn't depend on a particular full-system simulator (e.g., we use Simics/Niagara at CMU, but I expect that many people would like to interface with SAM).
    I attempted this on my own a few months ago, with limited success. I wrote Verilog PLI/socket code that 1. slams many of the architectural registers and MMU and 2. replaces the interface in dimm.v with socket calls to a remote Simics instance (non-trivial code, has to reconstruct the phys addr and ECC bits to work properly). Much of this actually worked. I was not, however, able to redirect the core's PC to a new location and properly initiate an i-cache miss.
    Perhaps someone with a better understanding of the fetch/thread select stages knows the right combination of registers, valid bits, fetch/miss queue entries could make this work...
    Brainstorm:
    An alternative approach (which avoids many, but not all, dependencies on the specific RTL revision and is arguably superior to my first approach) might be to write a hyper-privileged "context switch" ASM routine to load architectural state and get the processor boostrapped at a new PC.
    This program could be like the usual validation test program, except it loads registers/MMU state from the hijacked DRAM model. Once these values have been loaded into the core, the caches can be invalidated to remove these temporary values (trivial with PLI code), and the full-system memory image can be enabled in the DRAM model.
    I can make my code available, if desired.
    Thanks!
    Jared

    Hi Jared,
    Thanks for following up on this.
    There could be wider interesting in this work and we feel that it makes a very good OpenSPARC based community project that can be hosted on opensparc.net.
    If you are interested in contributing the code and taking it forward then we can get it hosted and have right people from Sun help you in making it a successsful one.
    I will send you separate email on this topic.
    Thank You.
    Hi All,
    This is a follow-up from our conversation at
    FCRC/ISCA last week.
    I have a feature request for the OpenSPARC RTL, and
    potentially the FPGA model, which would help
    researchers experiment with real workloads on
    OpenSPARC:
    I would like to see a process for transplanting
    checkpointed architectural state of a booted and
    running T1000/T2000 system (arch. registers, MMU, and
    memory values) into the OpenSPARC RTL model.
    Ideally, this would happen over a socket so the
    transplant doesn't depend on a particular full-system
    simulator (e.g., we use Simics/Niagara at CMU, but I
    expect that many people would like to interface with
    SAM).
    I attempted this on my own a few months ago, with
    limited success. I wrote Verilog PLI/socket code
    that 1. slams many of the architectural registers
    and MMU and 2. replaces the interface in dimm.v with
    socket calls to a remote Simics instance (non-trivial
    code, has to reconstruct the phys addr and ECC bits
    to work properly). Much of this actually worked. I
    was not, however, able to redirect the core's PC to a
    new location and properly initiate an i-cache miss.
    Perhaps someone with a better understanding of the
    fetch/thread select stages knows the right
    combination of registers, valid bits, fetch/miss
    queue entries could make this work...
    Brainstorm:
    An alternative approach (which avoids many, but not
    all, dependencies on the specific RTL revision and is
    arguably superior to my first approach) might be to
    write a hyper-privileged "context switch" ASM routine
    to load architectural state and get the processor
    boostrapped at a new PC.
    This program could be like the usual validation test
    program, except it loads registers/MMU state from the
    hijacked DRAM model. Once these values have been
    loaded into the core, the caches can be invalidated
    to remove these temporary values (trivial with PLI
    code), and the full-system memory image can be
    enabled in the DRAM model.
    I can make my code available, if desired.
    Thanks!
    Jared

  • [feature request] Editing base states in design mode

    Please tell me the the new Flash Builder Burrito will have the ability to edit the base state while in design mode, or at least have the ability to "make same in all states" like in Flash Catalyst.
    I really loved the old method where you could make a state based on another one. This added an enormous amount of functionality to the design mode. I realize the Flex 4 state concept doesn't support this, but maybe that could be added back in on an IDE level using state groups.
    Anyways, I love what you're doing with Burrito. Keep up the great work!

    Thanks, Jim! It is a very blog-like post. (I still haven't gotten around to starting a blog but keep thinking I should.)
    I figured the clearer and more thought-out the presentation, the greater the likelihood it might get implemented. Also, I was originally stuck on Scenario 1 as a solution, and writing this helped me see other options.

  • TS4002 Manually changing settings for Mail after iCloud switch?

    I'm using Mail for Mac (ver 4.5) with OS X.6.8 at home and am suddenly NOT able to check mail.  Should I have to change mail settings once I am switched over to iCloud??
    chris

    Chris_frustrated wrote:
    .........Should I have to change mail settings once I am switched over to iCloud??
    Yes
    Delete your mail account from Mail preferences and set it up again using the Mail Server Information.
    Some users have apparently encountered issues using this information in pre-Lion set ups (I haven't), Roger Wilmut has kindly provided instructions for those who find themselves with this problem.
    Entering iCloud email settings manually in Snow Leopard or Leopard

  • Feature Request: Double Clicking should be slowed down for Browsing use.

    I have a menu on my website that you need to click some what fast - but when I do a normal double click using Opera, FF, or IE it doesn't highlight the entire menu. When I try in Safari it does.
    It seems like the other browsers have set the double click up a couple notches some how.

    This isn't the first instance of someone with mouse issues. It seems Safari is currently ignoring a lot of system wide keyboard and mouse settings, including but not limited to, special function buttons and scroll speeds.
    My inital guess is that its a bug just like the others.

  • High Pings, slow performance. Good line stats. P...

    Hi 
    I am suffering from very high ping times and variable download speeds.  I normally get about 15ms ping and 12-15Mb download.  I am currently getting 200-500ms ping times and 1Mb-6Mb download and significant packet loss.  Ping test gives me a server in holland as fastest server!
    My line stats look fine - problem doesn't seem to be the local loop.
    I swapped the ECI modem for a Hauwei from eBay in case that was causing an issue (and so I could access the stats) but it didn't improve things.  Any clue?  Do you know how to get to someone in BT  that I can have a sensible conversation with?  I am preparing myself for the usual long drawn out fight with the helpdesk and hours on the phone.
    1) Exchange and cabinet details
    BT BROADBAND AVAILABILITY CHECKER
    Telephone Number *********** on Exchange HARPENDEN is served by Cabinet 49
    Featured ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date  High Low High Low    
    FTTC Range A (Clean)
    17
    10.6
    1.3
    0.8
    Available
    FTTC Range B (Impacted)
    13.4
    5.3
    1.2
    0.5
    Available
    WBC ADSL 2+
    Up to 2.5
    1 to 4
    Available
    ADSL Max
    Up to 2
    1 to 3.5
    Available
    WBC Fixed Rate

    Available
    Fixed Rate

    Available
    Other Offerings
    FTTP on Demand
    330
    30
    Available
    Fibre Multicast
    Available
    Copper Multicast
    Available
    2) DSL Modem Details
    Device
    Help
    Product type
    EchoLife HG612  
    Device ID
    10C61F-21530315408K25030366
    Hardware version
    VER.B
    Software version
    V100R001C01B030SP08
    Firmware version
    A2pv6C038m.d24j
    Batch number
    BC1P6.030.A2pv6C038m.d24j
    System up time
    0 days 1 hours 18 minutes 15 seconds
    3) DSL Line Stats
    Connection Status
    Help
    Mode
    VDSL2  
    Traffic type
    PTM  
    DSL synchronization status
    Up  
    DSL up time
    0  
    Line Status
    Help
    Downstream
    Upstream
    Attainable rate (kbit/s)
    15524
    1134
    SNR margin (dB)
    30.9
    0
    Line attenuation (dB)
    10.1
    10.5
    Output power (dBmV)
    10.1
    10.5
    Statistics
    Help
    Path 0
    Path 1
    Downstream
    Upstream
    Downstream
    Upstream
    Line rate (kbit/s)
    14999 
    1077 


    CRC errors
    222 
    138 
    18 
    18 
    FEC errors




    HEC errors
    90 
    58 
    32 
    32 
    Thanks for your help!

    Thanks for the quick response!
    BusyBox v1.9.1 (2014-01-21 16:44:38 CST) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    # xdslcmd info --pbParams
    xdslcmd: ADSL driver and PHY status
    Status: Showtime
    Retrain Reason: 0
    Last initialization procedure status: 0
    Max: Upstream rate = 1134 Kbps, Downstream rate = 15580 Kbps
    Bearer: 0, Upstream rate = 1077 Kbps, Downstream rate = 14999 Kbps
    Bearer: 1, Upstream rate = 0 Kbps, Downstream rate = 0 Kbps
    Discovery Phase (Initial) Band Plan
    US: (7,32) (871,1205) (1972,2782) 
    DS: (33,859) (1216,1961) (2793,3970) 
    Medley Phase (Final) Band Plan
    US: (7,32) 
    DS: (33,859) 
      VDSL Port Details  Upstream  Downstream
    Attainable Net Data Rate:     1134 kbps     15580 kbps
    Actual Aggregate Tx Power:       10.5 dBm     10.1 dBm
    ==================================================​==================================
    VDSL Band StatusU0U1U2U3U4D1D2D3
      Line Attenuation(dB): 13.4  N/A  N/A  N/A  N/A 28.2 86.8  N/A
    Signal Attenuation(dB): 13.4  N/A  N/A  N/A  N/A 44.8  N/A  N/A
    SNR Margin(dB): 6.8  N/A  N/A  N/A  N/A 6.7  N/A  N/A
    TX Power(dBm): 10.5  N/A  N/A  N/A  N/A 10.1  N/A  N/A

  • Official feature request go where?

    Ok... Since the new forum came about I haven't had too many ideas for new features and the ones I've had weren't that complicated... But now I've got a good one and I was wondering if there was still an official place to submit feature requests for Audition?  I don't see a link anywhere so is this it now? Do we have to make it public?

    Hello Ron.
    I've kept a bookmark in my browser because of this very difficulty of finding the Feature Request/Bug Report Form.
    This works for me:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Cheers,
    Steve.

  • IP settings for PC connected to SPA942

    My SPA942 is connected directly to ITSP ( a cable modem) using DHCP. It gets the IP and VoIP part works fine.
    However, the PC with DHCP client on connected to the SPA942 PC port does not get an IP and I can not use internet.
     Questions:
    1. The PC port of SPA942 - does it features a DHCP server so all devices connected to it will get IPs? If yes, what is wrong and why my PC does not get an IP? 
    2. Or: the PC port of SPA942 is just a bypass and my PC should get IP from the ITSP modem (which has a limit of one IP only and this is why PC is not connected)?
    3. Will my PC get on-line with manual IP settings? If yes, what it should be when SPA942 gets this:
    IP 24.84.40.148
    Sub net: 255.255.252.0
    DNS: 64.59.144.90
    4. When I set my PC to manual mode with IP 24.84.40.150 and same subnet mask and  DNS as SPA942 I can get to the web settings of SPA942 but still can't get to the web. Not completely sure what I am doing here...
    Please help and thank you! 

    Basically what you need is a router for you to use both Phone and PC to work with the internet. The Ports that you are seeing underneath the device is use for VLAN which separates voice and Data. The Phone doesnt have a router functionality so you wont be able to share the internet with your computer.

  • Feature request - 'shadow' settings for changing locked VM settings

    I have a possible idea for you that I know I would find helpful. I understand that certain VM settings can't be changed while the VM is running. I would love to be able to make the change so that next time the VM restarts, it can first have those settings
    changed for me before starting up again. That way, I could make the change (although it would tell me it couldn't be changed right now), and schedule the computer to restart sometime overnight, so that I don't have to either a) get up at 3am to do it manually
    or b)work out what powershell command to run which would shut the machine down, make the changes, then start it up again - and hope that I'd done it correctly :-)
    I hope this is a useful feature request. Generally very happy with all the improvements you keep making, thanks.
    (I didn't find anywhere else I could submit a feature request, so I hope this gets to someone that can use it.)

    I like that as a feature for those who manage via GUI.  It would be possible to create script to accomplish the same thing and then schedule the script for execution later.  But for GUI users, it makes sense to me.
    I think the forums would be a good place for putting feature suggestions.  It could easily be a Sticky post that would always appear at the top of the forum.  Anyone with an idea for a new feature could add a post to the Stickey post, and
    Microsoft PM's could just read that Sticky post from time to time.  And, the built in Vote capability would allow other forum readers/contributors the ability to vote on it if they like it.  It would be a useful Sticky post on any product forum.
    .:|:.:|:. tim

  • Feature request : import of multi-line notes in CSV or tab-delimited file

    This is a feature request to the AddressBook development team:
    Following a question posted here and asked to support (thanks to Barry and Julia from ADC), it turns out that AddressBook is not ready yet to import multi-line notes from a CSV or tab-delimited file.
    I would like to kindly suggest the AddressBook development team to update the import methods for such flat files to parse the text of what is assigned to the Notes field, and convert documented escape sequences to their pre-determined corresponding special character.
    I would think that the following would be pretty easy to implement, and easy for the targeted audience (enthousiasts power-users and up) to remember:
    "\n " : mark a new line (same as ^p in Word)
    "\t " : replace by a tab
    I would keep the trailing space to avoid problems with DOS-type file path problems.
    and of course...
    "\\n " and "\\t " for whoever would want to import notes about \n and \t
    For example, in a Notes column, the text:
    "Escape sequence \\n :\n move the text to a new line\n \n while escape sequence \\t :\t move the text to the next horizontal tab"
    would give the following (just consider text between <Note> marks):
    <Note>
    Escape sequence \n:
    move the text to a new line
    while escape sequence \t: move the text to the next horizontal tab
    </Note>
    Thanks for reading...
    Frédéric Denis

    The developers do not necessarily read these USER discussion pages. If you want to make suggestions and know they will be read (which is at least a step towards implementation) use the OS X feedback page.
    AK

  • Feature Request: Ability to copy and paste development settings in LR Mobile

    Please add the copy and paste feature for develop settings in LR Desktop to the Mobile version.

    Feature Requests go here:  Recently active topics in Photoshop Family about Photoshop Lightroom

  • Feature Request: "View States" (layer visibility state)

    Hi all,
    I've been using Illustrator now for many years.  A large majority of the graphics I create are used in Flash for many of the games I develop.  Some of the graphics are exported from Illustrator as vector art, some are output as raster.
    There is a game that we've been working on recently that demonstrated a large need for a feature I came up with known as "View States."
    Why this is important to me:
    When you have an Illustrator file that contains many graphical elements, no matter how they are arranged in Illustrator using multiple layers or not, it is very, VERY challenging to be able to remember which layers and/or graphical elements should be kept visible, and which shouldn't be kept visible when you are outputing graphics in various ways.
    Going back to the game that my co-worker and I were working on, we have an Illustrator file that has 4 layers at the root level, in those layers, many more graphical elements and sub-layers each containing many, MANY more elements and sub-layers.  The game we are working is designed such that the background of the game is raster art; however, other foreground elements are output as vector art.  Anytime a change needs to be made to the artwork, I have to remember which layers I should hide and which should be kept visible in order to output the necessary graphics in whatever format I need to.
    The first question you may ask is, "Why not simply create a layer structure that allows you to simply hide the foreground or background elements so that you can output exactly what you need?"  That is a very good approach at producing the artwork.  And I'm completely open to changing the way I work being that is the only way I've been able to grow as a digital artist. However, I feel that this feature has merit in providing a simpler way for designers to work if they are unwilling or don't care to change the way they work.  In addition, some of the graphics we developed are grouped in such a way that splitting them could make it more challenging to find pieces of art in a file that has many many layers.
    How this feature may work:
    Basically a new panel titled "View States" would be in the interface.  This panel would allow you to create "view state" instances.  In each instance you provide a name for it to make it easier for you to remember what it is for.
    Each view state, when selected, would hide or show the layers you've set to be visible or not visible for that particular view state, thereby making it easier for the designer to know which graphics need to be output for a particular element of their artwork.  If you want to change the visible properties of a layer for a particular view state, simply select the view state and then alter the visibility property of that layer and it will remember that information for that particular view state.
    There are many other options that could be added for this feature, but I just wanted to get the feature information out there to see what you guys think.

    Hello Sly,
    I did exactly thuch beast for freehand some years ago. It's called Layersets. Perhaps we can discuss this off list first.
    My Email is [email protected]
    regards
    Michael

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • RV320 and RV325 Feature Request

    Hello Cisco Small Business Community.  
    We are a Cisco Select Partner and have started using RV320's and RV325's with our customers.  As we are implementing these deployments, I have noticed there are a few features I would like to see added to the product.  I've listed them below.
    Urgently Needed Feature Requests:
    1.  Allow a subnet mask in the 255.255.0.0 range for LAN VLAN's.  Many of our customers use a 10.x.x.x range for subnets and many use a 16 bit subnet mask to give them plenty of room to create both static and dynamic assignments.  For example, subnet 10:  10.10.0.0/16 with a range of 10.10.10.1-254 for dhcp dynamic leases, and 10.10.0.1-254 for servers, and 10.10.1.1-254 for printers, and 10.10.2.1-254 for networking gear, etc.  None of these networks have more than 254 devices on them, but the extra IP range availability is nice because it allows us to help keep their networks organized.
    2. The ability to create service groups for firewall and NAT rule creation.  There are often times when we need to group several services together and create firewall and NAT rules for them.  This would simplify setup and implementation.  An example of this feature on Cisco Small Business Products was on the ISA550.
    3.  The ability to have the RV320/325 to serve as the NTP server for the network.  Most small business customers need NTP server functionality, and the logical place to stick this service for many of these networks is on the firewall.
    4.  The ability to specify any RFC DHCP option.  We have some need to be able to specify several additional DHCP options than the ones hard coded into the firewall dhcp server pages.  In addition to the options the DHCP servers on the RV320/325 already includes, the common ones that we often use are "Time Server," "Log Server," and "Time Offset."
    6.  The ability to specify a domain search list and for DHCP clients.
    7.  The option to register DHCP clients with the specified DNS server (including the on-box DNS Forwarder).
    8.  The ability to tweak Firewall Session Settings (like in the RV220w and ISA550) and TCP/UDP Timeouts.  If full control is not an option, then may four choices such as:  "Conservative" -- keeps TCP/UDP connections alive for the longest period of time, "Normal" -- normal TCP/UDP Timeouts, High Latency -- Keep TCP/UDP connections alive for a longer period of time.
    9.  Additional Diagnostic/status screen information:  -- CPU usage for 1 minute, 5 minutes, and 15 minutes, -- number of Firewall Sessions/States, --Firewall Temperature, -- Real Time and RRD based traffic graphs for 15 minutes, 4 hours, 8 hours, 1 day, and 1 week, 
    10.  The ability to pull Firmware Updates directly from the Cisco support site onto the firewall.
    Nice to Have Features:
    1.  VRRP on both WAN and LAN interfaces.
    2.  The ability to answer DNS helper requests.  What I mean is to be able to set the on-box DHCP server up to serve as the DHCP server for non-connected subnets
    3.  SSH and Telnet command line access for basic troubleshooting (top, pftop, nbtstat, reboot, etc.)
    4.  The ability to backup and restore parts of the Config file, e.g. just the VPN setup or just the firewall rules
    5.  OSPF Dynamic Routing Support
    With some of the advanced features, I wouldn't mind needing to buy a perpetual "advanced" license for an extra $50 to $100 (e.g. for VRRP, OSPF, SSH access, etc.).
    I hope to hear some responses back from Cisco Product Support on these items. 

    Hello vreid47362,
    I'm quite a bit surprised to see that we have both the same idea: provide our feedbacks to cisco to increase our product usage.
    Here's mine list:
    Custom services
    - I was a bit surprised when I have seen for the first time the embedded services list : there is some that I'm sure that nobody use (HTTP and HTTPS secondary), and some usefull network protocols which are missing : NTP, NNTP, NFS, SAMBA, BONJOUR, SSDP, etc.
    It could be interesting to start router with those embedded services.
    - An option to select both the TCP and UDP services could be very usefull : for now, when we add a service, we have to specify protocol in the following list : TCP, UDP, IPV6.
    If I wants to add a rule for NFS without take care of TCP and UDP, I have to set up :
    - two custom services, one for UDP, one for TCP
    - two custom rules, one for NFS TCP, one for NFS UDP.
    If we have two networks or VLAN, we have to define 4 rules...
    - Increase the custom service description length could be helpfull : for now it's a problem if we wants to add more than 11 characters.
    - If we add a custom service by error, we are unable to remove the generated field : field say that it expect something. if we do not wants to loose previous fields set, we have to save it with false values, and delete after it. Just boring. 
    Setting up firewall rules for the first time
    - The "View logs" button is located on the bottom of the log tab; if we wants to view logs, we have to scroll : it's very boring when we're setting up our rules : we have to go to the firewall tab, and if there is something wrong, we need to go to log tab and scroll.
    If you add a shortcut to the log from the firewall rules tab could be very usefull.
    Managing firewall rules on the time
    - Be able to add a description of the rules defined could be helpfull : I've set all my rules now, but in few months when I'll come back to the interface, I'm not sure to understand all meaning. A description to explain the rule's object could be usefull.
    - If we log something in the firewall logs and if we want to remove the a logging trace type, we have to pass on each rules we think it can log something. It could be interesting to view logging option from the grid: it'll help us to earn time.
    - Be able to filter rules by VLAN, protocol, ports or the rule's logging state from the rules grid could be helpfull.
    Double Wan management
    - Add an autodetect feature for the available bandwith could be very helpfull : accoding with values detected, you can help to configure more easily the router
    Double wan protocol binding and multiples VLAN
    - When I set up the protocols binding configuration I'm was very boring to have to set up rules for all outgoing protocol rules a interface : for example,  wants to set up all outgoing SMTP protocol on the WAN1 interface, we have to select SMTP and add 1.1.1.1 au 223.255.255.254. If we have multiples VLAN, we have to repeat this rule for each VLAN subnet mask…
    Set up an option for all outgoing traffic could be very helpfull.
    DHCP Subnet masks more than 255.255.255.x
    Like vreid47362 said, I'm also interested in this feature: For now, subnet masks defined for the DHCP Vlan are provided from a preconfigured select box. If we wants to choose something other than those provided, we can't. It could be interesting to add own own subnet mask (like for example 255.255.0.0).
    Kind regards
    David

  • Feature Request: Cloud Based Library Sync

    I'd like to request the following feature for Lightroom 5:
    Like many photographers, I use a notebook for field trips, and a MacPro for home. Life becomes painful when I come back from a shoot, as I transfer all my images to the MacPro, but still want to keep the ability to edit them on either machine. What I'd like to suggest is a Cloud Service where all of my directories are synced to the cloud, and on each machine, I have the ability to sync any directory down to that machine, and point to a local directory to find the RAW image files. Then if I make a change on in meta data, or develop, those settings (which are small amounts of data) should sync to the other machine via the cloud.
    This would be an enormous productivity boost.
    Thank you,
    David

    It would be lovely, but even the 100 Mbit lines that are appearing in Korea and other places would be so slow.
    I'm sure there is an equation to calculate the time for 16Gb to be passed over at 10/100 Mbit line, but that was not all of my shoot yesterday.
    4 questions for you
    Q- How quickly does a your card reader write to your hard drive?
    Q - what is the read / write speed of your card?
    Q - what is your internet speed rated at?
    Q what do you get realistically downloading a large file from a website?
    Answers from my ISP and hardware
    A - 1 x 24Mb RAW every 2-4 seconds
    A - rated at 60MB/s
    A - rated at 10Mb
    A - I sometimes get 1000Kb/s
    based on my answer 4, a 24 Mb file downloading on my line would take
    24 seconds...
    I took 700 photos yesterday, ie ±16 Gb
    24 x 700 = 16,800 seconds or 280 minutes.
    1Gb is taking ±18 minutes
    On the assumption you can wait over 4,5 hours to get the images to your large computer which is probably sitting on the desk next to you, (next to your adsl router with network capability) that 16 Gb is just over 2/3 of my monthly ADSL capacity.
    Then I want to edit / remove, tweak, make a nice 16bit Tiff of one of the images - 160 Mb....
    I've made a pano from 6 images that I combine in Hugin, then take back to LR to edit, its another 16 BIT 14,000 by 3200 px TIFF... 800 Mb - a 15minute upload time.
    That and I am not alone as a photographer with having several Tb of images, and that is a fair load of image data. Costly in time to squirt that all to the cloud, and when you hit CMD + S to update all the Metadata when you Geotag 1000's of images, another few days of updating every DNG or RAW/JPEG/TIFF sidecar.
    What about your previews, would you keep them local or also on the clould?
    You are asking for speeds and power required from a service that are just not available yet and logistically for a while.
    realistic workarounds
    suggestion one
    Set up a server at home, with all your images one one large fast stack of hard drives and at least all your images are referenced from one place.
    Have you tried working with LR over WIFI..... it is so slow.
    speed it up by using network cables.
    Suggestion two
    I have all my images on several firewire 800 hard drives and at the moment swap the cables from one computer to another. Using a network cable I would not need to swap the cables over, - but I'd need network capable hard drives which I dont have.
    As per the 2 responses above you've hit a physical barrier, pictures move faster thru cables than the air, and putting loads of pictures through the air will be slow, costly and frustrating.
    to the future
    Put it in as a feature request for LR6 and hope that in 4 years time that we all have access to 100GBit/1000Gbit dual band bi-synchronous DSL free internet so that them bits can zoom in and out of the cloud at speeds than make thunderbolt look slow. Then we'd be talking, but hey my new Canon D1HhellOfAnAmazingNewNumberingSystem 2016 camera has 800 Mpixels with 20Bits of data for each pixel... each photo is 2000 Mb.....
    Maybe there is new hardware around the corner where you can make a local cloud in your home or office  - wifi and network based hard drives? Now all you need is some way of synching the LR5 database.
    I will plus one your suggestion and agree there is great merit in it.

Maybe you are looking for