You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cumulus-linux-517/Layer-3/Border-Gateway-Protocol-BGP/Troubleshooting-BGP.md
+98Lines changed: 98 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1041,6 +1041,104 @@ bit-map
1041
1041
[route-with-soo] 10.0.1.12/32
1042
1042
```
1043
1043
1044
+
To show peer-bit index mapping information about a specific SOO route, run the `nv show <vrf-id> default router bgp address-family <address-family> soo-route <prefix>` command:
PeerIP - Peer IP address, SooPeerBitIndex - Indicates Site-of-Origin peer bit
1083
+
index mapping
1084
+
1085
+
Peer PeerIP SooPeerBitIndex
1086
+
---- ------------------- ---------------
1087
+
swp2 fe80::202:ff:fe11:1 1
1088
+
swp3 fe80::202:ff:fe11:1 2
1089
+
swp4 fe80::202:ff:fe11:1 3
1090
+
swp5 fe80::202:ff:fe22:2 4
1091
+
swp6 fe80::202:ff:fe22:2 5
1092
+
swp7 fe80::202:ff:fe22:2 6
1093
+
```
1094
+
1095
+
To show the SOO peer bit mapping for an SOO route, run the `nv show <vrf-id> default router bgp address-family <address-family> soo-route <prefix> peer-bit` command. To show the information in json format, run the `nv show <vrf-id> default router bgp address-family <address-family> soo-route <prefix> peer-bit -o json` command.
To show the SOO peer bit index mapping for an SOO route, run the `nv show <vrf-id> default router bgp address-family <address-family> soo-route <prefix> peer-index` command:
0 commit comments