CISCO IOS ACCESS Flashcards

(13 cards)

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

What is Cisco IOS?

A

Cisco IOS (Internetwork Operating System) is the software used on most Cisco routers and switches to configure, operate, and troubleshoot network devices.

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

What are the different user modes in Cisco IOS?

A
  1. User EXEC mode
  2. Privileged EXEC mode
  3. Global configuration mode
  4. Interface configuration mode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the User EXEC mode used for?

A

User EXEC mode allows basic monitoring commands but no configuration changes. It’s the default mode after login, indicated by the ‘>’ prompt.

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

What is the Privileged EXEC mode?

A

Privileged EXEC mode provides access to all device commands, including configuration and debugging. It’s accessed with the enable command and shown by a ‘#’ prompt.

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

How do you enter Global Configuration mode?

A

From Privileged EXEC mode, type configure terminal or conf t to enter Global Configuration mode where you can change device-wide settings.

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

How do you access Interface Configuration mode?

A

From Global Configuration mode, type interface [type] [number], e.g., interface FastEthernet0/1, to configure a specific interface.

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

How do you save configurations in Cisco IOS?

A

Use the copy running-config startup-config command to save the current configuration to memory so it persists after reboot.

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

What command shows the running configuration on a Cisco device?

A

Use the command show running-config in Privileged EXEC mode.

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

What does the show ip interface brief command do?

A

It provides a quick summary of all interfaces, including their IP addresses, status, and whether they are up or down.

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

What is the command to set an IP address on a Cisco interface?

A

In Interface Configuration mode, use ip address [IP] [subnet mask] followed by no shutdown to enable the interface.

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

What is the purpose of the enable command?

A

The enable command is used to enter Privileged EXEC mode from User EXEC mode, allowing access to administrative commands.

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

What does the hostname command do in Cisco IOS?

A

It sets or changes the name of the device, making it easier to identify in the network.

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