AWS BGP 配置上的 F5

网络工程 f5 aws
2022-02-10 02:00:00

我已使用 AWS 云 BIG IP 将 BGP 添加到 BIG IP GUI 上的路由域 0。但是我找不到在哪里添加我的路由对等点。

imish 不工作 tmsh 不工作 zebos 不工作

我在哪里指定路由邻居?

谢谢

admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)# zebos enable bgp 
=== Protocols are no longer enabled or disabled with === 
=== this utility. Please use tmsh, gui or icontrol. ===

usage: zebos [-r <rd_id | -a] check zebos [-r <rd_id | -a] (cmd command1),command2]

admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)# imish Dynamic routing is not enabled in route domain 0 
admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)# imish ? 
admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)# tmsh ? Syntax Error: unexpected argument "tmsh" 
admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)# tmsh Syntax Error: unexpected argument "tmsh" 
admin@(ip-1 )(cfg-sync Standalone)(Active)(/Common)(tmos)#

no 命令似乎有效,我每次都收到相同的消息

admin@(ip-10-53-53-151)(cfg-sync Standalone)(Active)(/Common)(tmos)# run util zebos -r 0 check
=== route domain: 0 ===
No dynamic routing protocol enabled
admin@(ip-10-53-53-151)(cfg-sync Standalone)(Active)(/Common)(tmos)# run util zebos -r 0 bgp enable
Unknown command: bgp
usage: zebos [-r <rd_id | -a] check
       zebos [-r <rd_id | -a] (cmd command1)[,command2]

admin@(ip-10-53-53-151)(cfg-sync Standalone)(Active)(/Common)(tmos)# run util zebos -r 0 enable bgp
=== Protocols are no longer enabled or disabled with ===
=== this utility. Please use tmsh, gui or icontrol.  ===

usage: zebos [-r <rd_id | -a] check
       zebos [-r <rd_id | -a] (cmd command1)[,command2]

admin@(ip-10-53-53-151)(cfg-sync Standalone)(Active)(/Common)(tmos)#
1个回答

提示符中的tmos表示您已经在 tmsh shell 中。无需在命令前加上 tmsh。run util bash如果您在 bash shell 中(要从 tmos 到达那里,请键入),您只会这样做。要获得 imish 和 zebos 贝壳,您必须使用run util imishrun util zebos