Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Dell SmartFabric Services User Guide Release 10.5.3

PDF

Enable SFS using RESTCONF API

You can enable SFS on OS10 switches using the RESTCONF API. For more information regarding general RESTCONF API operations, see SmartFabric OS10 User Guide.

Description
Enables SFS on the switches with leaf and spine roles.
RESTCONF endpoint
/restconf/data/dell-smart-fabric:config-personality
JSON content (spine)
{
"dell-smart-fabric:config-personality": {
"service-enable":true,
"role": "SPINE",
}
}
Example
curl -k -u admin:admin -H 'Content-Type: application/json' -i -X POST  -d \
'{"dell-smart-fabric:config-personality":
{"service-enable":true,
"role":"SPINE"}
}' 
https://100.104.26.104/restconf/data/dell-smart-fabric:config-personality

The following example shows how to enable SFS on a leaf switch with an IP address (100.104.26.104) and VLTi interfaces as 1/1/5 and 1/1/6.

JSON content (leaf)
{
"dell-smart-fabric:config-personality": {
"service-enable":true,
"mode": "L3 Fabric",
"role": "LEAF",
"icl": [
"ethernet1/1/5",
"ethernet1/1/6"
]
}
}
Example
curl -k -u admin:admin -H 'Content-Type:
application/json' -i -X POST -d \
'{"dell-smart-fabric:config-personality":{"service-enable":true,"role":"LEAF",
"icl": [
"ethernet1/1/5",
"ethernet1/1/6"
]
}
}'
https://100.104.26.104/restconf/data/dell-smart-fabric:config-personality

Example—Usage of curl command on a linux server is as shown:

curl-enable

Rate this content

Accurate
Useful
Easy to understand
Was this article helpful?
0/3000 characters
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please provide ratings (1-5 stars).
  Please select whether the article was helpful or not.
  Comments cannot contain these special characters: <>()\