forked from spinesystemspublic/documentation
Add pppoe copy procedure
This commit is contained in:
@@ -446,14 +446,20 @@ policy-options {
|
||||
}
|
||||
then accept;
|
||||
}
|
||||
term default {
|
||||
then reject;
|
||||
}
|
||||
}
|
||||
policy-statement OGERO-IMPORT {
|
||||
term OGERO-IMPORT {
|
||||
then accept;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
```
|
||||
*IMPORTANT*: term default then reject will prevent route leaks, dont forget it.
|
||||
|
||||
* x.x.x.x is your peer IP address and y.y.y.y is Ogero IP address.
|
||||
* a.a.a.a/24 and b.b.b.b/24 are your prefixes you want to send to Ogero.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user