Ethernet Switching
VLANs & Trunking
IPv4 Subnetting & Routing
IPv6 Addressing
Routing Protocols
100

The table a switch uses to forward frames is called the ________.

What is the MAC address table?

100

The Cisco command to create VLAN 20.

What is vlan 20 (in global configuration mode)?

100

The command to configure a static route to 192.168.2.0/24 via next-hop 10.1.1.1.

What is ip route 192.168.2.0 255.255.255.0 10.1.1.1?

100

The IPv6 loopback address.

What is ::1?

100

The distance-vector routing protocol supported on Cisco routers for IPv4.

What is RIP?

200

The Cisco command to view the MAC address table.

What is show mac address-table?

200

A trunk link allows this to be carried across switches.

What are multiple VLANs?

200

A router sends packets to this route if no other specific route is found.

What is the default route?

200

The command to enable IPv6 routing on a Cisco router.

What is ipv6 unicast-routing?

200

The administrative distance of a static route.

What is 1?

300

The process of flooding a frame when the destination MAC is unknown.

What is unknown unicast flooding?

300

The IEEE standard for VLAN tagging.

What is 802.1Q?

300

Given network 192.168.10.0/24, subnet it into /26. How many hosts per subnet?

What is 62 usable hosts?

300

The IPv6 address type that begins with FE80::/10.

What is a link-local address?

300

The OSPF command to advertise network 192.168.1.0/24 in Area 0.

What is network 192.168.1.0 0.0.0.255 area 0?

400

The method used by switches to forward frames after checking only the destination MAC address.

What is cut-through switching?

400

The VLAN that all untagged traffic is sent to by default.

What is the native VLAN?

400

In a routing table, “C” next to a route means this.

What is a directly connected network?

400

The IPv6 shorthand for 2001:0db8:0000:0000:0000:ff00:0042:8329.

What is 2001:db8::ff00:42:8329?

400

The first step of the OSPF adjacency process.

What is exchanging hello packets?

500

The switching method that checks the entire frame for errors before forwarding.

What is store-and-forward switching?

500

The command to assign a switch interface to VLAN 30.

What is switchport mode access and switchport access vlan 30?

500

Given 10.0.0.0/8, how many /20 subnets can be created?

What is 4096 subnets?

500

The IPv6 transition method that encapsulates IPv6 packets inside IPv4.

What is tunneling (e.g., 6to4)?

500

The routing protocol that uses “areas” to reduce routing table size.

What is OSPF?