Command--set policy-options policy-statement ABC term EXPLICIT_DENY then reject
Hi In MX960, regarding command: set policy-options policy-statement ABC term EXPLICIT_DENY then reject, do you think the EXPLICIT_DENY need to define? why? I do not think it need to define. It could be...
View ArticleRe: Command--set policy-options policy-statement ABC term EXPLICIT_DENY then...
In your policy statement EXPLICIT_DENY is simply the variable name for the term. you are correct that this could be any letters or a number. This is simply a name for that particular term. See the...
View ArticleRe: NAT problem on MX
Did you reslove this issue? I am having the same problem on a mx80. Can you please share the solution?
View ArticleAnyone can explain command show route receive-protocol bgp ?
In MX960, bgp peer have not been configured yet. I got the output after typing command show route receive-protocol bgp. Please see the belowMy question is as it does not show any routes there, why it...
View ArticleRe: Anyone can explain command show route receive-protocol bgp ?
Hi, "show route receive-protocol bgp" is normally the prefixes received from a BGP peer before any policies are processed and the routes are imported in the routing-table. The figures displayed are...
View ArticleRe: Anyone can explain command show route receive-protocol bgp ?
This output is saying that you are not receiving any routes from this peer. As Ashvin notes, the numbers are just the total number of each type of route in that particular table as a whole. And the...
View ArticleRe: output error drop on Juniper M10i
Hi All, I am having the same issue. These drops appear in a specific time and leave.Any clue please ?
View ArticleRe: output error drop on Juniper M10i
Hi, Can you check "show interfaces x/x/x extensive", looking at the queue counters for any dropped packets.Drops could be due to CoS. Cheers,Ashvin
View ArticleRe: Command--set policy-options policy-statement ABC term EXPLICIT_DENY then...
So, do you think what traffic the EXPLICIT_DENY represent ? Thank you
View ArticleDifferent routing-instance interface in same router can communicate ?
Hi, Here is a question. Anyone can help to answer? Here is a topology R1(ge-1/0) ------ (ge-1/1)R2(ge-1/2) ----- (ge-1/3)R3R3 advertise bgp routes to R2. The interface ge-1/2 in R2 is routing-instance...
View ArticleRe: Layer 2 VPN (VPLS) versus Layer 3 VPN (VPRN) -- packet content difference...
Hi, You could probably look at some sample packet captures:https://www.cloudshark.org/captures/001bc9d05587https://www.cloudshark.org/captures/00f374aa6770?filter=arpThose are for EoMPLS /...
View ArticleRe: Different routing-instance interface in same router can communicate ?
Hi, This can be possible by sharing the routes between ABC and xyz RI. rib-groups can be used for this.To advertise a route to a BGP neighbor, that route needs to be present in that routing-table....
View ArticleRe: Community add
Hi, The community add statement looks ok.What issues were you facing? Were you seeing the expected route announced to the upstream? Cheers,Ashvin
View ArticleRe: Command--set policy-options policy-statement ABC term EXPLICIT_DENY then...
Can you paste the full config of the policy statement along with the config ,where you export this policy.something like : set protocols x export ABC If explicity deny is the only term in the policy...
View ArticleRe: Different routing-instance interface in same router can communicate ?
The current configuration in R2' ge-1/1 is routing-instance xyz. If we change it into routing-instance ABC, that would be easy for us to advertise that routes to R1. but we do not like to change so...
View ArticleRe: Community add
Two corrections needed here First if the traffic has to be blackholed from community x, why do you put then community add x as the routes are already coming with community x, it should be "from...
View ArticleRe: Different routing-instance interface in same router can communicate ?
There are two options to leak routes between VRF's:1) auto export2) Rib groups Easiest one is auto export Here is the link for the...
View ArticleRe: Different routing-instance interface in same router can communicate ?
Hi, Both auto-export and rib-groups are possible if the instance-type is vrf.If instance-type is virtual-router, I belive rib-group would be the only option. Can you advise what is the instance-type...
View ArticleRe: Community add
Hi, For customer-triggerred RTBF, the prefix needs to be accepted, next-hop changed so that this destination address gets null routed / discarded. As per RFC5635 NO_EXPORT community should also be...
View ArticleRe: Command--set policy-options policy-statement ABC term EXPLICIT_DENY then...
set policy-options policy-statement ABC term EXPLICIT_DENY then rejectIf this is only one term in a longer policy, (likely the last term) then all other routes not accepted by previous terms are...
View Article