Answers: CLI Miscellany 1
This lab was pretty straightforward, but this answer post makes little sense without looking at the lab post first. Read the requirements, remember the command, get the syntax right, and move on. Answers below the fold.
This lab was pretty straightforward, but this answer post makes little sense without looking at the lab post first. Read the requirements, remember the command, get the syntax right, and move on. Answers below the fold.
The CCENT and CCNA R&S certifications include many prominent features that need to be configured. VLANs. Trunking. Routing protocols. IPv4 addressing. IPv6 addressing. But there are also the occasional small topic or single command that might be forgotten. This lab
This lab asks you to work through a few login security options in IOS. Should be a quick and easy lab. Check out the requirements here first, and come back to this post for the answers.
One of the first configuration items that becomes second nature is the configuration of basic password settings. But it is also easy to forget about the small differences in password security configuration once you get used to configuring your own
Cisco Catalyst switches typically allow Telnet/SSH access as a matter of habit. For practice, check out the earlier lab exercise, create your own answer, and check your answer against this blog post.
A layer 2 switch does not need an IP address or default gateway for its primary purpose of forwarding layer 2 Ethernet frames. However, the switch does need an IP address and a default gateway for layer 3 communication, such
Do you know how to configure local usernames, and enable their use for login security on a Cisco router? No more sharing the same login password among all the network engineers. If you want some quick practice, go back
The simplest way to protect the CLI uses passwords shared by all, rather than a per-user username and password. Using a per-user login method improves security. The easiest option for using per-user logins in a Cisco lab is to configure
Time to check your config versus this latest lab. Do you recall the command and syntax to restrict a trunk on a Catalyst switch from supporting all VLANs? Go try the lab yourself on paper, then come back here and
VLAN trunks between Cisco Catalyst switches support all VLANs known to the switches. Then add a new VLAN, and the trunk supports it. Is that a good idea? In this post, you will get a chance to practice that common