Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

adding restricted uder login

Status
Not open for further replies.

Phonedaddy

Technical User
Oct 6, 2007
68
US
I have an S8800 and need to add a user who will only need access to view "lis meas bcms". I'm not sure which would be the best choice for access for this user using ASA.

Will I need to create or modify an existing profile in administrator accounts?

Thanks, Bill
 
If thats the case, you may just want to schedule reports to run for this person.

Code:
Please enter one of the following object command words:

agent                    split                    trunk
skill                    summary                  vdn

Or press CANCEL to cancel the command



Object command word omitted; please press HELP
Command: list bcms

Instead of creating a login into the switch.

When is the last time you helped someone, just because you were able to?

For the best response to a question, read faq690-6594


 
Command: duplicate user-profile 19 and create user-profile 29

set the Call Center permissions (Category "B") as needed for display, list

r = display, list
w = add, change, remove
m = reset, busy, release
- = cannot even display

associate login with the new user-profile 29
everything you do not want the user to have access to, set category items to "-"
from web browser "Administer Logins" or from linux bash you can use:

cmusermod -C 29 joe (where "joe" is the login)
id joe (will display attributes)

Code:
                 Call Center B   y
                           agent B    w-
                   agent-loginID B    w-
                    announcement B    wm
                      bcms agent B    r-
                bcms skill/split B    r-
              bcms summary agent B    r-
        bcms summary skill/split B    r-
              bcms summary trunk B    r-
                bcms summary vdn B    r-
                     bcms system B    r-
                      bcms trunk B    r-
                        bcms vdn B    r-
           bcms-vustats loginIDs B    w-
            best-service-routing B    w-
                    crm-features B    r-
                     meet-me-vdn B    rm
                          mg-key B    rm
                       page-link B    rm
             service-hours-table B    w-
                    skill-status B    r-
                unstaffed-agents B    r-
                       variables B    w-
                             vdn B    w-
                          vector B    w-
                             vrt B    w-
          vustats-display-format B    w-

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

36 years Bell, AT&T, Lucent, Avaya
Tier 3 for 26 years and counting
 
Many thanks to both of you for the info. I'll try it out today when I get onsite.

-Bill-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top