Shell - custom help commands

Hello

What are the different ways to allow the level of privileges to users and groups.

Example *.

Group technical support: private niv.2 (display only)

Admin: Priv level 15 - full acess

Is it possible to restrict users based on orders.

Allow users to worm sh / sh ip interface commands only

Hi friend

Please visit the link below. I think it will be help full for you.

http://www.Cisco.com/en/us/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml

Rate me if it is useful to you

Tags: Cisco Security

Similar Questions

  • How to create or add the link of the custom help

    Hi gurus,

    Is it possible to create or add a custom help link next to Diagnostics, disconnection, preferences, help link in all pages?
    The idea is to create specific custom help for organizing not generic help.

    Kind regards
    Ferrere

    Hello

    ICX_STANDARD_GLOBAL_MENU, this is the menu in which all the standard links to home, logout, are there preferences.

    However, you can also create a new custom menu of GLOBAL type and attach the function for this.

    Sushant-

  • How to add an element to the root of the Windows Explorer. Either by using the Extension of the Shell, registry, Windwos command or c#.

    IM responsible for customize Windows Explorer of the customer by adding an element similar to DropBox, where the user clicks on the element to load files and directories.

    This can be done in the following: Extension of the Shell, registry code, Windwos command or c# (preferably).

    Thank you in advance.

    Hello
    The question you posted would be better suited in the MSDN Forums. I would recommend posting your query in the MSDN Forums
    MSDN forums
    I hope this helps.
  • [Need help] Command execution error: null java.lang.ClassCastException - HQAPI

    Hello

    I need your support on the following error, I got from hqapi when I try to «./hqapi.sh alertdefinition sync. My order is:

    # cat ad10100.xml

    <? XML version = "1.0" encoding = "UTF-8" standalone = "yes"? >
    < AlertDefinitionResponse >
    Success of < status > < / status >
    < AlertDefinition mtime = ctime "1331204852666" = "1331204068642" id = "10100" name = "Fs [/] ok" description = "Filesystem sotto soglia critica" priority = "2" enabled = "true" active = "true" frequency = "0" count = "0" range = "0" willRecover = "false" notifyFiltered = "false" controlFiltered = "false" >
    < resource id = "10910" name = "/ dev/map/VolGroup00-LogVol00 of HR-client Linux file system mounted on / (local/ext3)" / >
    < AlertCondition required = "true" type = "1" thresholdValue = "50.0" thresholdComparator = "" & lt; "thresholdMetric ="Use %"/ >"
    < AlertAction id = "10101" className="org.hyperic.hq.measurement.action.MetricAlertAction"/ >
    < / AlertDefinition >
    < / AlertDefinitionResponse >

    # cat ad10100.xml | SH hqapi.sh alertdefinition sync

    Command execution error: null
    java.lang.ClassCastException
    at java.lang.Class.cast(Class.java:2990)
    at org.hyperic.hq.hqapi1.XmlUtil.deserialize(XmlUtil.java:64)
    at org.hyperic.hq.hqapi1.tools.AlertDefinitionCommand.sync(AlertDefinitionCommand.java:439)
    at org.hyperic.hq.hqapi1.tools.AlertDefinitionCommand.handleCommand(AlertDefinitionCommand.java:152)
    at org.hyperic.hq.hqapi1.tools.Shell.dispatchCommand(Shell.java:245)
    at org.hyperic.hq.hqapi1.tools.Shell.main(Shell.java:260)

    I have tested the following workaround but unsuccessfully:

    -try d'utiliser./hqapi.sh instead hqapi.sh sh

    -try to use different java bin (mine is/usr/java/default jdk6_u31), I tried /opt/hyperic/server-4.5.3/jre/bin/

    -Try sh hqapi.sh alertdefinition sync - file = ad10100.xml

    -try to change the XML, removal of State <>success < / status >

    HQAPI version: hqapi1-client - 4.3.0

    Hyperic HQ version: 4.5.3 - GA

    I need to synchronize alertdefinitions based on XML files please help me around this error.

    Thank you very much.

    Claudio

    Trying some updates for automatic alert via the script API definition, I met this problem as well. No matter what I did, it seemed that this class cast exception would be thrown. I downloaded the Github source HQAPI and started searching. I found that the error was in the call to the XmlUtils.deserialize method, which has invoked a JAXBContext to select the class of the object to return, after analysis of the XML. The code that calls the method waits get an object that can be cast to the type AlertDefinitionsResponse, but he returned to an object that must be cast to type AlertDefinitionResponse.

    After a bit of investigation, I realized that JAXB is the context of the node root XML data. Because the root node is AlertDefinitionResponse, he always returned an object of this type, instead of the expected AlertDefinitionsResponse type. Currently, the only way I found to get around this problem is to change the node root to AlertDefinitionsResponse. So, sync-able XML would look like the following, based on XML of the original poster.



         Success
        
            

            
            
        

    I raise a question on the Github repository so that officials are aware of this problem.

    EDIT: The problem has been discussed here

  • Help - command line effect

    Hello

    First of all, let me say hi to the community. It is my first time posting and in fact, my first time using After Effects.

    I arrived after effects because I have a project that needs a specific effect and from what I've read online, perhaps after that the effects can do...

    The effect I'm looking for is that seen in the video below... not only the code fall but mostly command line...

    I tried to watch several tutorials and do it myself... but I can't seem to do things... So I thought to ask for help here... Is there someone who has a sort of model about this effect, please? =(

    I'm sorry to bother the guy with such a noob question, but I really need it for a project (that I was with final cut pro until he had to take into account this effect).

    Thank you in advance for reading and help him.

    Thank you

    Yours sincerely,

    RIF

    Matrix Intro - YouTube

    Here are a few relevant documents:

    Effects of the typewriter in After Effects

    Start here learn After Effects:

    http://Adobe.LY/AE_basics

  • Creation of the custom toolbar commands

    Hey everyone, I am trying to add custom commands to the toolbar, such as undo/redo/delete commands.  So far, I've extended the sharedwhiteboard and canvas, so added a class called RCGlowShapes that extends from WBCommandBase.  In my custom canvas, I added a function as well, which creates a new instance of the RCGlowShapes control and adds the command handler.

    My question is this: when I add a custom command to the toolbar like this:

                             var glowTool:WBShapeToolBarDescriptor = new WBShapeToolBarDescriptor(WBShapeToolBarDescriptor.COMMAND);
                             glowTool.toolTip = "Glow Chip";
                             glowTool.command = "glow";
                             glowTool.icon = ICON_EIHEAD;
                             defaultToolBar.addCustomShapeToToolBar(glowTool);
    

    How can I connect this button function in my extended WBCanvas?  The "command" property clearly has something to do with it.  What exactly is the command of the WBShapeToolBarDescriptor property do?  The source says

    /**

    * The command that would be sent by the toolbar. Used if the type is WBShapeToolBarDescriptor.COMMAND

    */

    I'll try to find where in the source that the undo/redo/erase commands are linked to their respective functions, like WBRemoveShapes, but I had no luck...

    Hello

    You can do it.

    // Get your WhiteBoard toolBar
    
    toolBar.addEventListener(WBToolBarEvent.TOOL_BAR_CLICK, glow)
    
    protected function glow(p_evt:WBToolBarEvent):void{          if (p_evt.item.command == "glow") {               //Your operations          }}
    

    Thank you

    Arun

  • To the custom help AddressProvider

    Hello

    Please help clarify how use the custom of AddressProvider implementation.

    I created a class that implements the interface and has a constructor that accepts the XmlElement object as a single parameter.
    Then I modified the configuration of tcp-initator of this way:

    <>tcp-initiator
    <>remote addresses
    <-addresses provider >
    > class name < com.macys.breeze.search.integration.CatalogAddressesProvider < / class name >
    < init-params >
    < property-system hostnames = "catalog.hosts" > 172.16.128.192, 172.16.128.192, 172.16.128.192, 172.16.128.192 < / name >
    < ports system-property = "catalog.ports" > 9091, 9092, 9093, 9094 < / ports >
    < / init-params >
    < / provider >
    < / remote-address >
    < connect-timeout > 10 s < / connect-timeout >
    < / tcp-initiator >

    But this class is never instantiated, and I get the following error in the log:

    2009-06-17 19:55:52.493/80.243 Oracle coherence GE < error > 3.4.2/411 (thread = http-8081-Processor24, Member = 1): error when starting the service 'ExtendTcpCacheService': com.tangosol.net.messaging.ConnectionException: could not connect to Socket to one of the remote addresses specified in the configuration element of addresses "at a distance" Make sure that this element contains an address and a port of a TcpAcceptor running

    What's not here?

    Andrew Klochkov

    Hi André,.

    I'm not 100% sure what's wrong yet.
    When you have a chance would be could you post more of the message so that we can take a look.
    I noticed once the thing that looked like it may need to be changed.
    This is how the are used.
    Take a look at the following link.
    http://wiki.tangosol.com/display/COH34UG/init-param+ (cache)

    You will not want to use the element to this case.
    You will only need to use the and .

    Best regards
    -Dave

  • HElP: Commands SCPI unsupported by instrument

    Hi all

    I actually write my own drivers now. I want to use the MOMENTUM for a measure, but I just discovered this SCPI command I use

    «OURce [1]: function HAPe "don't is not supported by the instrument.»

    What should I do?

    Thank you

    Looking at the docs you provided, this command is listed under conventional controls not supported by 2900. So I guess this function is not supported.  If equivalent command exists, you will need to find in the documentation that you have provided.  You may need to experiment a little.

  • toolbar is black and should run the mouse over the black lines to get the file/edit/view/favourites/tools/help commands to show

    Windows Internet Explorer

    What is your system brand and model?

    What is your version of XP and the Service Pack (click Help, about to discover the version).

    What is your version of Internet Explorer?

    Have you ever changed your XP theme?

    Here is a link that has some ideas about black toolbars and IE8 and you can see if this applies to your system:

    http://iecustomizer.com/resources/articles/BlackToolbars.aspx

    You are using and the video subsystem device or ATI graphics?

    If you are not 100% sure what you are using, do like this:

    Please provide additional information on your system:

    Click Start, run and enter in the box:

    Msinfo32

    Click on OK and when the system info summary appears, click on Edition, select all, copy, and then paste the information here.

    For information about video drivers, expand components, click view, click on edit, select all, copy and then paste the information here.

    There will be some personal information (such as the user name and the name of the system), and anything that turns information private for you, simply delete the pasted information.

    This will minimize back Q & A and eliminate guesswork.

    Do not guess what the problem might be - understand and resolve it. I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • Help command VIHostUpdate

    I hope that someone will know the syntax of the command that I need.

    I'm trying ugrade 4.0U1 4.1, I know that all the vihostupdate stuff and have used it before.

    My problem is that for some reason, my ESXi4.0U1 is very slow in transferring the zip of upgrading my client computer to the ESXi host, so I have an authentication timeout (takes more and download time), so I get a SOAP fault and vihostupdate stops

    Research in the ESXi host working folder shows a complete the upgrade zip copy, if I run the vihostupdate it just deletes and restarts the transfer of files, then mistakes once again.

    so my question, is there a command that will use the upgrade on the ESXi host zip to complete the upgrade process

    Thank you

    Wayne

    You can use the Technical Support or SSH to access the command-line ESXi host.

    Using esxupdate

    esxupdate--bundle=/path/to/bundle.zip scanning

    All mistakes here probably indicate the lack of a place to scratch. Defined by the client to Configuration tab-online software-online advanced settings.)

    Make sure you are in Maintenance mode and run

    esxupdate--bundle=/path/to/bundle.zip update

  • Customer help

    Hello-

    I am a Web host and designer and have more and more customers who want to make their own changes to the menus, comments room price and even e-commerce. I bought Contribute 3 to help them do that. However, I have a thin fragile book that came with the Adobe Web Bundle for Macromedia, and it does not explain a LOT! My clients each should I buy and install Contribute in order to make their evolution? I used CMS before and had no special software on my computer to use it. It was totally by the browser.

    Please let me know ASAP because I build from now on the new website for my client.

    Thank you very much!
    Alisa

    I am wondering this as well.
    However, this means that my client has to pay for their copy of Contribute or my license covers installation on their machine?
    Thank you
    Carpet

  • Help command a Recordset

    Hello, I am new to Oracle and SQL as well. I have a table that contains hundreds of names in the following diagram:

    RMAWSTI09
    RMAWSTI10
    RMAWSTI100
    RMAWSTI11
    RMAWSTI01
    RMAWNOTE01
    RMAWNOTE10
    RMAWNOTE11
    RMAWNOTE100

    I want to order these names since the digital part. Can someone help me on how to do it? I discovered that it is possible using the regexp_replace function, but I'm struggling to understand its syntax. Thanks in advance.

    Edit: using oracle 10g
     Order by to_number(regexp_replace(mycol,'[^0-9]+',''))
    
    SQL> with t as (
      2  select 'RMAWSTI09' mycol from dual union
      3  select 'RMAWSTI10' from dual union
      4  select 'RMAWSTI100' from dual union
      5  select 'RMAWSTI11' from dual union
      6  select 'RMAWSTI01' from dual union
      7  select 'RMAWNOTE01' from dual union
      8  select 'RMAWNOTE10' from dual union
      9  select 'RMAWNOTE11' from dual union
     10  select 'RMAWNOTE100' from dual
     11  )
     12  select * from t
     13  Order by to_number(regexp_replace(mycol,'[^0-9]+',''))
     14  ;
    
    MYCOL
    -----------
    RMAWNOTE01
    RMAWSTI01
    RMAWSTI09
    RMAWSTI10
    RMAWNOTE10
    RMAWNOTE11
    RMAWSTI11
    RMAWNOTE100
    RMAWSTI100
    
    Selezionate 9 righe.
    

    Max
    [My Italian blog Oracle | http://oracleitalia.wordpress.com/2010/01/31/le-direttive-di-compilazione-pragma/]

    Published by: Massimo Ruocchio February 4, 2010 19:00
    better to format

    Published by: Massimo Ruocchio February 4, 2010 19:03
    Added example

  • Control the process of Capture (API) - to integrate the process of custom site command

    I'm relatively new to Oracle and the need to help our web developer integrate its site in Oracle. The site is a store front that need to talk to our Oracle database for book orders, etc. I searched for the API that could be used for this process, but everything I've found is import in order management. I'm looking one seeking the capture process or API. We run R12. I've looked through 11.5.10 and R12 docs but found nothing. Again, I'm new to this so I can miss what I need when reviewing documentation. The docs, you can tell me or information, you can give is greatly appreciated.
    Thank you

    Published by: todis November 4, 2009 11:05

    Repository of integration Oracle (irep.oracle.com) or
    http://download.Oracle.com/docs/CD/B40089_05/current/HTML/docset.HTML you're looking for Oracle order management of open Interfaces, APIs and Guide (zipped) e-mail

    Thank you
    Claire

  • How to call see tasks?  When I click on the spot removal tool, it does not appear on the bottom of the screen according to a demo that I saw and the Help command.  I have Lightroom 5.7

    By my question, it would be a very useful feature.

    Have you set to display the toolbar?

    Don't knock the T, t small no shift with it button to show or hide the toolbar.

  • The terminal commands/help shell initialization files

    A few days ago, I opened the terminal on my MBP and tried the help command. Here, I tried ls help. I was expecting to get help for the command ls, but I got this instead:

    LS: help: no such file or directory

    I know that ls , it was just try random commands on my terminal. However, after some searching on Google I realized that some people had similar problems with some commands doesn't work is not on the terminal. And most of the problems appear to be related to the shell initialization files.

    How can I fix this?

    It was just try random orders

    Orders randomly won't work. You must enter commands that make sense. "ls help" is a command to list a file named 'help' in the current directory. Since there is no file, all you get is an error message. If you want to learn how to use the shell, I suggest you only begin by reading a book or a tutorial online. I don't have a specific recommendation.

Maybe you are looking for

  • When I try to shut down my computer with Firefox running it hangs and stops the shutdown process.

    When I try to shut down my computer with Firefox running, it does not close properly during the closing. Instead, it crashes (as described in this article) and will continue to do so until I have stop the shutdown process and close it manually, where

  • Backlight not working after bumping - HP Pavilion dv6

    Hello Pavilion dv6-6c35d laptop was working fine until I have dropped my phone to short on the bottom left of the trackpad Control Panel. The second, the phone hit, backlight is out and has not returned since. Does anyone have an idea on How to solve

  • Lenovo P70 often randomly freeze when charging

    Hey, I'm new and do not know really all of the things that I need to say if people can help me. English is also my second language so sorry if it's not too good. So my Lenovo P70 freezes often when the charger is plugged and I use it and it restarts

  • Firmware pix a 4,040 MG7120

    After updating the firmware on my MG7120 V 4,040 the printer shuts down and restarts it states he was arrested wrongly. I assured that the parameters should never stop. Before this update, everything was good

  • Unable to isntall updated Windows Vista 8007000 b

    original title: problems after you have reinstalled windows vista After you have reinstalled Windows Vista on my Gateway desktop computer, I was able to download the updates.  When I try to install updates by using Windows Update, you receive Error 8