Configures Intermediate System-to-Intermediate System (IS-IS) routing at the interface level.
URI | Description |
---|---|
<base_URI>rest/config/running/interface/{interface-type}/{interface-name}/ipv6/router/isis | Configures IS-IS routing protocol. Valid interface types: Ethernet, Ve, Loopback. |
GET URIs | Description |
---|---|
<base_URI>rest/config/running/interface/{interface-type}/{interface-name}/ipv6/router | Displays IS-IS routing protocol. Valid interface types: Ethernet, Ve, Loopback. |
<base_URI>rest/config/running/interface/{interface-type}/{interface-name}/ipv6/router/isis | Enables IS-IS. Valid interface types: Ethernet, Ve, Loopback. |
PUT URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ipv6/router/isis | <isis>{enumeration}</isis> | Enables IS-IS. Valid interface types: Ethernet, Ve, Loopback. |
PATCH URIs | Payload | Description |
---|---|---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ipv6/router | <isis>{enumeration}</isis> | Enables IS-IS. Valid interface types: Ethernet, Ve, Loopback. |
DELETE URIs |
---|
<base_URI>/config/running/interface/{interface-type}/{interface-name}/ipv6/router/isis |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/interface/Ethernet/%221/3%22/ipv6/router
None
<router xmlns="urn:brocade.com:mgmt:brocade-isis" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/interface/Ethernet/%224/10%22/ipv6/router"> <isis>true</isis> </router>
The following example uses the PUT option to configure IS-IS routing protocol.
http://host:80/rest/config/running/interface/Ethernet/%221/3%22/ipv6/router/isis
<isis>true</isis>
None
The following example uses the DELETE option to remove IS-IS routing protocol.
http://host:80/rest/config/running/interface/Ethernet/%221/3%22/ipv6/router
None
None