655ddadcbd7b22fedfd0a21b262fd64a92a0e321
howto/Edgeos-Config-Example-number-2.md
| ... | ... | @@ -75,7 +75,7 @@ Check it with: |
| 75 | 75 | |
| 76 | 76 | * You must not use AS before the as numbers !! |
| 77 | 77 | |
| 78 | -. |
|
| 78 | +With this step you create the basic bgp session |
|
| 79 | 79 | configure |
| 80 | 80 | set protocols bgp 111111 neighbor Z.Z.Z.Z remote-as 222222 |
| 81 | 81 | set protocols bgp 111111 neighbor Z.Z.Z.Z soft-reconfiguration inbound |
| ... | ... | @@ -89,7 +89,7 @@ When commit this configuration you should be able to see a BGP neighbor session |
| 89 | 89 | |
| 90 | 90 | #### Set route to blackhole |
| 91 | 91 | |
| 92 | -* so bgp can announce the route |
|
| 92 | +so bgp can announce the route |
|
| 93 | 93 | |
| 94 | 94 | set protocols static route 172.AA.AA.64/27 blackhole |
| 95 | 95 | commit |