VBrick Systems VB6000, VB4000, VB5000 Example 2 Get Variable, Example 3 Set Multiple Variables

Models: VB6000 VB5000 VB4000

1 86
Download 86 pages 2.72 Kb
Page 66
Image 66

5.End the edit session.

VBrick> SVAR vbrickEditName=

Example 2 – Get Variable

TTo check Slot1 Transmit state:

1.Login to the appliance.

2.Get the parameter.

GVAR vbrickSlot1EncoderNetworkTransmitEnable

$!vbrickSlot1EncoderNetworkTransmitEnable=2

Example 3 – Set Multiple Variables

TTo change Slot2 Receive IP and Port:

1.Login to the appliance.

2.Start an edit session.

3.Make your changes.

SVAR vbrickSlot2DecoderNetworkReceiveIpAddr=239.16.129.102

$!vbrickSlot2DecoderNetworkReceiveIpAddr=239.16.129.102

SVAR vbrickSlot2DecoderNetworkReceivePort=4444

$!vbrickSlot2DecoderNetworkReceivePort=4444

SVAR vbrickSlot2DecoderNetworkApplySet=2

$!vbrickSlot2DecoderNetworkApplySet=2

4.End the edit session.

Example 4 – Get Table Variables

TTo get Restart Table row 1:

1.Login to the appliance.

2.Get the parameters.

GTAB vbrickSysRestartInfoStartTime.1

$!vbrickSysRestartInfoStartTime.1=11/02/2006 08:35:27

GTAB vbrickSysRestartInfoStopTime.1

$!vbrickSysRestartInfoStopTime.1=11/02/2006 08:37:36

GTAB vbrickSysRestartInfoUpTime.1

$!vbrickSysRestartInfoUpTime.1=00:000 00:02

GTAB vbrickSysRestartInfoRestartType.1

$!vbrickSysRestartInfoRestartType.1=POWER

Example 5 – Set Table Variables

TTo set Http Push Table row 1:

1.Login to the appliance.

2.Start an edit session.

3.Make your changes.

STAB vbrickSlot1EncoderHttpPushUserName.1=BillOne

$!vbrickSlot1EncoderHttpPushUserName.1=BillOne

STAB vbrickSlot1EncoderHttpPushPassword.1=pass24

$!vbrickSlot1EncoderHttpPushPassword.1=pass24

58

© 2008 VBrick Systems, Inc.

Page 66
Image 66
VBrick Systems VB6000, VB4000 manual Example 2 Get Variable, Example 3 Set Multiple Variables, Example 4 Get Table Variables