Which SNMP verification command shows the encryption and authentication protocols that are used in SNMPV3?

Which SNMP verification command shows the encryption and authentication protocols that are used in SNMPV3?
A. show snmp group
B. show snmp user
C. show snmp
D. show snmp view

cisco-exams

2 thoughts on “Which SNMP verification command shows the encryption and authentication protocols that are used in SNMPV3?

  1. Answer: B

    Cisco IOS SNMP Support Command Reference
    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/snmp/command/nm-snmp-cr-book/nm-snmp-cr-s1.html#wp8434359780

    show snmp user
    To display information about the configured characteristics of Simple Network Management Protocol (SNMP) users, use the show snmp user command in privileged EXEC mode.

    Usage Guidelines
    An SNMP user must be part of an SNMP group, as configured using the snmp-server user username group-name command.

    When the username argument is not entered, the show snmp user command displays information about all configured users. If you specify the username argument, if one or more users of that name exists, the information pertaining to those users is displayed. Because this command displays users configured with the SNMP engine ID of the local agent and other engine IDs, there can be multiple users with the same username.

    When configuring SNMP, you may see the logging message “Configuring snmpv3 USM user.” USM stands for the User-based Security Model for version 3 of the Simple Network Management Protocol (SNMPv3). For further information on the USM, see RFC 2574.

    Examples
    The following is sample output from the show snmp user command. The output indicates the username as authuser, the engine ID string as 00000009020000000C025808, and the storage type as nonvolatile:

    Router#show snmp user authuser

    User name: authuser
    Engine ID: 00000009020000000C025808
    storage-type: nonvolatile active access-list: 10
    Rowstatus: active
    Authentication Protocol: MD5
    Privacy Protocol: DES
    Group name: VacmGroupName

    Router#

    – testking360.com

  2. good answer B:
    example:
    Router# show snmp user
    authuser
    User name: authuser
    Engine ID: 00000009020000000C025808
    storage-type: nonvolatile active access-list: 10
    Rowstatus: active
    Authentication Protocol: MD5
    Privacy protocol: DES
    Group name: VacmGroupName

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.