Cisco 350-501 Practice Test - Questions Answers, Page 30
List of questions
Related questions
A network administrator must monitor network usage to provide optimal performance to the network end users when the network is under heavy load. The administrator asked the engineer to install a new server to receive SNMP traps at destination 192.168.1.2. Which configuration must the engineer apply so that all traps are sent to the new server?
snmp-server enable traps entity
snmp-server host 192.168.1.2 public
snmp-server enable traps bgp
snmp-server host 192.168.1.2 public
snmp-server enable traps isdn
snmp-server host 192.168.1.2 public
snmp-server enable traps
snmp-server host 192.168.1.2 public
What must a network engineer consider when designing a Cisco MPLS TE solution with OSPF?
The OSPF extensions and RSVP-TE must be enabled on all routers in the network.
OSPF extensions for RSVP-TE are supported in Area 1.
The OSPF extensions and RSVP-TE must be enabled on the egress routers.
OSPF extensions for RSVP-TE are implemented in Type 6, 7, and 8 LSAs.
The network team is planning to implement IPv6 on the company’s existing IPv4 network infrastructure. The network currently uses IS-IS to share routes between peers. Which task must the team perform so that IS-IS will run in multitopology mode on the updated IPv6 network?
Configure the links between the network routers as point-to-point.
Configure the network routers to use metric-style wide.
Configure the network routers as Level 2 routers.
Configure the IS-IS IPv6 metric on the dual-stack links.
Refer to the exhibit.
Refer to the exhibit. Customers report occasional forwarding issues from hosts connected to R6 to hosts connected to R1. A network engineer has just updated the MPLS configuration on the network, and a targeted LDP session has been established between R1 and R5. Which additional task must the engineer perform so that the team can identify the path from R6 to R1 in case the forwarding issues continue?
Configure an MPLS TE from R4 to R1 that routes through R5.
Implement MPLS OAM within the network.
Implement MPLS VPLS within the network.
Configure MPLS LDP Sync on each router.
Which benefit is provided by FRR?
It provides fast forwarding path failure detection times for all media.
It provides rapid failure detection between forwarding engines.
It provides performance data for the service provider network.
It protects Cisco MPLS TE LSPs from link and node failures.
An engineer must implement QoS to prioritize traffic that requires better service throughout the network. The engineer started by configuring a class map to identify the high-priority traffic. Which additional tasks must the engineer perform to implement the new QoS policy?
Attach the class map to a policy map that sets the minimum bandwidth allocated to the classified traffic and designates the action to be taken on the traffic.
Attach the class map to a policy map that designates the action to be taken on the classified traffic and then attach the policy map to an interface using a service policy.
Attach the class map to a policy map within a VRF to segregate the high-priority traffic and then attach the policy map to an interface in another VRF.
Create a route map to manipulate the routes that are entered into the routing table and then attach the route map to an interface using a service policy.
A service provider requires continuous real-time network monitoring to provide reliable SLAs to its customers. To satisfy this requirement, a network administrator is implementing gRPC dial out on an ASR with TLS. Receiver 192.168.10.2 will be assigned one of the subscriptions, and it will manage the ASR. Which configuration must the engineer apply to the router as part of the configuration process?
snmp-server community public
snmp-server enable traps
snmp-server host 192.168.10.2 version 2c public.
telemetry model-driven
destination-group DGroup1
address family ipv4 192.168.10.2 1 port 10
encoding self-describing-gpb
snmp-server community public
snmp-server enable traps
snmp-server enable traps snmp authentication
snmp-server manager
snmp-server manager session-timeout 1000
telemetry model-driven
destination-group ciscotest
address family ipv4 192.168.10.2 port 10
encoding self-describing-gpb
protocol grpc tis-hostname ciscotest.com
Refer to the exhibit.
Refer to the exhibit. A network operator working for a private telecommunication company with an employee id: 7138: 13:414 just added new users to the network, which resides in VLANs connected to routers R1 and R4. The engineer now must configure the network so that routers R1 and R4 share routes to the VLANs, but routers R2 and R3 are prevented from including the routes in their routing tables. Which configuration must the engineer apply to R4 to begin implementing the request?
pseudowire -class ciscotest
encapsulation mpls
interface gigabitethernet 1/0/1
connect neighbor 192.168.1.1 101 pw-class cisco
pseudowire -class ciscotest
encapsulation mpls
interface gigabitethernet 1/0/1
xconnect 192.168.1.1 101 pw-class ciscotest
pseudowire-class ciscotest
encapsulation mpls
service-policy output ciscotest
interface serial 2/0/0
frame-relay encapsulation
ip address 192.168.1.4 255.255.255.0
service-policy output ciscotest
A network administrator is planning a new network with a segment-routing architecture using a distributed control plane. How is routing information distributed on such a network?
Each segment is signaled by a compatible routing protocol, and each segment makes its own steering decisions based on SR policy.
Each segment is signaled by MPLS, and each segment makes steering decisions based on the routing policy pushed by BGP.
Each segment is signaled by an SR controller, but each segment makes its own steering decisions based on SR policy.
Each segment is signaled by an SR controller that makes the steering decisions for each node.
Refer to the exhibit.
Refer to the exhibit. A network support engineer for ASN 65502 receives a technical support ticket from a customer in ASN 65503 who reports that an eBGP session is down. The engineer determines that the peering failed after a recent change to the device at 192.168.26.2. EDGE-GW-1 must establish an eBGP session with the peering router 192.168.26.2. Which configuration establishes this session?
configure terminal
no router bgp 65502
router bgp 65503
neighbor 192.168.26.2 remote-as 65503
address-family ipv4
neighbor 192.168.26.2 activate
end
configure terminal
router bgp 65502
address-family ipv4
neighbor 192.168.26.2 activate
end
configure terminal
no router bgp 65502
router bgp 65503
neighbor 192.168.26.2 remote-as 65123
address-family ipv4
neighbor 192.168.26.2 activate
end
configure terminal
router bgp 65502
no neighbor 192.168.26.2 remote-as 65503
neighbor 192.168.26.2 remote-as 65123
address-family ipv4
neighbor 192.168.26.2 activate
end
Question