• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/112

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

112 Cards in this Set

  • Front
  • Back
Name the hello timers on EIGRP?
5 seconds on fast links.
60 seconds on slow (<T1) links.
Name the hold down timers on EIGRP?
By default 3 times the hello, which means: 15 seconds on fast links, and 180 seconds on slow (<T1) links.
What is the SRTT?
Smooth Round Trip Timer. A cisco proprietary way of calculating the actual time from a router to a router and back.
What is the RTO (Eigrp)?
Its a Retransmission Timeout timer. It is the amount of time between unicast retransmissions.
How are timers used between neighbors in EIGRP?
Each router transmit the timer it EXPECTS. That means that if R1 sends a certain hello and a holddown timer, this is what it expects from the neighbor. The neighbor will then use that hold down timer in its adjacency with R1.
What has to match for an EIGRP adjacency to form?
K-values must match and the neighbor must be within the subnet of the receiving interface. (Not exact same as in OSPF).
How many equal cost paths can by default be installed by EIGRP into the RIB?
By default 4.
How many equal cost paths can MAX be installed by EIGRP into the RIB?
16 Paths.
What happens if you issue a "clear ip route *" when using EIGRP?
The routing table is repopulated through the EIGRP topology table. It will not change what paths it choose in the first place. No queries are sent, and no routes go active.
How do you change the number of paths EIGRP install into the route table?
"max-paths <number>" where number is any number between 1-16.
EIGRP's way of balancing across multiple paths are determined how?
Three ways to do so: 1) Balanced, 2) No traffic share, 3) Minimum.
Balanced distributes data according to their metric. No traffic share uses all paths equally. Minimum only use the path with the lowest metric.
How can you stop an adjacency from forming on a specific interface?
"passive-interface <if>" under the EIGRP process. This will stop hello's from being sent on the interface, thereby stopping adjacencies.
How do you install feassible successor routes into the RIB even though they are not equal to the current successor?
"variance <multiplier>" command. This command multiplies the current metric of the successor. If any feassible successor routes fall within this range they are also installed into the RIB. The FS FD must be less or equal to FD of Successor route.
Default setting for split-horizon in EIGRP?
Default on all interfaces. Use point-to-point interface on frame-relay to overcome this.
Name the different times and their values in RIP?
Update timer, Hold-down timer, Invalid timer, Flush timer.
Update: 30 seconds, used to send updates (full) on this interval. Hold-down, 180 seconds when receiving a bad route (16), stop accepting any route-update for this route in this amount of time.

When no update has been received in the invalid-timer (180 seconds), it is set to invalid, and Metric=16 are sent out to all, including the one it learned it from (poison reverse).

Finally the flush timer is 240 seconds, after which the route is removed from the routing table.
Where is split-horizon enabled by RIP?
All interfaces except frame-relay physical interfaces.
What types of authentication does RIPv2 support?
Plaintext or MD5.
How does RIPv2 handle autosummarization?
RIPv2 summarizes all routes at a major net boundary (even routes received from other neighbors).
Explain EIGRP autosummarization?
EIGRP will autosummarize (if it is on) by a major network boundary, but it must be a connected route advertised with the network command. Routes received by another neighbor are not summarized.
What is the main difference between IGMPv1 and IGMPv2?
The main purpose of making a version 2 was to improve leave latency by implementing a leave command.
How is a querier elected in IGMPv1?
IGMPv1 does not elect a querier. It relies on L3 Multicast protocols to elect a DR. Whoever wins this election becomes the querier.
What role does IGMP have in a network?
IGMP is the Internet Group Management Protocol. It handles end user multicast requests. Makes sure that routing protocols will route to this lan.
How is an IGMP querier elected?
An IGMP querier is in Version 1 the same as the one PIM elects as the DR for the lan. Highest IP wins. In IGMP version 2, the lowest IP wins the querier election.
What is a DR in a PIM multicast network?
A designated router is selected. This is the one that sends joins toward either the source or the RP on behalf of clients.
What are assert messages?
Assert messages are used when multiple routers send data onto a segment. Each of them figures this out, and sends an assert message. The one with the best AD, metric and then highest IP to the source wins. The other routers stop forwarding traffic onto the lan to stop multiple flows.
Explain PIM-DM.
PIM-DM is based on the premises that all segments wants data. It then pushes this data out, and expects everyone that doesnt want it to prune it.
How are (*,G) entries used in IOS?
Everytime a multicast routes exists, there is always a (*,G). Normally in Shared Trees, this would point toward the RP. In PIM-DM it just lists the PIM neighbors, and is used for a better structure in IOS.

