Re: Different routing-instance interface in same router can communicate ?
Another option is to use logical tunnel interfaces to connect the two virtual routers internally and setup peering or static routes between the two virtual routers....
View ArticleRe: Community add
Pls find sample snippet of RTBH: You get a route from omunity x123:666 from customer ,while importing from customer you give this statement to change the next-hop as discard while advertising in your...
View ArticleRe: Community add
Hi, There is no accept action in the policy-statement, thus the route will not be imported in the routing table.Example config:routing-options { autonomous-system 123; } protocols { bgp { group...
View ArticleHow to redistribute bgp into ospf with different area.
I have a topology like this ToplogyI have 3 routers: router r1 connect to router r2 and run ospf area 23. beside, router r1 also connect to router r3 and run ospf with area 18. In router r1 receive...
View ArticleRe: how to apply bandwidth policer
Hi ashvin,Thanks for the reply.Yes, the reason for applying the policer is to save on transit.Sheeel.
View ArticleRe: How to redistribute bgp into ospf with different area.
Hi, The "to" statement in the policy is a matching condition:> from Conditions to match the source of a route> then Actions to take if 'from' and 'to' conditions match> to Conditions to match...
View ArticleHow to advertise routes to bgp peer from another vrf interface?
Hi,Here is a topology: R1(e1/1) ----------(e1/1) R2 (e1/0) ---------(e1/0) R3R1' AS is 1, R2' AS is 2 and R3' AS is 3e1/0 in R2 and R3 are vrf DOC. e1/1 in R2 and R1 are normal interfaceCan you give...
View ArticleRe: How to redistribute bgp into ospf with different area.
Agree with Ashwin. Below are the configs: R1 set policy-options policy-statement ADV_BGP_TO_OSPF term Default-Route from protocol bgpset policy-options policy-statement ADV_BGP_TO_OSPF term...
View ArticleRe: How to advertise routes to bgp peer from another vrf interface?
Hi,______________________________________________________________________________e1/0 in R2 and R3 are vrf DOC. e1/1 in R2 and R1 are normal...
View ArticleRe: How to redistribute bgp into ospf with different area.
Thank vinodc. I think it will work. I will try follow the step which you show. Thank you so much
View ArticleRe: How to redistribute bgp into ospf with different area.
Thanks Nguyen Huy Hoang for accepting solution I have tried it in local lab , it works . Do a show route for 0.0.0.0(Global RIB) prefix in R3 ,before and after applying import policy , you can observe...
View ArticleRe: How to advertise routes to bgp peer from another vrf interface?
Thank you so much for your reply. I get confused when I see a lot juniper command because I am new to Juniper.In Cisco device, my understanding is two vrf route-targe exchange so that the traffic can...
View ArticleRe: How to advertise routes to bgp peer from another vrf interface?
From your query , looks like the purpose is to leak the routes from vrf instance to global instance . If yes , pls do it with rib groups.and i hope it is one way(from vrf to global ) leak The config...
View ArticleRe: How to advertise routes to bgp peer from another vrf interface?
Hi,________________________________________________________________________________In Cisco device, my understanding is two vrf route-targe exchange so that the traffic can pass the two...
View ArticleRe: How to redistribute bgp into ospf with different area.
Hi, You might also want to add a default explicit-accept statement:# show policy-options policy-statement OSPF-IMPORT term reject-default { from { route-filter 0.0.0.0/0 exact; } then reject; } then...
View ArticleRe: How to redistribute bgp into ospf with different area.
Hi AshvinO, That's right. I agree with you. Many thanks. Regards, Hoang Nguyen Huy
View Articletrigger for rate limit message under RSVP stats:
Is there an easy way to hit the rate limit count visible under rsvp statistics: Please let me the reproduction steps for incrementing the counter for the same: regress@winnebago# run show rsvp...
View Articlecut static to ospf area 0
Hi, I have to build a new environment with Junos MX and some Cisco device.I run BGP, OSPF (2 area) and static. Attached a basic picture. My problem is that the MX1-4 don't have to advertise the static...
View ArticleRe: Blackholing and Rate Limiting for DDOS
Hi, Came accross this post, althought old i thought i could share some views.Blackholing can be done with static manual config or remotely triggered [RTBF]. Triggering tag or sending blackhole routes...
View ArticleRe: cut static to ospf area 0
Hi, The static routes will be exported into OSPF area 10 as Type 5 External LSA. Because, its a Type 5 LSA, it will be flooded to the OSPF domain except for stub areas if any. In this case, it will be...
View Article