counts-state

Displays IS-IS counter information.

Resource URIs

URI Description
<base_URI>/operational-state/counts-state Display IS-IS counters information
<base_URI>/operational-state/counts-state/areamis Displays Area Mismatch count
<base_URI>/operational-state/counts-state/maxareamis Displays Max Area Mismatch count
<base_URI>/operational-state/counts-state/badidlen Displays System ID Length Mismatch count
<base_URI>/operational-state/counts-state/seqskip Displays LSP Sequence Number Skipped count
<base_URI>/operational-state/counts-state/seqerr Displays LSP Sequence error counts
<base_URI>/operational-state/counts-state/l1dbol Displays Level-1 Database Overload count
<base_URI>/operational-state/counts-state/l2dbol Displays Level-2 Database Overload count
<base_URI>/operational-state/counts-state/ownpurge Displays Our LSP Purged count
<base_URI>/operational-state/counts-state/csnp-l1authfail Displays CSNP Level-1 Auth Failures count
<base_URI>/operational-state/counts-state/csnp-l2authfail Displays CSNP Level-2 Auth Failures count
<base_URI>/operational-state/counts-state/psnp-l1authfail Displays PSNP Level-1 Auth Failures count
<base_URI>/operational-state/counts-state/psnp-l2authfail Displays PSNP Level-2 Auth Failures count
<base_URI>/operational-state/counts-state/circ-l1authfail Displays LSP Level-1 Auth Failures count
<base_URI>/operational-state/counts-state/circ-l2authfail Displays LSP Level-2 Auth Failures count
<base_URI>/operational-state/counts-state/bad-lsp-log Displays Bad LSP log
<base_URI>/operational-state/counts-state/bad-lsp-log/{type-index}/time-stamp Displays Bad LSP time-stamp
<base_URI>/operational-state/counts-state/bad-lsp-log/{type-index}/l1-count Displays Bad LSP l1 count
<base_URI>/operational-state/counts-state/bad-lsp-log/{type-index}/l2-count Displays Bad LSP l2 count

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/counts-state

None

<counts-state xmlns="urn:brocade.com:mgmt:brocade-isis-operational" y:self="/rest/operational-state/counts-state">
  <areamis>0</areamis>
  <maxareamis>0</maxareamis>
  <badidlen>0</badidlen>
  <seqskip>2</seqskip>
  <seqerr>0</seqerr>
  <l1dbol>0</l1dbol>
  <l2dbol>0</l2dbol>
  <ownpurge>0</ownpurge>
  <csnp-l1authfail>0</csnp-l1authfail>
  <csnp-l2authfail>0</csnp-l2authfail>
  <psnp-l1authfail>0</psnp-l1authfail>
  <psnp-l2authfail>0</psnp-l2authfail>
  <circ-l1authfail>0</circ-l1authfail>
  <circ-l2authfail>0</circ-l2authfail>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/1">
    <type-index>1</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/2">
    <type-index>2</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/3">
    <type-index>3</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/4">
    <type-index>4</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/5">
    <type-index>5</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/6">
    <type-index>6</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/7">
    <type-index>7</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/8">
    <type-index>8</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/9">
    <type-index>9</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
  <bad-lsp-log y:self="/rest/operational-state/counts-state/bad-lsp-log/10">
    <type-index>10</type-index>
    <time-stamp>0</time-stamp>
    <l1-count>0</l1-count>
    <l2-count>0</l2-count>
  </bad-lsp-log>
</counts-state>