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-516/Layer-3/Border-Gateway-Protocol-BGP/Optional-BGP-Configuration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1753,7 +1753,7 @@ The following table describes the `prefix limit` options.
1753
1753
1754
1754
| Option | Description |
1755
1755
| -------- | ------------ |
1756
-
|`maximum`| The maximum number of unreachability prefixes that the switch can receive from the peer or peer group. This is critical for security to prevent state exhaustion. |
1756
+
|`inbound maximum`| The maximum number of unreachability prefixes that the switch can receive from the peer or peer group. This is critical for security to prevent state exhaustion. |
1757
1757
|`reestablish-wait`| The time in minutes to wait before establishing the BGP session again with the peer or peer group. You can specify a value between 1 and 65535, or `auto`. The default value is `auto`, which uses standard BGP timers and processing. |
1758
1758
|`warning-only`| When enabled, the switch only generates a syslog warning if the number of received unreachability prefixes exceeds the limit. |
1759
1759
|`warning-threshold`| The percentage of the maximum at which a syslog warning is generated. You can specify a value between 1 and 100. The default value is 75.|
To show the BGP unreachability AS path configuration for a peer, run the `nv show vrf <vrf> router bgp neighbor <neighbor-id> address-family <address-family>-unreachability aspath` command.
Copy file name to clipboardExpand all lines: content/cumulus-linux-517/Layer-3/Border-Gateway-Protocol-BGP/Optional-BGP-Configuration.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1753,7 +1753,7 @@ The following table describes the `prefix limit` options.
1753
1753
1754
1754
| Option | Description |
1755
1755
| -------- | ------------ |
1756
-
|`maximum`| The maximum number of unreachability prefixes that the switch can receive from the peer or peer group. This is critical for security to prevent state exhaustion. |
1756
+
|`inbound maximum`| The maximum number of unreachability prefixes that the switch can receive from the peer or peer group. This is critical for security to prevent state exhaustion. |
1757
1757
|`reestablish-wait`| The time in minutes to wait before establishing the BGP session again with the peer or peer group. You can specify a value between 1 and 65535, or `auto`. The default value is `auto`, which uses standard BGP timers and processing. |
1758
1758
|`warning-only`| When enabled, the switch only generates a syslog warning if the number of received unreachability prefixes exceeds the limit. |
1759
1759
|`warning-threshold`| The percentage of the maximum at which a syslog warning is generated. You can specify a value between 1 and 100. The default value is 75.|
@@ -1786,7 +1786,7 @@ cumulus@leaf01:~$ nv set vrf default router bgp neighbor swp51 address-family ip
1786
1786
cumulus@leaf01:~$ nv set vrf default router bgp neighbor swp51 address-family ipv6-unreachability prefix-limits maximum 6
To show the BGP unreachability AS path configuration for a peer, run the `nv show vrf <vrf> router bgp neighbor <neighbor-id> address-family <address-family>-unreachability aspath` command.
0 commit comments