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
A network technician is configuring port security on switches. The interfaces on the switches are configured in such a way that when a violation occurs, packets with unknown source address are dropped and no notification is sent. Which violation mode is configured on the interfaces?
off
restrict
protect
shutdown
Protect
A standard ACL has been configured on a router to allow only clients from the 10.11.110.0/24 network to telnet or to ssh to the VTY lines of the router. Which command will correctly apply this ACL? access-group 11 in access-class 11 in access-list 11 in access-list 110 in
access-group 11 in
Refer to the exhibit.
What address will summarize the LANs attached to routers 2-A and 3-A and can be configured in a summary static route to advertise them to an upstream neighbor?
- 0.0.0/24
- 0.0.0/23
- 0.0.0/22
- 0.0.0/21
10.0.0.0/21
A security specialist designs an ACL to deny access to a web server from all sales staff. The sales staff are assigned addressing from the IPv6 subnet 2001:db8:48:2c::/64. The web server is assigned the address 2001:db8:48:1c::50/64. Configuring the WebFilter ACL on the LAN interface for the sales staff will require which three commands? (Choose three.)
permit tcp any host 2001:db8:48:1c::50 eq 80
deny tcp host 2001:db8:48:1c::50 any eq 80
deny tcp any host 2001:db8:48:1c::50 eq 80
permit ipv6 any any
deny ipv6 any any
ip access-group WebFilter in
ipv6 traffic-filter WebFilter in
deny tcp host 2001:db8:48:1c::50 any eq 80.
deny tcp any host 2001:db8:48:1c::50 eq 80.
deny ipv6 any any
To enable RIP routing for a specific subnet, the configuration command network 192.168.5.64 was entered by the network administrator. What address, if any, appears in the running configuration file to identify this network?
- 168.5.64
- 168.5.0
- 168.0.0
No address is displayed.
192.168.5.0
Refer to the exhibit. An ACL preventing FTP and HTTP access to the interval web server from all teaching assistants has been implemented in the Board Office. The address of the web server is 172.20.1.100 and all teaching assistants are assigned addresses in the 172.21.1.0/24 network. After implement the ACL, access to all servers is denied. What is the problem?
inbound ACLs must be routed before they are processed
the ACL is implicitly denying access to all the servers
named ACLs requite the use of port numbers
the ACL is applied to the interface using the wrong direction
named ACLs requite the use of port numbers
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 H2? 1 2 3 4 5 6
2
A router learns of multiple toward the same destination. Which value in a routing table represents the trustworthiness of learned routes and is used by the router to determine which route to install into the routing table for specific situation?
Metric
Colour
Meter
Bread
Metric
What is the minimum configuration for a router interface that is participating in IPv6 routing?
Ipv6 OSPF Link-access To have only a link-local IPv6 address Protocol
To have only a link-local IPv6 address
Which two statements are true about half-duplex and full-duplex communications? (Choose two.)
Full duplex offers 100 percent potential use of the bandwidth.
Half duplex has only one channel.
All modern NICs support both half-duplex and full-duplex communication.
Full duplex allows both ends to transmit and receive simultaneously.
Full duplex increases the effective bandwidth.
Full duplex offers 100 percent potential use of the bandwidth..
Full duplex allows both ends to transmit and receive simultaneously.
Fill in the blank.
The acronym describes the type of traffic that has strict QoS requirements and utilizes a one-way overall delay less than 150 ms across the network. __?__
VoIP
Which two commands should be implemented to return a Cisco 3560 trunk port to its default configuration? (Choose two.)
S1(config-if)# no switchport trunk allowed vlan
S1(config-if)# no switchport trunk native vlan
S1(config-if)# switchport mode dynamic desirable
S1(config-if)# switchport mode access
S1(config-if)# switchport access vlan 1
S1(config-if)# no switchport trunk allowed vlan.
S1(config-if)# no switchport trunk native vlan
Which command will enable auto-MDIX on a device? S1(config-if)# mdix auto S1# auto-mdix S1(config-if)# auto-mdix S1# mdix auto S1(config)# mdix auto S1(config)# auto-mdix
S1(config-if)# mdix auto
What is the effect of issuing the passive-interface default command on a router that is configured for OSPF?
Routers that share a link and use the same routing protocol
It prevents OSPF messages from being sent out any OSPF-enabled interface.
All of above
Routers that share a link and use the same routing protocol
It prevents OSPF messages from being sent out any OSPF-enabled interface.
A network administrator is implementing a distance vector routing protocol between neighbors on the network. In the context of distance vector protocols, what is a neighbor?
routers that are reachable over a TCP session
routers that share a link and use the same routing protocol
routers that reside in the same area
routers that exchange LSAs
routers that share a link and use the same routing protocol
Refer to the exhibit. A network administrator has just configured address translation and is verifying the configuration. What three things can the administrator verify? (Choose three.)
Address translation is working.
Three addresses from the NAT pool are being used by hosts.
The name of the NAT pool is refCount.
A standard access list numbered 1 was used as part of the configuration process.
Two types of NAT are enabled.
One port on the router is not participating in the address translation.
Address translation is working.
A standard access list numbered 1 was used as part of the configuration process..
Two types of NAT are enabled.
Match the router memory type that provides the primary storage for the router feature. (Not all options are used.)
console access –Not Scored–
full operating system >
limited operating system >
routing table >
startup configuration file >
ROM
flash
RAM
NVRAM
FLASH
ROM
RAM
NVRAM
Which two methods can be used to provide secure management access to a Cisco switch? (Choose two.)
Configure all switch ports to a new VLAN that is not VLAN 1.
Configure specific ports for management traffic on a specific VLAN.
Configure SSH for remote management.
Configure all unused ports to a “black hole.”
Configure the native VLAN to match the default VLAN.
Configure specific ports for management traffic on a specific VLAN.
Configure SSH for remote management.
Refer to the exhibit. Which highlighted value represents a specific destination network in the routing table? 0.0.0.0 10.16.100.128 10.16.100.2 110 791
10.16.100.128
Refer to the exhibit. If RIPng is enabled, how many hops away does R1 consider the 2001:0DB8:ACAD:1::/64 network to be?
1
4
2
3
3
Refer to the exhibit. Host A has sent a packet to host B. What will be the source MAC and IP addresses on the packet when it arrives at host B?
Source MAC: 00E0.FE10.17A3
Source IP: 10.1.1.10
Source MAC: 00E0.FE91.7799
Source IP: 10.1.1.1
Source MAC: 00E0.FE91.7799
Source IP: 192.168.1.1
Source MAC: 00E0.FE91.7799
Source IP: 10.1.1.10
Source MAC: 00E0.FE10.17A3
Source IP: 192.168.1.1
Source MAC: 00E0.FE91.7799
Source IP: 10.1.1.10