The different types of User accounts

Hello,
This mainly stems from the fact I would like to add a Router to my CNA (Cisco Network Assistant) community.  And am not sure which user credentials I need to apply on CLI.
To note I have enabled IP http server.
So from the list below what are the credentials used for and when should they be used for accessing the device via ssh / telnet / http / cna    ??  
enable password  -   ??
enable secret   -  ???
username abc privilege 15 secret 0 xyz    -   ??    ( I thought it would be this, but does not appear to work with HTTP or CNA.)
login console or VTY   there is the option for......
password   -  ??
login   - ??
login local   -  ??
If there are more please advise, however  note this is the "Getting started with LANS" so no need to go overboard :)
I hope I have explained myself properly. 
regards

This should get you going:
username bob priv 15 password changeme 
enable secret changeme
ip http server
ip http authentication local
line con 0
login local
line vty 0 4
login local

Similar Messages

  • My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    Unfortunately, at the moment you cannot create two user profiles on one iOS device.

  • What are the different types of analytic techniques possible in SAP HANA with the examples?

    Hello Gurus,
    Please provide the information on what are the different types of Analytic techniques possible in SAP HANA with examples.
    I would want to know in category of Predictive analysis ,Advance statistical analysis ,segmentation analysis ,data reduction techniques and forecast techniques
    Which Analytic techniques are possible in SAP HANA?
    Thanks and Regards
    Sushma C Narasimhamurthy

    Hi Sushma,
    You can download the user guide here:
    http://www.google.com.au/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CFcQFjAB&url=http%3A%2F%2Fhelp.sap.com%2Fbusinessobject%2Fproduct_guides%2FSBOpa10%2Fen%2Fpa_user_en.pdf&ei=NMgHUOOtIcSziQfqupyeBA&usg=AFQjCNG10eovyZvNOJneT-l6J7fk0KMQ1Q&sig2=l56CSxtyr_heE1WlhfTdZQ
    It has a list of the algorithms, which are pretty disappointing, I must say. No Random Forests? No ensembling methods? Given that it's using R algorithms, I must say this is a missed opportunity to beat products like SPSS and SAS at their own game. If SAP were to include this functionality, they would be the only BI vendor capable of having a serious predictive tool integrated with the rest of the platform.... but this looks pretty weak.
    I can only hope a later release will remedy this - or maybe the SDK will allow me to create what I need.
    As things stand, I could built a random forest using this tool, but I would have to use a lot of hardcoded SQL to make it happen. And if I wanted to go down that road, I could use the algorithms that come with the Microsoft/Oracle software.
    Please let me be wrong........

  • What are the different types of exits available?

    hi all,
    Can any explain different types of exits ? user exit ? menu exit etc?
    can anyone explain me each exit with an real time scenario
    regds
    hari

    <b>Types of Exits  </b>
    There are several different types of user exits. Each of these exits acts as hooks where you can attach or "hang" your own add-ons.
    <b>Menu Exits </b>
    Menu exits add items to the pulldown menus in standard SAP applications. You can use these menu items to call up your own screens or to trigger entire add-on applications.
    SAP creates menu exits by defining special menu items in the Menu Painter. These special entries have function codes that begin with "+" (a plus sign). You specify the menu item’s text when activating the item in an add-on project.
    <b>Screen Exits</b>
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    <b>Function Module Exits</b> 
    Function module exits add functions to R/3 applications. Function module exits play a role in both menu and screen exits. 
    When you add a new menu item to a standard pull down menu, you use a function module exit to define the actions that should take place once your menu is activated. 
    Function module exits also control the data flow between standard programs and screen exit fields. SAP application developers create function module exits by writing calls to customer functions into the source code of standard R/3 programs. 
    These calls have the following syntax: 
    CALL CUSTOMER-FUNCTION ‘001’.
    <b>Field Exits </b>
    Field exits allow you to create your own programming logic for any data element in the Dictionary. You can use this logic to carry out checks, conversions, or business-related processing for any screen field.  Example: The data element BBBNR identifies a company’s international location number. You might want to set up your R/3 System so that all international location numbers are larger than 100. 
    The field exit concept lets you create a special function module that contains this logic. 
    You assign the special function module to the data element BBBNR. You then assign the module to any programs and screens in which users can add new international location numbers. When you activate your field exit, the system automatically triggers your special routine whenever a user enters a company location number. 
    In 4.6c, you can use "RSMODPRF" program to create field exits.
    An example of a user exits :-
    MODULE user_exit_0001 INPUT 
        CASE okcode.
            WHEN 'BACK OR EXIT'.
                CASE sy-dynnr.
                        WHEN '100'.
                             SET SCREEN 0.
                             LEAVE SCREEN.
                        WHEN '200'.
    Note that you can write any code that satisfy your needs.                                                     ****
    But in this case, this was wrote as a sample code for reference sake.                                    ****
    And you can test it.                                                                                ****
                             SET SCREEN 100.
                             LEAVE SCREEN.
                 ENDCASE.
          ENDCASE. 
    Regards,
    Pavan

  • What are the different type of transformations in ODI?

    Hi all,
    I'm new to ODI tool.My source is Flat files and target is Teradata.Please tell me what are the knowledge modules i have to use?
    In ODI tool what are the different types of transformatios are there.Advance thanks
    Regards
    suresh

    Hi,
    Check the following KMs
    LKM File to Teradata
    IKM File to Teradata
    ODI have some basic transformation like Joiner, Filter etc .
    You can refer the User Guide for details about these transformations .
    Thanks,
    Sutirtha

  • What are the different type of Granularity

    what are the different type of Granularity
    a.     Transaction
    b.     Periodic Snapshot
    c.     Accumulating Snapshot
    d.     None of the above

    Hi,
    Check the following KMs
    LKM File to Teradata
    IKM File to Teradata
    ODI have some basic transformation like Joiner, Filter etc .
    You can refer the User Guide for details about these transformations .
    Thanks,
    Sutirtha

  • What are the different types of bind that we can use to configure COREid?

    Hi
    What are the different types of LDAP bind that we can use to configure COREid?
    Thanks for your input.

    (http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b25343/idconfig.htm#BABGAECB)
    7.5.2 Creating an LDAP Directory Server Profile

  • What are the different types of Wage types for Indian Payroll...??

    Dear Frnds,
    What are the different types of Wage types for Indian Payroll that we have to configure it...?? and please list wage types that we have to configure it for different types of TAX and Allowances in India payroll.
    And also please list Info types numbers for different types of TAX and Allowances.
    Many thanks in advance.
    Regards
    Ahmed.

    for the list of the wage types you can check V_512W_D for country grouping 40 Inida
    for Tax related info please search the forum or search google you will get lot of inputs

  • What are the different types of parameters available in function builder an

    What are the different types of parameters available in function builder and where do we use them.

    The different type of parameters available in FM are
    Import - They are used to pass the values to the function module.
    Export- They are used by FM to pass the result back to the calling program.
    Changing - The variables are passed to the FM and can be changed during the FM processing.
    Tables - Internal tables can be passed to the FM (it works similar to changing parameter).

  • What are the different types of tables in oracle --plz help

    I want to know the different types of tables in orcle...Please help me

    There are seven types of tables in Oracle.
    1.Heap organized tables
    2.Index organized tables
    3.Index clustered tables
    4.Hash clustered tables
    5.Nested tables
    6.Global temporary tables
    7.Object tables
    Source:http://www.adp-gmbh.ch/ora/concepts/tables.html
    But if you are asking table types in the uses senses then they are n types :
    1.Stage tables
    2.Operational tables
    3.Functional tables
    4.Disposition tables
    5.Archive tables
    6.Other tables
    Source:http://www.databasejournal.com/features/oracle/article.php/3616476/Types-of-Tables-in-Oracle.htm
    And yes of course, the complete detail can be found in documentation.
    HTH
    Girish Sharma

  • HT3702 when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help

    when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help!

    when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help!

  • What�re the different types of reference?

    Hello there:
    I was asked a question during the interview:
    What�re the different types of reference?
    They meant sth like weak reference... anyone can give a more detailed explaination?
    Also someone can talk a little bit about the memory leak in Java? IWhen will it happen? One senario on my mind is that: an array filled with the references of a class, when the program is done with the array, it doesn't apply removeall on the array. Will it cause memory leak?
    Thanks a lot,
    Sway

    They meant sth like weak reference... anyone can give
    a more detailed explaination?[url http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ref/package-summary.html]Read, and ye shall learn.

  • How can i find out all the different meanings of  User ID Paramtrs (USR05)?

    Dear Gurus
    How can i find out all the different meanings of  User ID Parameters (table USR05)?
    Thanks
    Nuno Natividade

    hi,
       the values are stored in the table tpara and they are used to put the landscape of the system,and to know the log of the system.
      FORM DETERMINE_LANDSCAPE .
        SELECT SINGLE * FROM USR05
                        WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLANDSCAPE'.
        IF SY-SUBRC = 0.
          IF NOT USR05-PARVA IS INITIAL.
       REPLACE
          ELSE.
            PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
          ENDIF.
        ELSE.
          PERFORM DETERMINE_FROM_CENTRAL_SYSTEM.
        ENDIF.
      ENDFORM.                    " determine_landscape
      FORM DETERMINE_LOG_PARAMETER.
        SELECT SINGLE * FROM USR05 WHERE BNAME = SY-UNAME
                            AND PARID = 'ZLOG_USER'
                            AND PARVA = 'X'.
        IF SY-SUBRC = 0.
          WITH_LOG = 'X'.
        ENDIF.
    <REMOVED BY MODERATOR>
    venkat.
    Edited by: Alvaro Tejada Galindo on Mar 4, 2008 12:47 PM

  • What r the different types item categ r thre ? what is the purposes of its?

    what r the different types item categ r thre ? what is the purposes of its?

    hi Deva,
    Go to T.code VOV4..>ITEM CATAGORY ASSIGNMENT
    sales doc. type+item catagory group Item usagehigher level of item catagory= Item catagory
    For Item catagory details
    Go to T.code VOV7
    Types of Item Catagory:
    AFN inquiry
    AGN quoation
    TAN standred order
    TAN rush order
    BVN cash sale
    Tann Free Goods
    Tas Third Party Order
    REN Return order
    G2N credit Memo Request
    L2n Dedit Memo Request
    TAQ bill of material (structure Above Material)
    TAP bill of matrial  (structure Below Material)
    PVN Item proposal
    NLC Interco stock trans item
    KLN contract
    Purpose of Item Catagory:
    Item catagory determines how the item will act during order processing.It Affects Schedule line catagory also.
    Item Catagory+MRP Type...>Schedule line catagory
    Reward points pls
    MCM

  • What r the different types special sales document types r there in  sd?

    what r the different types special sales document types r there in  sd? give me some brief notes of each one?

    This link will help you
    http://help.sap.com/saphelp_46c/helpdata/en/70/a7853478616434e10000009b38f83b/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/70/a7853478616434e10000009b38f83b/frameset.htm

Maybe you are looking for

  • Apple TV 3 Buffering Issues using Ethernet

    I have an ATV3 that is connected via Ethernet with Comcast Xfinity.  I have 30+ dl speeds but am constantly having problems with buffering  It seems to be only movies bought through Apple.  HBO, Showtime, ESPN, Netflx, etc. all seem to work with mini

  • Pl/sql development...

    Hi, I'm new to pl/sql and I'm trying to find some sort of an IDE (interactive development environment) I could use with pl/sql. I've downloaded and installed "Oracle 8i Personal Edition" but it seems not to have any IDE that handles the pl/sql develo

  • HAving trouble with external hard drive

    Hey i have a mac mini 1.83ghz intel core duo its about a year old now. I have a trekstore 160gb 2.5 external harddrive and for some reason it wont show up on my computer or the harddrive programm from apple. It worked fine for awhile and i was able t

  • [svn:fx-trunk] 12788: By popular demand, we now allow for empty child property tags for Array type properties.

    Revision: 12788 Revision: 12788 Author:   [email protected] Date:     2009-12-10 07:46:54 -0800 (Thu, 10 Dec 2009) Log Message: By popular demand, we now allow for empty child property tags for Array type properties. Coerced to empty array '[]'. QE n

  • Virtualiza​tion: ThinkStati​on S30 vs VT-d

    Hi.  I got my S30 the other day and installed Windows Server 2012 and Hyper-V. The system has an E5-1603 processor and a Quadro 400 gfx. Both are low end and can be upgraded once things turn out ok. Hyper-V 2012 als does not require a physical GPU fo