ASKER
ASKER
A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.
TRUSTED BY
All BGP nodes inside of the same AS need be connected in full mesh. R4 when receives NLRIs from eBGP neighbors will never advertise those to another iBGP neighbor. NLRIs will be advertised only to directly connected eBGP neighbors. So, even if link between R5 and R3 do not exist you still need to configure R5 as neighbor for all other routers in the same AS (R2, R3 & R4 need to be configured as BGP peers for R5 even if some physical link is missing (physical link between R5 & R3)). Additionally BGP is relying on IGP to provide routes how to reach BGP peers.
There are 2 ways to go around full mesh rule:
- BGP route reflectors
- BGP confederations
But again, those are ways to reduce number of peering inside of AS and still have a "full mesh".