{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Chapter 2 Basic Switch and End Device Configuration Flashcards

(4 cards)

1
Q

Which statement is true about the running configuration file in a Cisco IOS device?

A - It is automatically saved when the router reboots
B - it is stored in NVRAM
C - it should be deleted using the ‘erase running-config’ command
D - it affects the operation of the device immediately when modified

A

It affects the operation of the device immediately when modified // As soon as configuration commands are entered into a router, they modify the device immediately. Running configuration files cannot be deleted nor are they saved automatically.

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

Which two statements are true regarding the user EXEC mode? (kies er 2)

  • Interfaces and routing protocols can be configured
  • The device prompt for this mode ends with the “>” symbol
  • Only some aspects of the router configuration can be viewed
  • All router commands are available
  • Global configuration mode can be accessed by entering the ‘enable’ command
A

The device prompt for this mode ends with the “>” symbol en only some aspects of the router configuration can be viewed // User EXEC mode limits access to some ‘show’ and ‘debug’ commands. It is the first level of user interface encountered when configuring a router and is intended for investigation of certain functions of the device. The User EXEC prompt is identified with the “>” symbol.

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

Which type of access is secured on a Cisco router or switch with the enable secret command?

A - virtual terminal
B - console line
C - AUX port
D - privileged EXEC

A

Privileged EXEC // The ‘enable secret’ command secures access to the privileged EXEC mode of a Cisco router or switch.

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

What is the default SVI on a Cisco switch?

A - VLAN99
B - VLAN999
C - VLAN1
D - VLAN100

A

VLAN1 // Layer 2 switches use switch virtual interfaces (SVI’s) to provide a means for remote access over IP. The default SVI on a Cisco switch is VLAN1.

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