mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 18:25:01 +00:00
For example:
```
donatas-laptop# show bgp ipv4 unicast neighbors 127.0.0.2 advertised-routes route-map ?
RMAP_NAME Name of the route map
testas2 testas
donatas-laptop(config)# router bgp
donatas-laptop(config-router)# address-family ipv4
donatas-laptop(config-router-af)# redistribute connected route-map ?
RMAP_NAME Pointer to route-map entries
testas2 testas
donatas-laptop(config-router-af)# network 192.168.0.0/23 route-map ?
RMAP_NAME Name of the route map
testas2 testas
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| rip_cli.c | ||
| rip_debug.c | ||
| rip_debug.h | ||
| rip_errors.c | ||
| rip_errors.h | ||
| rip_interface.c | ||
| rip_interface.h | ||
| rip_main.c | ||
| rip_nb_config.c | ||
| rip_nb_notifications.c | ||
| rip_nb_rpcs.c | ||
| rip_nb_state.c | ||
| rip_nb.c | ||
| rip_nb.h | ||
| rip_offset.c | ||
| rip_peer.c | ||
| rip_routemap.c | ||
| rip_snmp.c | ||
| rip_zebra.c | ||
| ripd.c | ||
| ripd.h | ||
| subdir.am | ||