From abf1864aad2ab13a60b0dff487a5ef9fcd7c0de9 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Mar 2026 16:44:44 -0400 Subject: [PATCH] correcting the as-path description and range. --- docs/config_command_guide.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/docs/config_command_guide.md b/docs/config_command_guide.md index b233f03ae8..834e907acc 100755 --- a/docs/config_command_guide.md +++ b/docs/config_command_guide.md @@ -29579,22 +29579,18 @@ Specify the number of occurrences of the local BGP speaker's AS that can oc #### Usage ``` -configure authority router routing routing-protocol neighbor address-family as-path-options allow-own-as [] +configure authority router routing routing-protocol neighbor address-family as-path-options allow-own-as ``` ##### Positional Arguments | name | description | | ---- | ----------- | -| uint8 | The value to set for this field | +| value | as-path occurrences before rejection: Range 1-10. | #### Description -##### uint8 - -An unsigned 8-bit integer. - -Range: 0-255 +Specify the number of occurrences of the local BGP speaker's AS that can occur within the AS_PATH before it is rejected for this address family. Enter a value within the range of 1-10. ## `configure authority router routing routing-protocol neighbor address-family conditional-advertisement` @@ -35746,22 +35742,18 @@ Specify the number of occurrences of the local BGP speaker's AS that can oc #### Usage ``` -configure authority router routing vrf routing-protocol neighbor address-family as-path-options allow-own-as [] +configure authority router routing vrf routing-protocol neighbor address-family as-path-options allow-own-as ``` ##### Positional Arguments | name | description | | ---- | ----------- | -| uint8 | The value to set for this field | +| value | as-path occurrences before rejection: Range 1-10. | #### Description -##### uint8 - -An unsigned 8-bit integer. - -Range: 0-255 +Specify the number of occurrences of the local BGP speaker's AS that can occur within the AS_PATH before it is rejected for this address family. Enter a value within the range of 1-10. ## `configure authority router routing vrf routing-protocol neighbor address-family conditional-advertisement`