click below
click below
Normal Size Small Size show me how
Netw 2 FA4
| Question | Answer |
|---|---|
| This command will encrypt plain text password in the running-configuration. | service password-encryption |
| What is a characteristic of a static route that matches all packets? | It identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route. |
| S - Identifies a static route created to reach a specific network. | S - Identifies a static route created to reach a specific network. |
| Process switching is the most recent and default Cisco IOS packet-forwarding mechanism | False |
| This packet forwarding mechanism uses a cache to store next-hop information. | Fast Switching |
| Which is the fourth decision process of packet forwarding? | The router encapsulates the packet in a data link frame and forwards it out the egress interface. |
| To enable logging in console port, you need configure the router with password and login command in console line interface. | True |
| When would it be more beneficial to use a dynamic routing protocol instead of static routing? | on a network where there is a lot of topology changes |
| The default route has a /0 prefix length. | True |
| A network administrator configures the interface fa0/0 on the router R1 with the command ip address 172.16.1.254 255.255.255.0 . However, when the administrator issues the command show ip route , the routing table does not show the directly connected netw | The interface fa0/0 has not been activated. |
| The Routers support the three packet forwarding mechanisms: Process Switch, Fast Switching, and Cisco Express Forwarding. | True |
| C - Identifies a directly connected network. | True |
| S - Identifies the address assigned to a router interface. | False |
| Refer to the exhibit. Which interface will be the exit interface to forward a data packet that has the destination IP address 172.19.115.206? | GigabitEthernet0/0 |
| The Routers support the two packet forwarding mechanisms: Process Switch and Fast Switching | False |
| When a router has two or more paths to a destination with equal cost metrics, then the router forwards the packets using both paths equally. This is called equal cost load balancing. | True |
| Refer to the exhibit. Which interface will be the exit interface to forward a data packet that has the destination IP address 192.168.71.52? | Serial0/0/0 |
| Which one has a highest administrative distance? | OSPF |
| L - Identifies a static route created to reach a specific network. | False |
| Which of these is highlighted in the routing table entry? | exit-interface |
| Which command can be used from a PC to verify the connectivity between hosts that connect through a switch in the same LAN? | Ping address |
| Refer to the exhibit. What command will change the next-hop address for the 10.0.0.0/8 network from 172.16.40.2 to 192.168.1.2? | A(config)# ip route 10.0.0.0 255.0.0.0 192.168.1.2 |
| Refer to the exhibit. This network has two connections to the ISP, one via router C and one via router B. The serial link between router A and router C supports EIGRP and is the primary link to the Internet. If the primary link fails, the administrator ne | Create a fully specified static route pointing to Fa0/0 with an AD of 95. |
| What type of route allows a router to forward packets even though its routing table contains no specific route to the destination network? | default route |
| Which of these is highlighted in the routing table entry? | administrative distance |
| Refer to the exhibit. An administrator is attempting to install an IPv6 static route on router R1 to reach the network attached to router R2. After the static route command is entered, connectivity to the network is still failing. What error has been made | The interface is incorrect. |
| In next-hop route, only the next-hop IP address is specified. | True |
| What characteristic completes the following statement? When an IPv6 static route is configured, the installation of the route can be verified with ...... | the "show ipv6 route static" command. |
| Static routes are added to the routing table when a route is manually configured. | True |
| What characteristic completes the following statement? When an IPv6 static route is configured, the installation of the route can be verified with ...... | the "show ipv6 route static" command. |
| A network engineer is troubleshooting a network problem and can successfully ping between two devices. However, Telnet between the same two devices does not work. Which OSI layers should the administrator investigate next? | from the network layer to the application layer |
| A destination route in the routing table is indicated with a code D. Which kind of route entry is this? | a route dynamically learned through the EIGRP routing protocol |
| Which one is the correct syntax for IPv4 default static route? | Router(config)#ip route 0.0.0.0 0.0.0.0 g0/0/0 |
| The default route has a /0 prefix length. Group of answer choices True False | True |
| The best path in the routing table is also known as the longest match. | True |
| Refer to the exhibit. Which type of IPv6 static route is configured in the exhibit? | recursive static route |
| When would it be more beneficial to use static routing instead of dynamic routing protocols? | on a network where dynamic updates would pose a security risk |
| What piece of information is needed in a fully specified static route to eliminate recursive lookups? | the IP address of the next-hop neighbor |
| Refer to the exhibit. What routing solution will allow both PC A and PC B to access the Internet with the minimum amount of router CPU and network bandwidth utilization? | Configure a static default route from R1 to Edge, a default route from Edge to the Internet, and a static route from Edge to R1. |