• 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/297

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;

297 Cards in this Set

  • Front
  • Back

What are the two trunking protocols supported by Cisco switches?

802.1q and ISL.
How do you change the setting of the configuration register?
config-register
You configure a serial connection with PPP. When you enter: show int fa 0/0 you see the interface is up/up and LCP is open but you can't communicate. What is the problem?
Incorrect IP or Subnet
How do you debug PPP authentication?
#debug ppp authentication
How can you verify the status of PPP athentication
show int s 0/0 and then view if LCP is open (Working) or closed (failed)
Why do you use PPP?
To communicate on point to point links between non Cisco devices
What are the possible RSTP states?
"Discarding, Learning, Forwarding"
What are the possible STP states?
"Disabled, Blocking, Listening, Learning, Forwarding"
What does (config)# line con 0 allow you to do?
"Change the setting on the console such as MOTD banner, password and username"
How many bytes in an IPv6 Address?
16 bytes
How many bits in an IPv6 Address?
128
How many bits in an IPv4 Address?
32
Can the following hosts talk to eachother without a router? 192.168.10.17 /28 ------ 192.168.10.32 /28
No
How many hosts are on a /24 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.0 //// 2^8 - 2 = 254 // 0.0.0.255
How many hosts are on a /25 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.128 //// 2^7 - 2 = 126 // 0.0.0.127
How many hosts are on a /26 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.192 //// 2^6 - 2 = 62 // 0.0.0.63
How many hosts are on a /27 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.224 //// 2^5 - 2 = 30 // 0.0.0.31
How many hosts are on a /28 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.240 //// 2^4 - 2 = 14 // 0.0.0.15
How many hosts are on a /29 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.248 //// 2^3 - 2 = 6 // 0.0.0.7
How many hosts are on a /30 Network? What is it's subnet mask? What is it's wildcard mask?
255.255.255.252 //// 2^2 - 2 = 2 // 0.0.0.3
What port is FTP?
21
What port is SMTP?
25
What port is DNS?
53
How do you stop DNS lookup on a router?
(config)#: no ip domain-lookup
How to you set multiple ports at one time?
(config)#: int range fa 0/1-4
What is the loopback address?
127.0.0.1
What ports is DHCP
Ports 67 and 68
What is a Class A IP Address?
1-126
What is a Class B IP Address?
128-191
What is a Class C IP Address?
192-223
What is a Class A Private IP Address?
10.0.0.0 - 10.255.255.255
What is a Class B Private IP Address?
172.16.0.0 - 172.31.255.255
What is a Class C Private IP Address?
192.168.0.0 - 192.168.255.255
What is RIP's administrative distance?
120
What algortihm does RIP use?
Bellman Ford (Distance Vector)
What algortihm does EIGRP use?
Dual
What algortihm does OSPF use?
Dijkstra
What algortihm does BGP use?
Dijkstra
What algortihm does IS-IS use?
Path Selection
What is EIGRP Administrative Distance?
90 (External) / 170 (External)
What is OSPF Administrative Distance?
110
What is IS-IS Administrative Distance?
115
What is BGPs Administrative Distance?
20 / 200 (IBGP)
"The following is a partial output of the show interfaces command: ""Serial 0 is up, line protocol is down"" What does this signify?"
The physical connection is working but there's a problem with the configuration or the interface is shutdown
How do you troubleshoot a startup problem on a switch? What does post stand for?
Show post /// Power on self test
How do you view realtime updates of RIP?
debug ip rip
How often does RIP send routing updates?
30 seconds
How do you set PPP encapsulation on a router?
encapsulation PPP
How do you copy an IOS image config from one router to another
copy tftp flash
Why would you select PPP over HDLC for a WAN network?
HDLC is Cisco specific while PPP can be used between vendors
How do you set the enabled password?
enable privilaged password (password)
How do you configure the enable password for the rotuer ?
enable password (password)
How do you configure which commands are accessible at various levels?
privilege level
What are the five network topologies?
"Bus, Ring, Star, Mesh, Hybrid"
What are the there major categories of WAN technologies?
"Circuit Switched, Packet (Or cell) switched, Point to Point (Directed)"
What WAN technologies use circuit switched?
ISDN
What are the advantages of circuit switched?
"Cost (Cheaper), Scalability (Easy to install and expand), availability"
How do packet switched tecnologies work? What are the advantages?
"After each message is sent, the circuit is cleared. This allows multiple connections through one device"
Which OSI layer is concered with reliable end-to-end delivery of data?
Transport
Which is connectionless? TCP or UDP?
UDP
At which layer of the OSI model would you find framing?
Data link
Which layer of the TCP/IP stack is routing and logical addressing found?
Internet
Which layer of the TCP/IP stack is framing found?
Network
What TCP transport layer protocol provides IP address resolution for domain names?
DNS
What are the steps in a 3 way hand shake?
"SYN, SYN/ACK, ACK"
What is the CIR?
Commited Information rate - minimum bandwidth guaranteed by the provider
What does TTL do?
Time to live - prevents routing loops by creating a number of hops till end
What HDLC field is specific to Cisco?
Type field
What layer 4 features is used for reliability?
"The process of numbering, acknowleding each packet"
A protocol that requires an exchange of messages before data transfer begins ?
Connection oriented
The switch fully receives all bits in the frame before forwarding the frame. This allows the switch to check the FCS before forwarding the frame
Store and Forward Switching
The switch forwards the frame as soon as it can. This reduces latency but does not allow the switch to discard frames that fail the FCS check.
Cut-through switching method
"The switch forwards the frame after receiving the first 64 bytes of the frame, thereby avoiding forwarding frames that were errored due to a collision"
Fragment-free switching method
"Cisco uses three terms to describe the role of each switch, what are they?"
"Core, Distrubtion, Access"
What are the default settings on a console port?
* 9600 bits/second* No hardware flow control* 8-bit ASCII* No stop bits* 1 parity bit
What are the four major types of memory on a Cisco switch?
"RAM, ROM, NVRAM, Flash"
What is stored in RAM?
Running config
What is stored in ROM?
Stores a bootstrap program that is loaded when the switch powers on and finds the full Cisco IOS image and manages loading the IOS into RAM
What is stored in Flash?
Cisco IOS images
How do you configure SSH on a switch
"All of these are required: hostname, ip domain-name, RSA key, username and password"
What are the message banners you can change?
"MOTD, login, exec"
How do you determine the DCE end of a connection?
show controllers
"What routing protocols use the interface bandwidth settings to set their default metrics, with the metrics impacting a router's choice of the best IP route to reach each subnet?"
OSPF and EIGRP
How do you copy an IOS image into flash?
"Step 1 - Obtain IOS image from Cisco, by downloading the IOS image from Cisco.com using HTTP or FTP. Step 2 - Place IOS image into the default directory of a TFTP server that is accessible from the router. Step 3 - Issue the copy command from the router, copying the file into Flash memory. --> R1#copy tftp flash"
How do you show the current value of the register?
show version
To enter the ROM monitor set the configuration register value to?
0x2100
What metric does RIP use?
Hop count
What metric does EIGRP use?
"Bandwidth, Load and delay"
What is the multicast address for RIPv2 addresses?
224.0.0.9
"This command lists information about the RIP configuration, plus the IP addresses of neighboring RIP routers from which the local router has learned routes."
show ip protocols
What is the administrative distance of EIGRP?
90
What is the administrative distance of OSPF?
110
What is the administrative distance of directly connected routes?
0
What is the administartive distance of a static route?
1
How do RIPv1 & RIPv2 send updates?
"v1: broadcast, v2: multicast"
How do you apply an access list to an interface?
ip access-group (# or Name) (inbound or outbound)
"When placing a standard access list, do you want to placer it as close as possible to source or destination?"
destination
What do standard access lists filter on?
Source address
How do you configure a static route?
ip route (network) (mask)
What can extended access list filter on?
"Source IP, Destination IP, Protocol, Port Numbers"
How do you stop RIP from sending updates on a given interface?
passive-interface [default] {interface type/number}
The process by which a TCP/IP host sends data can be viewed as a five-step process.
Step 1 - Create and encapsulate the application data with any required application layer headers. Step 2 - Encapsulate the data supplied by the application layer inside a transport layer header. Step 3 - Encapsulate the data supplied by the transport layer inside an internet layer (IP) header. Step 4 - Encapsulate the data supplied by the internet layer inside a network access layer header and trailer. Step 5 - Transmit the bits.
When would a switch revert to store and forward mode?
"When a port is already busy transmitting or receiving and another station sends a frame to that busy port, the switch will store the new frame until the port is available."
"When a frame is too big to fit on an intermediate LAN, what happens?"
Network will fragment it
What are the two trunking protocols supported by Cisco switches?
802.1q and ISL.
How do you change the setting of the configuration register?
config-register
What would an ack 10 mean in TCP
I received packet 10 and am ready for 11
How do you set the telnet password?
"line vty 0 4, password ________, login ----- You must have login or it won't work"
How do you erase the start up config
erase startup
How do you copy the running config to the start up config?
copy run start
How often are BPDU exchanged?
A bridge protocol unit is exchanged every 2 seconds allowing a switch to keep track of changes
Which WLAN IEEE specification allows up to 54 Mbps at 2.4 GHz?
Wireless G
Which WLAN IEEE specification allows up to 600 Mbps at 2.4 GHz or 5 GHz?
Wireless N
What command do you use to back up an IOS?
Copy flash tftp
What protocol does DHCP use at the Transport layer?
DHCP is connectionless and thus uses UDP
How do you see what access lists are applied to a given interface?
show ip interface
The Protocol Data Unit Encapsulation (PDU) is completed in which order?
"PDU encapsulation defines how data in encoded as it goes throug heach layer of the network. Data is segment at the transport layer, pckets are created at the network layer, frames at the data link, and bits at the physical"
What protocols are used to configure trunking on a switch?
802.1Q and ISL encapsulation are used to confiure trunking on a port.
How do you restore a Cisco IOS?
copy tftp flash
A bridge connecting two hubs creates how many collision domains?
Two - a bridge seperates collision domains
What level of the OSI model do hubs operate at?
One
"Acknowlegements, sequencing and flow control are characteristics of which OSI layer?"
Transport
"Which layer of the OSI model offers three different modes of communication: simplex, half duplex, full duplex"
Session
What layer 1 devices allow you to enlarge the area covered by a network?
"Hub, repeater"
What layer of the OSI model do applications operate at?
They don't. Applications utilize the application layer of the OSI model to communicate however they do not operate in the OSI model
What are common types of flow control?
"Windowing, buffering, congestion avoidence"
Does telnet use TCP or UDP?
TCP
How does DHCP resolve IP conflicts?
When a DHCP conflict is detectedeither by the server sending a ping and getting a response or by a host using a gratuitous ARP for it's own IP then the serve will hold that address and not use it until it's fixed by the administrator
Which of the following allows a router to respond to an ARP request that is inteded for a remote host?
Proxy ARP can help machines on a subnet reach reomte subnets without configuring routing or a default gateway.
What is a Gratuitous ARP?
Gratuitous ARP is sent by a machine who received an IP address from a DHCP server. Gratuitous ARP sends a broadcast to detect if anyone else has the address it was assigned
What layer in the TCP/IP stack is equivalent to the transport layer in the OSI model?
Host-to-Host
What layer in the OSI model is equivalent to the network layer in the TCP/IP stack?
Internet
"When a ping to the loopback address fails, what can you assume?"
The IP stack isn't initialize
"When a ping to the localhost fails, what can you assume?"
The Nic isn't functional
What command displays the ARP table on a Cisco router?
show ip arp
What is the function of the session layer of the OSI model?
"The session layer is responsible for creating, managing, and ending communication sessions between presentation layer entities."
"You have a network with a subnet of 172.16.17.0 /22, is 172.16.18.255 / 255.255.255.252.0 a valid address?"
Yes. The network address is 172.16.16.0. The broadcast is 172.16.19.255
"When you enter show run, you get the following output: Exec-timeout 1 44 - What does this mean?"
If no commands have been typed in 1 minute 44 sec the console will close the connection
You've configured a password however it shows up: Password 7 1QW23BA - What command would do this?
service password-encryption
How do you clear the contents of NVRAM? What does this clear?
This clears the startup config and erase startup-config will do the trick
What is required to configure SSH on a router?
"username, ip domani name, login local, transport input ssh under VTY lines and the crypto key. SSH version 2 is not required but suggested"
"Where is the location of the following: IOS, startup config, and running config?"
"IOS: Flash, Startup: NVRAM, Running, RAM"
How can you determine your CPU utilization on a router?
show processses
What is router on a stick?
Router on a stick is the process by which two different vlans can communicate using a router with one port. The router has two factional interfaces used to carry the traffic.
How do you delete a VLAN from a switch and why does it not get deleted when you delete the startup config?
delete vlan.dat clears the vlan database. Deleting the startup config deletes NVRAM. The vlan.dat file is contained in Flash
Is DHCP TCP or UDP? And what port number is it?
UDP - 67 68
Is DNS TCP or UDP? And what port number is it?
Both - 53
Is TFTP TCP or UDP? And what port number is it?
UDP - 69
Is NTP TCP or UDP? And what port number is it?
TCP - 123
Is SSH TCP or UDP? And what port number is it?
TCP - 22
Is Telnet TCP or UDP? And what port number is it?
TCP - 23
Is HTTPS TCP or UDP? And what port number is it?
TCP - 443
Is FTP TCP or UDP? And what port number is it?
TCP - 21
Is HTTP TCP or UDP? And what port number is it?
TCP - 80
Is SMTP TCP or UDP? And what port number is it?
TCP - 25
Is POP3 TCP or UDP? And what port number is it?
TCP = 110
Is SNMP TCP or UDP? And what port number is it?
UDP - 161
Is VOIP TCP or UDP? And what port number is it?
"UDP - 16,384-32,767"
What is the default config register if the router is booting correctly?
0x2102
What do you set the config register to in order to skip booting the startup config?
0x2142
How do you encrypt all passwords on a router?
service password-encryption
What is EIGRP feasible distance?
The advertised distance from another router plus the distance to get to that router
What is EIGRP reported distance?
The metric advertised by a report to get to another router
How do you show the MAC address connected to a switch port?
show mac address-table
How do you show what ports are trunk ports on a switch as well as what vlans are allowed in the trunk?
show int trunk
What is the difference between bridges and layer 2 switching?
Switches are hardware based while bridges are software based
How can you restrict access to your network using a switch? What commands would you use?
"Using port security. Go to an interface, switchport port-security"
"After the election of a root bridge, how do switches exchange information?"
Using BPDU - bridge protocol data units where they compare information to their neighbors
How is a root bridge elected?
"Bridge priority, if it isn't set, it'll use the default of 32,768 and then use the MAC as a tie breaker"
"When using STP, how can you speed up network convergence?"
Creating core switches with a low priority
What command changes a switch into RSTP?
spanning-tree mode rapid-pvst
"Which router component stores the routing tables, packet buffer, and ARP cache?"
"RAM holds the router's routing table, packet buffers, and ARP cache. The running config is also stored in RAM. On most Cisco routers, the lOS is loaded into RAM as well"
How can you set IP addresses on a VLAN?
Set the ip address to a specific VLAN - This is done for remote management
"What command displays the switch's configured IP address, subnet mask, and default gateway?"
show ip interface
"If a switch has both an enable password and an enable secret password, which password takes priority?"
"When a switch has the enable password and enable secret password configured, the switch will use the enable secret password as the password to enter privileged EXEC mode"
What four things need to be the same for two OSPF neighboors to interact?
"Authentication, subnet mask, area, timer"
What command displays the vlan status of ports on a switch? As well as which trunks allow which vlans?
show interfaces switchport
How do you set what VLANS are allowed on a trunk?
"Go to the interface, then issue: switchport mode trunk allowed vlan add ____"
"During an STP election, how is the root switched elected? If they tie?"
"By bridge ID in the BPDU. If they tie, then the lowest MAC address is used"
What is a root port and how is it elected?
A root port is chosen based on the lowest cost to reach the root bridge. If a switch is itself a root port and in a collision domain then it'll default to lowest STP priority then lower internal interface #
Enabling Portfast and BPDU Guard accomplishes what?
It's used to prevent a user from adding a router and changing the topology. Instead it would disable the port after learning it was changing the topology. Portfast automatically forwards all traffic on the port
How do you show the root bridge ID in spanning tree?
show spanning-tree vlan __ bridge id
How do you stop an OSPF router from participating in a DR election?
Set the priority to zero
How does EIGRP send topology updates?
Multicast - via 224.0.0.10
"In the context of EIGRP, what does RTP stand for?"
Reliable transport protocol
What is the default priority for a bridge?
"32,768"
What is thecost of a 10 Mbps link according to IEEE? 100 Mbps? 1 Gbps? 10 Gbps?
"From lowest to highest: 100, 19, 4, 2"
How often does the root switch send BPDU?
2 Seconds
What is the amount of time a switch using STP waits to switch the topology?
10 sec
"When switching from a blocking state to a forwarding state, what is the default listening delay and what is it called?"
Forward delay - 15 sec
What does BPDU watch for?
It watches for BPDU then disables the port if it recieves any
What is the Bridge ID (BID) comprised of?
4 Bits - Priority / 12 Bits - System ID (VLAN ID) / 6 bytes or 48 bits - System ID (MAC)
What are the requirements which selecting a VLAN priority number?
"Must be a multiple of 0, 4096, 8192……….."
Why do you set the cost of a VLAN?
Generally used to set the cost of trunks to help for root cost calculations
How do you debug spanning tree?
debug spanning-tree events
How do you force a switch immediately to become the root switch?
spanning-tree vlan vlan-id root primary
How do you create an etherchannel? What commands?
"config t, int _______, channel-group # mode on"
Can the ether channel differ between switches?
Yes. It must remain the same for all ports locally but may differ between two connected switches
What two protocols does Cisco support to use dynamic EtherChannel?
Port Aggregation Protocol (PAgP) and Link Aggregation Control Protocol (LACP)
How do you enable dynamic EtherChannel?
"channel-group # mode desirable or channel-group # mode active ------ Note, both do not work and if etherchannel is already active (Or on) it will not work."
How do you see the root cost (What command)? Where does it list the cost?
show spanning-tree (root) - lists the root cost at the top in the section about the root switch and the interface cost at the bottom.
How do you configure an ip helper address?
"config t, int _______, ip helper-address (Address of PC or w/e is your relay agent)"
What is an ip helper address?
A DHCP relay agent is any host that forwards DHCP packets between clients and servers. Relay agents are used to forward requests and replies between clients and servers
What are standard access list numbers?
"0-99, 1300-1999"
What are extended access list numbers?
"100-199, 2000-2699"
What is the order of the IP header?
"Misc Fields, Protocol Type, Header Checksum, Source IP, Destination IP, options, next header"
What type of access list requires a user to login via telnet before allowing traffic?
Dynamic
What type of access list is required to enable a reflexive ACL
Named ACL
How does a reflexive ACL work?
"When a user sends a packet to a webserver, the router will create a new session. This session will then allow responses on the given port number associated with the original traffic"
What are two link state routing protocols?
OSPF and IS-IS
What is route poisoning?
A router advertising a failed route with an infinite metric
What is split horizon?
"If routing updates sent out interface X, do not include routing formation about routers that refer to interface x as the out going interface ---- Or don't send updates back to where you got them from"
How do you enable authentication in OSPF? And encrpyted authentication?
ip ospf authentication (Key value) ////// ip ospf authentication message-digest
"In order for two routers to be neighbors in EIGRP, what must be true?"
"Must pass authentication, same AS number, the source IP address used by the neighbor's hello must be in the same network"
What is considered when calculating an EIGRP metric?
"Link speed, bandwidth, and cumulative delay"
What is feasible distance?
The metric of the best route to reach a subnet as calculated from a router
What is reported distance?
The metric as calculated on a neighboring router and then report and learned in an EIGRP update
"When the show show spanning-tree command, what will tell you if ether channel is enabled?"
show spanning-tree
"When configuring a router on a stick, what commands do you issue?"
"config t, int ___.___ (fractional interface), encapsulation dot1Q VLANID (Native)"
What mode prevents a switch from sharing VLAN information to other switches?
Transparent
"When using OSPF, what relationship will two routers which are not the BR or BDR?"
2 Way - Not full because a router will only have a full relationship with the BDR or DR if it isn't either
How does frame relay uniquely identify packets?
DCLI - Data Link Connection Identifier
What is a virtual circuit? What are the two types?
The logical path between two frame relay DTE's. Switched and permanent (SVC and PVC)
What is LMI? What function does it preform?
LMI is the definition of the message used between the DTE and DCE - It is NOT the encapsulation. Preforms the keep alive on a link and signal if the PVC is active or inactive
What are the types of LMI? Which ones work together?
"Cisco, ANSI, and ITU - None of them work together"
What are the two ways to associate a frame relay DCLI with a sub interface? Which disables inverse ARP?
Via the following commands: frame-relay interface-dcli &&& frame-relay map - map disables the inverse ARP
"In the config files, what DLCI numbers show up?"
Only the local - the global do not.
What are the 3 VPN encryption algorithms and what are their key lengths?
Data Encrpytion Standard (DES) - 56 //// Triple DES (3DES) - 56x3 //// Advanced Encrpytion Standard (AES) - 128 and 256
What are the 3 DH options and their key lengths?
DH-1: 768 /// DH-2: 1024 //// DH-5: 1536 --- All are in bits
IPSec defines what two security protocols?
Encapsulating Security Payload (ESP) - IP Authentication Header (AH)
"What is the default maximum possible routes to a network in OSPF? For instance, if there were ten routes to a network, how many would be placed into a routing table?"
Default is 4
What three commands list the neighbors for a given OSPF interface?
"show ip ospf interface, show ip ospf neighbor, show ip ospf neighbor (Interface)"
What protocols support manual route summarization?
OSPF and EIGRP and RIPv2
How do you translate between IPv4 and IPv6?
Network address translation – protocol translation (NAT-PT) translates between IPv4 and IPv6. Dual-stack allows a host or router to concurrently support both protocols.
How do you support both IPv4 and IPv6 on one device?
" Dual-stack allows a host or router to concurrently support both IPv4 and IPv6 - NAT-PT is meant to translate between 4 and 6, not utilize both"
"When issuing the show ip route command, what code designation implies the route was learned from EIGRP?"
D
What is the process for selecting a router ID in EIGRP?
"Router ID #, numerically # the highest loopback interface at the time EIGRP comes up --- Not interface #----, the highest non loopback interface Ip address"
What does the maximum paths command do in EIGRP? What is the default?
"Default is 4, it is the number of equal cost routes"
How does unequal cost load balancing work in EIGRP?
EIGRP uses variacne. Variance multiplier on the sub interface can be an integer between 1-128
What is VTP transparent mode?
"VTP transparent switches do not participate in VTP. A VTP transparent switch does not advertise its VLAN configuration and does not synchronize its VLAN configuration based on received advertisements, but transparent switches do forward VTP advertisements that they receive out their trunk ports in VTP Version 2."
"In the following statement, what is 501 represent? router eigrp 501"
Automatous Area Number
What is FECN and BECN and DE?
Forward Explicit Congestion Notification and Backward Explicit Congestion Notification and discard eligible
"By default, what is the dead timer for OSPF and EIGRP relative to the hello timer?"
"OSPF: 4x, EIGRP: 3x"
"What is the 2195456 and what is 281600 in the following output: via 172.12.123.3 (2195456/ 281600), Serial0"
"via 172.12.123.3 (2195456/ 281600), Serial0 - 281600, is the routeÆs Reported Distance."
How do you configure a HSRP on a router?
Configure an ip address on the interface then configure a standby (standby Group) ip (ip address) on each router
What is HSRP's well known MAC address?
00-00-0c-07-ac-xx
What is the default priority for HSRP?
100
How do you configure a router to take over as the active router
standby 5 priority (# > 100) preempt --> it must have a priority greater than the current active router
How do you show the status of a router using HSRP?
show standby
How does load balancing work with HSRP?
"Using multiple groups and IP addresses - it isn't true load balancing, just balancing by IP Address"
What is the maximum number of routers in a GLBP?
4
What are the two ways GLBP can assign the next router to send traffic to?
Round robin and weighted MAC
"When creating a feasible successor route, EIGRP compares what metrics?"
Reported distance of the potential successor must be less than the feasible distance of the successor
"When adding a new network in EIGRP, do you use the wildcard or regular subnet mask?"
Wildcard
"When adding a new network in OSPF, do you use the wildcard or regular subnet mask?"
Wildcard
How do you set an EIGRP hello timer?
ip hello-interval
If you only want to allow a given MAC on a specific interface?
switchport port-security mac-address XXXX.XXXX.XXXX
The configuration keywords deseriable and auto relating to Ethernet channel relate to what protocol?
PAgP
The configuration keywords active and passive relating to Ethernet channel relate to what protocol?
LACP
What is an example of SNMP which Cisco makes?
Cisco Prime
What is the default level of logging on a cisco router?
Debugging - Level 7 & below are all logging with 7 being default
What is the name of the database that runs on a network device that can be accessed from an SNMP agent?
MIB - Management Information Base - a NMS (Network Management station) can send commands to the SNMP agent softwrae which can read and write to the MIB
What mode do you have to enter to reset a Cisco password switch?
ROMMON
How do you show all the LSA from OSPF?
show ip ospf database
"In OSPF, all links over 100 Mbps show up as a cost of what?"
1. All calculations are 100 / Speed and if it's <1 it is = 1
What does AVG stand for?
Active Virtual Gateway
How do you configure SNMP v2c?
snmp-server coummity (string) RO|RW
What are the levels of security in SNMP? What authentication and encryption is associated with them?
Level-Command-Authentication Mode - Encryption /// noAuthNoPriv - noauth - Username - None /// authNoPriv - auth - MD5 or SHAo - None /// authPriv - priv - MD5 or SHA - DES or DES-56
What are the seven system sverity levels?
0 - Emergency / 1 - Alert / 2 - Critical / 3 - Error / 4 - Warning / 5 - Notification / 6 - Informational / 7 - Debugging
How do you determine what level of logging is on?
show logging
How do you log messages to a sys log?
logging trap 4 - this would trap all messages with a severity of 4 and lower.
How does NetFlow differentiate packets?
"Based on Source IP, Destination IP, Source Port #, Destination Port #, Layer 3 protocol, Type of Service (ToS) field), Input logical interface"
How do you configure netflow to monitor inbound packets? Outbound packets?
ip flow ingress (Inbound) // ip flow egress (outbound)
"During the typical boot process, what is the first step when attempting to locate the operating system to load?"
Check the register
"If there is no start up configuration to load, how does the router respond?"
Router asks the user if they'd like to enter setup mode
How do you preform a password reset?
"Boot to ROMMON by either breaking into the boot process from the console or removing all the flash memory. Set the config register to 0x2142, Boot the router to the IOS and now you can reach enable from console without needing a password"
How do you show and change the licensing on a cisco device?
show license udi // license install url & reload the router
How do you see what modules are enabled on a cisco router license?
show license feature
How do you create a GRE tunneling interface on a router?
"interface tunnel (number) \\ ip address (address) (mask) - must be in the same subnet as other end \\ tunnel source (interface) or tunnel source (ip-address) \\ tunnel destination ip-address \\ configure any routes needed ------> 1.) Create the tunnel, 2.) Assign IP's, 3.) Assign Destination, 4.) Configure Routes"
How do you verify a GRE tunnel?
show int tunnel or show ip int brief
When do you use assign a DLCI to a local interface? And how?
#frame-relay interface-dlci <dlci number> (use this on point-to-point subinterfaces)
Frame relay: What is the meaning of a PVC Status = INACTIVE?
"The connection from the local router to the switch is working, but the connection to the remote router is not available"
What is needed to configure a VTP domain?
#vtp mode server | client | transparent#vtp domain <name>#vtp password <password>#vtp pruning
"In PPP, what protocol negotiates the network layer protocols?"
NCP - Not LCP
"Bridge ID Priority 32772 (priority 32768 sys-id-ext 4)Address 0019.e86a.6f80
Aging Time 300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec What VLAN is this on?"
Vlan 4 - given by system vlan ext field
Do EIGRP and OSPF auto summarize by default?
"OSPF - No, EIGRP - Yes"
What is the forward delay timer?
The amount of time spent in the listening state in STP
Is it possible to have two servers in VTP?
"Yes, they will share VTP information and revision numbers with eachother to keep the most up to date VLAN information"
"Within netflow, what is a flow?"
A flow is a unidirectional stream of packets between a specific source and a specific dsetination system. Netflow is based on the network layer thus uses IP addresses and their transport layer source and destination port numbers
What are the three options on a port security violoation command? Which one discards traffic? Disables the interface? Increments a violation counter?
"protect, restrict, and shutdown - they all discard offending traffic. Shutdown disables the interface. Restrict shuts down the interface and increments the violation counter"
How do you see the status of ports filtered based on MAC address?
show port security
If you configure a router with pre empt will it always become the active router?
No. It will only become the active router if it has the highest priority. Preempt just allows it to force an election .
What is the purpose of a VPN?
"Confidentiality / Privacy, Authentication, Data integrity, anti-replay"
Does VTP require a password?
"No, but if set it must match"
Who sends the LMI messages?
The DCE end - with the clockreate
Imagine a frame relay frame is sent from R1 to R2. The frame experiences congestion while in transit. What is the most likely action of a frame relay switch that notices congestion?
It would set the the FECN bit in the same direction that the frame is flowing and the BECN bit for frames flowing in the previous direction
"Is the cost of a link / port added when a frame is received or sent? For instance if a switch has a port cost of 1 on an interface and it recieves a packet on that interface, what would it's cost be when it's sent out on an ethernet link?"
"1, it is cost on the inbound interface. The next switch will view it as having a cost of 20 if it's interface had a cost of 19 for an ethernet link"