In PIM-SM this always points to the RP.
What is a (S,G) entry?
It is an entry that points toward the source, hence being a SPT entry.
Explain the usage of RPF?
Reverse Path Forwarding. Is used to figure out the best path toward the source of the data. Is used to make sure no routing loops exists. If multiple equal cost links exists toward the source (or RP), use the one with the highest IP address.
Explain PIM?
Protocol Independent Multicast. Based on the fact that it uses the normal unicast routing table.
It creates adjacencies like other routing protocols. Hello's are sent every 30 seconds.
Hold-down time is normally 3xhello time.
Uses the multicast address of 224.0.0.13.
Explain the multicast mapping from IP to Mac address.
The address 01005e is always used in the mac-address as the first 24 bits. That leaves 24 bits for the rest of the MAC address.The lowest 23 bits are mapped directly into this, and 0 is the 24th bit. IP multicast addresses always start with 1110 (224). This means that 32 different IP addresses map to the same MAC address.

The reason behind this, is that all multicast addresses start with 1110, that leaves 28 bits. Since we only map the lower 23 bits, we have 5 bits remaining (2^5 = 32).
Name the different ways to configure IPv6
Stateful autoconfiguration, assigns a complete 128 bit address.
Stateless autoconfiguration, gives out the prefix and the EUI is added.
EUI-64, prefix is determined by the administrator, and the last 64bits with the EUI mechanism.
What is EUI-64?
It is a way to form the host part of an IPv6 address. This is the last 64 bits. Uses the MAC address and inserts FFFE in the middle. The 7th bit in the interface ID must be set to 1 to indicate a unique global address.
What is autosummarization?
A feature of routing protocols to automatically summarize on classfull network boundaries.
RIP does it everywhere when configured. EIGRP must have an EIGRP connected route before it will summarize.
BGP can also autosummarize.

If RIP, if the route to be advertised has the same major net as the interface advertising it, if it has the same mask, it will be advertised with this mask. If not it will be dropped. If it is not part of the same major net, it will be summarized to the classfull net.
Name the frame-relay encapsulation types available?
Cisco and IETF.
Name the frame-relay LMI types.
Cisco, Ansi, Q.933a.
What does LMI do?
Gives information about the PVC's configured.
Given this command, what type of LSA are sent into the area?
"area 1 nssa default-information originate"
Contrary to normal stub area, a default route is not inserted automatically. A surprising result is that the default-information originate, will insert a type 7 0.0.0.0 route into the nssa area.
Given a type 2 LSA, what does the Link ID mean?
It is the interface address of the DR on a multiaccess network (type 2).
Given a type 2 LSA, what does the Advertising Router mean?
It is the router-id of the DR.
What is the multicast flow timer?
Amount of time a router will wait for an ACK (after sending multicast) before sending unicast update.
In EIGRP how many equal cost routes can by default be installed into the routing table? (or unequal if variance is used)
4 Routes. Up to 16 Maximum.
How is split horizon in effect on the routing protocols?
Eigrp = All interfaces.
RIP = All but physical frame-relay interfaces.
What transport layer protocol and port does Syslog use?
UDP port 514
Account for the usage of "bgp deterministic-med".
When enabled, routes from the same AS are grouped together. The one with the best MED in each group is then compared against each other. But NOT compared according to MED.
Account for the usage of "bgp always-compare med"
When enabled alone, MED is always taken into the path selection.
Account for the usage of both "bgp deterministic-med" and "bgp always-compare med" commands.
When enabled, AS routes are grouped together. Winner of each group is then compared against the winner of the other groups, and it IS compared with MED taken into account.
What command will allow a router to reflect FECN messages to BECN messages so the sender can slow down?
"shape fecn-adapt"
When a BECN is received, by how much is the rate slowed down?
25% by default.
Can WRED be implemented inbound?
No, only outbound (to avoid sending congestion).
What does WRED primarily stop?
TCP global synchronization.
What is the MPD in WRED?
Mean Probability Denominator.
1/x bytes are dropped at MAX in a WRED profile.
So if the MPD is 10, 1/10, one in every 10 packets are dropped.
Whats the default, IP Prec or DSCP for random-detect (WRED)?
IP Precedence.
What actions is taken by UDLD in normal mode when UDLD messages are not received?
A syslog message is generated, but the port is NOT put into the err-disabled state.

