Chapter 15 - Operating Cisco Routers Flashcards

1
Q

What is a CSU/DSU?

A

Channel Service Unit/Data Service Unit is the termination on a Serial WAN Link (basically an ADVA but for serial).

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

What is a serial WAN link?

A

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).

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

What is an ISR?

A

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).

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

What is a NIM?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How would you connect a serial WAN link to your router?

A

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.

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

True or False. Cisco switches and routers both have on/off switches.

A

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.

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

What is the typical definition for an Enterprise router?

A

A router that resides in a large permanent business location.

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

What is the typical definition for a SOHO router?

A

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.

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

What are two of the main differences between standard SOHO setups and standard Enterprise setups?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are some of the differences between the CLI of a Cisco switch and the CLI of a Cisco router?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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.

A

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).

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

True or False. Serial links use HDLC for encapsulation by default.

A

True, on Cisco routers it is cHDLC, Cisco’s proprietary HDLC. Although they can also use PPP.

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

True or False. If the first status code of an interface is Administratively Down, this shows a layer 1 issue.

A

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).

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

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.

A

True.

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

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.

A

show protocols or show ip int brief

show protocols will tell you the subnet mask whereas show ip int brief won’t

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

True or False. The show ip interface brief command lists the IP and subnet mask of an interface.

A

False. It only lists the IP.

To see the IP and subnet use ‘show IP int’ or ‘show ip protocol’

17
Q

What command would you use to enter the configuration of a Cisco router’s auxilary port?

A

line aux 0

18
Q

True or False. Not having an IP address configured on an interface would show it as Down or Administratively Down.

A

False. Not having an IP address configured on an interface does not relate to the status of the interface.

19
Q

What information does the ‘show ip interface brief’ command give you?

A
  • All interfaces on a router
  • The IP address assigned to an interface
  • The OK collumn which is a legacy feature that determines if the IP address is valid. On modern devices you can’t add an invalid IP address.
  • The method by which the IP address was assigned
  • The status of the interface (e.g up/up)
20
Q

What is the default state for a Cisco router interface?

A

Administratively down.

21
Q

What command allows you to map a hostname to an IP address?

A

ip host <hostname> <IP> (upto 8 addresses). Can be used for purposes such as Telnet so that you can connect to the host instead of having to remember the IP.</IP></hostname>

show hosts allows you to find the hostname mappings configured on a router.

22
Q

True or False. When using the ‘show ip interface brief’ command it is possible to see an interface status of down but a protocol status of up.

A

False. The status collumn shows the layer 1 status so if this is down there is no connectivity (e.g. nothing connected). The protocol collumn shows the layer 2 status so the reverse could be seen (i.e. You can see a status of up but a protocol of down).

23
Q

True or False. The ‘show version’ command can be used to find IP address information of a router.

A

False.

24
Q

True or False. Serial data link protocols (e.g. HDLC and PPP) don’t use MAC addresses for transmission.

A

True.

25
Q

What are the two sides of a serial connection?

A
  • DCE (Data Communications Equipment) - Specifies the clock rate of the link which defines the speed
  • DTE (Data Terminal Equipment)
26
Q

How would you find out which side of a serial link is DCE?

A

Use the ‘show controllers <serial>' command.</serial>

27
Q

What is the Clock Speed when referring to serial interfaces?

A

The speed of the interface