Referring to the partial Cisco IOS-XR BGP configuration exhibit, when trying to commit this configuration, the following error is displayed:
% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed' from this session to view the errors.
Answer : D
Explanation:
When using the Cisco IOS-XR show bgp command to examine the BGP table, the Metric value being displayed is used to represent which BGP attribute?
Answer : C
Explanation:
Refer to the Cisco IOS-XR route policy exhibit.
Answer : B
Explanation:
Refer to the BGP and route map configurations exhibit.
Answer : D
Explanation:
In Cisco IOS and Cisco IOS XE Software images, when redistributing routes from other routing protocols into OSPF, what is a common reason why some of the routes might not be redistributed into OSPF?
Answer : D
Explanation:
Refer to the exhibit.
Answer : C
Explanation:
When configuring Cisco IOS route maps, which command allows the route map processing to jump to another statement instead of exiting?
Answer : D
Explanation:
Match Operations With Continue Clauses
If a match clause does not exist in the route-map entry but a continue clause does, the continue clause will be automatically executed and go to the specified route-map entry. If a match clause exists in a route-map entry, the continue clause is executed only when a successful match occurs. When a successful match occurs and a continue clause exists, the route map executes the set clauses and then goes to the specified route-map entry. If the next route map contains a continue clause, the route map will execute the continue clause if a successful match occurs. If a continue clause does not exist in the next route map, the route map will be evaluated normally. If a continue clause exists in the next route map but a match does not occur, the route map will not continue and will "fall through" to the next sequence number if one exists.
Set Operations With Continue Clauses
Set clauses are saved during the match clause
evaluation process and executed after the route-map evaluation is completed. The set clauses are evaluated and executed in the order in which they were configured. Set clauses are only executed after a successful match occurs, unless the route map does not contain a match clause. The continue statement proceeds to the specified route-map entry only after configured set actions are performed. If a set action occurs in the first route map and then the same set action occurs again, with a different value, in a subsequent route map entry, the last set action may override any previous set actions that were configured with the same set command unless the set command permits more than one value. For example, the set as-path pretend command permits more than one autonomous system number to be configured.
Refer to the Cisco IOS route map configuration exhibit.
Answer : AD
Explanation:
http://www.routeralley.com/ra/docs/route_maps.pdf
When match criteria is contained within a single line, a logical OR is applied.
Refer to the route policies exhibit.
Answer : ACEGI
Explanation:
When using the Cisco IOS XR route policy language to define a logical if-then-else condition, which logical operator has the highest precedence?
Answer : C
Explanation:
http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.0/routing/configuration/guide/rc3rpl.html
When configuring Cisco IOS XR route policy nesting, which command is used within a route policy to call another route policy?
Answer : A
Explanation:
http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r3.7/routing/command/reference/rr37plcy.html
Examples -
In thefollowing example, the policy CustomerIn applies the route-policy SetLocalPref to conditionally set the local preference on a route. The parameters 20, 30,
40, and 50 are passed to the parameterized policy SetLocalPref, where the local preference is set to: "¢20, if the community 217:20 is present in the route "¢30, if the community 217:30 is present in the route "¢40, if the community 217:40 is present in the route "¢50, if the community 217:50 is present in the route
RP/0/RP0/CPU0:router(config)#route-policy SetLocalPref ($lp0, $lp1, $lp2, $lp3,
$lp4)
RP/0/RP0/CPU0:router(config-rpl)# if community matches-any ($lp0:$lp1)then
RP/0/RP0/CPU0:router(config-rpl-elseif)# set local-preference $lp1
RP/0/RP0/CPU0:router(config-rpl-elseif)# elseif communitymatches-any ($lp0:$lp2) then
RP/0/RP0/CPU0:router(config-rpl-elseif)# set local-preference $lp2
RP/0/RP0/CPU0:router(config-rpl-elseif)# elseif community matches-any ($lp0:$lp3) then
RP/0/RP0/CPU0:router(config-rpl-elseif)# set local-preference $lp3
RP/0/RP0/CPU0:router(config-rpl-elseif)# elseif community matches-any ($lp0:$lp4) then
RP/0/RP0/CPU0:router(config-rpl-elseif)# set local-preference $lp4
RP/0/RP0/CPU0:router(config-rpl-elseif)# endif
RP/0/RP0/CPU0:router(config-rpl)# end-policy
RP/0/RP0/CPU0:router(config)# route-policy CustomerIn($cust)
RP/0/RP0/CPU0:router(config-rpl)# apply SetLocalPref ($cust, 20, 30, 40, 50)
RP/0/RP0/CPU0:router(config-rpl)# end-policy
RP/0/RP0/CPU0:router(config)# route-policy Cust_217
RP/0/RP0/CPU0:router(config-rpl)# apply CustomerIn(217)
RP/0/RP0/CPU0:router(config-rpl)# end-policy
Refer to the Cisco IOS XR route policy exhibit.
Answer : C
Explanation:
What is defined by using the Cisco IOS XR policy-global configuration command?
Answer : B
Explanation:
Global Configuration Mode -
Prompt: (config)
Enter global configuration mode from executive (EXEC) mode by using the configure command. Global configuration commands generally apply to the whole system rather than just one protocol or interface. You canenter all other configuration submodes listed in this section from global configuration mode.
RP/0/RP0/CPU0:router# configure -
RP/0/RP0/CPU0:router(config)#
Global Parameter Configuration Mode
Prompt: (config-rpl-gl)
Enter global parameter configuration mode by using the policy-global command in global configuration mode.
In global parameter configuration mode, you can create or modify a global policy by entering successive commands and then terminating the configuration by entering the end-global command.
For example, to configure global parameters:
RP/0/RP0/CPU0:router(config)# policy-global
RP/0/RP0/CPU0:router(config-rp-gl)# glbpathtype ebgp
RP/0/RP0/CPU0:router(config-rp-gl)# glbtag 100
RP/0/RP0/CPU0:router(config-rp-gl)# end-global
What is the default OSPF seed metric and type?
Answer : D
Explanation:
When redistributing routes into OSPF, which kind of routes will be redistributed by default on Cisco IOS XR Software but will not be automatically redistributed by default on Cisco IOS Software and Cisco IOS XE Software?
Answer : C
Explanation:
Have any questions or issues ? Please dont hesitate to contact us