diff options
author | Robert Göhler <github@ghlr.de> | 2019-12-01 20:40:00 +0100 |
---|---|---|
committer | Robert Göhler <github@ghlr.de> | 2019-12-01 20:40:00 +0100 |
commit | 840ac72a298e9b7eaea18a0170b63f07f4c25099 (patch) | |
tree | 9d808393fbeb1e6671c0ee7f9c98b09cef8365f6 /docs/routing | |
parent | 0462eac7696a858c5c4411b0660f4669b2033fbc (diff) | |
download | vyos-documentation-840ac72a298e9b7eaea18a0170b63f07f4c25099.tar.gz vyos-documentation-840ac72a298e9b7eaea18a0170b63f07f4c25099.zip |
Routing Policy: migrate to reserved address space
Diffstat (limited to 'docs/routing')
-rw-r--r-- | docs/routing/routing-policy.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/routing/routing-policy.rst b/docs/routing/routing-policy.rst index a5714bf7..f9f3e826 100644 --- a/docs/routing/routing-policy.rst +++ b/docs/routing/routing-policy.rst @@ -22,8 +22,8 @@ Routing Policy Example set policy route-map setmet rule 2 set as-path-prepend '2 2 2' #Apply policy to BGP - set protocols bgp 1 neighbor 1.1.1.2 address-family ipv4-unicast route-map import 'setmet' - set protocols bgp 1 neighbor 1.1.1.2 address-family ipv4-unicast soft-reconfiguration 'inbound' <<<< *** + set protocols bgp 1 neighbor 203.0.113.2 address-family ipv4-unicast route-map import 'setmet' + set protocols bgp 1 neighbor 203.0.113.2 address-family ipv4-unicast soft-reconfiguration 'inbound' <<<< *** *** get policy update without bouncing the neighbor @@ -38,7 +38,7 @@ Routing Policy Example Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path - *> 22.22.22.22/32 1.1.1.2 1 0 2 i < Path + *> 198.51.100.3/32 203.0.113.2 1 0 2 i < Path Total number of prefixes 1 @@ -53,7 +53,7 @@ Routing Policy Example Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path - *> 22.22.22.22/32 1.1.1.2 1 0 2 2 2 2 i < longer AS_path length + *> 198.51.100.3/32 203.0.113.2 1 0 2 2 2 2 i < longer AS_path length Total number of prefixes 1 vyos@vos1:~$ |