Skip to main content

Questions tagged [bgp]

BGP is Border Gateway Protocol, used on the internet both inside of and in between networks.

2 votes
2 answers
64 views

Found this statement in the "The Art of Network Architecture" book, but I can't understand it, as I don't see why routing protocols in the OSI model run on Layer 2 (data link), as the book ...
erateran's user avatar
2 votes
1 answer
202 views

I have following setup in my lab. Host1/2 running ubuntu with FRR daemon for BGP. R1 is my cisco nexus switch. I want to route traffic between host1 to host2. [host1]------ibgp----[R1]------ibgp----[...
Satish's user avatar
  • 4,469
1 vote
2 answers
152 views

as far as i understand, anycast network i.e a /24 block is announced by a BGP with the same ASN from multiple regions. anycast networks such as 1.1.1.1 and 1.0.0.1 are largely used for DNS services or ...
siri.m's user avatar
  • 11
4 votes
0 answers
152 views

I have a network capture of a real-life BGP-LS session: ... Path attributes Path Attribute - ORIGIN: IGP Path Attribute - AS_PATH: empty Path Attribute - LOCAL_PREF: 100 Path Attribute ...
Andreas's user avatar
  • 41
4 votes
1 answer
205 views

There are two kinds of BGP signaling (there are more, but I need to compare these two): 1- Both signaling and auto-discovery with BGP 2- LDP signaling and BGP auto-discovery When I look at both ...
A.A's user avatar
  • 671
1 vote
3 answers
332 views

I was wondering the need for a static route in the example below where its from AS65100 directly to AS65200 - 1 hop away. A BGP is established, so would there be a need/requirement for a Static Route ...
python_starter's user avatar
4 votes
1 answer
234 views

RFC 7454("BGP Operations and Security") says: When a network is present on an IXP and peers with other IXP members over a common subnet (IXP LAN prefix), it SHOULD NOT accept more- specific ...
Martin's user avatar
  • 963
1 vote
0 answers
138 views

in a Cisco environment , can you change routes to a network 1.1.1.1 on a Cisco router depending on which source loopback you use on that router without using PBR (Policy Based Routing ) ? so if i ...
xtensionx9's user avatar
1 vote
0 answers
49 views

I’m experiencing a network issue with one of my BGP peers, and I need some help understanding the root cause. Notes: Public IPs i provided is random just to describe the issue I have a BGP peer for ...
Network Learner's user avatar
5 votes
2 answers
279 views

I have a question about how Wireshark decode MP_REACH_NLRI BGP-attribute witj AFI = 1 and SAFI = 128. On the screenshot prefix length is 118 bits. We have 24 bits for one MPLS label and 64 bits for ...
razenkovv's user avatar
2 votes
1 answer
125 views

I am self learning networking and now want to create a simple network topology in containerlab. This is only for a simple test lab. For this I am only using OSPF and BGP. I have came up with a ...
Stackn00b's user avatar
0 votes
2 answers
224 views

I've a situation where i want to stop the default route(0.0.0.0/0) from sending out to a specific BGP peer.(EBGP peering) I was working on Juniper EX-series Example: B(AS 2) is connected to A(AS 1) ...
madhuwill's user avatar
0 votes
2 answers
163 views

Must every part of an autonomous system be connected inside the system to every other part, or can it be split in two (or more) distinct parts which are only connected through other autonomous systems?...
Stack Exchange Broke The Law's user avatar
-1 votes
1 answer
252 views

The standard answer I am seeing for how eBGP avoids routing loops is that eBGP routers of an AS will check each AS_PATH that is advertised to them and will discard the path if it contains their own AS ...
Tristan's user avatar
2 votes
1 answer
410 views

Let's say, that an organization has two geographically diverse DFZ sites named site-A and site-B. In site-A, the network 192.0.2.0/24 is in use and in site-B the network 198.51.100.0/24 is used. ...
Martin's user avatar
  • 963

15 30 50 per page
1
2 3 4 5
47