You use the SHOW-NODE-ATTRIBUTES command to output detailed information about different LAN types (*NORMAL, *VIRTUAL).
The alias name for SHOW-NODE-ATTRIBUTES is SHNDA.
BS2000 console | BS2000 SDF command | Command/ SOF file | SNMP management | Parameter service |
x |
List of valid command sources
SHOW-NODE-ATTRIBUTES / SHNDA |
NODE-NAME = *ALL / <composed-name 1 .. 8> ,INFORMATION = *STD / *ALL / *NODE-NAMES ,OUTPUT = *SYSOUT / *SYSLST |
NODE-NAME=...
With NODE-NAME you specify the LAN nodes for which information is to be displayed.
NODE-NAME=*ALL
Information is displayed for all nodes.
NODE-NAME=<composed-name 1..8>
Name of the node for which information is displayed.
INFORMATION=...
With INFORMATION, you specify what information is to be displayed.
INFORMATION=*STD
The default information for the node is displayed.
INFORMATION=*ALL
All the information relating to the node is displayed.
INFORMATION=*NODE-NAMES
The names of the nodes are displayed.
OUTPUT=...
Specifies the output medium.
OUTPUT=*SYSOUT
The output is sent to SYSOUT.
OUTPUT=*SYSLST
The output is sent to SYSLST.
Command logging
Positive acknowledgments result in the required information being output.
A description of the error messages that may be issued during command processing is provided in the table below.
Command return codes
(SC2) | Maincode | Meaning |
| CMD0001 | Command processed successfully |
| CMD0202 | Operand error |
| CMD0221 | System error |
| CMD0216 | Privilege not sufficient |
| BCA0203 | Interface (&00) returns RC (&01). |
| BCA0290 | Node entry not found. |
Examples
Show node:
/SHOW-NODE-ATTRIBUTES NODE-NAME=NODE,INFORMATION=*STD
Show all nodes:
/SHOW-NODE-ATTRIBUTES NODE-NAME=*ALL,INFORMATION=*STD
Show all node names:
/SHOW-NODE-ATTRIBUTES NODE-NAME=*ALL,INFORMATION=*NODE-NAMES
S variables
The command’s INFORMATION operand defines the S variables to which values are assigned. Possible values for INFORMATION are *STD, *ALL,*NODE-NAMES.
Output information | Name of the S variable | Data type | Content | Condition |
Node name | var(*LIST).NODE-NAME | string | <c-string1..8> | INF=*STD/ |
Administrative status | var(*LIST).STA.ADM | string | *EXCLUDE | INF=*STD/ |
IP subnet mask | var(*LIST).IP-SUBNET-MASK | string | <text 7..15> | INF=*ALL |
LAN type | var(*LIST).LAN-TYPE.INDICATOR | string | *NORMAL | INF=*ALL |
VLAN identification | var(*LIST).LAN-TYPE.VLAN-ID | integer | <integer 2..4094> | INF=*ALL |
Priority of the VLAN | var(*LIST).LAN-TYPE.PRIORITY | integer | <integer 2..7> | INF=*ALL |
List of node names | var(*LIST).NODE-NAMES(*LIST) | string | <c-string 1..8> | INF=*NOD |