You use the ACTIVATE-LINE command to activate a line connection. Comparable “old” commands are BCACT LINE=<line-name> and BCIN LINE=<line-name>,ACT=YES (see also section "New BCAM commands and corresponding old commands").
The alias name AVLN exists for ACTIVATE-LINE in order to provide SNMP support.
BS2000 console | BS2000 SDF command | Command/ SOF file | SNMP management | Parameter service |
x | x | x | x |
List of valid command sources
ACTIVATE-LINE / AVLN |
LINE-NAME = <composed-name 1..8> / <c-string 1 .. 8> ,SLOW-POLL = *UNCHANGED / *ON / *OFF |
LINE-NAME=<composed-name 1..8>
Name of the line that is to be activated.
SLOW-POLL=...
This operand specifies the SLOW-POLL behavior of the line.
SLOW-POLL=*ON results in automatic reactivation after line failure.
SLOW-POLL=*UNCHANGED
The SLOW-POLL setting of the line remains unchanged
SLOW-POLL=*ON
SLOW-POLL is activated on the line.
SLOW-POLL=*OFF
SLOW-POLL is deactivated on the line
Command logging
If processing is successful it is acknowledged with News BCA067C, otherwise with News BCA06CC.
A description of the error messages that may be issued during command processing is provided in the table below.
Commando return codes
(SC2) | Maincode | Meaning |
| CMD0001 | Command successfully processed |
| CMD0202 | Error in command |
| BCA06CC | Line activation aborted |
| BCA0768 | Syntax error in command |
| BCA07A2 | LINE-NAME not found |
| BCA0767 | Command is being processed |
| BCA0760 | A command is being executed for the line |
| BCA0814 | BCAM is terminating abnormally |
| BCA0816 | BCAM is terminating |
| BCA0766 | BCAM is not active |
Example
Activate line:
/ACTIVATE-LINE LINE=L#LAN#1
Comparable “old” commands:
/BCACT LINE=L#LAN#1
or
/BCIN LINE=L#LAN#1,ACT=YES