This shows you the differences between two versions of the page.
rl:labs:12:contents:02 [2024/01/06 18:21] vlad_iulius.nastase [02. [20p] Configurare eBGP] |
rl:labs:12:contents:02 [2024/01/06 19:23] (current) vlad_iulius.nastase [02. [20p] Configurare eBGP] |
||
---|---|---|---|
Line 148: | Line 148: | ||
LOND_router(config-router)# neighbor 180.22.0.22 remote-as 22 | LOND_router(config-router)# neighbor 180.22.0.22 remote-as 22 | ||
LOND_router(config-router)# address-family ipv4 unicast | LOND_router(config-router)# address-family ipv4 unicast | ||
- | LOND_router(config-router-af)# network 1.0.0.0/8 | + | LOND_router(config-router-af)# network 2.0.0.0/8 |
LOND_router(config-router-af)# neighbor 180.22.0.22 activate | LOND_router(config-router-af)# neighbor 180.22.0.22 activate | ||
LOND_router(config-router-af)# exit-address-family | LOND_router(config-router-af)# exit-address-family |