Add example debug command for FRR
This commit is contained in:
@@ -10,6 +10,22 @@
|
|||||||
Our CEPH setup uses a private IPv6 subnet for inner cluster communication.
|
Our CEPH setup uses a private IPv6 subnet for inner cluster communication.
|
||||||
|
|
||||||
fdcc:a182:4fed::/64
|
fdcc:a182:4fed::/64
|
||||||
|
|
||||||
|
> You can check Mesh network status by launching FRR shell `vtysh` and then typing
|
||||||
|
> `show openfabric topology`
|
||||||
|
|
||||||
|
root@pve91:~# vtysh
|
||||||
|
pve91# show openfabric topology
|
||||||
|
IS-IS paths to level-2 routers that speak IPv6
|
||||||
|
Vertex Type Metric Next-Hop Interface Parent
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
pve91
|
||||||
|
fdcc:a182:4fed::91/128 IP6 internal 0 pve91(4)
|
||||||
|
pve93 TE-IS 10 pve93 enp161s0 pve91(4)
|
||||||
|
pve90 TE-IS 10 pve90 enp161s0d1 pve91(4)
|
||||||
|
fdcc:a182:4fed::93/128 IP6 internal 20 pve93 enp161s0 pve93(4)
|
||||||
|
fdcc:a182:4fed::90/128 IP6 internal 20 pve90 enp161s0d1 pve90(4)
|
||||||
|
|
||||||
2. Setup CEPH packages on all nodes
|
2. Setup CEPH packages on all nodes
|
||||||
|
|
||||||
pveceph install --repository no-subscription --version squid
|
pveceph install --repository no-subscription --version squid
|
||||||
|
Reference in New Issue
Block a user