interface/{interface-type}/{interface-name}/ip/router/isis

Configures Intermediate System-to-Intermediate System (IS-IS) routing at the interface level.

Resource URIs

URI Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router/isis Configures IS-IS routing protocol. Valid interface types: Ethernet, Ve, Loopback.
GET URIs Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router Displays IS-IS configuration. Valid interface types: Ethernet, Ve, Loopback.
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router/isis Enables IS-IS. Valid interface types: Ethernet, Ve, Loopback.
PUT URIs Payload Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router/isis <isis>{enumeration}</isis> Enables IS-IS routing protocol. Valid interface types: Ethernet, Ve, Loopback.
PATCH URIs Payload Description
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router <isis>{enumeration}</isis> Enables IS-IS routing protocol. Valid interface types: Ethernet, Ve, Loopback.
DELETE URIs
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ip/router/isis

Usage Guidelines

GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.

Examples

URI

The following example uses the GET option to retrieve the configuration details.

http://host:80/rest/config/running/interface/Ve/101/ip/router

None

<router xmlns="urn:brocade.com:mgmt:brocade-isis" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/config/running/interface/Ve/101/ip/router">
  <isis>true</isis>
</router>

URI

The following example uses the PUT option to configure IS-IS routing protocol.

http://host:80/rest/config/running/interface/Ethernet/%221/3%22/ip/router/isis

<isis>true</isis>

None

URI

The following example uses the DELETE option to remove IS-IS routing protocol.

http://host:80/rest/config/running/interface/Ethernet/%221/3%22/ip/router

None

None