The port will be put into an undetermined state.
What action is taken by UDLD in aggressive mode?
The port is put into the err-disabled state after not getting 8 consecutive UDLD messages.
On what ports should loopguard be enabled and why?
On all root and non-designated ports. These are the ports that will create a topology change. A root port might start sending out BPDU's. A non-designated port might erroneously go into the forwarding state. Loopguard prevents this. Loopguard puts the ports not receiving BPDU's into a loop-inconsistent state, until BPDU's are received again.
It does not work with root guard.
Whats the default values for traffic-shaping? (Bc, Be, Tc)...
If less than 320Kbps Bc 8000 bits, Be = Bc and Tc = Bc/Shaping rate.

If more than 320Kbps.
Bc = Shaping-rate * Tc, Be = Bc, and Tc is 25ms.
How do you enable frame-relay traffic-shaping?
The command "frame-relay traffic-shaping" must be on the interface.
State the command to traffic-shape to 64000bps using frame-relay traffic-shaping.
Create a map-class, use the command: "frame-relay traffic-rate 64000", put the map-class on the VC: "frame-relay class <map-class>"
What types of default routes does RIP support?
Default-information originate, redistribution of static routes, ip default-network.
What types of default network injection does EIGRP support?
Redistribution of static routes, ip default-network, summaries.
What types of default network injection does OSPF support?
Only default-information originate.
What does the frame-relay status of inactive mean?
It means that the frame-relay switch provided PVC info, but the router has not used it.
What does the frame-relay status of active mean?
Everything is working between the frame-relay switch and the router.
What does the frame-relay status of deleted mean?
The frame-relay switch is not offering the PVC anymore even though the router has been using it.
In IGMPv2, when hosts sends a a Leave Message, what destination address is it sent to?
224.0.0.2 - To inform all routers that it wants to leave.
Solicited Membership Reports are sent to what address?
To the destination address they want to receive traffic for. For example, a router sends a general query, the host responds with a membership report by sending it to that group address.
How often are general queries sent by the router in IGMPv2?
Every 125 seconds.
How are Leave messages handled by the router?
When a host sends a leave, the router sends out group specific queries. If a host responds with a membership report, nothing changes. If no reports are heard within the Last Member Query Interval (Set to MRT), for three times Last Member Query Count, data is cut off. This will normally happen within 3 seconds.
In IGMPv2, how is the querier for the lan selected?
Lowest IP address.
Whats the default query interval for IGMPv2?
125 seconds.
Where does the RP-Bit originate?
It originates at the point where the SPT and RPT diverge. (Different RPF neighbor).
In HSRP, you can have routers in what states?
1 router in active, 1 in standby, and the rest are in listen mode.
How is speed negotiated on ethernet segments?
Speed can be autosensed by sending Link Pulse signals. So speed can always be negotiated.
What happens when a 10Mbit and a 100Mbit tries to negotiate?
It will settle on 10Mbit full-duplex.
If one end of the link is a 10Mbit interface, and is manually set to full-duplex and the other end is 100Mbit and autonegotiates, what will the end result be?
For 10 and 100Mbit interfaces, the default duplex is half if it cant be negotiated. So the end result will be 10Mbit half-duplex.
What is the default duplex on a 1000Mbit interface?
Full duplex.
What is the max-age timer used for in STP?
It is used for detecting when any topology change occurs. After not hearing any BPDU's for this time, the port tries to change.
in RSTP how does the switch detect that the neighbor switch is dead?
By missing 3 BPDU's (sent every 2 seconds), it will figure out the switch is dead in 6 seconds.
What is backbone-fast?
It is an enhancement to 802.1D that skips the max-age on a switch. If a switch hears an inferior BPDU on a blocking port, it can send out RLQ on its non-designated ports, to figure out if it still has a path to the root-bridge. If so, it skips the max-age setting and puts the port into listening + learning states.
When sending labels in an MPLS network, what does the label 1 and 3 mean?
1 is TDP and 3 is LDP.
What are the different BGP packet types?
Open.
Update Packet.
Informational.
Keepalive.
List the BGP path selection.
Weight. Local preference. Self-originated. AS-path. Origin. MED.
How is the LDP ID established?
Either by manually configured RID, or then by the same process as OSPF. The router-id must be reachable from the neighbor. If a loopback is used, it must be a /32.
What is the transport address in LDP?
It is the address that neighbors use to establish a TCP connection.
Who initiated a TCP session between LDP peers?
The highest IP.
What transport protocol and port is used by LDP?
TCP port 646.
Which tunneling technique features sites with the 2002::/16 prefix?
6to4 tunnels.
What IPv6 tunnel technique should be used for interconnecting IPv6 Islands?
6to4 tunnels.
Name the different types of "guards" in spanning-tree? and what action they will take when triggered.
- Root guard = Err-inconsistent.
- BPDU guard = Err-disabled.
- Loop guard = Loop-inconsistent.
What port/transport protocol is used for LDP hellos?
646 UDP.
Does root guard bring the interface back up when superior BPDU's cease?
Yes.
What does the command: "mls qos cos 7" do?
By itself, it does nothing at all. If the command: "mls qos trust cos" is also used, packets already marked are not touched. Other packets have the cos value 7 set.

