isis-state/host-table

Resource URIs

URI Description
<base_URI>/operational-state/isis-state/host-table Displays IS-IS Dynamic Host Name Mapping.
<base_URI>/operational-state/isis-state/host-table/hostname-enabled Displays true if the IS-IS Routing Protocol Hostname feature support is enabled.
<base_URI>/operational-state/isis-state/host-table/isis-router-entry Displays IS-IS Routing Protocol host-table mapping details for an IS-IS Router
<base_URI>/operational-state/isis-state/host-table/isis-router-entry/{system-id}/host-name Displays the hostname for an IS-IS Router for a specified system-id.
<base_URI>/operational-state/isis-state/host-table/isis-router-entry/{system-id}/is-local Displays true if the host is local.

Usage Guidelines

Only GET operation is supported. Use of the Resource-Depth request header is recommended.

Examples

URI

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

http://host:80/rest/operational-state/isis-state/host-table

None

<host-table xmlns="urn:brocade.com:mgmt:brocade-isis-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/isis-state/host-table">
  <hostname-enabled>true</hostname-enabled>
  <isis-router-entry y:self="/rest/operational-state/isis-state/host-table/isis-router-entry/1111.1111.1111">
    <system-id>1111.1111.1111</system-id>
    <host-name>Fusion1</host-name>
    <is-local>true</is-local>
  </isis-router-entry>
  <isis-router-entry y:self="/rest/operational-state/isis-state/host-table/isis-router-entry/a9e0.0001.0000">
    <system-id>a9e0.0001.0000</system-id>
    <host-name>IXIA1101</host-name>
    <is-local>false</is-local>
  </isis-router-entry>
</host-table>