メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

Dell EMC SmartFabric OS10 User Guide Release 10.5.0

PDF

Interface

Configure a loopback interface

RESTCONF endpoint
/restconf/data/interfaces
JSON content
{
  "interface": [{
    "type": "iana-if-type:softwareLoopback",
    "enabled": true,
    "description":"loopback interface",
    "name":"loopback1"}]
}
Parameters
  • type string —Enter iana-if-type:softwareLoopback for a loopback interface.

  • enabled bool— Enter true to enable the interface; enter false to disable.

  • description string — Enter a text string to describe the interface. A maximum of 80 alphanumeric characters.

  • name string — Enter loopback loopback-id of the interface, loopback-id is from 0 to 16383.

Example
curl -X POST  -k -u admin:admin "https://10.11.86.113/restconf/data/interfaces" 
-H "accept: application/json" -H "Content-Type: application/json" 
-d '{"interface": [{"type": "iana-if-type:softwareLoopback", "enabled": true, 
"description":"loopback interface", "name":"loopback1"}]}'

Configure a loopback interface IP address

RESTCONF endpoint
/restconf/data/interfaces/interface/loopback1
JSON content
{
  "dell-ip:ipv4":{
    "address": {
      "primary-addr":"6.6.6.6/24"
    }
  }
}
Parameters
  • primary-addr ip-address/prefix-length — Enter the loopback IP address in dotted-decimal A.B.C.D/x format.

Example
curl -X POST  -k -u admin:admin "https://10.11.86.113/restconf/data/interfaces/interface/loopback1" 
-H "accept: application/json" -H "Content-Type: application/json" 
-d '{"dell-ip:ipv4":{"address": {"primary-addr":"6.6.6.6/24"}}}'

このコンテンツを評価する

正確
有益
分かりやすい
この記事は役に立ちましたか?
0/3000 characters
  1~5個の星の数で評価してください。
  1~5個の星の数で評価してください。
  1~5個の星の数で評価してください。
  この記事は役に立ちましたか?
  コメントでは、以下の特殊文字は利用できません: <>()\