Install and Troubshoot Routers Flashcards

1
Q

Edge Router

A
  • Placed at network perimeters

- Have External and internal interfaces

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

Internal Router

A
  • Has no public interfaces

- Positions to implement network topology

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

Layer 3 Switch

A
  • Switch optimized for routing between VLANs
  • Uses static and dynamic routing to identify which VLAN an IP address should be forwarded to.
  • Can keep mapping table of IP and MAC addresses
  • Do not typically have WAN interfaces and to used for edge routing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

show route, show ip route, show ipv6 route

A
  • Outputs active routing table
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

route command

A
  • Used to view and modify routing table of end system Windows and Linux hosts.
  • Add roue:
    “route [-f -p] add destinationIP mask netmask gatewayip metric metricvalue(cost of route) if interface
  • nonpersistent by default, -p switch makes it permenant
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

traceroute

A
  • Tool that allows testing of path between nodes
  • Linux and router OSs
  • Shows number of hops, address of ingress interface of router and time taken to respond.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

routing loop

A
  • When two routers use one another as path to a network

- Symptom is generation of ICMP Time exceeded messages

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

Subinterface

A

Virtual interface

  • VLAN traffic must be routed
  • All VLAN-VLAN traffic goes through router on trunk port/single interface
  • Each subinterface has VLAN ID
  • Routes between each VLAN’s sub interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

tracert

A
  • Windows system command to test whole path between nodes
  • -d switch suppresses name resolution
  • -h specify max number of hops
  • -w specify timeout in ms
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

show ip w.x.y.z

A
  • Checks presence of a route to specific IP network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Maximum hop Count

A
  • Method to prevent routing loop
  • Network is deemed unreachable if hop count exceeds certain value
  • Poison route is one advertised over hop count limit
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Holddown timer

A
  • If a node declares a network unreachable, its neighbors start hold-down time
  • Any updates about that route are discarded for duration
  • Ensures that all nodes have converged information about unreachable network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Split Horizon

A
  • ## Prevents routing update from being copied back to the source
How well did you know this?
1
Not at all
2
3
4
5
Perfectly