Pt2 Routing and Switching v5.02 + v5.03 2016 Flashcards
A network technician has been asked to secure all switches in the campus network. The security requirements are for each switch to automatically learn and add MAC addresses to both the address table and the running configuration. Which port security configuration will meet these requirements?
auto secure MAC addresses
dynamic secure MAC addresses
static secure MAC addresses
sticky secure MAC addresses
sticky secure MAC addresses
Which three pairs of trunking modes will establish a functional trunk link between two Cisco switches? (Choose three.)
dynamic desirable – dynamic auto
dynamic auto – dynamic auto
access – dynamic auto
dynamic desirable – dynamic desirable
access – trunk
dynamic desirable – trunk
dynamic desirable – dynamic auto.
dynamic desirable – dynamic desirable.
dynamic desirable – trunk
Fill in the blank.
The OSPF Type 1 packet is the __ ___ packet.
hello
Which value represents the “trustworthiness” of a route and is used to determine which route to install into the routing table when there are multiple routes toward the same destination?
routing protocol
outgoing interface
metric
administrative distance
administrative distance
Which type of router memory temporarily stores the running configuration file and ARP table? flash NVRAM RAM ROM
RAM
Fill in the blank.
The default administrative distance for a static route is ? .
1
Fill in the blank.
Static routes are configured by the use of the global configuration command.
ANS: ?
ip route
Refer to the exhibit. If the switch reboots and all routers have to re-establish OSPF adjacencies, which routers will become the new DR and BDR?
Router R3 will become the DR and router R1 will become the BDR.
Router R1 will become the DR and router R2 will become the BDR.
Router R4 will become the DR and router R3 will become the BDR.
Router R1 will become the DR and router R2 will become the BDR.
Router R4 will become the DR and router R3 will become the BDR.
What is the purpose of an access list that is created as part of configuring IP address translation?
The access list permits or denies specific addresses from entering the device doing the translation.
The access list defines the private IP addresses that are to be translated.
The access list prevents external devices from being a part of the address translation.
The access list defines the valid public addresses for the NAT or PAT pool.
The access list defines the private IP addresses that are to be translated.
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.)
-ip access-group 5 out
-access-list standard VTY
permit 10.7.0.0 0.0.0.127
- access-list 5 deny any
- access-list 5 permit 10.7.0.0 0.0.0.31
- ip access-group 5 in
- access-class 5 in
- access-list 5 permit 10.7.0.0 0.0.0.31.
- access-class 5 in.
While analyzing log files, a network administrator notices reoccurring native VLAN mismatches. What is the effect of these reoccurring errors?
The control and management traffic on the error-occurring trunk port is being misdirected or dropped.
Unexpected traffic on the error-occurring trunk port is being received.
All traffic on the error-occurring trunk port is being misdirected or dropped.
All traffic on the error-occurring trunk port is being switched correctly regardless of the error.
The control and management traffic on the error-occurring trunk port is being misdirected or dropped.
Which two characteristics describe the native VLAN? (Choose two.)
This VLAN is necessary for remote management of a switch.
Designed to carry traffic that is generated by users, this type of VLAN is also known as the default VLAN.
The native VLAN provides a common identifier to both ends of a trunk.
The native VLAN traffic will be untagged across the trunk link.
High priority traffic, such as voice traffic, uses the native VLAN.
The native VLAN provides a common identifier to both ends of a trunk.
The native VLAN traffic will be untagged across the trunk link.
Refer to the exhibit. The Branch Router has an OSPF neighbor relationship with the HQ router over the 198.51.0.4/30 network. The 198.51.0.8/30 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/1/1 100 was issued on Branch 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?
Add the next hop neighbor address of 198.51.0.8.
Change the administrative distance to 1.
Change the destination network to 198.51.0.5.
Change the administrative distance to 120.
Change the administrative distance to 120.
Refer to the exhibit. An attacker on PC X sends a frame with two 802.1Q tags on it, one for VLAN 40 and another for VLAN 12. What will happen to this frame?
SW-A will drop the frame because it is invalid.
SW-A will leave both tags on the frame and send it to SW-B, which will forward it to hosts on VLAN 40.
SW-A will remove both tags and forward the rest of the frame across the trunk link, where SW-B will forward the frame to hosts on VLAN 40.
SW-A will remove the outer tag and send the rest of the frame across the trunk link, where SW-B will forward the frame to hosts on VLAN 12.
SW-A will remove both tags and forward the rest of the frame across the trunk link, where SW-B will forward the frame to hosts on VLAN 40.
Which statement is true about the difference between OSPFv2 and OSPFv3?
OSPFv3 routers use a different metric than OSPFv2 routers use.
OSPFv3 routers do not need to elect a DR on multiaccess segments.
OSPFv3 routers do not need to have matching subnets to form neighbor adjacencies.
OSPFv3 routers use a 128 bit router ID instead of a 32 bit ID.
OSPFv3 routers do not need to have matching subnets to form neighbor adjacencies.
What are two ways of turning off DTP on a trunk link between switches? (Choose two.)
Change the native VLAN on both ports.
Configure attached switch ports with the nonegotiate command option.
Configure attached switch ports with the dynamic desirable command option.
Configure one port with the dynamic auto command option and the opposite attached switch port with the dynamic desirable command option.
Place the two attached switch ports in access mode.
Configure attached switch ports with the nonegotiate command option..
Place the two attached switch ports in access mode.
Why would an administrator use a network security auditing tool to flood the switch MAC address table with fictitious MAC addresses?
to determine if the switch is forwarding the broadcast traffic correctly
to determine which ports are functioning
to determine which ports are not correctly configured to prevent MAC address flooding
to determine when the CAM table size needs to be increased in order to prevent overflows
to determine which ports are not correctly configured to prevent MAC address flooding
A new network policy requires an ACL to deny HTTP access from all guests to a web server at the main office. All guests use addressing from the IPv6 subnet 2001:DB8:19:C::/64. The web server is configured with the address 2001:DB8:19:A::105/64. Implementing the NoWeb ACL on the interface for the guest LAN requires which three commands? (Choose three.)
permit tcp any host 2001:DB8:19:A::105 eq 80
deny tcp host 2001:DB8:19:A::105 any eq 80
deny tcp any host 2001:DB8:19:A::105 eq 80
permit ipv6 any any
deny ipv6 any any
ipv6 traffic-filter NoWeb in
ip access-group NoWeb in
deny tcp any host 2001:DB8:19:A::105 eq 80.
permit ipv6 any any
An OSPF router has three directly connected networks; 172.16.0.0/16, 172.16.1.0/16, and 172.16.2.0/16. Which OSPF network command would advertise only the 172.16.1.0 network to neighbors?
router(config-router)# network 172.16.1.0 0.0.255.255 area 0
router(config-router)# network 172.16.0.0 0.0.15.255 area 0
router(config-router)# network 172.16.1.0 255.255.255.0 area 0
router(config-router)# network 172.16.1.0 0.0.0.0 area 0
router(config-router)# network 172.16.1.0 0.0.255.255 area 0
Refer to the exhibit. Which type of route is 172.16.0.0/16?
child route
level 1 parent route
default route
ultimate route
level 1 parent route
Refer to the exhibit. Which type of IPv6 static route is configured in the exhibit? fully specified static route recursive static route directly attached static route floating static route
recursive static route
Which subnet mask would be used as the classful mask for the IP address 128.107.52.27?
- 0.0.0
- 255.0.0
- 255.255.0
- 255.255.224
255.255.0.0
Refer to the exhibit. A small business uses VLANs 8, 20, 25, and 30 on 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? 1 5 8 20 25 30
5
The buffers for packet processing and the running configuration file are temporarily stored in which type of router memory?
Flash
NVRAM
RAM
ROM
RAM