Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect IP address shown in example 1 #3281

Closed
dmc-tech opened this issue Mar 16, 2023 · 1 comment · Fixed by #3621
Closed

incorrect IP address shown in example 1 #3281

dmc-tech opened this issue Mar 16, 2023 · 1 comment · Fixed by #3621
Assignees
Labels
area-remoteaccess Issues for remoteaccess module doc-bug For Upwork freelance team categories/reporting.

Comments

@dmc-tech
Copy link

Example 1 uses IP address 10.1.1.10, but the output shows BgpIdentifier : 192.168.1.10
This is incorrect according to the other examples and is confusing for the reader

PS C:>Add-BgpRouter -BgpIdentifier 10.1.1.10-LocalASN 64522 -PassThru
RoutingDomain :
BgpIdentifier : 192.168.1.10
LocalASN : 64522
CompareMEDAcrossASN : False
DefaultGatewayRouting : False
IPv6Routing : Disabled
LocalIPv6Address :
PeerName :
PolicyName :
TransitRouting : Disabled
RouteReflector : Disabled
ClusterId :
ClientToClientReflection :


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

@scanum scanum self-assigned this Mar 17, 2023
@scanum scanum added area-remoteaccess Issues for remoteaccess module doc-bug For Upwork freelance team categories/reporting. labels Mar 17, 2023
msbemba added a commit to msbemba/windows-powershell-docs that referenced this issue Sep 12, 2023
Fixed the IP address on example 1

Fixes MicrosoftDocs#3281
@msbemba
Copy link
Contributor

msbemba commented Sep 12, 2023

@dmc-tech Thank you for your feedback. We have made changes to the document via PR##3621

Once the author approves, then changes will be live.

Thanks
Sri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-remoteaccess Issues for remoteaccess module doc-bug For Upwork freelance team categories/reporting.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants