ExamGecko
Home Home / Cisco / 200-301

Cisco 200-301 Practice Test - Questions Answers, Page 64

Question list
Search
Search

List of questions

Search

Refer to the exhibit.

IP connectivity between the three routers is configured. OSPF adjacencies must be established.

A.

Configure R1 and R2 Router IDs using the interface IP addresses from the link that is shared between them.

A.

Configure R1 and R2 Router IDs using the interface IP addresses from the link that is shared between them.

Answers
B.

Configure the R2 links with a max value facing R1 and R3. R2 must become the DR. R1 and R3 links facing R2 must remain with the default OSPF configuration for DR election. Verify the configuration after clearing the OSPF process.

B.

Configure the R2 links with a max value facing R1 and R3. R2 must become the DR. R1 and R3 links facing R2 must remain with the default OSPF configuration for DR election. Verify the configuration after clearing the OSPF process.

Answers
C.

Using a host wildcard mask, configure all three routers to advertise their respective Loopback1 networks.

C.

Using a host wildcard mask, configure all three routers to advertise their respective Loopback1 networks.

Answers
D.

Configure the link between R1 and R3 to disable their ability to add other OSPF routers.

D.

Configure the link between R1 and R3 to disable their ability to add other OSPF routers.

Answers
E.
E.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

Answer as below configuration:

on R1

conf terminal

interface Loopback0

ip address 10.10.1.1 255.255.255.255

!i

nterface Loopback1

ip address 192.168.1.1 255.255.255.0

!i

nterface Ethernet0/0

no shut

ip address 10.10.12.1 255.255.255.0

ip ospf 1 area 0

duplex auto

!i

nterface Ethernet0/1

no shut

ip address 10.10.13.1 255.255.255.0

ip ospf 1 area 0

duplex auto

!

router ospf 1

router-id 10.10.12.1

network 10.10.1.1 0.0.0.0 area 0

network 192.168.1.0 0.0.0.255 area 0

!

copy run star

---------------------------------------

On R2

conf terminal

interface Loopback0

ip address 10.10.2.2 255.255.255.255

!i

nterface Loopback1

ip address 192.168.2.2 255.255.255.0

!i

nterface Ethernet0/0

no shut

ip address 10.10.12.2 255.255.255.0

ip ospf priority 255

ip ospf 1 area 0

duplex auto

!i

nterface Ethernet0/2

no shut

ip address 10.10.23.2 255.255.255.0

ip ospf priority 255

ip ospf 1 area 0

duplex auto

!

router ospf 1

network 10.10.2.2 0.0.0.0 area 0

network 192.168.2.0 0.0.0.255 area 0

!

copy runs start

-----------------------

On R3

conf ter

interface Loopback0

ip address 10.10.3.3 255.255.255.255

!i

nterface Loopback1

ip address 192.168.3.3 255.255.255.0

!i

nterface Ethernet0/1

no shut

ip address 10.10.13.3 255.255.255.0

ip ospf 1 area 0

duplex auto

!i

nterface Ethernet0/2

no shut

ip address 10.10.23.3 255.255.255.0

ip ospf 1 area 0

duplex auto

!

router ospf 1

network 10.10.3.3 0.0.0.0 area 0

network 192.168.3.0 0.0.0.255 area 0

!

copy run start

!

Physical connectivity is implemented between the two Layer 2 switches, and the network connectivity between them must be configured

A.

Configure an LACP EtherChannel and number it as 1; configure it between switches SW1 and SVV2 using interfaces Ethernet0/0 and Ethernet0/1 on both sides. The LACP mode must match on both ends

2 Configure the EtherChannel as a trunk link.

A.

Configure an LACP EtherChannel and number it as 1; configure it between switches SW1 and SVV2 using interfaces Ethernet0/0 and Ethernet0/1 on both sides. The LACP mode must match on both ends

2 Configure the EtherChannel as a trunk link.

Answers
B.

Configure the trunk link with 802.1 q tags.

B.

Configure the trunk link with 802.1 q tags.

Answers
C.

Configure the native VLAN of the EtherChannel as VLAN 15.

