Valid 350-501 Dumps shared by ExamDiscuss.com for Helping Passing 350-501 Exam! ExamDiscuss.com now offer the newest 350-501 exam dumps, the ExamDiscuss.com 350-501 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-501 dumps with Test Engine here:
You are writing an RPL script to accept routes only from certain autonomous systems Consider this code. If you apply this code to BGP filters, which effect does the code have on your router?
Correct Answer: B
The RPL script in the image is used to filter BGP routes based on the AS path. The script includes a condition that checks if the AS path contains '7077' using a regular expression (ios-regex '777$'). If this condition is met, the route is passed; otherwise, it would be denied by default. Therefore, this script allows routes from AS 7077 and denies others. References := For specific references, please consult the Implementing and Operating Cisco Service Provider Network Core Technologies source book or study guide, as I am unable to provide direct links or access content from external websites.