-
Notifications
You must be signed in to change notification settings - Fork 13
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
DOCS-91 Initial draft #time 6h #56
Conversation
docs/bcp_att_avpn_configuration.md
Outdated
@@ -0,0 +1,375 @@ | |||
# AT&T AVPN Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please define the title using the FrontMatter formatting.
docs/bcp_att_avpn_configuration.md
Outdated
```mermaid | ||
graph LR | ||
voip-audio --> ATT-COS1 | ||
id1(BFD, BGP) -.-> ATT-control | ||
voip-video --> ATT-COS2V | ||
voip-streaming --> ATT-COS2V | ||
voip-signaling --> ATT-COS2 | ||
data-mission-critical --> ATT-COS2 | ||
remote-desktop --> ATT-COS2 | ||
management-interactive --> ATT-COS3 | ||
management-m2m --> ATT-COS3 | ||
data-interactive --> ATT-COS3 | ||
data-best-effort --> ATT-COS4 | ||
data-scavenger --> ATT-COS5 | ||
video-streaming-scavenger --> ATT-COS5 | ||
subgraph best-effort | ||
ATT-COS5 | ||
end | ||
subgraph low | ||
ATT-COS4 | ||
end | ||
subgraph medium | ||
ATT-COS2V | ||
ATT-COS2 | ||
ATT-COS3 | ||
end | ||
subgraph high | ||
ATT-COS1 | ||
ATT-control | ||
end | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that mermaid is part of this Docusaurus package, please update this so that it renders correctly.
e.g. facebook/docusaurus#1258
|
||
### Control Queue | ||
|
||
The control queue is used for communicating between the CE and PE router, and should typically be limited to BGP and BFD only. This is an extremely low bandwidth queue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably recommend a setting for our BFD packets on the adjacency. It could be medium/high.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BFD is always treated as high for us, I thought
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant the dscp marking to be set on the adjacency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had long talks with Adam B. about this topic... it's almost better to leave DSCP at 0 since that's (in principle) where the majority of the traffic will be placed. Once IP Flow Monitoring comes into the picture this can be revisited, since we'll have a whole new design language.
@@ -0,0 +1,375 @@ | |||
# AT&T AVPN Configuration | |||
|
|||
This guide is for network engineers and architects using their 128T Session Smart router to connect to AT&T’s MPLS VPN (AVPN) service. It will cover: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mainly valid for branch routers. For DC's this would not really kick in given the encyption performance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a note in the Abstract section that it is most useful on narrower links that are more prone to congestion.
…echnology/docs into docs-91-bcp-att-avpn-config
Added BCP document to sidebars.js so that it appears in the nav
No description provided.