C.

Configure the native VLAN of the EtherChannel as VLAN 15.

Answers
D.
D.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

Answer as below configuration:

On SW1:

conf terminal vlan 15 exit interface range eth0/0 - 1 channel-group 1 mode active exit interface port-channel 1 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 15 end copy run start on SW2:

conf terminal vlan 15 exit interface range eth0/0 - 1 channel-group 1 mode active exit interface port-channel 1 switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 15 end copy run start

Configure IPv4 and IPv6 connectivity between two routers. For IPv4, use a /28 network from the 192.168.1.0/24 private range. For IPv6, use the first /64 subnet from the 2001:0db8:aaaa::/48 subnet.

A.

Using Ethernet0/1 on routers R1 and R2, configure the next usable/28 from the 192.168.1.0/24 range. The network 192.168.1.0/28 is unavailable.

A.

Using Ethernet0/1 on routers R1 and R2, configure the next usable/28 from the 192.168.1.0/24 range. The network 192.168.1.0/28 is unavailable.

Answers
B.

For the IPv4 /28 subnet, router R1 must be configured with the first usable host address.

B.

For the IPv4 /28 subnet, router R1 must be configured with the first usable host address.

Answers
C.

For the IPv4 /28 subnet, router R2 must be configured with the last usable host address.

C.

For the IPv4 /28 subnet, router R2 must be configured with the last usable host address.

Answers
D.

For the IPv6 /64 subnet, configure the routers with the IP addressing provided from the topology.

D.

For the IPv6 /64 subnet, configure the routers with the IP addressing provided from the topology.

Answers
E.

A ping must work between the routers on the IPv4 and IPv6 address ranges.

E.

A ping must work between the routers on the IPv4 and IPv6 address ranges.

Answers
F.
F.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

Answer as below configuration:

on R1

config terminal

ipv6 unicast-routing

inter eth0/1

ip addre 192.168.1.1 255.255.255.240

ipv6 addre 2001:db8:aaaa::1/64

not shut

end

copy running start

on R2

config terminal

ipv6 unicast-routing

inter eth0/1

ip address 192.168.1.14 255.255.255.240

ipv6 address 2001:db8:aaaa::2/64

not shut

end

copy running start

--------------------for

test from R1

ping ipv6 2001:db8:aaaa::1

for test from R2

ping ipv6 2001:db8:aaaa::2

Connectivity between four routers has been established. IP connectivity must be configured in the order presented to complete the implementation. No dynamic routing protocols are included.

A.

Configure static routing using host routes to establish connectivity from router R3 to the router R1 Loopback address using the source IP of 209.165.200.230.

A.

Configure static routing using host routes to establish connectivity from router R3 to the router R1 Loopback address using the source IP of 209.165.200.230.

Answers
B.

Configure an IPv4 default route on router R2 destined for router R4.

B.

Configure an IPv4 default route on router R2 destined for router R4.

Answers
C.

Configure an IPv6 default router on router R2 destined for router R4.

C.

Configure an IPv6 default router on router R2 destined for router R4.

Answers
D.
D.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

1.- on R3

config terminal

ip route 192.168.1.1 255.255.255.255 209.165.200.229

end

copy running start

2.- on R2

config terminal

ip route 0.0.0.0 0.0.0.0 209.165.202.130

end

copy running start

3.- on R2

config terminal

ipv6 route ::/0 2001:db8:abcd::2

end

copy running start


All physical cabling between the two switches is installed. Configure the network connectivity between the switches using the designated VLANs and interfaces.

A.

Configure VLAN 100 named Compute and VLAN 200 named Telephony where required for each task.

A.

Configure VLAN 100 named Compute and VLAN 200 named Telephony where required for each task.

Answers
B.

Configure Ethernet0/1 on SW2 to use the existing VLAN named Available.

B.

Configure Ethernet0/1 on SW2 to use the existing VLAN named Available.

Answers
C.

Configure the connection between the switches using access ports.

C.

Configure the connection between the switches using access ports.

Answers
D.

Configure Ethernet0/1 on SW1 using data and voice VLANs.

