Interface Numbering/SSH/UserAccounts Flashcards

(10 cards)

1
Q

What keyword is used to represent every interface in a Nexus device?

A

You selected “Eth (Ethernet)” because in Nexus devices, the keyword “Ethernet” is used to represent all interface types, regardless of their speed.

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

What is the starting number for interface numbering in Nexus devices?

A

You selected “1” because Nexus devices indeed start interface numbering from 1, such as Eth1/1 and Eth2/1.

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

Which command is used to check interface capabilities and details of a single port?

A

You selected “show interface INT-NUMBER” because it specifically provides comprehensive details about a single interface, including its speed, status, and configuration.

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

How many default VRFs exist in a Nexus device?

A

You selected “2” because there are indeed two default VRFs, which are “default” and “management,” in Nexus devices.

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

What is the default status of the Telnet service on a Nexus device?

A

You selected “Disabled” because, in Nexus devices, the Telnet service is indeed disabled by default for security reasons. This ensures that you need to actively enable it using the command “feature telnet” to ensure secure access to your devices.

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

What command is used to enable Telnet service on a Nexus device?

A

You selected “feature telnet” because it is the correct command to enable the Telnet service in Nexus devices, allowing you to access the device remotely through Telnet.

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

Which service is enabled by default in Nexus devices?

A

You selected “SSH” because it is indeed enabled by default in Nexus devices, which allows for secure remote management.

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

What is the default RSA key size generated in a Nexus device?

A

You selected “1024-bit” because Nexus devices default to generating a 1024-bit RSA key, which strikes a balance between security and performance.

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

What must be done before changing the RSA key on a Nexus device?

A

You selected “Disable SSH” because before changing the RSA key on a Nexus device, it’s necessary to disable the SSH feature using the command “no feature ssh.” This step prevents errors when generating a new RSA key, ensuring a smooth configuration process

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

How do you create a user account in Nexus?

A

You selected “username USERNAME password PASSWORD role ROLE-NAME” because it correctly follows the syntax required by NX-OS for creating a user account, highlighting your understanding of user management in this operating system.

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