exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 425 discussion

Actual exam question from Cisco's 350-401
Question #: 425
Topic #: 1
[All 350-401 Questions]

DRAG DROP -
Drag and drop the snippets onto the blanks within the code to construct a script that adds a prefix list to a route map and sets the local preference. Not all options are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Caledonia
Highly Voted 2 years, 8 months ago
The answer is wrong. "running": null Name:100 Permit Match
upvoted 46 times
...
Stylar
Highly Voted 2 years, 5 months ago
I would put the following: 1. “running”: null <<<<target running config 2. “name”:”100″, <<<<< prefix list name "100" 3. “seq_no”: <<<<<<< there is no permit command within a route map. this is the only logical selection here. 4. “match”: again within a route map we can either set, or match.
upvoted 19 times
Degen6969
2 years ago
There is permit/deny ‘seq no’ https://www.cisco.com/c/en/us/td/docs/security/asa/asa92/configuration/general/asa-general-cli/route-maps.pdf
upvoted 3 times
LanreDipeolu
1 year, 8 months ago
link did not work. Please re-paste.
upvoted 1 times
...
...
...
chmacnp
Most Recent 1 month, 2 weeks ago
"running": null Name:100 Permit Match This is a very tricky question. For any production route-map I have ever created and as per Cisco's documentation, you of course can and do specify a permit | deny, without this all traffic that is matched is implicitly denied in the route-map and where it is applied, why some people are stating permit | deny is not used in a route-map is very strange misinformation, it is a key component in the traffic engineering process. However in rare cases you can create a route-map without a permit or deny statement, specifying a sequence number only which is used to update an existing route-map entry. It seems too odd that Cisco would ask you to update an existing route-map when no other question I've come across asks for even basic route-map configuration. Surely we create the entry using a standard 'permit' here. https://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/route_maps.pdf
upvoted 1 times
...
4121e3c
9 months ago
checked with real RPC model: the correct order : running name seq_no match
upvoted 3 times
4121e3c
9 months ago
"ip": { "prefix-lists": { "name-only-prefixes": { "name": "100", "permit": { "prefix-only-list": { "prefix": "192.168.1.0/24" } } }, } }, "route-map": { "name": "routers", "route-map-without-order-seq": { "seq_no": 10, "set": { "local-preference": 200 }, "match": { "ip": { "address": { "prefix-list": "100" } } } } } }
upvoted 2 times
...
...
[Removed]
10 months, 3 weeks ago
given answer is incorrect "running": null "name":"100", "permit": "match": https://techhub.hpe.com/eginfolib/networking/docs/switches/K-KA-KB/16-02/5200-1671_K_MRG/content/ch11s06.html#:~:text=If%20the%20route%2Dmap%20has%20more%20than%20one%20sequence%2C%20the%20sequence%20number%20is%20required%3A%20route%2Dmap%20name%20permit%20%7C%20deny%20seq%20seq%2Dnum%20. ...........
upvoted 1 times
...
[Removed]
11 months, 2 weeks ago
i think it's like this running name Seq match
upvoted 1 times
[Removed]
10 months, 3 weeks ago
after researches, it must be "running": null "name":"100", "permit": "match":
upvoted 1 times
...
...
eww_cybr
1 year, 10 months ago
"running": null Name:100 Permit Match NETCONF <edit-config> Request: CLI Format <?xml version="1.0" encoding="UTF-8"?> <rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> <edit-config> <target> <running/> </target> <config>
upvoted 3 times
...
HarwinderSekhon
1 year, 10 months ago
Is it a Resconf sample?
upvoted 1 times
...
jackr76
2 years, 1 month ago
- "running": null - "name":"100" - "permit" - "match" TIP: runapem
upvoted 4 times
...
bora4motion
2 years, 4 months ago
1 - running 2 - name 3 - seq (this is a route-map) 4 - match the acl/prefix for the route-map.
upvoted 11 times
...
MO_2022
2 years, 4 months ago
Answer: 1. “running”: null 2. “name”:”100″, 3. “seq_no”: 4. “match”:
upvoted 6 times
...
Cer_Pit
2 years, 6 months ago
Suggested answer is wrong. If I understand correctly, correct should be: * "running": null * "name":"100" * "permit" * "match" The order in the route-map is a bit odd, the "match" part comes first and after that comes the "set" part... But, in the running-config (that is the target) in IOS this would be: * ip prefix-list 100 seq 10 permit 0.0.0.0/0 <- name of prefix-list is "100" * route-map Routes permit 10 <- "permit" 10 * match ip address prefix-list 100 <- "match" the prefix-list "100" * set local-preference 200
upvoted 11 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago