SNMPv3 Parameters Flashcards

1
Q

When setting up SNMPv3 what 3 general configuration steps are required?

A
  • Create an SNMPv3 Group
  • Create an SNMPv3 User
  • Enable an snmp-server with authentication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What 5 parameters are used when configuring SNMPv3 Group?

A
  • snmp-server group GROUPNAME
  • v3
  • noauth, auth, priv (no other parameters needed here on GROUP config)
  • write v1default (if configuring for read-write using the v1default view)
  • access ACL_NAME

snmp-server group MyGroup v3 auth write v1default access MyACL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If ‘auth’ is configured what parameters are necessary?

A
  • auth md5 PASSWORD
  • auth sha PASSWORD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If ‘priv’ is configured what parameters are necessary?

A
  • priv des KEY_VALUE
  • priv 3des KEY_VALUE
  • priv aes KEY_LENGTH KEY_VALUE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name 2 authentication hashes.

A
  • sha
  • md5
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name 3 encryption protocols.

A
  • des
  • 3des
  • aes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 5 parameters used when creating a USERNAME?

A
  • snmp-server user USERNAME
  • GROUPNAME
  • v3
  • auth MY_PASSWORD
  • priv 3des KEY_VALUE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In order for a User to be able to access a router what parameters in the GROUP must match the parameters in the USER?

A
  • GROUPNAME
  • v3
  • noauth | auth | priv
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If a Group is created using the following statement what must be configured on the User statement:

snmp-server GROUP v3 noauth

A
  • snmp-server user Joe GROUP v3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If a Group is created using the following statement what must be configured on the User statement:

snmp-server GROUP v3 auth

A
  • snmp-server user Joe GROUP v3 auth { md5 | sha } MyPassword
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

If a Group is created using the following statement what must be configured on the User statement:

snmp-server GROUP v3 priv

A
  • snmp-server user Joe GROUP v3 auth { md5 | sha } MyPassword priv { des | 3des | aes } KEY_NUMBER KEY_VALUE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly