Révision finale, ccna2 Flashcards
What are two features of a link-state routing protocol? (Choose two.)
- The database information for each router is obtained from the same source.
- Routers send triggered updates in response to a change.
- Routers create a topology of the network by using information from other routers.
- Paths are chosen based on the lowest number of hops to the designated router.
- Routers send periodic updates only to neighboring routers.
- Routers send triggered updates in response to a change.*
- Routers create a topology of the network by using information from other routers. *
Fill in the blank.
In IPv6, all routes are level ___ ultimate routes.
1
Which switching method drops frames that fail the FCS check?
ingress port buffering
cut-through switching
store-and-forward switching
borderless switching
store-and-forward switching *
Which summary IPv6 static route statement can be configured to summarize only the routes to networks 2001:db8:cafe::/58 through 2001:db8:cafe:c0::/58?
ipv6 route 2001:db8:cafe::/54 S0/0/0
ipv6 route 2001:db8:cafe::/60 S0/0/0
ipv6 route 2001:db8:cafe::/62 S0/0/0
ipv6 route 2001:db8:cafe::/56 S0/0/0
ipv6 route 2001:db8:cafe::/56 S0/0/0*
When a Cisco switch receives untagged frames on a 802.1Q trunk port, which VLAN ID is the traffic switched to by default?
data VLAN ID
native VLAN ID
unused VLAN ID
management VLAN ID
native VLAN ID *
A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool currently uses the IP addresses ranging from 209.165.200.228-236. Which configuration would the network administrator add to allow this device to be accessed by the marketing personnel from home?
ip nat pool mktv 10.18.7.5 10.18.7.5
ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443
ip nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365
ip nat inside source static tcp 209.165.200.225 443 10.18.7.5 443
ip nat inside source static udp 209.165.200.225 4365 10.18.7.5 4365
No additional configuration is necessary.
ip nat outside source static 10.18.7.5 209.165.200.225
ip nat inside source static tcp 10.18.7.5 443 209.165.200.225 443
ip nat inside source static udp 10.18.7.5 4365 209.165.200.225 4365
Which statement describes a route that has been learned dynamically?
It is automatically updated and maintained by routing protocols.
It is unaffected by changes in the topology of the network.
It has an administrative distance of 1.
It is identified by the prefix C in the routing table.
It is automatically updated and maintained by routing protocols.*
A network administrator is explaining to a junior colleague the use of the lt and gt keywords when filtering packets using an extended ACL. Where would the lt or gt keywords be used?
in an IPv6 extended ACL that stops packets going to one specific destination VLAN
in an IPv4 extended ACL that allows packets from a range of TCP ports destined for a specific network device
in an IPv4 named standard ACL that has specific UDP protocols that are allowed to be used on a specific server
in an IPv6 named ACL that permits FTP traffic from one particular LAN getting to another LAN
in an IPv4 extended ACL that allows packets from a range of TCP ports destined for a specific network device*
A network contains multiple VLANs spanning multiple switches. What happens when a device in VLAN 20 sends a broadcast Ethernet frame?
Only devices in VLAN 20 see the frame.
Devices in VLAN 20 and the management VLAN see the frame.
Only devices that are connected to the local switch see the frame.
All devices in all VLANs see the frame.
Only devices in VLAN 20 see the frame.*
Which two packet filters could a network administrator use on an IPv4 extended ACL? (Choose two.) computer type source TCP hello address ICMP message type destination UDP port number destination MAC address
ICMP message type*
destination UDP port number *
How is the router ID for an OSPFv3 router determined?
the highest IPv6 address on an active interface
the highest EUI-64 ID on an active interface
the highest IPv4 address on an active interface
the lowest MAC address on an active interface
the highest IPv4 address on an active interface*
Two employees in the Sales department work different shifts with their laptop computers and share the same Ethernet port in the office. Which set of commands would allow only these two laptops to use the Ethernet port and create violation log entry without shutting down the port if a violation occurs?
switchport mode access
switchport port-security
switchport mode access
switchport port-security
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport port-security violation restrict
switchport mode access
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport mode access
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport port-security violation protect
switchport mode access
switchport port-security
switchport port-security maximum 2
switchport port-security mac-address sticky
switchport port-security violation restrict*
Which two factors are important when deciding which interior gateway routing protocol to use? (Choose two.)
speed of convergence scalability ISP selection the autonomous system that is used campus backbone architecture
speed of convergence*
scalability*
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 state
01: 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 down
01: 11:14: %LINK-3-UPDOWN: Interface FastEthernet0/8, changed state to down
An unauthorized user tried to telnet to the switch through switch port Fa0/8.
NAT was enabled on a router, and a private IP address arrived on switch port Fa0/8.
Port security was enabled on the switch port, and an unauthorized connection was made on switch port Fa0/8.
Another switch was connected to this switch port with the wrong cable.
A host with an invalid IP address was connected to a switch port that was previously unused.
Port security was enabled on the switch port, and an unauthorized connection was made on switch port Fa0/8.*
Which two statements are characteristics of routed ports on a multilayer switch? (Choose two.)
In a switched network, they are mostly configured between switches at the core and distribution layers.
They support subinterfaces, like interfaces on the Cisco IOS routers.
The interface vlan command has to be entered to create a VLAN on routed ports.
They are used for point-to-multipoint links.
They are not associated with a particular VLAN.
In a switched network, they are mostly configured between switches at the core and distribution layers.*
They are not associated with a particular VLAN.*
A network administrator is adding ACLs to a new IPv6 multirouter environment. Which IPv6 ACE is automatically added implicitly at the end of an ACL so that two adjacent routers can discover each other?
permit ip any host ip_address
permit icmp any any nd-na
permit ip any any
deny ip any any
permit icmp any any nd-na
What does the cost of an OSPF link indicate?
A lower cost indicates a better path to the destination than a higher cost does.
Cost equals bandwidth.
A higher cost for an OSPF link indicates a faster path to the destination.
Link cost indicates a proportion of the accumulated value of the route to the destination.
A lower cost indicates a better path to the destination than a higher cost does.*
On a switch that is configured with multiple VLANs, which command will remove only VLAN 100 from the switch?
Switch(config)# no vlan 100
Switch(config-if)# no switchport access vlan 100
Switch(config-if)# no switchport trunk allowed vlan 100
Switch# delete flash:vlan.dat
Switch(config)# no vlan 100*
A router needs to be configured to route within OSPF area 0. Which two commands are required to accomplish this? (Choose two.)
RouterA(config-router)# network 192.168.2.0 255.255.255.0 0
RouterA(config-router)# network 192.168.2.0 0.0.0.255 0
RouterA(config)# router ospf 1
RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0
RouterA(config)# router ospf 0
RouterA(config)# router ospf 1*
RouterA(config-router)# network 192.168.2.0 0.0.0.255 area 0*
What is a function of the distribution layer?
interconnection of large-scale networks in wiring closets
network access to the user
fault isolation
high-speed backbone connectivity
interconnection of large-scale networks in wiring closets*
A small-sized company has 20 workstations and 2 servers. The company has been assigned a group of IPv4 addresses 209.165.200.224/29 from its ISP. What technology should the company implement in order to allow the workstations to access the services over the Internet?
static NAT
dynamic NAT
port address translation
DHCP
dynamic NAT*
Which three requirements are necessary for two OSPFv2 routers to form an adjacency? (Choose three.)
The link interface subnet masks must match.
The two routers must include the inter-router link network in an OSPFv2 network command.
The OSPFv2 process ID must be the same on each router.
The OSPF hello or dead timers on each router must match.
The OSPFv2 process is enabled on the interface by entering the ospf process area-id command.
The link interface on each router must be configured with a link-local address.
The link interface subnet masks must match.
The two routers must include the inter-router link network in an OSPFv2 network command.
The OSPF hello or dead timers on each router must match.*
Which three pieces of information does a link-state routing protocol use initially as link-state information for locally connected links? (Choose three.)
the cost of that link the type of network link the link bandwidth the link next-hop IP address the link router interface IP address and subnet mask
the cost of that link*
the type of network link*
the link router interface IP address and subnet mask*
What is a disadvantage of NAT?
The internal hosts have to use a single public IPv4 address for external communication.
There is no end-to-end addressing.
The costs of readdressing hosts can be significant for a publicly addressed network.
The router does not need to alter the checksum of the IPv4 packets.
There is no end-to-end addressing.*