Cisco (300-410-ENARSI) Exam Questions And Answers page 4
Consider the following diagram. All PVCs are active.
If the partial output of the show ip ospf neighbor command executed on Router A is as follows, which of the following statements is TRUE?
RouterA# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
1.1.1.1 1 FULL/DROTHER 00:00:13 10.20.10.21 SerialO
2.2.2.2 1 FULL/DR 00:00:51 10.20.10.22 SerialO
If the partial output of the show ip ospf neighbor command executed on Router A is as follows, which of the following statements is TRUE?
RouterA# show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
1.1.1.1 1 FULL/DROTHER 00:00:13 10.20.10.21 SerialO
2.2.2.2 1 FULL/DR 00:00:51 10.20.10.22 SerialO
All routing tables will be populated correctly.
Router A will be the DR.
Router C will be the DR.
Layer 3 Technologies
Infrastructure Security and Services
Consider the following output of the show ip bgp summary command:
Which of the following neighbors have an established connection with RouterA?
Which of the following neighbors have an established connection with RouterA?
10.1.1.1
10.2.1.1
10.3.1.1
10.4.1.1
10.5.1.1
Layer 3 Technologies
Infrastructure Security and Services
Consider the partial output of the show ip bgp command:
Which of the following statements are TRUE about the given output? (Choose all that apply.)
Which of the following statements are TRUE about the given output? (Choose all that apply.)
The 10.62.7.0 route is learned by the router through an iBGP neighbor.
All five routes have been originated by an IGP.
The router is aware of the best path for the 61.80.3.0 destination.
There are four AS between the router and the 192.177.1.0 subnet.
Layer 3 Technologies
VPN Technologies
Earlier today you created and applied an access list designed to restrict remote access to the router R62 ONLY from the device at 2001:DB8:0:4:: 32. During testing, you discover that it is not having the desired effect.
You execute the show run command and see the following partial output that is relevant to the issue:
Why is the access list not functioning correctly?
You execute the show run command and see the following partial output that is relevant to the issue:
Why is the access list not functioning correctly?
the IPv6 address in the list is not formatted correctly
the list is not applied to the proper interface
the list is missing a deny statement
the ipv6 access-group command should be used to apply the list
Layer 3 Technologies
VPN Technologies
Examine the diagram below:
Based on the diagram and the following partial output from Router R2, which networks will be present in the routing table of Router R1?
Based on the diagram and the following partial output from Router R2, which networks will be present in the routing table of Router R1?
192.168.5.0
10.0.0.0
172.50.0.0
192.168.5.0 and 10.0.0.0
Layer 3 Technologies
Infrastructure Services
Examine the exhibit.
You have determined that RTR2 is not advertising the CIDR summary address 192.168.0.0 to the other routers in AS 65100.
Which set of configuration commands will enable the BGP router RTR2 to announce the network prefix 192.168.0.0/16 to the other routers in the AS 65100?
You have determined that RTR2 is not advertising the CIDR summary address 192.168.0.0 to the other routers in AS 65100.
Which set of configuration commands will enable the BGP router RTR2 to announce the network prefix 192.168.0.0/16 to the other routers in the AS 65100?
router bgp 65100
neighbor 172.16.1.2 remote-as 65100
neighbor 192.168.3.2 remote-as 65100
network 192.168.3.0
neighbor 172.16.1.2 remote-as 65100
neighbor 192.168.3.2 remote-as 65100
network 192.168.3.0
router bgp 65100
neighbor 172.16.1.2 remote-as 65101
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0
neighbor 172.16.1.2 remote-as 65101
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0
router bgp 65100
neighbor 172.16.1.2 remote-as 65100
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0 mask 255.255.0.0
ip route 192.0.0.0 255.0.0.0 null 0
neighbor 172.16.1.2 remote-as 65100
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0 mask 255.255.0.0
ip route 192.0.0.0 255.0.0.0 null 0
router bgp 65100
neighbor 172.16.1.2 remote-as 65101
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0 mask 255.255.0.0
ip route 192.168.0.0 255.255.0.0 null 0
neighbor 172.16.1.2 remote-as 65101
neighbor 192.168.3.2 remote-as 65100
network 192.168.0.0 mask 255.255.0.0
ip route 192.168.0.0 255.255.0.0 null 0
Layer 3 Technologies
Infrastructure Security and Services
Examine the exhibit.
You are asked to configure the routers R1, R2, R3, and R4. (Refer to the IP addressing table below.) Which configuration command series is required to ensure that router R1 will NOT be receiving Type 3, 4, or 5 LSAs?
R1 interface E0 - 172.31.200.1/21
R2 interface E0 - 172.31.200.2/21
R2 interface E1 - 172.31.208.2/21
R3 interface E0 - 172.31.208.3/21
You are asked to configure the routers R1, R2, R3, and R4. (Refer to the IP addressing table below.) Which configuration command series is required to ensure that router R1 will NOT be receiving Type 3, 4, or 5 LSAs?
R1 interface E0 - 172.31.200.1/21
R2 interface E0 - 172.31.200.2/21
R2 interface E1 - 172.31.208.2/21
R3 interface E0 - 172.31.208.3/21
R1(config)# router ospf 5
R1(config-router)# area 5 stub
R1(config-router)# network 172.31.200.0 0.0.7.255 area 5
R1(config-router)# area 5 stub
R1(config-router)# network 172.31.200.0 0.0.7.255 area 5
R2(config)# router ospf 5
R2(config-router)# area 5 stub no-summary
R2(config-router)# network 172.31.200.0 0.0.7.255 area 5
R1(config)# router ospf 5
R1(config-router)area 5 stub
R1(config-router)# network 172.31.200.0 0.0.7.255 area 5
R2(config-router)# area 5 stub no-summary
R2(config-router)# network 172.31.200.0 0.0.7.255 area 5
R1(config)# router ospf 5
R1(config-router)area 5 stub
R1(config-router)# network 172.31.200.0 0.0.7.255 area 5
R1(config)# router ospf 10
R1(config-router)# area 5 stub
R1(config-router)# network 172.31.200.0 255.255.248.0 area 5
R1(config-router)# area 5 stub
R1(config-router)# network 172.31.200.0 255.255.248.0 area 5
R2(config)# router ospf 10
R2(config-router)# area 5 stub no-summary
R2(config-router)# network 172.31.200.0 255.255.248.0 area 5
R2(config-router)# area 5 stub no-summary
R2(config-router)# network 172.31.200.0 255.255.248.0 area 5
Layer 3 Technologies
Infrastructure Security and Services
Examine the exhibit by pressing the Exhibit(s) button.
You are to configure R1 to belong to area 5. This area does not accept routes from the external AS or summary routes from any other internal areas. Refer to the IP addressing below.
R1 - int E0 - 192.168.5.1/24
R2 - int E0 - 192.168.5.2/24
R2 - int E1 - 192.168.0.2/24
R3 - int E0 - 192.168.0.3/24
Which configuration commands are required to correctly configure R1?
You are to configure R1 to belong to area 5. This area does not accept routes from the external AS or summary routes from any other internal areas. Refer to the IP addressing below.
R1 - int E0 - 192.168.5.1/24
R2 - int E0 - 192.168.5.2/24
R2 - int E1 - 192.168.0.2/24
R3 - int E0 - 192.168.0.3/24
Which configuration commands are required to correctly configure R1?
R1(config)# router ospf 10
R1(config-router)# area 5 no-summary stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
R1(config-router)# area 5 no-summary stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
R1(config)# router ospf 5
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 0.0.0.255 area 5
R1(config)# router ospf 10
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5
R1(config-router)# area 5 stub
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5
R1(config)# router ospf 5
R1(config-router)# area 5 stub no-summary
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5
R1(config-router)# area 5 stub no-summary
R1(config-router)# network 192.168.5.0 255.255.255.0 area 5
Layer 3 Technologies
Infrastructure Services
Examine the following output.
What possible reason(s) can cause the state of the first entry in the adjacency table? (Choose all that apply.)
What possible reason(s) can cause the state of the first entry in the adjacency table? (Choose all that apply.)
the interface is a multipoint interface
the clear ip arp command was executed
the Layer 3 information is unknown
the clear adjacency command was executed
Layer 3 Technologies
Infrastructure Security and Services
Examine the following output of the show ip route command and the partial output of the show run command from the router R63:
What will the router do with a packet with a source address of 192.168.5.5/24 and a destination address of 10.11.11.20/ 24 that arrives on the Serial0/0 interface?
What will the router do with a packet with a source address of 192.168.5.5/24 and a destination address of 10.11.11.20/ 24 that arrives on the Serial0/0 interface?
forward it out the Ethernet0/0 interface
forward it out the Tunnel0 interface
drop the packet
forward it out the Ethernet0/1 interface
Layer 3 Technologies
Infrastructure Security and Services
Comments