|
Table Of Contents
Using the Cisco Transport Controller
3.3 Preparing Solaris Workstations to Run CTC
3.4 Connecting PCs to the ONS 15454
3.4.2 Local Area Network Connections
3.4.3 Remote Access to the ONS 15454
3.4.4 Connecting to the ONS 15454 with TL1 Terminals
3.5 Logging into the ONS 15454
3.9.1 Controlling Alarm Display
3.9.3 Setting Up General Node Information
3.9.4 Setting Up ONS 15454 Network Information
3.9.5 Setting Up ONS 15454 Security
3.9.6 Creating Protection Groups
3.9.7 Setting Up ONS 15454 Timing
3.10 Viewing ONS 15454 Inventory
3.11 Printing and Exporting CTC Data
3.12 Displaying CTC Data in Other Applications
3
Using the Cisco Transport Controller
This chapter explains how to connect computers to the Cisco ONS 15454 and set up the ONS 15454 using the Cisco Transport Controller (CTC) software.
3.1 Overview
CTC is a Java application that is downloaded from the Timing Communications and Control (TCC) card to your computer when you connect to the ONS 15454. CTC allows you to provision and manage the ONS 15454 using Netscape Navigator or Microsoft® Internet Explorer. You can also use TL1 commands to communicate with the ONS 15454 through VT100 terminals, VT100 emulation software, or you can Telnet to the node using TL1 port 2361.
To use CTC, your computer needs a web browser and appropriate versions of the Java Runtime Environment (JRE) and Java plug-ins. Netscape Communicator and required Java files are provided on the Cisco ONS 15454 software CD. You can install Netscape and the Java files using procedures in the following sections.
Each time you connect to an ONS 15454, a CTC launcher is downloaded from the ONS 15454 TCC card to your computer. The launcher verifies that the computer has a CTC version that matches the version on the TCC. If the computer does not have CTC, or if the version on the TCC is a later release, the launcher downloads the CTC application to the temporary directory designated by your computer's operating system. (For a detailed description of the TCC card, see the "Timing Communication and Control (TCC/TCC+) Card" section on page 2-7.)
3.2 Preparing PCs to Run CTC
The following minimum requirements are needed to run CTC from personal computers:
•486 processor
•128 megabytes of RAM
•LAN connection (to access the ONS 15454 through a LAN)
•Windows 95, Windows 98, or Windows NT (Windows NT is recommended)
•Any one of the following:
•Netscape Navigator 4.08 or higher
•Netscape Communicator 4.61 or higher, or
•Internet Explorer 4.0 (service pack 2) or higher
Netscape Communicator is included on the Cisco ONS 15454 software CD. Internet Explorer 5.0 is included with Windows 98 second edition.
•Java Runtime Environment 1.2.2 with Java 1.2 plug-in (included on CTC software CD)
•User-supplied category 5 cable with RJ-45 connectors on each end
Note Your mouse pointer scheme should be set to Windows Standard (Windows 95/98) or None (Windows NT). To check the settings, choose Settings>Control Panel from the Windows Start menu. Double-click the Mouse option. From the Pointers tab of the Mouse Properties dialog, select the Windows Standard (or "none" for NT) mouse scheme. Click OK.
Procedure: Install Netscape Communicator (Windows)
If a web browser is not installed, install Netscape Communicator or Microsoft Internet Explorer using procedures provided by those vendors. Netscape Communicator is provided on the Cisco ONS 15454 software CD. To install it:
Step 1 Insert the Cisco ONS 15454 software CD into your PC's CD drive.
Step 2 In the Windows/Netscape directory, double click n32e461.exe and follow the on-screen instructions.
Procedure: Install the Java Files (Windows)
Step 1 Insert the ONS 15454 software CD into your PC's CD drive.
Step 2 In the Windows/Jre1.2.2 folder, double click jre1_2_2-win.exe and follow the on-screen instructions.
Step 3 In the Windows folder, double click JavaPolicyInstall.bat.
A message displays on the DOS screen stating the installation was successful.
Step 4 Enable the JRE 1.2 plug-in:
(a) From the Windows Start menu, select Programs>Java Plug-in Control Panel.
(b) On the Java Plug-in Properties dialog, click the Advanced tab.
(c) Under Java Run Time Environment, choose JRE 1.2.
(d) Click Apply. Close the Java Plug-in Properties dialog.
3.3 Preparing Solaris Workstations to Run CTC
To install CTC Release 2.2.0 software on Solaris workstations, the workstation must have Solaris 2.6 or 2.7 installed, with a minimum 128 megabytes of RAM. Use the following procedures to install Netscape and the appropriate Java files on the Solaris workstation.
Note Solaris installation instructions use "CD/" instead of an actual CD-ROM path. Remember to substitute the path to your CD-ROM drive.
Procedure: Install qzip
To install Netscape, you need qzip. If q zip is not installed:
Step 1 Insert the Cisco Transport Controller Release 2.2.0 CD into your CD-ROM drive. If the directory of the CD does not open automatically, open it.
Step 2 Extract the files from the CD/Solaris/files.tar archive to a temporary directory on your hard drive by typing:
cd /var/tmp
tar xvf /CD/solaris/files.tar
Step 3 Copy qzip from the /var/tmp/Solaris/Netscape to /usr/local/bin (you may need to create /usr/local/bin and add it to your path). Type:
mkdir -p /usr/local/bin
cp /var/tmp/Solaris/Netscape/qzip /usr/local/bin
Step 4 Add /usr/local/bin and /opt/NSCPcom to your search path by typing:
csh: % set path = ( /usr/local/bin /opt/NSCPcom $path )
sh or ksh: # PATH=/usr/local/bin:/opt/NSCPcom:$PATH
# export PATH
Step 5 Set the environment variable in the startup files in each user's home directory: .cshrc for csh and .profile for sh or ksh.
Procedure: Install Netscape Navigator (Solaris)
If Netscape Navigator 4.08 or Netscape Communicator 4.61 or later is not installed on the workstation, install it from the CTC Release 2.2.0 CD:
Step 1 Insert the Cisco Transport Controller Release 2.2.0 CD into your CD-ROM drive. If the directory of the CD does not open automatically, open it.
Step 2 Extract the files from the CD/Solaris/files.tar archive (if not extracted in a previous procedure) to a temporary directory on your hard drive by typing:
cd /var/tmp
tar xvf /CD/solaris/files.tar
Step 3 Go to /var/tmp/Solaris/Netscape and type:
tar xvf navigator-v408-export.sparc-sun-solaris2.5.1.tar
Step 4 Follow the instructions in: /var/tmp/Solaris/Netscape/navigator-v408.sparc-sun-solaris2.5.1/README.install.
When prompted for the Netscape Communicator software location, type:
/opt/NSCPcom
Netscape Communicator is installed in [/opt/netscape]: /opt/NSCPcom.
Procedure: Install the Java Files (Solaris)
If JRE 1.2.2.2_05 with Java 1.2 plug-in is not installed on the workstation, complete Steps 1-8 to install it from the CTC Release 2.2.0 CD. If JRE 1.2.2.2_05 with 1.2 plug-in is installed, skip to
Step 9.
Step 1 Insert the Cisco Transport Controller Release 2.2.0 CD into your CD-ROM drive. If the directory of the CD does not open automatically, open it.
Step 2 Extract the files from the CD/Solaris/files.tar archive (if not extracted in a previous procedure) to a temporary directory on your hard drive by typing:
cd /var/tmp
tar xvf /CD/solaris/files.tar
Step 3 Go to the /var/tmp/Solaris/Jre1.2.1_05/ directory and unpack the appropriate tar archive:
•For Solaris 2.6, unpack the *.6.tar archive
•For Solaris 2.7, unpack the *.7.tar archive
Step 4 Un-compress each patch file by typing:
cd /var/tmp/Solaris/Jre1.2.1_05
tar -xvf 1.2.1_03_patches_sparc_5.6.tar # or ...5.7.tar
cd 5.6 or 5.7
uncompress *
Step 5 For each un-compressed tar file, unpack the archive, enter the directory, and follow the instructions, for example:
tar xvf 105181-11.tar
Step 6 Remove the intermediate tar files, for example:
rm *.tar
Step 7 Add each patch using /usr/sbin/patchadd, for example:
/usr/sbin/patchadd 105181-11
Note Refer to http://java.sun.com/products/jdk/1.2.1/install-solaris-patches.html for more information on installing Solaris patches.
Step 8 Install the Java 1.2 plug-in using /usr/sbin/pkgadd, for example,
cd /var/tmp/Solaris/Jre1.2.1_03
tar xvf plugin-12-sparc.tar
pkgadd -d . SUNWj2pi
This installs javaplugin.so into /opt/NSCPcom/plugins. If Netscape was installed under /opt/NSCPcom, the plug-in is installed in the Netscape directory. If so, copy javaplugin.so to <Netscape-directory>/plugins. For more information about installing the JRE, see:
http://java.sun.com/products/jdk/1.2/runtime_solaris.html
Step 9 Modify java.policy to allow the CTC launcher to write to the workstation's hard drive:
(a) Exit Netscape if a Netscape session is running.
(b) Modify java.policy:
–To enable the applet for all users, copy the lines from: /CD/Cerent/LAUNCHER.policy to /opt/NSCPcom/j2pi/lib/security/java.policy.
Otherwise:
–If your home directory has a .java.policy file, copy the lines from /CD/Cerent/LAUNCHER.policy to that file.
–If your home directory does not have a .java.policy file, copy the /CD/Cerent/LAUNCHER.policy file to your home directory and rename it .java.policy.
Note The per-user .java.policy has a leading period (.) while the system-wide file does not.
Step 10 Use Netscape to launch and run CTC. (Before launching Netscape, make sure to put /opt/NSCPcom/j2pi/bin in your path.)
Step 11 Clean up the temporary files by typing:
cd /var/tmp
rm -fr Solaris
Step 12 Type
eject cdrom
to remove the CTC CD from your CD-ROM drive.3.4 Connecting PCs to the ONS 15454
You can connect a PC to the ONS 15454 using the RJ-45 LAN port on the TCC or the LAN 1 pins on the ONS 15454 backplane. For initial setup, use the front panel RJ-45 port. For long-term connections, Cisco recommends using the LAN pins to keep the front panel area uncluttered. For a list of LAN pin assignments, see Table 1-2 on page 1-31.
Each ONS 15454 must have a unique Internet Protocol (IP) address that you use to access the ONS 15454. The address is displayed on the front panel's liquid crystal display (LCD) at turn-up. The initial IP address, 192.1.0.2, is a generic default address for ONS 15454 access and configuration.
Each computer used to communicate with the ONS 15454 should have only one IP address.
Note Do not use dual Network Interface Cards or an enabled NIC card and dial-up adapter at the same time; this hampers communication between the CTC and ONS 15454s.
3.4.1 Direct Connections
Use the following procedures to connect a PC running Windows 95, Windows 98, or Windows NT directly to an ONS 15454.
Procedure: Setup a PC for Direct Connection
Step 1 From the Windows Start menu, choose Settings>Control Panel.
Step 2 On the Control Panel dialog, click the Network icon.
Step 3 On the Network dialog, shown in Figure 3-1, select the following:
•Windows 95/98: select TCP/IP for your PC Ethernet card, then click Properties.
•Windows NT: choose the Protocols tab, select TCP/IP Protocol, and click Properties.
Figure 3-1 Network Dialog
Step 4 (Windows 95/98 only) On the TCP/IP Properties dialog:
(a) Click the DNS Configuration tab and select Disable DNS.
(b) Click the WINS Configuration tab and select Disable WINS Resolution.
Step 5 Click the IP Address tab to open the IP Address window ( Figure 3-2).
Figure 3-2 IP Address Window
Step 6 Click Specify an IP address.
Step 7 In the IP Address field, enter an IP address identical to the ONS 15454 (the ONS 15454 IP address is shown on the front LCD panel) except for the last three digits. The last three digits must be between 1 and 254. This places the PC on the same subnet as the ONS 15454.
Step 8 Type 255.255.255.0 in Subnet Mask.
Step 9 Click OK.
Step 10 (Windows 95/98) Click the Gateway tab ( ).
Figure 3-3 TCP/IP Properties - Gateway Tab (Windows 95/98)
Step 11 This step defines the ONS 15454 as the default gateway for the PC. In New Gateway (Windows 95/98) or Default Gateway (Windows NT), type the ONS 15454 IP address. For initial setup, this is the default address that ships with the ONS 15454 (192.1.0.2).
Step 12 Click Apply (Windows NT) or Add (Windows 95/98). For Windows 95/98, verify that the IP address displays in the Installed Gateways field.
Step 13 If your PC runs on Windows 95/98, you will be prompted to restart your PC. Click Yes. If your PC runs on Windows NT, you do not need to restart your computer.
Step 14 Test the connection:
(a) Start Netscape Navigator or Windows Explorer.
(b) Enter the ONS 15454 IP address in the Web address (URL) field. Within 30 seconds, the CTC login screen displays. If it does not appear, continue with Steps c and d.
(c) From the Windows Start menu, choose MS-DOS prompt.
(d) At the DOS prompt, type ping [ONS 15454 IP address], for example, ping 192.1.0.2. If your computer is connected to the ONS 15454, a reply from [IP address] message displays.
If your PC is not connected, a Request timed out message displays. If this occurs, check that the cables connecting the PC to the ONS 15454 are securely attached. Check the Link Status LED on the PC NIC card. Repeat Steps 1-14, verifying IP and submask information.
3.4.2 Local Area Network Connections
To access the ONS 15454 from a local area network (LAN):
•The ONS 15454 IP address must be changed to a LAN-compatible IP address.
•The ONS 15454 must be physically connected to the LAN (typically using cross-over cable to a router, hub, or switch).
•If the PC Network settings were changed for direct access to the ONS 15454, change the settings back to LAN access. Usually this means setting the IP Address on the TCP/IP dialog back to "Obtain an IP address automatically." If your LAN requires that DNS or WINS is enabled, change the setting on the DNS Configuration or WINS Configuration tab of the TCP/IP dialog.
•If your computer is connected to a proxy server, disable proxy service or add the ONS 15454 nodes as exceptions.
If these conditions have been met, to access the ONS 15454, start your web browser and type the ONS 15454 IP address in the URL field.
Procedure: Disable Proxy Service: Windows with Internet Explorer
Step 1 From the Start menu, select Settings>Control Panel.
Step 2 In the Control Panel window, select Internet Options.
Step 3 From the Internet Properties dialog, select the Connections tab and click LAN Settings.
Step 4 On the Local Area Network (LAN) Settings dialog do one of the following:
•Deselect "Use a proxy server" to disable the service, or
•Leave "User a proxy server" selected and click Advanced. On the Proxy Setting dialog under Exceptions, enter the IP addresses of ONS 15454 nodes that you will access. Separate each address with a semi colon. You can insert an asterisk for the host number to include all the ONS 15454s on your network. Click OK to close each open dialog.
Procedure: Disable Proxy Service: Windows with Netscape
Step 1 Open Netscape.
Step 2 From the Edit menu, select Preferences.
Step 3 In the Preferences dialog under Category, select Advanced>Proxies.
Step 4 On the right side of the Preferences dialog under Proxies, do one of the following:
•Select "Direct connection to the Internet," to bypass the proxy server, or
•Select "Manual proxy configuration" to add exceptions to the proxy server, then click View. On the Manual Proxy Configuration dialog under Exceptions, enter the IP addresses of ONS 15454 nodes that you will access. Separate each address with a comma. Click OK to close each open dialog.
3.4.3 Remote Access to the ONS 15454
You can remotely access an ONS 15454 node using a LAN modem. The LAN modem must be connected to the RJ-45 port on a TCC card or to the LAN pins on the ONS 15454 backplane. The LAN modem must be properly configured for use with the ONS 15454. When the modem is installed, dial-up access to the ONS 15454 is available using a personal computer modem.
3.4.4 Connecting to the ONS 15454 with TL1 Terminals
Although the ONS 15454 is designed to be used with CTC, you can communicate with the ONS 15454 using TL1 commands or Telnet to port 2361. To connect a TL1 terminal (or a PC running terminal emulation software) to the ONS 15454, use the DB-9 plug on the front panel of the TCC or the CRAFT pins on the backplane. For a list of CRAFT pin assignments, see Table 1-3 on page 1-31. For information about TL1 commands that can be used with the ONS 15454, see Chapter 11, "TL1 Reference."
3.5 Logging into the ONS 15454
After you set up the physical connections between the PC and ONS 15454 and change your PC network settings, you can log into the CTC and begin setting up the ONS 15454 node.
Procedure: Log into the ONS 15454
Step 1 From the PC connected to the ONS 15454, start Netscape or Windows Explorer.
Step 2 In the Netscape or Internet Explorer Web address (URL) field, type the ONS 15454 IP address. For initial setup, this is the default address, 192.1.0.2.
When the PC connects to the ONS 15454, the login window displays ( Figure 3-4).
Figure 3-4 Login Screen
Step 3 Type a valid user name and password. For initial setup, type the user name "CISCO15" and click Login (no password is required).
Note CISCO15 is the default user name provided with every ONS 15454. This user name has Superuser rights and privileges so you can set up other ONS 15454 users. The CISCO15 user is delivered without a password. To assign a password, click the Provisioning>Security tabs and change the Superuser password. In addition to CISCO15 user, a "cerent454" user is provided for compatibility with previous CTC releases. For more information about ONS 15454 security, see the "Setting Up ONS 15454 Security" section.
After logging in, the CTC node view ( Figure 3-5) appears. From here, you can navigate to other CTC views to perform the ONS 15454 operations, administration, maintenance, and provisioning tasks described in the following sections.
Note The term "node" refers to a single ONS 15454. See the glossary for a detailed
definition.
3.6 CTC Views
The CTC window includes a menu bar and a top and bottom pane. CTC provides three ONS 15454 views:
•Network view—displays information about the ONS 15454 network. You perform ONS 15454 network management tasks in this view.
•Node view—displays information about one ONS 15454 node. You perform node management tasks in this view.
•Card view—displays information about individual ONS 15454 cards. You perform card management tasks in this view.
A graphic of the current view appears in the upper right portion of the CTC window. The node view displays the ONS 15454 shelf. The network view displays a background map with ONS 15454 nodes represented by colored squares. The card view displays a graphic of the selected card.
A thumbnail of the parent view is displayed in the upper left corner of the CTC window. Parent view is the level above the current view. For example, network view is the parent of node view, and node view is the parent of card view. Below the thumbnail, status information for the current view is shown. In node view, the Node name; IP address; session boot date and time; a summary of critical (CR), major (MJ), and minor (MN) alarms; the name of the user who is logged in; and the user's security level are shown. In network view, the status of the selected node or span is shown.
The middle of the CTC window provides tabs to access CTC functions. Some CTC tabs have subtabs, which are used to access subfunctions. The tabs that are displayed depend on the view. In node view, six tabs are displayed: Alarms, History, Circuits, Provisioning, Inventory, and Maintenance. In network view, only the Alarms, History, and Circuits tabs are displayed. CTC window elements are shown in .
Figure 3-5 CTC Window Elements
3.6.1 Node View
The CTC node view ( ) is displayed each time you log into CTC. Node view shows a real-time depiction of the ONS 15454 shelf. The colors of the cards, shown in , indicate the status of the physical card and slot.
Node view provides six tabs to access node information and perform node maintenance and provisioning tasks. Some tabs have subtabs. shows the CTC Node view with the Provisioning subtabs displayed. Node view tabs and subtabs are shown in .
3.6.2 Network View
Network view ( Figure 3-6) displays information about the ONS 15454 network. You perform network provisioning and management tasks in this view. A United States map is displayed and the ONS 15454 nodes are represented by colored squares. The color of the square indicates the status of the node. shows the colors and their corresponding status.
Figure 3-6 Network View
The network view tabs display network alarms and alarm history and allow you to set up and edit network circuits. In addition, you can click spans (the lines connecting the nodes) and node icons on the network map to quickly view circuit properties, provision circuits, and perform protection switches. shows the actions that you can perform in network view.
Table 3-4 Network View Actions
Action ProcedureOpen a node
Any of the following:
•Double click the node icon
•Right-click the icon, choose Open from the shortcut menu
•From the CTC Go To menu, choose Other Node, then choose the node from the Select Node dialog
Move a node icon
Pressing the Control <Ctrl> and left mouse buttons, drag the node icon to a new location.
Reset node icon position
Right click a node and choose Reset Position from the shortcut menu. The node icon moves to the position defined by the longitude and latitude fields on the General subtab.
Display span properties
Click a network span. Properties display in the upper left corner of the window.
Perform a UPSR protection switch for an entire span
Right click a network span and click Circuits. See the "Switch UPSR Traffic" section for UPSR protection switch procedures.
Provision a circuit
Right click a node and choose Provision Circuit from the shortcut menu. For circuit procedures, see the "Create a Circuit" section.
Update circuits with new node
Right click a node and choose Update Circuits With New Node from the shortcut menu. Use this command when you add a new node and want to pass circuits through the new node.
3.6.3 Card View
Card view displays information about individual ONS 15454 cards. ( shows an OC3 IR 4 1310 in card view.) You perform card-specific maintenance and provisioning tasks in card view. The information that is displayed and the tasks you can perform depend on the card. CTC displays a card view for all ONS 15454 cards except the TCC, XC, and XCVT cards.
Card view provides access to six tabs: Alarms, History, Circuits, Provisioning, Maintenance, and Performance. (The Performance tab is not displayed for the AIC card.) However, the subtabs, fields, and information displayed under each tab depend on the card type selected.
Figure 3-7 Card View
3.7 CTC Navigation
You can use different methods to navigate to views within the CTC window. You can select views from the Go To menu. You can also double click or right click objects in the window. Moving the mouse over nodes, cards, and card ports displays popup information about the node, card, or port. shows an example.
Figure 3-8 CTC Popup Information
Different methods for navigating within the CTC window are shown in .
3.8 Viewing CTC Table Data
Much of the ONS 15454 data that CTC displays, such as alarms, alarm history, circuits, and node inventory, is displayed in tables. You can change the way the CTC tables are displayed. For example, you can:
•Rearrange or hide table columns.
•Sort tables by primary and secondary keys in descending or ascending order. (Sorting and hiding is available for all read-only tables except Inventory.)
•Export CTC table data to spreadsheets and database management programs to perform additional data manipulation. For exporting procedures, see the "Printing and Exporting CTC Data" section.
To change CTC table display, left-click or right-click a table column header. Right clicking a column header displays a shortcut menu, shown in , with table column display options.
Figure 3-9 Table Column Shortcut Menu
lists the options that you can use to customize information display in CTC tables.
3.9 Viewing ONS 15454 Alarms
Select the Alarms tab ( ) to display current and cleared alarms generated on the node. shows the information that is displayed for each ONS 15454 alarm.
Table 3-7 Alarm Data
Column DescriptionNum
Unique, per-node alarm identifier (this column is hidden by default)
Ref
If an alarm references another alarm, the number of the referenced alarm (this column is hidden by default)
Date
Date and time of the alarm
Node
Node where the alarm occurred, based on the active TCC (displays in network view only)
Type
Type of alarm, based on circuit type
Slot
Slot where the alarm occurred
Port
Port where the alarm occurred
Sev
Severity level: CR (critical), MJ (major), MN (minor), NA (not alarmed), NR (not reported)
ST
Status: R (raised), C (clear)
SA
When checked, indicates the alarm is service affecting
Cond
The error message code. See Chapter 9, "CTC Alarms" for troubleshooting procedures
Description
Description of the alarm
Figure 3-10 Alarms Tab
Alarms are displayed in one of five background colors, listed in , to quickly communicate the alarm severity. For information about troubleshooting alarms, see Chapter 9, "CTC Alarms."
Table 3-8 Alarm Colors
Color DescriptionRed
Critical Alarm
Orange
Major Alarm
Yellow
Minor Alarm
Blue
Event Notification (not an alarm)
White
Cleared alarm or event
3.9.1 Controlling Alarm Display
You can control the display of alarms on the Alarms tab. shows the actions you can perform from the Alarms tab.
3.9.2 Viewing Alarm History
The History tab displays historical alarm data. The History tab also shows the events (that is, non-reported activities) that occur in addition to the alarms. For example, protection switching events or performance monitoring threshold crossings appear here. The History tab presents two alarm history views:
•The Session subtab ( Figure 3-11) presents alarms and events for the current CTC session. (Events are non-reported activities, such as timing changes and threshold crossings.) When you log off, the alarms disappear.
•The Node subtab ( ) shows the alarms and events that occurred at the node since the CTC software installation. The ONS 15454 can store up to 256 critical alarms, 256 major alarms, 256 minor alarms, and 256 events. When the limit is reached, the ONS 15454 discards the oldest alarms and events.
Tip Double click an alarm in the alarm table to display the corresponding view. For example, double-clicking a card alarm takes you to card view. In network view, double-clicking a node alarm takes you to node view.
Figure 3-11 History>Session Subtab
Figure 3-12 History>Node Subtab
3.9.3 Setting Up General Node Information
The first ONS 15454 provisioning task you will perform is setting up basic node information. If the node is to be connected to a LAN or other ONS 15454s, the information that you enter for the node, such as node name and IP address, must be coordinated with your network administrator.
Procedure: Set Up General Node Information
Step 1 Log into the ONS 15454 node.
Step 2 From node view, click the Provisioning tab.
Step 3 In the General subtab, type the following:
•Node Name—type a name for the node.
•Contact—type the contact person's name for the node contact and the phone number (optional).
•Location—type the node's location (optional).
•Latitude—type the node's latitude in the format Nddmmssfff, where d=degrees, m=minutes, s=seconds, and f=fractional seconds.
•Longitude—type the node's longitude in the format Wdddmmssfff, where d=degrees, m=minutes, s=seconds, and f=fractional seconds.
CTC uses the latitude and longitude to place node icons on the network view map. To convert longitudes and latitudes given in degrees to degrees, minutes, and seconds, see the "Convert Coordinates to Degrees, Minutes, and Seconds" section.
•Use SNTP Server—when checked, CTC uses a Simple Network Time Protocol (SNTP) server to set the date and time of the node. Using an SNTP server ensures that all ONS 15454 network nodes use the same date and time reference. The server synchronizes the node's time during power outages or software upgrades. If you check Use SNTP Server, type the server's IP address in the next field. If you do not use an SNTP server, complete the Date, Time and Time Zone fields. The ONS 15454 will use these fields for alarm dates and times.
•Date—type the current date.
•Time—type the current time.
•Time Zone—type the time zone.
Step 4 Click Apply.
CTC uses the longitude and latitude you enter on the General subtab to place node icons on the network view map. You can obtain the longitude and latitude for cities and Zip Codes from the US Census Bureau U.S. Gazetteer website (www.census.gov/cgi-bin/gazetteer). Coordinates are generally provided in degrees. CTC requires that you enter coordinates in degrees, minutes, and seconds. Use the following procedure to convert coordinates.
Procedure: Convert Coordinates to Degrees, Minutes, and Seconds
Step 1 Find the location's longitude and latitude. For example, Petaluma, California is 38.250739 N, 122.615536 W.
Step 2 Use the appropriate directional letter plus the first two digits of latitude and first three digits of longitude with no conversion. For Petaluma, this is N38 (latitude) and W122 (longitude).
Step 3 Using the unconverted longitude and latitude, multiply the number after the decimal by 60 to convert it to minutes. For example, .250739 x 60 is 15.0443, and .615536 x 60 is 36.93216. Use the whole numbers for the minutes (in the example, 15 and 36).
Step 4 Multiply the number after the decimal from Step 3 by 60 to convert it to seconds. In the example, .0443 x 60 is 2.6580, and .93216 x 60 is 55.9296. Use the whole numbers of the total (in the example, 02 and 55) for the seconds. If the whole number for either minutes or seconds is less than ten, add a zero to the left of the number, for example 2 is entered as 02.
Step 5 Use zeros for fractional seconds, because the values are not significant for node positioning on the CTC network view map.
Step 6 Convert the latitude, originally given in degrees, to the format Nddmmssfff, where d=degrees, m=minutes, s=seconds, and f=fractional seconds. In this example, 38.257039 N = N381502000.
Step 7 Convert the longitude, originally given in degrees, to the format Wdddmmssfff. In the example, 122.615536 = W1223655000. Enter zeros if degrees are less than 100, for example, 98 degrees is entered 098.
3.9.4 Setting Up ONS 15454 Network Information
Before you connect an ONS 15454 to other ONS 15454s or to a LAN, you must change the default IP address that is shipped with the ONS 15454 (192.1.0.2). IP addresses are unique identifiers for nodes or hosts connected to a network using TCP/IP. Each address consists of a network number and a host number. The network numbers are used for routing, while the host number is used to address an individual host within the network or subnetwork. A subnet mask is used to extract network and host information from the IP address.
IP addresses are 32-bit binary numbers. However, to make IP addresses easier to work with, they are represented as four decimal values, each representing eight bits in the range 0 to 255 (known as octets) separated by decimal points. For example, the following IP address is in binary format:
10001100.10110011.11011100.11001000
The same address, represented as four decimal values, is:
140.179.220.200
Because the IP addresses that you work with represent binary addresses, changing an address is not always straightforward. Therefore, before you change the ONS 15454 IP addresses, consult your LAN administrator or someone knowledgeable in TCP/IP to ensure addresses are suitable to your network. Additional information about ONS 15454 network management and Ethernet applications is provided in Chapters 7 and 8.
Use the following procedure to set up networking information for the ONS 15454. If the ONS 15454 or the computer used to access the ONS 15454 is linked to a network router, you should create a static route, which can be provisioned using the Static Route fields.
Procedure: Set Up Network Information
Step 1 From the CTC node view, click the Provisioning tab.
Step 2 Click the Network subtab ( ) and complete the following:
•IP Address—type the node IP address.
•Prevent LCD IP Config—if checked, prevents the ONS 15454 IP address from being changed using the LCD. See the "IP Address Entry Using Front Panel LCD" section on page 8-10.
•Default Router—if the ONS 15454 must communicate with a device that has an IP address that the ONS 15454 is not routed to, it forwards the packets to the default router. Type the address of the router in this field. If the ONS 15454 is not connected to a LAN, leave this field blank.
•Subnet Mask Length—type the subnet mask length (decimal number representing the subnet mask length in bits), or click the arrows, to adjust the subnet mask length.
•MAC Address (read only)—displays the ONS 15454 address as it is identified on the Media Access Control layer.
•Static Routes—static routes permit multiple CTC sessions with different destination IP addresses on the same subnet. For static route provisioning procedures, see the "Static Route Provisioning" section on page 8-30.
Figure 3-13 Provisioning>Network Subtab
Step 3 Click Apply.
Step 4 Click Yes on the confirmation dialog.
The TCCs will reboot, one at a time.
3.9.5 Setting Up ONS 15454 Security
The ONS 15454 has four security levels that limit the functions users can perform: Retrieve, Maintenance, Provisioning, and Superuser. A Retrieve user can retrieve and view CTC information but cannot set or modify parameters. A Maintenance user can access only Maintenance options. A Provisioning user can access only Provisioning and Maintenance options. A Superuser, usually the network element administrator, can perform all of the functions of the other security levels as well as set names, passwords, and security levels for other users. A list of CTC actions that can be performed at each security level is shown in .
Note In order for users to access multiple nodes, the same user name and password must exist on each node.
Security levels also limit the amount of time a user can leave the system idle before the CTC window is locked to prevent unauthorized users from making changes. Higher security levels have shorter idle times. shows CTC security levels and their idle times.
Table 3-11 ONS 15454 Security Idle Times
Security Level Idle TimeRetrieve
Unlimited
Maintenance
60 minutes
Provisioning
30 minutes
Superuser
15 minutes
Procedure: Create New Users
Step 1 From the CTC window, click the Provisioning tab.
Step 2 Click the Security subtab.
Step 3 On the Security pane, click Create.
Step 4 In the Create User dialog ( ), enter the following:
•Name— type the user name.
•Password—type the user password. The password must contain at least six characters and can be any letter or number (a-z, A-Z, 0-9).
•Confirm Password—type the password again to confirm it.
•Security Level—select the user's security level.
Figure 3-14 Create User Dialog
Step 5 Click OK.
Note CTC users must be added to each node where they need access. Users are not automatically added to other network nodes.
Procedure: Edit User Security
Step 1 From the CTC window, click the Provisioning tab.
Step 2 Click the Security subtab.
Step 3 On the Security pane, click the user you want to edit.
Step 4 On the right portion of the Security pane, enter new security information for the user: name, password, password confirmation, and/or security level. (A Superuser does not need to enter an old password. Other users must enter their old password when changing their own password.)
Step 5 Click Apply.
Note Changing user permissions and access levels does not take effect while the user is logged into CTC. The changes take effect the next time the user logs into CTC. If the user has access to more than one node, you must change the user settings at each node.
3.9.6 Creating Protection Groups
The ONS 15454 provides several card protection methods. When you set up protection for ONS 15454 cards, you must choose between maximum protection and maximum card slot availability. The highest protection reduces the number of available card slots; the highest card slot availability reduces the protection. shows the protection types that can be set up for ONS 15454 cards.
Procedure: Create Protection Groups
Step 1 From the CTC window, click the Provisioning tab.
Step 2 Click the Protection subtab.
Step 3 Under Protection Groups, click Create.
Step 4 In the Create Protection Group dialog ( ), enter the following:
•Name—type a name for the protection group, up to 32 alpha-numeric characters.
•Type—choose the protection type: 1:1, 1:N, or 1+1. The protection selected determines the cards that are available to serve as protect and working cards. For example, if you choose 1:N protection, only DS-1N and DS-3N cards are displayed.
•Protect Card or Port—choose the protect card (if using 1:1 or 1:N) or protect port (if using 1+1) from the list.
Based on these selections, a list of available working cards or ports is displayed under Available Cards or Available Ports.
Figure 3-15 Create Protection Group Dialog (1+1)
Step 5 From the Available Cards or Available Ports list, choose the card or port that you want to be the working card or port (the card(s) or port(s) that will be protected by the card or port selected in Protect Cards or Protect Ports). Select the top arrow button to move them to the Working Cards or Working Ports list.
Step 6 Complete the remaining fields:
•Bidirectional switching—(optical cards only) click if you want both transmit and receive channels to switch if a failure occurs to one.
•Revertive—if checked, the ONS 15454 reverts back to the working card or port after failure conditions are corrected.
•Reversion time—if Revertive is checked, enter the amount of time following failure condition correction that the ONS 15454 should switch back to the working card or port.
Step 7 Click OK.
Procedure: Edit Protection Groups
Step 1 From the CTC window, click the Provisioning tab.
Step 2 Click the Protection subtab ( ).
Figure 3-16 Provisioning>Protection Subtab
Step 3 Under Protection Groups, choose a protection group.
Step 4 Under Selected Group, edit the fields as appropriate. (For field descriptions, see the "Create Protection Groups" section.)
Step 5 Click Apply.
Procedure: Delete Protection Groups
Step 1 Log in to CTC.
Step 2 Verify that working traffic is not running on the protect card:
(a) Click the Maintenance>Protection tabs.
(b) Under Protection Groups, choose the group you want to delete.
(c) Under Selected Group, verify that the protect card is in standby mode. If it is in standby mode, continue with Step 3. If it is active, manually switch traffic back to the working card. Verify that the protect card is in standby mode, then continue with Step 3. If the protect card is still active, do not continue. Begin troubleshooting procedures or call technical support.
Step 3 From the CTC window, click the Provisioning>Protection tabs.
Step 4 Under Protection Groups, click a protection group.
Step 5 Click Delete.
3.9.7 Setting Up ONS 15454 Timing
You must set the SONET timing parameters for each ONS 15454. ONS 15454 timing is set to one of two modes: external or line. In typical ONS 15454 networks, at least one node is set to external and the other nodes are set to line. The external node derives its timing from a Building Integrated Timing Supply (BITS) source wired to the BITS backplane pins. ( Figure 1-20 shows a diagram of the BITS pin location.) The BITS source, in turn, derives its timing from a Primary Reference Source (PRS) such as a Stratum 1 clock or GPS signal. The line nodes derive timing from Optical Carrier cards.
For protection, up to three timing references can be identified. These are typically two BITS-level or line-level sources and an internal reference. The internal reference is the Stratum 3 (ST3) clock provided on every ONS 15454 TCC card.
shows an ONS 15454 network timing setup example. Node 1 is set to external timing. Two references are set to BITS. These are Stratum 1 timing sources wired to the node's BITS input pins on the ONS 15454 backplane. Its third reference is set to internal. The BITS output pins on the backplane of Node 3 are used to provide timing to outside equipment, such as a Digital Access Line Access Multiplexer.
Figure 3-17 ONS 15454 Timing Example
Synchronization Status Messaging (SSM) is a SONET protocol that communicates information about the quality of the timing source. SSM messages are carried on the S1 byte of the SONET Line layer. They enable SONET devices to automatically select the highest quality timing reference and to avoid timing loops.
SSM messages are either Generation 1 or Generation 2. Generation 1 is the first and most widely deployed SSM message set. Generation 2 is a newer version. If you enable SSM for the ONS 15454, consult your timing reference documentation to determine which message set to use. and show the Generation 1 and Generation 2 message sets.
Procedure: Setup ONS 15454 Timing
Step 1 Log into the node and click the Provisioning tab.
Step 2 Click the Timing subtab ( ) and complete the following:
•Timing Mode—set to External if timing is derived from an external BITS source wired to the backplane pins; set to Line if timing is derived from an Optical Carrier card.
•SSM Message Set—choose the message set level supported by your network. If a Generation 1 node receives a Generation 2 message, the message will be mapped down to the next available Generation 1. For example, a ST3E message becomes a ST3.
•Quality of RES—if your timing source supports the reserve S1 byte, you set the timing quality here. (Most timing sources do not use RES.) Qualities are displayed in descending quality order as ranges. For example, ST3<RES<ST2 means the timing reference is higher than a Stratum 3 and lower than a Stratum 2. See and for more information.
•Revertive—if checked, the ONS 15454 reverts back to a primary reference source after the conditions that caused it to switch to a secondary timing reference are corrected.
•Revertive Time—If Revertive is checked, indicate the amount of time the ONS 15454 will wait before reverting back to its primary timing source.
The BITS Facilities section sets the parameters used by your BITS1 and BITS2 timing references. Many of these settings are determined by the timing source manufacturer.
•State—set the BITS reference to IS (In Service) or OOS (Out of Service). For nodes set to Line timing, set State to OOS; for nodes using external timing, or nodes using the external BITS out, set State to IS.
•Coding—set to the coding used by your BITS reference, either B8ZS or AMI.
•Framing—set to the framing used by your BITS reference, either ESF (Extended Super Frame, or SF (D4)(Super Frame). Synchronization Status Messaging is not available with Super Frame.
•Sync Messaging—check to enable Synchronization Status Messaging.
•AIS Threshold—sets the quality level where a node sends an AIS from the BITS 1 Out and BITS 2 Out backplane pins. When a node times at or below the AIS Threshold quality, AIS is sent (used when SSM is disabled or frame is SF).
Reference fields define up to three timing references for the node and up to six BITS Out references. BITS Out references define the timing references used by equipment that can be attached to the node's BITS Out pins on the backplane. If you attach equipment to BITS Out, you normally attach it to a Line mode node because equipment near the External timing reference can be directly wired to the reference.
•NE Reference—defines up to three network element (the current node) references (Ref 1, Ref 2, Ref3). The options displayed depend on the node's timing mode. If the timing mode is External, the options are BITS1, BITS2, and Internal. If the timing mode is Line, the node's working optical cards are displayed. In this case, select optical ports on cards that are directly or indirectly connected to a BITS timed source, that is, the node's trunk cards.
•BITS 1 Out/BITS 2 Out—define the timing references for equipment wired to the BITS Out backplane pins. Normally, BITS Out is used with Line nodes, so the options displayed are the working optical cards.
Figure 3-18 Provisioning>Timing Subtab
Step 3 Click Apply.
3.10 Viewing ONS 15454 Inventory
The Inventory tab ( ) displays information about cards installed in the ONS 15454 node including part numbers, serial numbers, hardware revisions, and equipment types. The tab provides a central location to obtain information and to determine applicability of ONS 15454 Product Change Notices (PCNs) and Field Service Bulletins (FSBs). Using the ONS 15454 export feature, you can export inventory data from ONS 15454 nodes into spreadsheet and database programs, where information can be consolidated for network inventory management and reporting.
Figure 3-19 Inventory Tab
The Inventory tab displays the following information about the cards installed in the ONS 15454:
•Slot #—the slot where the card is installed.
•Eqpt Type—equipment type the slot is provisioned for, for example, OC-12 or DS-1.
•Actual Eqpt Type—the actual card that is installed in the slot, for example, OC12 IR 4 1310 or DS1N-14.
Note While an ONS 15454 slot is provisioned by the card that is installed in the slot, you can pre-provision a slot before the card is installed by right-clicking the slot in node view and selecting a card type.
•HW Part #—card part number; this number is printed on the top of the card
•HW Rev—card revision number
•Serial #—card serial number; this number is unique to each card
•CLEI Code—Common Language Equipment Identifier code
•Firmware Rev—revision number of the software used by the ASIC chip installed on the card
3.11 Printing and Exporting CTC Data
You can print CTC windows and you can print CTC data that is displayed in columns, such as alarms and inventory. You can also export CTC table data in formats that can be used use by other applications such as spreadsheets, word processors, and database management applications. shows CTC data that can be exported.
Procedure: Print CTC Data
Use the following procedure to print CTC screens and data. Before you start, make sure your PC is connected to a printer.
Step 1 From the CTC File menu, click Print.
Step 2 In the Print dialog ( ) choose an option:
•Entire Frame—prints the entire CTC window
•Tabbed View—prints the lower half of the CTC window
•Table Contents—prints CTC data in table format; this option is only available for CTC table data (see )
Figure 3-20 CTC Print Dialog
Step 3 Click OK.
Step 4 In the Windows Print dialog, choose a printer and click Print.
Procedure: Export CTC Data
Step 1 From the CTC File menu, click Export.
Step 2 In the Export dialog ( ) choose an option:
•As HTML—saves the data as an HTML file. The file can be viewed with a web browser without running CTC.
•As CSV—saves the CTC table values as text, separated by commas. You can import CSV data into spreadsheets and database management programs.
•As TSV—saves the CTC table values as text, separated by tabs. You can import TSV data into spreadsheets and database management programs.
Figure 3-21 CTC Export Dialog
Step 3 Click OK.
Step 4 In the Save dialog, enter a file name in one of the following formats:
•[filename].htm for HTML files.
•[filename].csv for CSV files.
•[filename].tsv for TSV files.
Step 5 Navigate to a directory where you want to store the file.
Step 6 Click OK.
3.12 Displaying CTC Data in Other Applications
You can display CTC data exported in HTML with any web browser application, such as Netscape Navigator or Microsoft Internet Explorer. To display the data, use the web browser's File/Open command to open the CTC data file.
You can display CTC data exported as comma separated values (CSV) or tab separated values (TSV) in text editors, word processors, spreadsheets, and database management applications. Although procedures depend on the application, you typically can use File/Open to display the CTC data. Text editors and word processors display the data exactly as it is exported. Spreadsheet and database management applications display the data in cells. You can then format and manage the data using the spreadsheet or database management application tools.
Posted: Mon Feb 25 07:48:22 PST 2008
All contents are Copyright © 1992--2008 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.