|
|
Before you can begin to use the CWSI Campus to discover your network, you must correctly set up the devices in your network.
These sections help you prepare your network for the discovery process:
Table 2-1 lists the basic steps involved in setting up CWSI Campus. For detailed procedures, see "Preparing for Network DiscoveryExpanded Procedures".
| Steps | Action | Purpose |
|---|---|---|
Step 1 | To be sure that CWSI Campus works properly on your network, you should upgrade to the latest software versions. | |
Step 2 | CWSI Campus uses Cisco Discovery Protocol (CDP) to discover your network devices and layout. | |
Step 3 | CWSI Campus uses Integrated Local Management Interface (ILMI) to discover the ATM devices in your network. | |
Step 4 | VLAN Trunk Protocol (VTP) is required to configure switches and display VLANs. If you want to display only the network topology, you do not need to enable VTP. | |
Step 5 | If a switch is connected to Fast Ethernet links and you want to configure it to carry more than one VLAN, verify that Inter-Switch Link (ISL) is enabled on both sides of the link. | |
Step 6 | The workstation on which CWSI Campus is installed must have connectivity to the switches in your network. If switches are not reachable, they will not be properly discovered and displayed on the CWSI Campus map. | |
Step 7 | You must verify that the community strings are set properly to allow CWSI Campus access to your network devices. If you do not specify the right community strings, CWSI Campus cannot communicate with the device. | |
Step 8 | The seed device is the device from which you start the discovery process; it is required to begin discovery. | |
Step 9 | Creating the Default LANE Configuration Server for ATM Devices | If you are running LAN Emulation (LANE) in your network, you need to set up the main configuration server. |
Step 10 | You must follow the instructions for installing and starting the CWSI Campus applications before you can use the software. |
This section provides detailed steps for each of the procedures described in Table 2-1. To set up CWSI Campus, follow the instructions in these sections:
Verify that your switches are running the latest system software versions. If you do not have the latest software version installed, you may not have the full functionality of CWSI Campus. If you want to take full advantage of CWSI Campus, you should upgrade your switch software to the latest software versions. Refer to the CiscoWorks2000 release notes for the latest supported versions. See the Essentials online help for instructions on downloading and installing the device software.
Cisco Discovery Protocol (CDP) is a media- and protocol-independent device-discovery protocol that runs on all Cisco-manufactured equipment including routers, access servers, bridges, and switches. A device using CDP can advertise its existence to other devices and receive information about other devices on the same LAN or on the remote side of a WAN.
CDP enables CWSI Campus to retrieve the device-type and SNMP-agent address of neighboring devices. This allows CWSI Campus to send SNMP queries to the neighboring devices.
CWSI Campus uses CDP to discover and display the network topology. You must enable CDP on all devices in the network, except those at the boundary of your network, such as a gateway router that connects to devices outside your network.
To enable CDP, enter the following command on each switch:
set cdp enable all
If you plan to use CWSI Campus to manage the VLANs in your network, you need to configure VLAN Trunk Protocol (VTP).
VTP is a layer 2 messaging protocol that maintains VLAN configuration consistency throughout the network. VTP manages the addition, deletion, and renaming of VLANs on a network-wide basis. VTP also allows you to make central changes that are automatically communicated to the other switches in the network.
If your network includes switches that support VTP, you need to follow the instructions in these sections:
VTP servers and clients maintain all VLANs within the VTP domain. A VTP domain defines the boundary of a particular VLAN. Servers and clients transmit information through trunks to other attached switches and receive updates from those trunks.
If you plan to use VTP version 1 in your network, go to Step 2.
Step 1 Enable version 2 of VTP by entering the following command on your switch before configuring the VTP domain:
set vtp v2 enable
Step 2 Configure the VTP management domain by entering the following command on the switch:
set vtp domain name
Replace name with the name of your management domain.
For each switch, you must decide which VTP mode to set:
The VlanDirector application requires at least one VTP server for each VTP domain. Other switches may be configured as VTP clients to participate in VTP, or may be configured in transparent mode, ignoring the VTP advertisements.
If you want to create a VLAN on the switch, you must place the switch in VTP server mode.
Step 1 Set the VTP mode by entering the following command on the switch:
set vtp mode server
Replace server with client if appropriate.
Step 2 Verify the VTP configuration by entering the following command on the switch:
show vtp domain
Inter-Switch Link (ISL) is a Cisco-proprietary tagging protocol that allows VLAN trunking by maintaining VLAN information as traffic flows between switches and routers. ISL is used over Fast Ethernet VLAN trunks to carry traffic for multiple VLANs over a single link.
If a switch is connected to Fast Ethernet links and you want to configure it to carry more than one VLAN, verify that ISL is enabled on both sides of the link. By enabling ISL, you are configuring ISL ports, which are trunk ports. A trunk is a physical link that carries the traffic of multiple VLANs between two switches or between a switch and a router, allowing VLANs to be extended across the devices.
Ping each switch from the workstation on which you plan to install CWSI Campus to verify that you can reach each switch. This ensures that the workstation can effectively access and communicate with the devices on your network.
The community strings are text strings that act as a password and are used to authenticate messages sent between a management station and a device containing an SNMP agent. Community strings allow you to limit access to settings on your network devices.
You must verify that the community strings are set properly to allow CWSI Campus access to your network devices. If you do not specify the right community strings, CWSI Campus cannot communicate with the device.
The default community strings are "public" for the read-only string and "public" for the read-write string. If the community strings on your devices are different from these settings, you must edit the communities file manually before starting your first discovery.
Before editing the community strings, keep in mind the following:
*.*.*.*:general::::::general: 10.*.*.*:Net10::::::Net10: 10.20.*.*:Net1020::::::Net1020: 10.20.30.*:Net102030::::::Net102030: 10.20.30.40:Device10203040::::::Device10203040:
To edit the community strings, follow these steps:
Step 1 Select Edit>SNMP Communities from the network map window.
Step 2 Enter the community string using this syntax:
target:read:UNUSED:timeout:retries:UNUSED:UNUSED:write:
When editing the community strings, you do not need to enter values for timeout or retries. If you do not enter values, they remain at the default settings:
timeouts=3 seconds and retries=3.
For example, if you want to edit the community string for the devices with the IP address 172.22.2.2, but you want to keep the default timeout and retries, enter:
172.22.2.2:public::::::public:
Step 3 If individual devices are configured with different community strings, enter new lines for each device.
![]() | Tips |
A seed device is used to initiate discovery. Neighbors of the seed device are discovered using CDP or ILMI. You can specify more than one seed device, but for the initial discovery you can improve performance by limiting the number of seed devices you use. Also, although you can enter additional seed devices, keep in mind that CWSI Campus uses CDP to discover the devices in your network. Therefore, it is not necessary to add multiple seed devices.
If you plan to work with different VTP domains that are connected by routers, you should consider adding a seed device from within each VTP domain. Alternatively, you can extend the discovery boundaries across routers (see the "Changing Discovery Parameters" section in Chapter 3), but this can extend the discovery time considerably.
You enter the seed device during installation of CWSI Campus. Follow these guidelines for selecting the seed device:
If you are using CWSI Campus to manage an ATM network, you need to create the default LANE configuration server.
ATM LAN Emulation (LANE) permits multiple logical LANs to exist over a single switched ATM infrastructure. ATM LANE emulates the Ethernet broadcast protocol over connection-oriented ATM. A LANE Configuration Server (LECS), LANE Server (LES), and Broadcast and Unknown Server (BUS) are required to make ATM work like Ethernet.
LightStream 1010 switches need a default LECS only if the Ethernet port is not used. If you create a LANE client on a LightStream 1010 switch, you need to assign an IP address to the switch.
To install CWSI Campus, refer to the installation guide included with the product. The CWSI Campus installation is prompt driven and you need only to enter the name of your seed device. See "Selecting a Seed Device" for guidelines on choosing an appropriate seed device.
The installation guide also contains information about starting CWSI Campus. After you start CWSI Campus, the CWSI Campus map window displays the discovered network map, which includes all reachable discovered devices.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Mon Nov 15 10:30:24 PST 1999
Copyright 1989-1999©Cisco Systems Inc.