HP Comware 5 Debug Manual Vol 2
Default command level
1: Monitor level
Usage guidelines
Table 20 describes output fields and messages for the debugging isis miscellaneous-errors command.
Table 201 Output from the debugging isis miscellaneous-errors command
Field
Description
ISIS-Total Chars must be Even
The total number of characters of the NET address
must be an even number.
ISIS-Check Net Len Min-8,Max-20 . Last Byte 0
The minimum and maximum lengths of the Net
address are 8 bytes and 20 bytes, respectively, and
the last byte of the Net address must be 0.
ISIS-Two '.' cannot appear Together
Two consecutive dots (.) cannot appear in the Net
address.
ISIS-Net Length is Greater than Maximum [20bytes]
The length of the NET address cannot exceed 20
bytes.
Examples
# Enable IS-IS process independent error debugging on Router A.
<Sysname> debugging isis adjacency
<Sysname> system-view
[Sysname] isis
[Sysname-isis-1] network-entity 49.0001.1111.1111.1111.0
[Sysname-isis-1]
*Apr 29 15:27:48:350 2008 Sysname ISIS/6/ISIS:
ISIS-Total Chars must be Even
// The total number of characters in the specified NET address is an even number.
[Sysname-isis-1] network-entity 49.0001.1111.1111
[Sysname-isis-1]
*Apr 29 15:27:22:189 2008 Sysname ISIS/6/ISIS:
ISIS-Check Net Len Min-8,Max-20 . Last Byte 0
// The last byte of the specified NET address is non-zero.
[Sysname-isis-1] network-entity 49.0001.1111..1111
[Sysname-isis-1]
*Apr 29 15:27:11:462 2008 Sysname ISIS/6/ISIS:
ISIS-Two '.' cannot appear Together
// Two consecutive dots appear in the specified NET address.
[Sysname-isis-1] network-entity
49.0001.1111.1111.1111.1111.1111.1111.1111.1111.1111.1111.11
11.1111.1111.1111.1111.00
[Sysname-isis-1]
*Apr 29 15:33:18:365 2008 Sysname ISIS/6/ISIS:
ISIS-Net Length is Greater than Maximum [20bytes]
// The length of the NET address exceeds 20 bytes.
290