Quiz
Question 1
The IP address configured on a router interface will appear in the routing table as what kind of route?
Static;
Connected;
Local;
Internal.
Question 2
Which command configures a default route on a Cisco router?
ip route 0.0.0.0 0.0.0.0 10.1.1.154;
ip route 0.0.0.0/0 10.1.1.254;
ip route 0.0.0.0 255.255.255.255 10.1.1.254;
ip route 0.0.0.0/32 10.1.1.254.
Question 3
Which is an accurate statement about the behavior of routers and switches ?
Routers flood packets with an unknown destination IP address, switches flood frames with an unkown destination MAC address;
Routers drop packets with an unkown destination IP address, switches drop frames with an unkown destination MAC address;
Routers drop packets with an unkown destination IP address, switches flood frames with an unkown destination MAC address.
Solution
Routers drop packets with an unkown destination IP address, switches flood frames with an unkown destination MAC address
Question 4
Which two types of addresses are automatically added to the routing table when you configure an IP addres on an interface and enable it ?
Connected, Static;
Local, Static;
Default, Local;
Connected, Local;
Question 5

Which interface will be used to forward a packet with a destination IP address of 10.1.1.1?
Last updated