|
|
The Cisco MC3810 Visual Configuration Tool (VCT)provides an easy-to-use graphical user interface (GUI) to configure the Cisco MC3810 mulitiservice concentrator. This chapter includes the following sections:
To enter the VCT application for the first time, type the following at the UNIX prompt:
vct
After you have created devices and communities using the configuration tool, you can specify them when entering the command. You have a number of options when entering the command. The full command syntax is:
vct [-device<devicename/IP>] [-community<community>] [[-debug | -nolog]] [-infile <filename> [-configdir <directory> [-help]
Table 1-1 lists the parameter options for the vct command.
| Parameter | Meaning |
|---|---|
| -device <device name/IP> | Specifies the device name or device IP address. If this parameter is not specified, the VCT displays a blank configuration, or uses the configuration specified with the -infile parameter. |
| -community <community> | Specifies the Read/Write community string of the give device. If the community string is not specified, "public" is used as the default. |
| -debug | Use to enable debug mode. The default is nodebug. |
| -nolog | By default, all warning log information goes into the $VCT_TMP directory under vctXXXX.log file. The "XXXX" is the time stamp of the file. Use the -nolog option to turn off the logging operation. |
| -infile <filename> | Specifies the input configuration text filename. |
| -configdir <directory> | Specifies the file directory for storing device grouping information and device configuration. If this parameter is not specified, the VCT will not use the default directory setup during installation. |
| -help | Specifies the use of online help to describe VCT input parameters. |
The configuration file used depends on whether you specify the -device parameter or the -infile parameter. If you specify neither parameter, the VCT display will open showing a blank configuration.
After you enter the vct command, the main VCT window displays, as shown in Figure 1-1.

The VCT window contains the following components:
Using the VCT, you can configure the Cisco MC3810 in either GUI mode or text mode. The GUI mode, as shown in Figure 1-1, is the default mode. You can use the text mode to either display the text configuration file or enter changes directly into the text configuration file.
To enter text mode from the GUI mode, pull down the View menu and select Text Mode. The configuration editor then displays the configuration file in plain text, where you can manually type in the commands.
You can switch back and forth between GUI mode and text mode.
To refresh the screen display while in GUI mode, pull down the View menu and select Refresh.
To open a device configuration file, pull down the Device menu and select Open. A device group dialog box displays, as shown in Figure 1-2.

The display shows a directory list and a group list. To display a list of devices to configure, select a group from the Group List box. A list of devices that belong to the group are displayed. To configure a device, select the device and click Configure at the bottom of the display.
The main configuration menu displays. For more information about the specific MC3810 configuration, refer to the next chapter, "Using the Visual Configuration Tool to Configure the Cisco MC3810."
To create a device group, pull down the Device menu, and select Create Group. The Create Group display appears as shown in Figure 1-3.

To create a device group, follow these steps:
Step 1 Highlight the desired directory in the directory box that will be the default location for the group.
Step 2 Enter the device group name in the Group Name field.
Step 3 Click Create.
Step 4 Click Save to save the device group.
After the device group is created, you can edit the group to assign specific devices to the device group.
To edit an existing device group, pull down the Device menu and select Edit Group. The Edit Group display appears, as shown in Figure 1-4. All device group filenames are appended by .grp.

The Edit Group display is divided into two halves. The left side of the display shows the group hierarchy. The right side of the display shows a list of devices that you can add to or delete from the group.
To add a device to a group, follow these steps:
Step 1 Highlight the device group name in the group list box.
Step 2 Highlight a device name in the device list box.
Step 3 Click Add.
Step 4 Click Save.
The device is added to the selected device group.
To delete a device from a group, follow these steps:
Step 1 Highlight the device group name in the group list box.
Step 2 Highlight a device name in the device list box.
Step 3 Click Delete.
Step 4 Click Save.
The device is deleted from the selected device group.
To import a list of devices into the current group from a formatted text file, do the following:
Step 1 Highlight the device group name in the group list box.
Step 2 Click Import.
The Import dialog box displays.
Step 3 Select a file from the directory and click OK.
The devices in the file are included in the group.
To modify the community string for a device, follow these steps:
Step 1 Highlight a device name in the device list box.
The device name and the associated community name appear in the fields below the device list box.
Step 2 Enter the new community string.
Step 3 Click Modify.
The community string of the selected devices is updated in the group.
To delete a device group, do the following:
Step 1 Highlight the device group name in the group list box.
Step 2 Click Delete Group.
The device group is deleted.
Using the VCT, you can perform the following operations to manage configuration files.
To read a configuration file, follow these steps:
Step 1 Select Read Config from the Configuration pull-down menu.
A dialog box showing the file directories displays.
Step 2 Select the configuration filename.
The configuration file is displayed in GUI mode.
To save the configuration file, select Save from the Configuration pull-down menu. The current configuration file is saved.
To save the configuration file as another name, select Save As from the Configuration pull-down menu, and enter the new filename.
To download an existing configuration file from a target device, follow these steps:
Step 1 Select Download from the Configuration pull-down menu.
Step 2 Enter the device name or IP address and the community string, and click OK.
The configuration file is downloaded to the VCT, which displays the configuration file in GUI mode.
To upload an existing configuration file to a target device, do the following:
Step 1 Select Upload from the Configuration pull-down menu.
Step 2 Enter the device name or IP address and the community string, and click OK.
The configuration file is uploaded from the VCT to the target device.
To print a configuration, select Print Configuration from the File pull-down menu.
|
|