[bgp] peer with apurouters instead of routers
This commit is contained in:
parent
b1e9b94399
commit
203d5bb4f9
1 changed files with 4 additions and 4 deletions
|
@ -15,15 +15,15 @@ spec:
|
||||||
apiVersion: projectcalico.org/v3
|
apiVersion: projectcalico.org/v3
|
||||||
kind: BGPPeer
|
kind: BGPPeer
|
||||||
metadata:
|
metadata:
|
||||||
name: router1
|
name: apu-router1
|
||||||
spec:
|
spec:
|
||||||
peerIP: 2a0a:e5c0:1:8::5
|
peerIP: 2a0a:e5c0:2::43
|
||||||
asNumber: 207996
|
asNumber: 207996
|
||||||
---
|
---
|
||||||
apiVersion: projectcalico.org/v3
|
apiVersion: projectcalico.org/v3
|
||||||
kind: BGPPeer
|
kind: BGPPeer
|
||||||
metadata:
|
metadata:
|
||||||
name: router2
|
name: apurouter2
|
||||||
spec:
|
spec:
|
||||||
peerIP: 2a0a:e5c0:1:8::6
|
peerIP: 2a0a:e5c0:2::43
|
||||||
asNumber: 207996
|
asNumber: 207996
|
||||||
|
|
Loading…
Reference in a new issue