mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 03:47:47 +00:00
doc: fix rpki ipv4 address family example
Fix RPKI IPv4 address family example. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
This commit is contained in:
parent
aca422dec5
commit
1aa75f3fb7
@ -259,10 +259,12 @@ RPKI Configuration Example
|
|||||||
!
|
!
|
||||||
router bgp 65001
|
router bgp 65001
|
||||||
bgp router-id 198.51.100.223
|
bgp router-id 198.51.100.223
|
||||||
network 192.0.2.0/24
|
|
||||||
neighbor 203.0.113.1 remote-as 65002
|
neighbor 203.0.113.1 remote-as 65002
|
||||||
neighbor 203.0.113.1 route-map rpki in
|
|
||||||
neighbor 203.0.113.1 update-source 198.51.100.223
|
neighbor 203.0.113.1 update-source 198.51.100.223
|
||||||
|
address-family ipv4
|
||||||
|
network 192.0.2.0/24
|
||||||
|
neighbor 203.0.113.1 route-map rpki in
|
||||||
|
exit-address-family
|
||||||
!
|
!
|
||||||
address-family ipv6
|
address-family ipv6
|
||||||
neighbor 203.0.113.1 activate
|
neighbor 203.0.113.1 activate
|
||||||
|
Loading…
Reference in New Issue
Block a user