isis-state/ipv6-routes

Displays IS-IS IPv6 route information

Resource URIs

URI Description
<base_URI>/operational-state/isis-state/ipv6-routes Displays IS-ISv6 routes.
<base_URI>/operational-state/isis-state/ipv6-routes/level1-route-count Displays Level-1 IS-IS ipv6 route count.
<base_URI>/operational-state/isis-state/ipv6-routes/level2-route-count Displays Level-2 IS-IS ipv6 route count.
<base_URI>/operational-state/isis-state/ipv6-routes/ecmp-route-count Displays ECMP route count.
<base_URI>/operational-state/isis-state/ipv6-routes/total-routes-count Displays total number of IS-IS ipv6 routes.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry Displays ISIS route entry.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/level Displays ISIS route type.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/cost Displays Cost of ISIS route.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/tag Displays Tag value.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr}/v{pv6-prefix-len}/flags Displays Flags.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/is-l1-summarized Displays whether L1 route is summarized or not.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/is-l2-summarized Displays whether L2 route is summarized or not.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/is-summary Displays whether the specified route is the summary route or not.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/nh-info Displays Next Hop information.
<base_URI>/operational-state/isis-state/ipv6-routes/ipv6-route-entry/{ipv6-dest-addr},{ipv6-prefix-len}/nh-info/{outgoing-intf-name}/ipv6-nh-addr Displays the next hop ipv6 address.

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/ipv6-routes

None

<ipv6-routes xmlns="urn:brocade.com:mgmt:brocade-isis-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/isis-state/ipv6-routes">
  <level1-route-count>11</level1-route-count>
  <level2-route-count>0</level2-route-count>
  <ecmp-route-count>0</ecmp-route-count>
  <total-routes-count>11</total-routes-count>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/140:140:140::%2C64">
    <ipv6-dest-addr>140:140:140::</ipv6-dest-addr>
    <ipv6-prefix-len>64</ipv6-prefix-len>
    <level>1</level>
    <cost>20</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/140:140:140::%2C64/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::1%2C128">
    <ipv6-dest-addr>150:150:150::1</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::1%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::2%2C128">
    <ipv6-dest-addr>150:150:150::2</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::2%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::3%2C128">
    <ipv6-dest-addr>150:150:150::3</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::3%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::4%2C128">
    <ipv6-dest-addr>150:150:150::4</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::4%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::5%2C128">
    <ipv6-dest-addr>150:150:150::5</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::5%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::6%2C128">
    <ipv6-dest-addr>150:150:150::6</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::6%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::7%2C128">
    <ipv6-dest-addr>150:150:150::7</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::7%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::8%2C128">
    <ipv6-dest-addr>150:150:150::8</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::8%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::9%2C128">
    <ipv6-dest-addr>150:150:150::9</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::9%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
  <ipv6-route-entry y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::a%2C128">
    <ipv6-dest-addr>150:150:150::a</ipv6-dest-addr>
    <ipv6-prefix-len>128</ipv6-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>0</flags>
    <is-l1-summarized>false</is-l1-summarized>
    <is-l2-summarized>false</is-l2-summarized>
    <is-summary>false</is-summary>
    <nh-info y:self="/rest/operational-state/isis-state/ipv6-routes/ipv6-route-entry/150:150:150::a%2C128/nh-info/
eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv6-nh-addr>fe80::200:65ff:fedd:c2f7</ipv6-nh-addr>
    </nh-info>
  </ipv6-route-entry>
</ipv6-routes>