Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
1. About Cobra SDK
REST API is the basic interface of ACI and Cobra SDK is the library to access the API from python programs.
Following documents delivered with APIC describe REST API and Cobra SDK.
APIC REST API User GuideAPIC Python API and SDK
RE...
ルーティング・テーブルには、ベストなパスのみが保持されています。そのため、show ip route系のコマンドでは、それ以外のパスは確認できません。一方、ベストなパスに関する情報が、どこかに保持されているという推測は正しいです。その情報が保持されているのは、各ルーティング・プロトコルのRIB (Routing Information Base)になります。そのため、ひとつのコマンドで、ベストパスではない全てのパスを表示させることはできません。各ルーティング・プロトコル毎のコマンドを使用する必...