[pve-devel] [PATCH pve-docs] vxlan: remove "no bgp default ipv6-unicast"
Alexandre Derumier
aderumier at odiso.com
Mon Sep 9 17:58:26 CEST 2019
This syntax don't exist
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
vxlan-and-evpn.adoc | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/vxlan-and-evpn.adoc b/vxlan-and-evpn.adoc
index 0a05cfb..ec1bc07 100644
--- a/vxlan-and-evpn.adoc
+++ b/vxlan-and-evpn.adoc
@@ -367,7 +367,6 @@ iface vmbr3 inet manual
----
router bgp 1234
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -437,7 +436,6 @@ iface vmbr3 inet manual
----
router bgp 1234
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -508,7 +506,6 @@ iface vmbr3 inet manual
----
router bgp 1234
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.2 remote-as 1234
@@ -612,7 +609,6 @@ frr.conf
router bgp 1234
bgp router-id 192.168.0.1
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -696,7 +692,6 @@ frr.conf
router bgp 1234
bgp router-id 192.168.0.2
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -778,7 +773,6 @@ frr.conf
router bgp 1234
bgp router-id 192.168.0.3
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.2 remote-as 1234
@@ -902,7 +896,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.1
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1011,7 +1004,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.2
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1120,7 +1112,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.3
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.2 remote-as 1234
@@ -1240,7 +1231,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.1
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1372,7 +1362,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.2
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1481,7 +1470,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.3
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.2 remote-as 1234
@@ -1610,7 +1598,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.1
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1745,7 +1732,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.2
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -1878,7 +1864,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.3
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.1 remote-as 1234
neighbor 192.168.0.2 remote-as 1234
@@ -1980,7 +1965,6 @@ vrf vrf1
router bgp 1234
bgp router-id 192.168.0.1
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.2 remote-as 1234
neighbor 192.168.0.3 remote-as 1234
@@ -2066,7 +2050,6 @@ router bgp 1234
bgp cluster-id 1.1.1.1 #cluster-id must be the same on each route reflector
bgp log-neighbor-changes
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
neighbor fabric peer-group
neighbor fabric remote-as 1234
neighbor fabric capability extended-nexthop
@@ -2090,7 +2073,6 @@ router bgp 1234
bgp cluster-id 1.1.1.1
bgp log-neighbor-changes
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
neighbor fabric peer-group
neighbor fabric remote-as 1234
neighbor fabric capability extended-nexthop
@@ -2112,7 +2094,6 @@ proxmoxnode(s)
router bgp 1234
bgp router-id 192.168.0.x
no bgp default ipv4-unicast
- no bgp default ipv6-unicast
coalesce-time 1000
neighbor 192.168.0.200 remote-as 1234
neighbor 192.168.0.201 remote-as 1234
--
2.20.1
More information about the pve-devel
mailing list