D.

Configure Ethernet0/1 on SW1 using data and voice VLANs.

Answers
E.

Configure Ethemet0/1 on SW2 so that the Cisco proprietary neighbor discovery protocol is turned off for the designated interface only.

E.

Configure Ethemet0/1 on SW2 so that the Cisco proprietary neighbor discovery protocol is turned off for the designated interface only.

Answers
F.
F.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

on sw1

enable

conf t

vlan 100

name Compute

vlan 200

name Telephony

int e0/1

switchport voice vlan 200

switchport access vlan 100

int e0/0

switchport mode access

do wr

on sw2

Vlan 99

Name Available

Int e0/1

Switchport access vlan 99

do wr

Refer to the exhibit.

Three switches must be configured for Layer 2 connectivity. The company requires only the designated VLANs to be configured on their respective switches and permitted accross any links between switches for security purposes. Do not modify or delete VTP configurations.

The network needs two user-defined VLANs configured:

VLAN 110: MARKETING

VLAN 210: FINANCE

A.

Configure the VLANs on the designated switches and assign them as access ports to the interfaces connected to the PCs.

A.

Configure the VLANs on the designated switches and assign them as access ports to the interfaces connected to the PCs.

Answers
B.

Configure the e0/2 interfaces on Sw1 and Sw2 as 802.1q trunks with only the required VLANs permitted.

B.

Configure the e0/2 interfaces on Sw1 and Sw2 as 802.1q trunks with only the required VLANs permitted.

Answers
C.

Configure the e0/3 interfaces on Sw2 and Sw3 as 802.1q trunks with only the required VLANs permitted.

C.

Configure the e0/3 interfaces on Sw2 and Sw3 as 802.1q trunks with only the required VLANs permitted.

Answers
D.
D.
Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

Sw1 enbale config t

Vlan 210

Name FINANCE

Inter e0/1

Switchport access vlan 210 do wr

Sw2

Enable config t

Vlan 110

Name MARKITING

Int e0/1

Switchport acees vlan 110 do wr

Sw3

Enable config t

Vlan 110

Name MARKITING

Vlan 210

Name FINANCE

Int e0/0

Switchport access vlan 110

Int e0/1

Switchport access vlan 210

Sw1

Int e0/1

Switchport allowed vlan 210

Sw2

Int e0/2

Switchport trunk allowed vlan 210

Sw3

Int e0/3

Switchport trunk allowed vlan 210

Switchport trunk allowed vlan 210,110


Connectivity between three routers has been established, and IP services must be configured jn the order presented to complete the implementation Tasks assigned include configuration of NAT, NTP, DHCP, and SSH services.

1. All traffic sent from R3 to the R1 Loopback address must be configured for NAT on R2. All source addresses must be translated from R3 to the IP address of Ethernet0/0 on R2, while using only a standard access list named NAT To verify, a ping must be successful to the R1 Loopback address sourced from R3. Do not use NVI NAT configuration.

2. Configure R1 as an NTP server and R2 as a client, not as a peer, using the IP address of the R1 Ethernet0/2 interface. Set the clock on the NTP server for midnight on January 1, 2019.

3. Configure R1 as a DHCP server for the network 10.1.3.0/24 in a pool named TEST. Using a single command, exclude addresses 1-10 from the range. Interface Ethernet0/2 on R3 must be issued the IP address of 10.1.3.11 via DHCP.

4. Configure SSH connectivity from R1 to R3, while excluding access via other remote connection protocols. Access for user root and password Cisco must be set on router R3 using RSA and 1024 bits.

Verify connectivity using an SSH session from router R1 using a destination address of 10.1.3.11. Do NOT modify console access or line numbers to accomplish this task.

A.

See the Explanation below.

A.

See the Explanation below.

Answers
Suggested answer: A

Explanation:

Answer as below configuration:


NAT:

R2(config)# ip access list standard PUBNET

R2(config-std-nacl)# permit 10.2.3.3

R2(config-std-nacl)# permit 10.1.3.11

R2(config-std-nacl)# permit 192.168.3.1

