UpLink / DownLink 変換

スポンサーリンク
スポンサーリンク

NOTE

40G/100G のような広帯域のアクセスポートを外部接続などで欲しい時
⇒ UpLink to DownLink でファブリックを変換

Multi-Tier 構成でTier-1 のアクセスポートをファブリックポートに変換したい時
(Tier-2 のUpLink Port の接続先はTier-1 のFabric Port になる)

Fabric > Inventory > Pod > Node > 画面右のContvert Interfaces をクリック

 

UpLink / DownLink どちらに変換したいのかを指定し、対象ノードとインタフェースを指定する。

 

一括指定も可能。指定後、Save And Continue をクリックする。

 

本来は対象ノードのSummry タブの赤枠のあたりにリロードを促すメッセージがでるはず。

 

リロード後はUsage から変換されていることを確認する。

 

GUI が面倒な場合はいっそのことXML で書いてPost でも可。DownLink に変更したい時はdirec にDownLink を指定する。
この場合でもGUI 同様にリロードは必要。

<polUni annotation=”” dn=”uni” nameAlias=”” userdom=”all”>
    <infraInfra annotation=”” dn=”uni/infra” nameAlias=”” ownerKey=”” ownerTag=”” userdom=”all”>
        <infraPortDirecPol annotation=”” dn=”” userdom=”all”>
            <infraRsPortDirection annotation=”” direc=”UpLink” dn=”” tDn=”topology/pod-1/paths-201/pathep-[eth1/1]” userdom=”:all:”/>
            <infraRsPortDirection annotation=”” direc=”UpLink” dn=”” tDn=”topology/pod-1/paths-201/pathep-[eth1/2]” userdom=”:all:”/>
            <infraRsPortDirection annotation=”” direc=”UpLink” dn=”” tDn=”topology/pod-1/paths-202/pathep-[eth1/1]” userdom=”:all:”/>
            <infraRsPortDirection annotation=”” direc=”UpLink” dn=”” tDn=”topology/pod-1/paths-202/pathep-[eth1/2]” userdom=”:all:”/>
        </infraPortDirecPol>
    </infraInfra>
</polUni>

 

REF

Cisco Application Centric Infrastructure Fundamentals, Release 5.2(x) - Fabric Provisioning [Cisco Application Policy Infrastructure Controller (APIC)]
Fabric Provisioning

 

コメント