Interviewer And Interviewee Guide

Routing Interview Question:

How to filter out the default route from outgoing BGP advertisements?

Submitted by: Administrator
Assuming you have a static default route that is redistributed because redistribute-static parameter is set to yes, do the following:

/routing filter add chain=myfilter prefix=0.0.0.0/0 action=discard

Then set myfilter as the out-filter for BGP instance

/routing bgp instance set default out-filter=myfilter
Submitted by: Administrator

Read Online Routing Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.