Cisco (300-410-ENARSI) Exam Questions And Answers page 26
You have recently joined a company as the network administrator. You have been asked to complete the configuration on the border routers for an automatic 6-to-4 tunnel between several IPv6 network domains. The commands that are currently configured on the routers are as follows:
ipv6 route tunnel
interface tunnel
ipv6 address
tunnel source
Which of the following additional commands is required to complete the configuration of automatic 6-to-4 tunnel on the border routers?
ipv6 route tunnel
interface tunnel
ipv6 address
tunnel source
Which of the following additional commands is required to complete the configuration of automatic 6-to-4 tunnel on the border routers?
tunnel mode ipv6ip 6to4
tunnel mode ipv6ip auto-tunnel
tunnel mode ipv6ip isatap
Layer 3 Technologies
VPN Technologies
You have two routers connected to each other that are both running the EIGRP protocol. The routers have built a neighbor relationship and are exchanging routing information. You execute the following command on the EIGRP process on Router 1:
router1(config)# router eigrp 100
router1(config-router)# passive-interface
What will be the effect of this command?
router1(config)# router eigrp 100
router1(config-router)# passive-interface
What will be the effect of this command?
Only routing advertisements from Router 1 to Router 2 will be prevented.
Only router advertisements to and from Router 1 will be prevented.
All hellos and routing updates will be prevented, and the neighbor relationship between Router 1 and Router 2 will be broken.
Hellos will be prevented, but routing updates will continue to be sent out.
Layer 3 Technologies
Infrastructure Security and Services
You instructed your assistant to configure redistribution of OSPF routes into EIGRP on Router 9. The routes are not being advertised to EIGRP and you are troubleshooting the problem. The EIGRP process ID is 100 and the OSPF process ID is 20. When you ask your assistant what commands were executed, you are shown the following:
Router9(config)# router eigrp 100
Router9(config-router)# redistribute ospf 20
What is the problem?
Router9(config)# router eigrp 100
Router9(config-router)# redistribute ospf 20
What is the problem?
no metric was configured
the process IDs are incorrect
the redistribute command is executed at the interface configuration prompt
the redistribute command is executed at the global configuration prompt
Layer 3 Technologies
VPN Technologies
You just discovered that a ping packet sent from one of the devices to another took a different path in the return than it did on its way to the destination.
What behavior caused this?
What behavior caused this?
Windowing
Global synchronization
MSS
Asymmetric routing
Layer 3 Technologies
You just received the following system message.
*Mar 1 18:46:11:553 %SYS-5-CONFIG_I: Configured from console by vty2 (10.34.195.36)
(Switch-2)
With this message in mind, which of the following commands were executed on the device? (Choose all that apply.)
*Mar 1 18:46:11:553 %SYS-5-CONFIG_I: Configured from console by vty2 (10.34.195.36)
(Switch-2)
With this message in mind, which of the following commands were executed on the device? (Choose all that apply.)
logging console level notifications
logging console level 4
service timestamps log datetime msec
service timestamps log datetime
Infrastructure Security and Services
Infrastructure Services
You manage the company network, as shown in the network diagram below:
You executed the following command on RouterA:
routerA(config)# ip route 0.0.0.0 0.0.0.0 S0/0
routerA(config)# router eigrp 200
routerA(config-router)# redistribute static metric 1000 1 255 1 1500
Which of the following statements are TRUE about the given set of commands? (Choose two.)
You executed the following command on RouterA:
routerA(config)# ip route 0.0.0.0 0.0.0.0 S0/0
routerA(config)# router eigrp 200
routerA(config-router)# redistribute static metric 1000 1 255 1 1500
Which of the following statements are TRUE about the given set of commands? (Choose two.)
A static default route is created on RouterA
A summary default route is created on RouterA
The default route is redistributed into the EIGRP network
The default route is not advertised to the EIGRP network
Architecture
Layer 3 Technologies
You manage the EIGRP subnet in your organization. You have enabled EIGRP for IPv6 on all the routers in the EIGRP AS 355 using the following commands on all the routers:
• The ipv6 unicast-routing command in global configuration mode
• The interface command in global configuration mode
• The ipv6 enable command in interface configuration mode
• The ipv6 eigrp command in interface configuration mode
• The ipv6 router eigrp command in global configuration mode
• The eigrp router-id command in global configuration mode
During verification, you discover that EIGRP for IPv6 is not running on the routers.
Which of the following should be done to fix the issue?
• The ipv6 unicast-routing command in global configuration mode
• The interface command in global configuration mode
• The ipv6 enable command in interface configuration mode
• The ipv6 eigrp command in interface configuration mode
• The ipv6 router eigrp command in global configuration mode
• The eigrp router-id command in global configuration mode
During verification, you discover that EIGRP for IPv6 is not running on the routers.
Which of the following should be done to fix the issue?
The ipv6 address command should be executed in interface configuration mode.
The ipv6 address command should be executed in router configuration mode.
The eigrp router-id command should be executed in interface configuration mode.
The eigrp router-id command should be executed in router configuration mode.
Layer 3 Technologies
VPN Technologies
You need to configure a Cisco router to act as a DHCP server and provide the following services:
• Hand out IP addresses for subnet 10.10.0.0/16
• Set the domain name for the clients to "Cisco"
• Set the DNS server to 10.10.0.1
• Set the default gateway to 10.10.0.1
• Prevent IP address conflicts with 6 print servers that have consecutive permanently assigned addresses starting at 10.10.0.20.
Which of the following sets of commands will successfully accomplish this?
• Hand out IP addresses for subnet 10.10.0.0/16
• Set the domain name for the clients to "Cisco"
• Set the DNS server to 10.10.0.1
• Set the default gateway to 10.10.0.1
• Prevent IP address conflicts with 6 print servers that have consecutive permanently assigned addresses starting at 10.10.0.20.
Which of the following sets of commands will successfully accomplish this?
Router1(config)# service dhcp
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# service dhcp
Router1(config)# dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# service dhcp
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-gateway 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-gateway 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 10.10.0.25
Router1(config)# service dhcp
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 - 10.10.0.25
Router1(config)# ip dhcp pool IPPool
Router1(dhcp-config)# network 10.10.0.0 255.255.0.0
Router1(dhcp-config)# domain-name Cisco
Router1(dhcp-config)# dns-server 10.10.0.1
Router1(dhcp-config)# default-router 10.10.0.1
Router1(dhcp-config)# exit
Router1(config)# ip dhcp excluded-address 10.10.0.20 - 10.10.0.25
Layer 3 Technologies
Infrastructure Services
You need to configure eBGP on the rtrA and rtrB routers, as shown in the following image:
You have configured eBGP on rtrA through the following commands:
rtrA(config)# router bgp 501
rtrA(config)# neighbor 201.60.3.2 remote-as 505
While configuring eBGP on rtrB, you need to ensure that updates about the 192.168.58.0/24 and the 192.168.127.0/24 subnets are sent to rtrA with a metric of 300. In addition, rtrB should send updates about the 172.161.94.0/24 subnet are sent with a metric of 500.
Which of the following set of commands would NOT be part of the set used to correctly configure eBGP on rtrB?
You have configured eBGP on rtrA through the following commands:
rtrA(config)# router bgp 501
rtrA(config)# neighbor 201.60.3.2 remote-as 505
While configuring eBGP on rtrB, you need to ensure that updates about the 192.168.58.0/24 and the 192.168.127.0/24 subnets are sent to rtrA with a metric of 300. In addition, rtrB should send updates about the 172.161.94.0/24 subnet are sent with a metric of 500.
Which of the following set of commands would NOT be part of the set used to correctly configure eBGP on rtrB?
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 2 permit 172.161.94.0 0.0.0.255
router bgp 505
neighbor 201.60.3.1 remote-as 501
neighbor 201.60.3.1 route-map change_parameters in
access-list 2 permit 172.161.94.0 0.0.0.255
router bgp 505
neighbor 201.60.3.1 remote-as 501
neighbor 201.60.3.1 route-map change_parameters in
access-list 1 permit 192.168.0.0 0.0.255.255
access-list 2 permit 172.161.94.0 0.0.0.255
router bgp 505
neighbor 201.60.3.1 remote-as 501
neighbor 201.60.3.1 route-map change_parameters out
access-list 2 permit 172.161.94.0 0.0.0.255
router bgp 505
neighbor 201.60.3.1 remote-as 501
neighbor 201.60.3.1 route-map change_parameters out
route-map change_parameters permit 10
match ip-address 2
set metric 500
match ip-address 2
set metric 500
route-map change_parameters permit 20
match ip-address 1
set metric 300
match ip-address 1
set metric 300
Layer 3 Technologies
VPN Technologies
You need to manually assign IPv6 addresses to the interfaces on an IPv6-enabled router. While assigning addresses, you need to ensure that the addresses participate in neighbor discovery and in stateless auto-configuration process on a physical link.
Which of the following addresses can be assigned to the interfaces?
Which of the following addresses can be assigned to the interfaces?
FEC0:0:0:1::1/64
FE80::260:3EFF:FE11:6770/10
2001:0410:0:1:0:0:0:1/64
2002:500E:2301:1:20D:BDFF:FE99:F559/64
Layer 3 Technologies
VPN Technologies
Comments