update frr docker
This commit is contained in:
@@ -169,7 +169,16 @@ interface eth1
|
||||
ip rip receive version 2
|
||||
```
|
||||
|
||||
```bash
|
||||
redistribute kernel # 内核路由(包括静态、策略、直连等)
|
||||
redistribute connected # 直连接口网段
|
||||
redistribute static # 静态路由
|
||||
redistribute ospf # OSPF 路由
|
||||
redistribute rip # RIP 路由
|
||||
redistribute bgp # BGP 路由
|
||||
redistribute isis # ISIS 路由(如有)
|
||||
|
||||
```
|
||||
|
||||
### 常用命令
|
||||
|
||||
|
Reference in New Issue
Block a user