9f6a943e75c9e1f7d6dd8bc9c6f789078cbe9339
howto/bgp-on-extreme-summit1i.md
| ... | ... | @@ -35,9 +35,8 @@ This configuration was tested on latest EW of 7.8.4.1 patch1-r4 version. But it |
| 35 | 35 | |
| 36 | 36 | Now, if you're trying EBGP with your peer: |
| 37 | 37 | |
| 38 | - # Announce some networks |
|
| 38 | + # Announce our network |
|
| 39 | 39 | configure bgp add network 172.22.151.0/23 |
| 40 | - configure bgp add network aa.bb.cc.dd/32 |
|
| 41 | 40 | |
| 42 | 41 | create bgp neighbor 172.22.151.1 remote-AS-number 65535 |
| 43 | 42 | # Point to a proper outgoing interface, useless in case when Super VLAN is used |
| ... | ... | @@ -50,7 +49,7 @@ Or IBGP (local router does the EBGP in following example): |
| 50 | 49 | # Don't wait for an EBGP |
| 51 | 50 | disable bgp synchronization |
| 52 | 51 | |
| 53 | - create bgp neighbor 192.168.1.1 remote-AS-number 65535 |
|
| 52 | + create bgp neighbor 192.168.1.1 remote-AS-number 65534 |
|
| 54 | 53 | enable bgp neighbor 192.168.1.1 |
| 55 | 54 | |
| 56 | 55 | Next, you may diagnose the things doing: |