1.
Refer to the exhibit. Assuming that the routing tables are up to date and no ARP messages are needed, after a packet leaves H1, how many times is the L2 header rewritten in the path to H3?
Correct Answer
B. 2
Explanation
After a packet leaves H1, it will first go through the switch, where the Layer 2 (L2) header will be rewritten to include the MAC address of the switch. Then, the packet will be forwarded to the router, where the L2 header will be rewritten again to include the MAC address of the router. Finally, the packet will be forwarded to H3 without any further L2 header rewrites. Therefore, the L2 header is rewritten twice in the path to H3.
2.
Refer to the exhibit. Which highlighted value represents a specific destination network in the routing table?
Correct Answer
B. 172.16.100.128
Explanation
The highlighted value "172.16.100.128" represents a specific destination network in the routing table. This is because it is a specific IP address that can be used to identify a particular network or host on the network. The other values listed are not IP addresses and do not represent a specific destination network.
3.
On which two routers would a default static route be configured? (Choose two.)
Correct Answer(s)
A. Stub router connection to the rest of the corporate or campus network
C. Edge router connection to the ISP
Explanation
A default static route is typically configured on a stub router connection to the rest of the corporate or campus network and on an edge router connection to the ISP.
The stub router is responsible for connecting a smaller network (such as a branch office or a department) to the larger corporate or campus network. By configuring a default static route on this router, any traffic that is not destined for the local network will be forwarded to the corporate or campus network.
The edge router, on the other hand, is responsible for connecting the internal network to the external network (ISP). By configuring a default static route on this router, any traffic that is not destined for the internal network will be forwarded to the ISP.
Therefore, a default static route would be configured on both the stub router connection to the rest of the corporate or campus network and the edge router connection to the ISP.
4.
Which command will create a static route on R2 in order to reach PC B?
Correct Answer
C. R2(config)# ip route 172.16.2.0 255.255.255.0 172.16.3.1
Explanation
This command will create a static route on R2 to reach PC B. It specifies the destination network as 172.16.2.0 with a subnet mask of 255.255.255.0. The next hop address is set to 172.16.3.1, indicating that packets destined for PC B should be forwarded to this IP address.
5.
Refer to the exhibit. R1 was configured with the static route command ip route 209.165.200.224 255.255.255.224 S0/0/0 and consequently users on network 172.16.0.0/16 are unable to reach resources on the Internet. How should this static route be changed to allow user traffic from the LAN to reach the Internet?
Correct Answer
C. Change the destination network and mask to 0.0.0.0 0.0.0.0.
Explanation
The correct answer is to change the destination network and mask to 0.0.0.0 0.0.0.0. This is because the static route command with the given destination network and mask of 209.165.200.224 255.255.255.224 is too specific and only allows traffic to reach a specific subnet. By changing the destination network and mask to 0.0.0.0 0.0.0.0, it becomes a default route that matches any destination IP address, allowing user traffic from the LAN to reach the Internet.
6.
A router has used the OSPF protocol to learn a route to the 172.16.32.0/19 network. Which command will implement a backup floating static route to this network?
Correct Answer
B. Ip route 172.16.32.0 255.255.224.0 S0/0/0 200
Explanation
This command will implement a backup floating static route to the 172.16.32.0/19 network because it specifies the correct network address and subnet mask (172.16.32.0 255.255.224.0). The next-hop interface is S0/0/0 and the administrative distance is set to 200, indicating that it is a backup route.
7.
Refer to the exhibit. Router R1 has an OSPF neighbor relationship with the ISP router over the 192.168.0.32 network. The 192.168.0.36 network link should serve as a backup when the OSPF link goes down. The floating static route command ip route 0.0.0.0 0.0.0.0 S0/0/1 100 was issued on R1 and now traffic is using the backup link even when the OSPF link is up and functioning. Which change should be made to the static route command so that traffic will only use the OSPF link when it is up?
Correct Answer
D. Change the administrative distance to 120.
Explanation
The administrative distance determines the preference of routes when there are multiple paths to the same destination. A lower administrative distance indicates a more preferred route. In this case, the static route has an administrative distance of 100, which is lower than the OSPF route. Therefore, traffic is being sent through the backup link instead of the OSPF link. By changing the administrative distance to 120, which is higher than the OSPF route's administrative distance, the static route will only be used when the OSPF link is down.
8.
Which statement describes a route that has been learned dynamically?
Correct Answer
A. It is automatically updated and maintained by routing protocols.
Explanation
A dynamically learned route is automatically updated and maintained by routing protocols. Routing protocols are responsible for exchanging information about network topology and updating routing tables accordingly. This ensures that the route remains up-to-date and reflects any changes in the network. The other statements are not necessarily true for dynamically learned routes. They may be affected by changes in the network topology, have different administrative distances, and may be identified by different prefixes in the routing table.
9.
Compared with dynamic routes, what are two advantages of using static routes on a router? (Choose two.)
Correct Answer(s)
A. They improve network security.
B. They use fewer router resources.
Explanation
Static routes improve network security because they do not advertise network information, making it harder for potential attackers to gain knowledge about the network. Additionally, static routes use fewer router resources compared to dynamic routes, as they do not require the router to continuously update and maintain routing tables.
10.
Refer to the exhibit. All hosts and router interfaces are configured correctly. Pings to the server from both H1 and H2 and pings between H1 and H2 are not successful. What is causing this problem?
Correct Answer
C. RIPv2 is misconfigured on router R2.
Explanation
The problem is caused by a misconfiguration of RIPv2 on router R2. This misconfiguration is preventing successful pings between H1 and H2, as well as pings to the server from both H1 and H2. The misconfiguration on R2 is likely causing incorrect routing information to be propagated, resulting in the inability to reach the desired destinations.
11.
Refer to the exhibit. What is the administrative distance value that indicates the route for R2 to reach the 10.10.0.0/16 network?
Correct Answer
B. 1
Explanation
The administrative distance value of 1 indicates that the route for R2 to reach the 10.10.0.0/16 network is directly connected. This means that the network is directly connected to the interface of R2, making it the most reliable and preferred route.
12.
A network administrator reviews the routing table on the router and sees a route to the destination network 172.16.64.0/18 with a next-hop IP address of 192.168.1.1. What are two descriptions of this route? (Choose two.)
Correct Answer(s)
C. Ultimate route
E. Level 2 child route
Explanation
The given route to the destination network 172.16.64.0/18 with a next-hop IP address of 192.168.1.1 can be described as an "ultimate route" because it directly leads to the destination network. Additionally, it can be described as a "level 2 child route" because it is a more specific route within a larger network.
13.
Which two factors are important when deciding which interior gateway routing protocol to use? (Choose two.)
Correct Answer(s)
A. Scalability
C. Speed of convergence
Explanation
When deciding which interior gateway routing protocol to use, scalability and speed of convergence are important factors to consider. Scalability refers to the ability of the protocol to handle a growing network and accommodate a large number of routers and networks. Speed of convergence refers to how quickly the protocol can adapt to changes in the network, such as route failures or additions, and update its routing tables. These factors are crucial in ensuring efficient and reliable routing within the network. ISP selection, the autonomous system used, and campus backbone architecture are not directly related to the choice of interior gateway routing protocol.
14.
What is a basic function of the Cisco Borderless Architecture access layer?
Correct Answer
C. Provides access to the user
Explanation
The access layer in the Cisco Borderless Architecture is responsible for providing access to the user. This means that it serves as the entry point for end devices to connect to the network. The access layer typically includes switches and wireless access points that connect end devices such as computers, phones, and printers. It ensures that these devices can communicate with the rest of the network and access the resources they need.
15.
What is the name of the layer in the Cisco borderless switched network design that would have more switches deployed than other layers in the network design of a large organization?
Correct Answer
A. Access
Explanation
In the Cisco borderless switched network design, the layer that would have more switches deployed than other layers in the network design of a large organization is the access layer. The access layer is responsible for connecting end devices to the network and typically has a higher number of switches to accommodate the large number of devices connected at this layer.
16.
What will a Cisco LAN switch do if it receives an incoming frame and the destination MAC address is not listed in the MAC address table?
Correct Answer
D. Forward the frame out all ports except the port where the frame is received.
Explanation
If a Cisco LAN switch receives an incoming frame and the destination MAC address is not listed in the MAC address table, it will forward the frame out all ports except the port where the frame is received. This is because the switch does not have the information about the destination MAC address in its table, so it assumes that the frame needs to be broadcasted to all connected devices in order to reach the intended destination.
17.
Which advantage does the store-and-forward switching method have compared with the cut-through switching method?
Correct Answer
B. Frame error checking
Explanation
The store-and-forward switching method has an advantage over the cut-through switching method because it performs frame error checking. This means that before forwarding a frame, it checks for any errors in the frame's data. This ensures that only error-free frames are forwarded, leading to better data integrity and reliability in the network. In contrast, the cut-through switching method does not perform frame error checking and forwards frames without verifying their integrity.
18.
Which switching method drops frames that fail the FCS check?
Correct Answer
D. Store-and-forward switching
Explanation
Store-and-forward switching is a method in which the switch receives the entire frame before forwarding it to the destination. It checks the Frame Check Sequence (FCS) to ensure the integrity of the frame. If the FCS check fails, indicating an error in the frame, the switch drops the frame. Therefore, store-and-forward switching is the switching method that drops frames that fail the FCS check.
19.
In what situation would a Layer 2 switch have an IP address configured?
Correct Answer
C. When the Layer 2 switch needs to be remotely managed
Explanation
A Layer 2 switch would have an IP address configured when it needs to be remotely managed. This allows administrators to access and configure the switch remotely over a network. By assigning an IP address to the switch, it can be accessed using protocols such as Telnet, SSH, or web-based management interfaces. This is particularly useful in larger networks where physical access to the switch may not be convenient or feasible.
20.
A network administrator is configuring a new Cisco switch for remote management access. Which three items must be configured on the switch for the task? (Choose three.)
Correct Answer(s)
A. IP address
C. Vty lines
E. Default gateway
Explanation
To enable remote management access on a Cisco switch, the following three items need to be configured:
1. IP address: This is necessary to assign an IP address to the switch so that it can be accessed remotely over the network.
2. vty lines: These are virtual terminal lines that allow remote users to connect to the switch using protocols like Telnet or SSH.
3. Default gateway: This is the IP address of the router or gateway that the switch will use to forward traffic to other networks or the internet.
These three configurations are essential for enabling remote management access on a Cisco switch.
21.
As part of the new security policy, all switches on the network are configured to automatically learn MAC addresses for each port. All running configurations are saved at the start and close of every business day. A severe thunderstorm causes an extended power outage several hours after the close of business. When the switches are brought back online, the dynamically learned MAC addresses are retained. Which port security configuration enabled this?
Correct Answer
D. Sticky secure MAC addresses
Explanation
The correct answer is "sticky secure MAC addresses". Sticky secure MAC addresses is a port security configuration that allows the switch to dynamically learn and retain MAC addresses for each port. This means that even after a power outage, the learned MAC addresses are still retained when the switches are brought back online. The other options, such as auto secure MAC addresses, dynamic secure MAC addresses, and static secure MAC addresses, do not specifically mention the retention of dynamically learned MAC addresses after a power outage.
22.
A network administrator is configuring port security on a Cisco switch. When a violation occurs, which violation mode that is configured on an interface will cause packets with an unknown source address to be dropped with no notification sent?
Correct Answer
C. Protect
Explanation
When the violation mode "protect" is configured on an interface, it will cause packets with an unknown source address to be dropped without sending any notification. This means that if a device with an unauthorized or unknown MAC address tries to send packets through the interface, those packets will be dropped without any alert being sent to the network administrator.
23.
What caused the following error message to appear?01:11:12: %PM-4-ERR_DISABLE: psecure-violation error detected on Fa0/8, putting Fa0/8 in err-disable state01:11:12: %PORT_SECURITY-2-PSECURE_VIOLATION: Security violation occurred, caused by MAC address 0011.a0d4.12a0 on port FastEthernet0/8.01:11:13: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/8, changed state to down01:11:14: %LINK-3-UPDOWN: Interface FastEthernet0/8, changed state to down
Correct Answer
E. Port security was enabled on the switch port, and an unauthorized connection was made on switch port Fa0/8.
Explanation
The error message indicates that a security violation occurred on switch port Fa0/8, resulting in the port being put into an err-disable state. This suggests that port security was enabled on the switch port, and an unauthorized connection was made. Port security is a feature that allows administrators to restrict access to a switch port based on MAC addresses. In this case, the MAC address 0011.a0d4.12a0 was detected on the port, indicating that an unauthorized device attempted to connect. As a result, the port was disabled to prevent any further unauthorized access.
24.
Refer to the exhibit. A small business uses VLANs 2, 3, 4, and 5 between two switches that have a trunk link between them. What native VLAN should be used on the trunk if Cisco best practices are being implemented?
Correct Answer
F. 6
25.
Which statement describes a characteristic of the extended range VLANs that are created on a Cisco 2960 switch?
Correct Answer
D. They are not stored in the vlan.dat file.
Explanation
Extended range VLANs are not stored in the vlan.dat file. The vlan.dat file is used to store the VLAN configuration information on a Cisco switch. However, extended range VLANs, which are VLANs numbered from 1006 to 4094, are not stored in this file. Instead, they are stored in a separate file called the vlan.dat-1 file. This allows for better management and organization of the VLAN configuration on the switch.
26.
A network administrator is using the router-on-a-stick method to configure inter-VLAN routing. Switch port Gi1/1 is used to connect to the router. Which command should be entered to prepare this port for the task?
Correct Answer
C. Switch(config)# interface gigabitethernet 1/1Switch(config-if)# switchport mode trunk
Explanation
The correct command to prepare port Gi1/1 for the task of configuring inter-VLAN routing using the router-on-a-stick method is "Switch(config)# interface gigabitethernet 1/1Switch(config-if)# switchport mode trunk". This command configures the port to operate in trunk mode, allowing it to carry traffic for multiple VLANs.
27.
A network administrator is configuring an ACL with the command access-list 10 permit 172.16.32.0 0.0.15.255. Which IPv4 address matches the ACE?
Correct Answer
C. 172.16.47.254
Explanation
The given ACL command "access-list 10 permit 172.16.32.0 0.0.15.255" specifies a range of IP addresses where the first 20 bits (172.16.32.0) are fixed and the next 12 bits (0.0.15.255) can vary. The ACE will match any IP address within this range. Among the given options, only the IP address 172.16.47.254 falls within this range, as the last 12 bits (47.254) are within the specified range of 0.0.15.255.
28.
The computers used by the network administrators for a school are on the 10.7.0.0/27 network. Which two commands are needed at a minimum to apply an ACL that will ensure that only devices that are used by the network administrators will be allowed Telnet access to the routers? (Choose two.)
Correct Answer(s)
A. Access-class 5 in
D. Access-list 5 permit 10.7.0.0 0.0.0.31
Explanation
The command "access-class 5 in" is needed to apply an ACL to incoming traffic on the VTY lines, ensuring that only devices allowed by the ACL can access the routers via Telnet. The command "access-list 5 permit 10.7.0.0 0.0.0.31" is needed to create an access list that permits traffic from the 10.7.0.0/27 network, which includes the IP addresses used by the network administrators' computers. Together, these two commands will allow only the network administrators' devices to have Telnet access to the routers.
29.
A network engineer has created a standard ACL to control SSH access to a router. Which command will apply the ACL to the VTY lines?
Correct Answer
B. Access-class 11 in
Explanation
The command "access-class 11 in" is used to apply the ACL to the VTY lines. This command specifies that access to the VTY lines should be controlled using the ACL with the number 11. The "in" keyword indicates that the ACL should be applied to incoming traffic on the VTY lines.
30.
What is the reason why the DHCPREQUEST message is sent as a broadcast during the DHCPv4 process?
Correct Answer
A. To notify other DHCP servers on the subnet that the IP address was leased
Explanation
The DHCPREQUEST message is sent as a broadcast during the DHCPv4 process to notify other DHCP servers on the subnet that the IP address was leased. This is important because it allows other DHCP servers to update their records and ensure that the same IP address is not leased to another host. By broadcasting the message, all DHCP servers on the subnet can receive the notification and update their information accordingly.
31.
What will be the result of adding the command ip dhcp excluded-address 172.16.4.1 172.16.4.5 to the configuration of a local router that has been configured as a DHCP server?
Correct Answer
C. The DHCP server function of the router will not issue the addresses from 172.16.4.1 through 172.16.4.5 inclusive.
Explanation
Adding the command "ip dhcp excluded-address 172.16.4.1 172.16.4.5" to the router's configuration will exclude the addresses 172.16.4.1 through 172.16.4.5 from being assigned by the DHCP server function of the router. This means that the DHCP server will not assign these addresses to any clients requesting an IP address, ensuring that they are not used by any devices on the network.
32.
A host on the 10.10.100.0/24 LAN is not being assigned an IPv4 address by an enterprise DHCP server with the address 10.10.200.10/24. What is the best way for the network engineer to resolve this problem?
Correct Answer
A. Issue the command ip helper-address 10.10.200.10 on the router interface that is the 10.10.100.0/24 gateway.
Explanation
The best way for the network engineer to resolve the problem of the host not being assigned an IPv4 address by the DHCP server is by issuing the command "ip helper-address 10.10.200.10" on the router interface that serves as the gateway for the 10.10.100.0/24 LAN. This command will enable the router to forward DHCP broadcast messages to the specified DHCP server, allowing the host to receive an IPv4 address from the server.
33.
What is used in the EUI-64 process to create an IPv6 interface ID on an IPv6 enabled interface?
Correct Answer
A. The MAC address of the IPv6 enabled interface
Explanation
In the EUI-64 process, the MAC address of the IPv6 enabled interface is used to create an IPv6 interface ID. This is done by taking the MAC address and inserting the hexadecimal value FFFE in the middle. This creates a 64-bit address that is unique to the interface. Using the MAC address ensures that the interface ID is globally unique and helps in identifying the device on the network.
34.
Refer to the exhibit. Which statement shown in the output allows router R1 to respond to stateless DHCPv6 requests?
Correct Answer
D. Ipv6 nd other-config-flag
Explanation
The "ipv6 nd other-config-flag" statement allows router R1 to respond to stateless DHCPv6 requests. This statement enables the router to advertise additional configuration information, such as DNS server addresses, to the clients using Neighbor Discovery Protocol (NDP). By including this flag, the router informs the clients that they can obtain additional configuration details through stateless DHCPv6.
35.
Refer to the exhibit. NAT is configured on Remote and Main. The PC is sending a request to the web server. What IPv4 address is the source IP address in the packet between Main and the web server?
Correct Answer
C. 203.0.113.5
36.
Refer to the exhibit. NAT is configured on RT1 and RT2. The PC is sending a request to the web server. What IPv4 address is the source IP address in the packet between RT2 and the web server?
Correct Answer
F. 209.165.200.245
37.
Refer to the exhibit. Which two statements are correct based on the output as shown in the exhibit? (Choose two.)
Correct Answer(s)
A. The output is the result of the show ip nat translations command.
B. The host with the address 209.165.200.235 will respond to requests by using a source address of 192.168.10.10.
Explanation
The correct answer is that the host with the address 209.165.200.235 will respond to requests by using a source address of 192.168.10.10. This can be inferred from the exhibit, which shows the translation table of the NAT device. The translation table maps the public IP address (209.165.200.235) to the private IP address (192.168.10.10). Therefore, any requests made by the host with the public IP address will use the translated source address. Additionally, the output is the result of the show ip nat translations command, as it displays the NAT translation table.
38.
Refer to the exhibit. A company has an internal network of 172.16.25.0/24 for their employee workstations and a DMZ network of 172.16.12.0/24 to host servers. The company uses NAT when inside hosts connect to outside network. A network administrator issues the show ip nat translations command to check the NAT configurations. Which one of source IPv4 addresses is translated by R1 with PAT?
Correct Answer
D. 172.16.25.35
Explanation
The source IPv4 address that is translated by R1 with PAT is 172.16.25.35. This can be determined by analyzing the given information that the company uses NAT when inside hosts connect to the outside network. Since the IP address 172.16.25.35 belongs to the internal network of employee workstations (172.16.25.0/24), it will undergo NAT translation when connecting to the outside network.
39.
What benefit does NAT64 provide?
Correct Answer
C. It allows sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses.
Explanation
NAT64 provides the benefit of allowing sites to connect IPv6 hosts to an IPv4 network by translating the IPv6 addresses to IPv4 addresses. This is important because it enables communication between IPv6-only hosts and IPv4-only hosts, facilitating the transition from IPv4 to IPv6. By translating the addresses, NAT64 allows for seamless connectivity and ensures compatibility between the two different addressing schemes.
40.
A network engineer is interested in obtaining specific information relevant to the operation of both distribution and access layer Cisco devices. Which command provides common information relevant to both types of devices?
Correct Answer
C. Show cdp neighbors
Explanation
The "show cdp neighbors" command provides common information relevant to both distribution and access layer Cisco devices. CDP (Cisco Discovery Protocol) is a Cisco proprietary protocol that allows network devices to discover and gather information about neighboring devices. By using this command, the network engineer can obtain information about the directly connected devices, including their IP addresses, platform, and capabilities. This information is useful for troubleshooting, network mapping, and understanding the overall network topology.
41.
What are three functions provided by the syslog service? (Choose three.)
Correct Answer(s)
A. To gather logging information for monitoring and troubleshooting
B. To select the type of logging information that is captured
C. To specify the destinations of captured messages
Explanation
The syslog service provides three functions: gathering logging information for monitoring and troubleshooting, selecting the type of logging information that is captured, and specifying the destinations of captured messages. These functions allow for effective logging and management of system events and errors, enabling administrators to identify and resolve issues efficiently.
42.
A network administrator is verifying a configuration that involves network monitoring. What is the purpose of the global configuration command logging trap 4?
Correct Answer
C. System messages that match logging levels 0-4 will be forwarded to a specified logging device.
Explanation
The command "logging trap 4" is used to specify the severity level of system messages that will be forwarded to a specified logging device. In this case, the command indicates that system messages with severity levels 0-4 will be forwarded. Severity levels range from 0 (emergency) to 7 (debugging), so this command ensures that important system messages up to level 4 are captured and sent to the designated logging device for monitoring and analysis.
43.
Refer to the exhibit. An administrator is examining the message in a syslog server. What can be determined from the message?
Correct Answer
A. This is a notification message for a normal but significant condition.
Explanation
The message in the syslog server indicates a "normal but significant condition." This means that there is an event or situation that is worth noting, but it does not require immediate action or indicate any warning or error conditions. It is simply a notification to inform the administrator about the condition.
44.
What is the purpose of the Cisco PAK?
Correct Answer
A. It is a key for enabling an IOS feature set.
Explanation
The purpose of the Cisco PAK is to serve as a key for enabling an IOS feature set. This means that the PAK is used to unlock specific features and capabilities within the Cisco IOS software. It is not a proprietary encryption algorithm, a compression file type, or a way to compress an existing IOS. Instead, it acts as a license key that allows users to access and utilize certain functionalities within the IOS software.
45.
Refer to the exhibit. An administrator is trying to configure PAT on R1, but PC-A is unable to access the Internet. The administrator tries to ping a server on the Internet from PC-A and collects the debugs that are shown in the exhibit. Based on this output, what is most likely the cause of the problem?
Correct Answer
C. The inside global address is not on the same subnet as the ISP.
Explanation
Based on the debug output, the "inside global address is not on the same subnet as the ISP" is the most likely cause of the problem. This is indicated by the "NAT: translation failed (A)" message, which suggests that the translation from the inside local address to the inside global address is not successful. Since the inside global address is not on the same subnet as the ISP, it cannot be properly routed to the Internet, resulting in the inability to access the Internet from PC-A.
46.
Refer to the exhibit. Which three hosts will receive ARP requests from host A, assuming that port Fa0/4 on both switches is configured to carry traffic for multiple VLANs? (Choose three.)
Correct Answer(s)
B. Host C
C. Host D
E. Host F
Explanation
Host A will send ARP requests to hosts C, D, and F because they are connected to the same VLAN as Host A. Host B, E, and G are not connected to the same VLAN as Host A, so they will not receive ARP requests from Host A.
47.
Refer to the exhibit. The network administrator enters these commands into the R1 router:R1# copy running-config tftpAddress or name of remote host [ ]? When the router prompts for an address or remote host name, what IP address should the administrator enter at the prompt?
Correct Answer
D. 192.168.11.252
Explanation
The network administrator should enter the IP address 192.168.11.252 at the prompt because it is the address of the TFTP server where the running configuration of the router will be copied.
48.
Refer to the exhibit. Based on the exhibited configuration and output, why is VLAN 99 missing?
Correct Answer
D. Because VLAN 99 has not yet been created
Explanation
The reason VLAN 99 is missing is because it has not been created. In the exhibited configuration and output, there is no mention or indication of VLAN 99 being created. Therefore, it is not available or present in the network.