If the "mls qos cos override" is used, cos value 7 is set on all packets. (ofcourse trunk links).
What does the command: "mls qos trust dscp" mean?
Packets comming into this interface with dscp marked, will be trusted and not modified. It is however possible that the cos value will be modified because of the DSCP-to-CoS map.
What is FREEK? and how is it used, what channels is it used on and what modes are available?
FREEK = Frame-relay end-to-end keepalive. It is used on datachannels instead of LMI (0 for Q933a and Ansi, 1023 for Cisco).

It can run as bidirectional, request, reply, reply-passive.
How do you disable timestamps on debug messages?
"no service timestamps debug" in global config mode.
In order to create an RSPAN, what must be put onto the vlan?
"remote-span" on the vlan itself (not the SVI).
how do you enable sending snmp traps to an NMS?
"snmp-server host <ip> community> <what-traps>"
+
"snmp-server enable traps <what-traps>"
How do you log to a local file on flash, while also limit the usage?
"logging file flash:<file> <max-file-size> <severity>"
What order of preference does PBR take in regard to next-hop ip?
Next-hop IP, next-hop ip recursive, interface, next-hop default ip, default interface.
How and by what means can you check if the next hop is available?
"ip next-hop verify-availability" or "ip default next-hop verify-availability".

This function uses CDP to check the next hop. So the next hop has to be a Cisco device, and CDP must be enabled on the device.
How do you check what protocol, if any, is used to establish a port-channel?
"sh etherchannel protocol"
What are the requirements for using private vlans?
VTP mode MUST be transparent.
How do you define a primary vlan?
vlan <vlan number>
private-vlan primary
How do you define a secondary vlan?
vlan <vlan>
private-vlan <community|isolated>
How do you define a host port for private vlans?
int <interface>
switchport mode private-vlan host
switchport private-vlan host-association <primary vlan> <secondary vlan>
How do you define a promiscous port for private vlans?
int <interface>
switchport mode private-vlan promiscious
switchport private-vlan mapping <primary> <secondary>
How do you use an SVI as a promiscious port?
int <svi>
private-vlan mapping <secondary vlans>
Whats the cisco proprietary protocol for port-channels, and what modes does it use?
It is PAgP, and it uses auto and desirable, where auto is passive, waiting to hear from desirable.
What port-channel mode uses active/passive states?
LACP = industry standard. Also known as 802.3ad
How can you view lacp/pagp protocol details?
"sh etherchannel protocols"
Using advertise-maps in BGP. Can you use extended access-lists to match routes?
From testing, it appears you can use extended ACL's when matching on WHAT route to advertise, NOT the conditional route.