isis-state/ipv4-routes

Displays IS-IS IPv4 route information

Resource URIs

URI Description
<base_URI>/operational-state/isis-state/ipv4-routes Displays IPv4 ISIS routes
<base_URI>/operational-state/isis-state/ipv4-routes/total-routes-count Displays Total number of PIv4 ISIS routes
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry Displays IPv4 ISIS route entry
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/level Displays ISIS route type
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/cost Displays Cost of ISIS route
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/tag Displays Tag value
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/flags Displays Flags
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/is-l1-summarized Displays whether L1 route is summarized or not
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/is-l2-summarized Displays whether L2 route is summarized or not
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/is-summary Displays whether the specified route is the summary route or not
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/nh-info Displays Next hop information
<base_URI>/operational-state/isis-state/ipv4-routes/ipv4-route-entry/{ipv4-dest-addr},{ipv4-subnet-mask},{ipv4-prefix-len}/nh-info/{outgoing-intf-type},{outgoing-intf-number}/ipv4-nh-addr Displays the next hop ip 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/ipv4-routes

None

<ipv4-routes xmlns="urn:brocade.com:mgmt:brocade-isis-operational" xmlns:y="http://brocade.com/ns/rest" 
y:self="/rest/operational-state/isis-state/ipv4-routes">
  <total-routes-count>11</total-routes-count>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/140.140.140.0%2C255.255.255.
0%2C24">
    <ipv4-dest-addr>140.140.140.0</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.0</ipv4-subnet-mask>
    <ipv4-prefix-len>24</ipv4-prefix-len>
    <level>1</level>
    <cost>20</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/140.140.140.0%2C255.255.255.
0%2C24/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.1%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.1</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.1%2C255.255.255.
255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.2%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.2</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.2%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.3%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.3</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.3%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.4%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.4</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.4%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.5%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.5</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.5%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.6%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.6</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.6%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.7%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.7</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.7%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.8%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.8</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.8%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.9%2C255.255.255.
255%2C32">
    <ipv4-dest-addr>150.150.150.9</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.9%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
  <ipv4-route-entry y:self="/rest/operational-state/isis-state/ipv4-routes/ipv4-route-entry/150.150.150.10%2C255.255.
255.255%2C32">
    <ipv4-dest-addr>150.150.150.10</ipv4-dest-addr>
    <ipv4-subnet-mask>255.255.255.255</ipv4-subnet-mask>
    <ipv4-prefix-len>32</ipv4-prefix-len>
    <level>1</level>
    <cost>10</cost>
    <tag>0</tag>
    <flags>4</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/ipv4-routes/ipv4-route-entry/150.150.150.10%2C255.255.255.255%2C32/
nh-info/eth%2C%221/49%22">
      <outgoing-intf-type>eth</outgoing-intf-type>
      <outgoing-intf-number>1/49</outgoing-intf-number>
      <ipv4-nh-addr>140.140.140.2</ipv4-nh-addr>
    </nh-info>
  </ipv4-route-entry>
</ipv4-routes>