You use the CREATE-VLAN-DEVICE command to create a VLAN device. After a CREATE-VLAN-DEVICE command has been executed successfully the VLAN device is in the INCLUDED status.
The alias name CRVLDV exists for CREATE-VLAN-DEVICE in order to support SNMP.
BS2000 console | SOF file | Command file | SNMP management | Parameter service |
x | x | x | x |
List of valid command sources
CREATE-VLAN-DEVICE / CRVLDV |
DEVICE-NAME = <composed-name 1..8> / <c-string 1 .. 8> ,AGGREGATION-NAME = *NONE / <composed-name 1..8> ,WRITE-DEVICE = <alphanum-name 2 .. 2> / <x-text 4 .. 4> / <alphanum-name 4 .. 4> / <x-text 8 .. 8> ,READ-DEVICE = <alphanum-name 2 .. 2> / <x-text 4 .. 4> / <alphanum-name 4 .. 4> / <x-text 8 .. 8> ,SLOW-POLL = *STD / *ON / *OFF ,LAN-ADDRESS = *DYNAMIC / <x-string 1 .. 12> ,MAX-LPDU-SIZE = *BY-DEVICE / *STD |
DEVICE-NAME=<composed-name 1..8> / <c-string 1..8>
Name of the VLAN device that is to be created.
AGGREGATION-NAME= ...
Specifies the name of the link aggregation to be assigned.
AGGREGATION-NAME=*NONE
The VLAN line is not to be assigned to any link aggregation.
AGGREGATION-NAME=<composed-name 1..8>
Name of the link aggregation to be assigned.
WRITE-DEVICE=<alphanum-name 2..2> / <x-text 4..4> / <alphanum-name 4..4> / <x-text 8..8>
Mnemonic device name of the write device.
READ-DEVICE=<alphanum-name 2..2> / <x-text 4..4> / <alphanum-name 4..4> / <x-text 8..8>
Mnemonic device name of the read device.
SLOW-POLL=...
Defines the SLOW-POLL behavior for the VLAN device.
SLOW-POLL=*STD
The general SLOW-POLL presetting (BCOPTION command /MODIFY-BCAM-OPTIONS command) is accepted.
SLOW-POLL=*ON
After failure of the VLAN device causes automatic reactivation. Reactivation is attempted every 15 seconds until it is successful or until a DEACTIVATE-VLAN-DEVICE / DEACTIVATE-VLAN-LINE command is issued.
SLOW-POLL=*OFF
No reactivation after line failure.
LAN-ADDRESS=...
In LAN-ADDRESS you specify the Ethernet address at which the VLAN device is connected.
Specification of the LAN address is mandatory if you want to operate a partner system with profile (ISO4,INT0) via this VLAN device.
LAN-ADDRESS=*DYNAMIC
The Ethernet address for the VLAN device is determined dynamically (by BCAM).
LAN-ADDRESS=<x-string 1..12>
Ethernet address of the VLAN device.
LAN-ADDRESS may not be specified if an AGGREGATION-NAME has already been specified. If you specify a LAN-ADDRESS nevertheless, message BCA077B is issued.
MAX-LPDU-SIZE=...
Specifies the maximum data length on the VLAN device.
MAX-LPDU-SIZE=*BY-DEVICE
The LPDU length is set to the value read by the device.
MAX-LPDU-SIZE=*STD
The LPDU length is set to the Ethernet default.
Command logging
Positive acknowledgments are supplied in news BCA0675, and negative acknowledgments in news BCA06C5.
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 |
| BCA0768 | Syntax error in command |
| BCA0770 | Parameter invalid |
| BCA0773 | Incorrect data type for DEVICE-NAME |
| BCA077B | Invalid LAN-ADDRESS operand if the LINK-AGGREGATION operand was specified |
| BCA07A7 | Link aggregation not found |
| BCA07E5 | DEVICE-NAME already exists |
| BCA0814 | BCAM is being terminated abnormally |
| BCA0816 | BCAM is terminating |
| BCA0766 | BCAM is not active |
Examples
Create VLAN device:
/CREATE-VLAN-DEVICE DEVICE-NAME=L#DEV#1 , –
/ ,WRITE-DEVICE=Y6,READ-DEVICE=Y7
Create VLAN device for link aggregation:
/CREATE-LINK-AGGREGATION AGGREGATION-NAME=AGGRE#01
/CREATE-VLAN-DEVICE DEVICE-NAME=D#AGG#A1, -
/WRITE-DEVICE=AA01,READ-DEVICE=AA02,AGGREGATION-NAME=AGGRE#01