R2(config-std-nacl)# exit

R2(config)# interface e0/1

R2(config-if)# ip nat inside

R2(config)# interface e0/0

R2(config-if)# ip nat outside

R2(config)# ip nat inside source list PUBNET interface e0/0 overload


Verification

R3#ping 192.168.1.1


NTP:

R1#clock set 00:00:00 January 1 2019 //Midnight means 00:00:00

R1(config)# ntp master 1

R2(config)# ntp server 10.1.3.1


DHCP:

R1(config)# ip dhcp pool NETPOOL

R1(dhcp-config)# network 10.1.3.0 255.255.255.0

R1(config)# exit

R1(config)# ip dhcp excluded-address 10.1. 3.1 10.1.3.10

R3(config)# interface e0/2

R3(config-if)# ip address dhcp


SSH:

R3(config)# username netadmin password N3t4ccess

R3(config)# line vty 0 4

R3(config-line)# login local

R3(config-line)# exit

R3(config)# ip domain-name cisco.com

R3(config)# crypto key generate rsa modulus 1024


Verification

R1# ssh -l root -p cisco 10.1.3.11


As the guidelines clearly stated that we have to save the configuration to NVRAM so please save all your configurations on R1, R2 and R3:

R1#, R2#, R3#copy running-config startup-config

Refer to the exhibit.

IP connectivity and OSPF are preconfigured on all devices where necessary. Do not make any changes to the IP addressing or OSPF. The company policy uses connected interfaces and next hops when configuring static routes except for load balancing or redundancy without floating static. Connectivity must be established between subnet 172.20.20.128/25 on the Internet and the LAN at

192.168.0.0/24 connected to SW1:

1. Configure reachability to the switch SW1 LAN subnet in router R2.

2. Configure default reachability to the Internet subnet in router R1.

3. Configure a single static route in router R2 to reach to the Internet subnet considering both redundant links between routers R1 and R2. A default route is NOT allowed in router R2.

4. Configure a static route in router R1 toward the switch SW1 LAN subnet where the primary link must be through Ethernet0/1. and the backup link must be through Ethernet0/2 using a floating route. Use the minimal administrative distance value when required.


A.

See the Explanation below.

A.

See the Explanation below.

Answers
Suggested answer: A

Explanation:

Answer: A

Explanation:

On R2:

Enable

Conf t

Ip route 192.168.1.0 255.255.255.0 10.10.31.1

On R1:

Enable

Conf t

Ip route 0.0.0.0 0.0.0.0 10.10.13.3

On R2

Ip route 172.20.20.128 255.255.255.128 e0/2

Ip route 172.20.20.128 255.255.255.128 e0/1

On R1

Ip route 192.168.0.0 255.255.255.0 e0/1

Ip route 192.168.0.0 255.255.255.0 10.10.12.2 3

Save all configurations after every router from anyone of these command

Do wr

Or

Copy run start


An engineer must configure neighbor discovery between the company router and an ISP

What is the next step to complete the configuration if the ISP uses a third-party router?

A.

Enable LLDP globally.

A.

Enable LLDP globally.

Answers
B.

Disable CDP on gi0/0.

B.

Disable CDP on gi0/0.

Answers
C.

Enable LLDP TLVs on the ISP router.

C.

Enable LLDP TLVs on the ISP router.

Answers
D.

Disable auto-negotiation.

D.

Disable auto-negotiation.

Answers
Suggested answer: A

Refer to the exhibit.

What are two conclusions about this configuration? {Choose two.)

A.

The spanning-tree mode is Rapid PVST+.

A.

The spanning-tree mode is Rapid PVST+.

Answers
B.

This is a root bridge.

B.

This is a root bridge.

Answers
C.

The root port is FastEthernet 2/1.

C.

The root port is FastEthernet 2/1.

Answers
D.

The designated port is FastEthernet 2/1.

D.

The designated port is FastEthernet 2/1.

Answers
E.

The spanning-tree mode is PVST+.

E.

The spanning-tree mode is PVST+.

Answers
Suggested answer: A
Total 967 questions
Go to page: of 97