linuxlab.io
Tutorials▾
  • Linux & networking
    File system, processes, TCP/IP, BGP and OSPF
    →
  • Terraform & IaC
    HCL, state, plan/apply on a LocalStack sandbox
    →
  • Git & GitHub
    Object model, plumbing, branching, GitHub Actions
    →
All tutorials →
PricingAboutSign inCreate account
/
  • Introduction
  • Lessons
  • How it works
  • Simulator
  • Knowledge base
  • Interview prep
Lessons
Footer
linuxlab-TutorialsPricingAboutPrivacy & cookies
Copyright © 2026 LinuxLab. All rights reserved.

← из прошлого урока

You have a CPU profiler in hand. Next is a sharp change of topic: dynamic routing. A minimal BGP setup on FRR: two routers in different AS numbers, eBGP over TCP/179. This is the protocol the whole internet runs on.

← к прошлому уроку

Продвинутый

BGP minimum: two AS, one peering

20 мин · урок входит в курс «Продвинутый»

bgp is the protocol the whole internet uses to exchange routes. An autonomous system (AS) is a separate participant that announces the prefixes it can deliver. Neighbors (peers) choose the best path by policy.

This lesson is the bare minimum: two routers in different AS numbers, a point-to-point /30 between them, an eBGP session. You configure it through cmd-vtysh, read show ip bgp, and understand the session state.

Each node already starts with the FRR daemons (zebra/bgpd/ospfd) up, through the init command in the YAML.

Урок закрыт

Чтобы запустить sandbox и пройти этот урок целиком, нужен соответствующий курс. Внутри - ещё много практических уроков того же уровня и сквозной прогресс.

Купить курсВойти← Все уроки

дальше →

You assembled eBGP between AS numbers. Next is an IGP, routing INSIDE an AS. OSPF area 0 on three FRR routers: auto-discovery through hello, Link-State databases, the SPF calculation. The final chapter of the tutorial.

Открыть превью: OSPF area 0: a dynamic IGP across three nodesв курсе «Продвинутый» - /pricing
Footer
linuxlab-
Copyright © 2026 LinuxLab. All rights reserved.
Tutorials
Pricing
About
Privacy & cookies