次のコマンドを使用して、コントロールプレーンで、バックホールタイプを拡張するデバイスタイプを作成します。
devtype -c -n devtype-name devtype-description -b backhaul-devtype-ID -a unsupported |
例:
devtype -c -n CorporateIntranet "Corporate Intranet" -b 21 -a unsupported Aded type: CorporateIntranet, id: 25027 |
管理対象外のデバイスタイプの ID を取得するには、devtype -l と入力します。
新しく作成したデバイスタイプに、Ethernet アダプタと Ethernet ポートの属性を追加します。
devtype -s devtype-ID -T ethada+eth devtype -s devtype-ID -P ethernet-port+eth0+ethada |
例:
devtype devtype -s 25027 -T ethada+eth Added adapter: 304 devtype -s 25027 -P ethernet-port+eth0+ethada Added ethernet port: 305 Reset configuration on 0 device(s) |
コントロールプレーンで、タイプのインスタンスを作成します。
device device-ID -c -t devtype-name |
N1 Provisioning Server のファブリック層への接続を作成します。
device -sC chassis-switch-ID chassis-switch-port device-ID eth0 |
デバイスを FREE としてマークします。
device sF device-ID |
例:
device 1002 -c -t Corporateintranet Device 1002 is created. device -sC 50150 netp6 1002 eth0 Added connection 50150:netp6 --> 1002:eth0 device -sF 1002 |