Chapter 15 - Operating Cisco Routers Flashcards
What is a CSU/DSU?
Channel Service Unit/Data Service Unit is the termination on a Serial WAN Link (basically an ADVA but for serial).
What is a serial WAN link?
A serial link is a dedicated WAN connection that is the predecessor to leased lines and Ethernet WAN. They are much slower since, as the name implies, they carry data via serial (one bit at a time).
What is an ISR?
Integrated Services Routers are devices that have can function as many other networking devices as well as a router (e.g. Firewall for Security services, APs for Wireless, Switches for Switching).
What is a NIM?
A Network Interface Module is a card that allows you to expand the functionality of modular routers. For example you can get NIMs that have serial ports on them so you can connect a router to a serial link.
How would you connect a serial WAN link to your router?
This is dependent on whether the router has an internal CSU/DSU or not. If the router doesn’t have an internal CSU/DSU then the serial link that comes into the building will need to be connected to the CSU/DSU and then to the router via a serial port. If the router does have an internal CSU/DSU then the serial link can be connected directly to the router via the CSU/DSU serial port.
True or False. Cisco switches and routers both have on/off switches.
False. Typically Cisco routers will have on/off switches but Switches will just power on when connected to a PSU and power off when disconnected.
What is the typical definition for an Enterprise router?
A router that resides in a large permanent business location.
What is the typical definition for a SOHO router?
A Small Office/Home Office router will typically reside in an employees home office or in a small office with only a few host devices.
What are two of the main differences between standard SOHO setups and standard Enterprise setups?
- A SOHO router will almost always use the internet and/or VPNs to connect back to a main office as part of an enterprise.
- A SOHO router will generally be multiple devices bundled into one that have multiple functions (e.g. Switching, Routing, VPNs, Wireless, etc.). Whereas an enterprise would usually have APs for wireless and dedicated switches.
What are some of the differences between the CLI of a Cisco switch and the CLI of a Cisco router?
- Configuring IP addresses on a switch must be done per VLAN. However using a router it can be done per interface or VLAN.
- Many Cisco router models have an auxilary port that can be connected to a phone line via a modem which allows remote users to dial into a router and access the CLI by making a phone call. This is not a feature found in Cisco switches.
- By default Cisco routers don’t allow CLI access via Telnet or SSH. Cisco switches do.
True or False. The first interface status code relates to the Data-Link status of an interface and the second interface status relates to the Physical status of an interface.
False. The first interface status code relates to the Physical status of an interface and the second interface status code relates to the Data-Link status of an interface.
If the first status code is down then the second one will also always be down. If the first status code is up but the second status code is down then this could indicate a Data-Link misconfiguration (e.g. on a serial link where one interface is configured for HDLC and the other is configured for PPP).
True or False. Serial links use HDLC for encapsulation by default.
True, on Cisco routers it is cHDLC, Cisco’s proprietary HDLC. Although they can also use PPP.
True or False. If the first status code of an interface is Administratively Down, this shows a layer 1 issue.
Sort of. Itt is the layer 1 status indicator, however, this only means that the shutdown command has been configured on the interface. The status being Down would show a layer 1 issue (e.g. no cable connected to said interface).
True or False. Routers will not attempt to send packets or receive packets over an interface that has no IP address or subnet mask configured.
True.
What command could you use to confirm the status codes of an interface and the IP address it has been configured with on a router.
show protocols or show ip int brief
show protocols will tell you the subnet mask whereas show ip int brief won’t