Skip to content

Commit

Permalink
remove standard communities
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Oct 13, 2020
1 parent 3ac5d31 commit 6a78f54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ Usage of ./bcg:
#### BGP Communities
bcg uses standard communities for 16-bit ASNs and large communities for 32-bit ASNs.
| Standard | Large | Meaning |
|----------|-----------|-------------------------|
| ASN,100 | ASN,0,100 | Originated |
| ASN,100 | ASN,0,101 | Learned from upstream |
| ASN,100 | ASN,0,102 | Learned from peer |
| ASN,100 | ASN,0,103 | Learned from downstream |
| Large | Meaning |
|-----------|-------------------------|
| ASN,0,100 | Originated |
| ASN,0,101 | Learned from upstream |
| ASN,0,102 | Learned from peer |
| ASN,0,103 | Learned from downstream |
#### Global Configuration Options
Expand Down

0 comments on commit 6a78f54

Please sign in to comment.