Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
2k views

Compare Quagga to XORP

What do you think of Quagga compared to XORP as a dynamic software routing engine? What are the technical merits of each engine comparatively? Additionally, what do most people think of them from a ...
1
vote
1answer
36 views

Calculating a potential route of a packet offline

I'm trying to find a method for enumerating a few possible routes a packet may take on the internet, specifically counting ASes it might pass on the route. Is this possible at all, and will I be able ...
0
votes
0answers
32 views

Vyatta with BGP and Optimized Edge Routing (OER)

I am looking into moving away from our Cisco edge routers and towards a Vyatta solution. Our setup includes two ISP's with BGP to advertise several /24 subnets. Along with BGP, we have OER setup to ...
0
votes
0answers
36 views

Redistribute BGP routes Into OSPF

how would I redistribute BGP routes (R4) into OSPF (R3), but prevent the route to 117.114.1.0/24 (Loopback network on R4) from being advertised into area 0 R1 ----- R2 ----- R3 ----- SWITCH ----- ...
0
votes
1answer
94 views

How to get ip prefixes of a as-number?

For example, I have AS34540 and I want to know ip prefixes of this number. How do I query for the ip prefixes?
0
votes
1answer
133 views

Quagga Loc_RIB and Dump BGP packets,table?

My first question might sound a little stupid. But here goes: By the command: "show ip bgp" We can display entries in the BGP routing table. Now, is this the BGP Loc-RIB that quagga has created? If ...
0
votes
1answer
87 views

How to look at BGP's LOC-RIB using Quagga library

While reading the documentation, I saw that, "You can use Quagga library as your program’s client user interface". Basically, I want to look at BGP's LOC-RIB (RIB = Routing Information Base) that ...
0
votes
1answer
719 views

redistribute BGP routes in OSPF

Consider two routers A & B. Both of them run eBGP for connecting to ISP and also run OSPF inside the cloud. Both A&B also run iBGP and are connected in an internal iBGP mesh. How suppose ...
0
votes
3answers
129 views
0
votes
2answers
143 views

What does BGP Path Attribute Type 18 refer to?

Does anyone know what Path Attribute Type 18 refers to and how to parse it? The best I can understand is that it is a new AGGREGATOR (type 7) and I'm assuming that it's reading the new AS32 format, ...
-1
votes
2answers
71 views

BGP vs OSPS and IsIs

Why hasn't BGP completely replaced OSPF and IsIs? What do the other two protocols handle that BGP does not already implement?