Vol 1 Part 5: Operating Cisco Routers Flashcards

1
Q

What are the three different types of common networks?

A

Ethernet LAN, Ethernet WAN, Serial WAN

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

What are SOHO routers able to do all at one time?

A

Route, Switch, VPN, and serve as a WAP

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

True or False: Routers share many of the same CLI features as switches (ie user and enable mode, conf t, shutdown and no shutdown, line colse 0, interface FE0/1 etc.)

A

TRUE

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

Unlike a VLAN interface on a switch, IP addresses are configured how?

A

IP addresses are configured on physical interfaces on the router

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

What command is used to show the interfaces on a router?

A
  1. show ip interface brief (shows the layer 1 and layer 2 status in addition to interfaces)
  2. show interfaces
  3. show run (much less efficient)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the line status and protocol status refer to when looking at router interface status codes?

A

line status- the layer 1 status

protocol status- the layer 2 status.

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

Explain the 4 types of line/protocol statuses

A

Admin down, down- shutdown command
down, down- no shutdown, but there is an issue with there is a problem at the physical layer
up, down- data link layer problems ie. one router is using PPP and the other HDLC
up, up- FMC

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

Most Cisco router interfaces default to a shutdown state. How would you enable it?

A

By using the no shutdown command

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

What must you do before a router can rout packets in and out of the interface?

A

Configure an IP address and subnet mask on the interface

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

What are the two types of encapsulation and what are the differences in each?

A

Point to Point Protocol (PPP) and High-Level Data Link Layer Protocol (HDLC)
PPP is dynamic, synchronous and asynchronous, authenticated, byte oriented, point to point, and vendor neutral.
HDLC is static, synchronous, not authenticated, bit oriented point to point or multipoint, and Cisco proprietary.

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

What is the router auxiliary port used for on a router?

A

It connects to an analog modem for remote dial-in CLI access. Line Aux 0 will reach the auxiliary port, much like line con 0 accesses the CLI.

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

What is an Small Form factor Pluggable (SFP) and why is it important?

A

The SFP refers to the pluggable network interface module on the router. It is the slot where the user can link the router to the switch. If you do not know the SFP, then you won’t know what kind of cabling to use or what your speed is on that port.

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

How does a host device determine if a packet it is preparing to send out resides in its own subnet?

A

By looking at the destination IP and comparing it to the host’s IP and subnet mask.

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

What does a host device do if the packet it is preparing to send resides outside of its subnet?

A

The packet is sent to the default gateway

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

When the router is determining where to route a packet based on the destination IP, what two things must it do?

A
  1. Check the routing table for a valid matching route

2. Identify the outgoing interface and possibly, the next hop router

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

What steps does a router take when sending a packet?

A
  1. Check the FCS for errors
  2. de-encapsulate the packet from inside the data-link frame
  3. Check routing table for a valid match
  4. Encapsulate the packet into a data-link frame appropriate for the outgoing interface
  5. transmit the frame out the outgoing interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What command is used to configure a static route?

A

ip route (global command)

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

Cisco routers automatically add their own routes connected directly to them assuming that?

A

The interface is up/up and the interface has an IP address assigned through the ip address interface subcommand

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

What is the term used to refer to a connected route within the same interface, what is the CIDR, and why do we use them?

A

Host route. /32 CIDR. Helps routers more efficiently forward packets to itself.

20
Q

How do you know if a route within a routers ARP table has been statically assigned?

A

The letter “S” is used as a route code

21
Q

When is a static route considered a network route?

A

When the destination listed in the ip route command defines a subnet or entire class network. Conversely, it is considered a host route when it matches a single ip.

22
Q

Why don’t static default routes consume bandwidth?

A

They only route to one destination for all packets.

23
Q

What command can you use to find the best route between routers?

A

show ip route address

24
Q

What route has the lowest administrative distance?

A

Connected

25
Q

What command reaches the auxiliary port on the router for configuration?

A

Line aux 0

26
Q

What do routers use for each VLAN being trunked from the switch?

A

sub interfaces

27
Q

What would the command look like to configure a sub interface on a gigabit ethernet interface on a router for VLAN 10?

A

Interface g0/0.10

28
Q

What are the two ways to configure a sub interface on a router?

A
  1. Directly on the physical interface (interface g0/0.10)

2. encapsulation dot1q vlan-id native

29
Q

On a layer 3 switch, which command is used in global config mode in order to change the switch forwarding ASIC settings to make space for IPv4 routes?

A

Sdm prefer lanbase-routing

30
Q

On a layer 3 switch, what are the commands you must use after you set the switch to lanbase routing?

A
  1. reload
  2. ip routing
  3. configure SVIs as needed ie.
    interface VLAN 58
    ip address 58.0.0.1 255.255.255.0
    no shut
31
Q

If a show ip route does not work, what are the two ways we can check to see if the configuration is correct?

A
  1. ensure the “sdm prefer” command was utilized

2. ensure “ip routing” is configured

32
Q

When only a single network needs to connect an interface to a router, what port can we use?

A

A routed port

33
Q

How do you configure a routed port on a switch?

A

By using the “no switchport” command

34
Q

What are the steps you must take to confirm that a routed port has properly been configred?

A
  1. show interfaces
  2. show interfaces status (look for routed instead of access or the trunked VLAN)
  3. show ip route (look for the port as the outgoing port to the router)
  4. show interfaces interface switchport (confirms the port is a routed port).
35
Q

For layer 3 EtherChannels, what command is used to include the ports you are using to configure EtherChannel?

A

channel-group

36
Q

Each physical port you use for layer 3 etherchannel configuration must have what command configured on it?

A

no switchport

37
Q

The PortChannel interface needs what three things for layer 3 etherchannel?

A
  1. interface port-channel port number
  2. no switchport
  3. an ip address and subnet mask
38
Q

What command would you use to verify the up/up status and the IP address with appropriate CIDR prefix when using layer 3 etherchannel?

A

show interfaces port-channel port number

39
Q

What primary command enables layer 3 routing on a switch?

A

ip routing

40
Q

If a host cannot ping a router outside of your subnet, what should you do first in order to begin troubleshooting?

A

ping the nearest router first (typically the default gateway)

41
Q

A ping sends a request and gets a reply from whatever device is trying to be reached. How long does the ping take, how many pings occur, and why might the first ping fail?

A
  1. 2 seconds. 1 for the request, one for the reply.
  2. 5 echo requests total.
  3. ARP, as it takes longer to resolve than the ping is willing to wait. All subsequent echo requests should work.
42
Q

When pinging a host device from a router, what interface will the router use?

A

The closest interface to the host

43
Q

What is an extended ping?

A

a ping with no ip address following it

44
Q

What command sends ICMP echo request to each router int he path from a source host?

A

traceroute

45
Q

What does traceroute use in the layer 3 header?

A

The Time To Live field