You use the SHOW-BCAM-PARAMETERS command to show BCAM parameter information.
The alias name SHBCP exists for SHOW-BCAM-PARAMETERS.
BS2000 console | BS2000 SDF command | Command/SOF file | SNMP management | Parameter service |
x |
List of valid command sources
SHOW-BCAM-PARAMETERS / SHBCP |
PARAMETER = *ALL / list-poss (8): *CONTROL-PARAMETERS / *FILES / *LIMITS ,OUTPUT = *SYSOUT / *SYSLST ,OUTPUT-FORMAT = * STD / *GENERATING-CMD |
PARAMETER=...
Specifies the type of information.
PARAMETER=*ALL
Shows all BCAM parameters.
PARAMETER=*CONTROL-PARAMETERS
Shows all BCAM parameters that can be used to control BCAM.
PARAMETER=*FILES
Shows the BCAM control file names.
PARAMETER=*LIMITS
Shows the BCAM limit parameters.
OUTPUT=...
Specifies the output medium.
OUTPUT=*SYSOUT
The output is sent to SYSOUT.
OUTPUT=*SYSLST
The output is sent to SYSLST.
OUTPUT-FORMAT=...
Specifies the output format.
OUTPUT-FORMAT=*STD
The output format corresponds to the standard.
OUTPUT-FORMAT=*GENERATING-CMD
The output format corresponds to the generated command.
Command logging
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 successfully processed |
| CMD0202 | Operand error |
| CMD0221 | System error |
| CMD0216 | Privilege not sufficient |
| BCA0203 | Interface (&00) returns RC (&01) |
Examples
Show BCAM parameters:
/SHOW-BCAM-PARAMETERS PARAMETER=*ALL
/SHOW-BCAM-PARAMETERS PARAMETER=*CONTROL-PARAMETERS,OUTPUT=*SYSOUT
/SHOW-BCAM-PARAMETERS PARAMETER=*FILES,OUTPUT=*SYSLST
/SHOW-BCAM-PARAMETERS PARAMETER=*LIMITS,OUTPUT=*SYSLST
S Variables
The command’s PARAMETER operand defines the S variables to which values are assigned. Possible values for PARAMETER are *ALL, *CONTROL-PARAMETERS, *FILES and *LIMITS (the values in bold are used in the table).
Output information | Name of the S variable | Data type | Content | Condition |
Behavior of the message output | var(*LIST).MSG | string | *ALL | PAR=*ALL/ |
Processor file | var(*LIST).PROCESSOR-TAB.F-NAME | string | <filename> | PAR=*ALL/ |
Access to the processor file | var(*LIST).PROCESSOR-TAB.ACCESS | string | *READ | PAR=*ALL/ |
Socket host file | var(*LIST).SOCKETHOST-TAB.F-NAME | string | <filename> | PAR=*ALL/ |
Application file | var(*LIST).APPL-TAB.F-NAME | string | <filename> | PAR=*ALL/ |
FQDN file | var(*LIST).FQDN-TAB.F-NAME | string | <filename> | PAR=*ALL/ |
Services file | var(*LIST).SERVICES-TAB.F-NAME | string | <filename> | PAR=*ALL/ |
Limits the number of non predefined applications that can be opened simultaneously | var(*LIST).MAX-NPA-NUM | integer | <integer 1.. 2147483647> | PAR=*ALL/ |
Limits the number of non predefined applications that can be opened simultaneously by a task | var(*LIST).MAX-NPT-NUM | integer | <integer 1..2147483647> | PAR=*ALL/ |
Limits the number of connections that a non predefined application can have | var(*LIST).MAX-CNN-NUM | integer | <integer 1..2147483647> | PAR=*ALL/ |
Size of the virtual memory in Kbytes | var(*LIST).PAGABLE-MEM-SIZE | integer | <integer 1024..1048576> | PAR=*ALL/ |
Size of the resident memory in Kbytes | var(*LIST).RESIDENT-MEM-SIZE | integer | <integer 1024..1048576> | PAR=*ALL/ |
First socket port number that can be assigned with non privileged applications | var(*LIST).PORT-NUM.FIRST-NON-PRIVIL | integer | <integer 1..65535> | PAR=*ALL/ |
First free socket port number, that can be dynamically assigned by BCAM | var(*LIST).PORT-NUM.FIRST-DYN | integer | <integer 1..65535> | PAR=*ALL/ |
Defines the NSDU-length for IP routes | var(*LIST).REM-IP-NSDU-SIZE | integer | <integer 512..65530> | PAR=*ALL/ |
Maximum size of ISAM buffer pool in BCAM control files | var(*LIST).MAX-ISAM-POOL-SIZE | integer | <integer 128..32766> | PAR=*ALL/ |
Maximum size of the control block pool | var(*LIST).MAX-SLOT-POOL-SIZE | integer | <integer 2048..65535> | PAR=*ALL/ |
Generated commands | var(*LIST).GENERATING-CMD(*LIST) | string | <text 1..256> | PAR=*ALL/ |