Banner
HomeTOCPrevNextGlossSearchHelp

Table of Contents

Cisco HyperSwitch A100 Software Configuration


Cisco HyperSwitch A100 Software Configuration

Cisco HyperSwitch A100 Software Configuration

This publication suggests a software configuration path for you to follow for the initial bring-up of the Cisco HyperSwitch A100 ATM switch in a minimum time.

fig_2.gif


Caution The Cisco HyperSwitch A100 does not have the same command set as Cisco routers. Enter only the commands documented in the Cisco HyperSwitch A100 User Guide. If you enter unsupported commands, and certain features are accessed by the unsupported commands, the HyperSwitch A100 may experience loss of data or be temporarily incapacitated.


HyperSwitch A100 Software Configuration Procedures

These software configuration procedures are not a substitute for the Cisco HyperSwitch A100 User Guide, rather they are a guide for the expert user.


Note The Cisco HyperSwitch A100 User Guide is available on Cisco Connection Documentation CD-ROM or a printed copy can be ordered separately. To order, refer to Ordering Cisco Documentation, which is in your warranty pack.


HyperSwitch A100 Software Configuration Overview

The initial software configuration procedures consist of the following:

Help with command syntax is available by entering a question mark at the system prompt.

For example:

> show pvc ?        
line           All pvc set on specified line/VP
detail         PVC set on specified line/VP/VC

Refer to the Cisco HyperSwitch A100 User Guide for more information about commands.


Connecting a HyperSwitch A100 to a Console Terminal

This procedure describes connecting an EIA/TIA-232 cable from a console terminal to the HyperSwitch A100. To connect the cable, do the following:

Step 1 Use an EIA/TIA-232 cable that has a connector matching the console terminal on one end and a connector with a D-sub 9-pin male connector for the HyperSwitch A100 on the other end.

Step 2 Connect the EIA/TIA-232 cable (9-pin end) to the EIA/TIA-232 connector on the front of the HyperSwitch A100. The HyperSwitch A100 has two EIA/TIA-232 connectors on the front. Use the connector on the left side (SIO-1). (See Figure 1.)

Figure 1 Connecting a Console Terminal to a HyperSwitch A100

h2583.gif

Step 3 Connect the other end of the EIA/TIA-232 cable to the console terminal.


Setting Communications Software Parameters

To set the HyperSwitch A100 and console terminal communications parameters, perform the following procedure:

Step 1 Turn ON the console terminal power switch.

Step 2 Set the communications parameters on the console terminal to the following:

  • Line transmission rate: 9600 bps

  • Data: 8 bits

  • Parity: none

  • Stop bit: 1 bit

  • Flow control: ON


Powering ON the HyperSwitch A100

Follow these steps when powering ON the HyperSwitch A100.

Step 1 Set the power switch on the back of the HyperSwitch A100 to the ON position. The HyperSwitch A100 will start to execute a self-diagnostic test.

Step 2 Verify that the HyperSwitch A100 boots and displays the following self-diagnostic test output:
Cisco Systems, Inc. ATM HyperSwitch        
Software Version 1.2(0)
Boot ROM Version K07 10 Sep 94
ATMSIG Version 1.2(0.4)
Hardware Configuration:
CPU Board      : OK; 
Bus Convertor  : OK; 
Switch Core    : OK; 
Gateway PAD    : OK; 
Slot 0: OC-3C(MMF)     OK; 
Slot 1: Not Installed;  
Slot 2: Not Installed;  
Slot 3: Not Installed;  
Slot 4: Not Installed;  
Slot 5: Not Installed;  
Slot 6: 100M-TAXI      OK; 
Slot 7: Not Installed;  
Slot 8: Not Installed;  
Slot 9: Not Installed;  
Slot10: Not Installed;  
Slot11: Not Installed;  
Slot12: Not Installed;  
Slot13: Not Installed;  
Slot14: Not Installed;  
Slot15: OC-3C(MMF)     OK; 
System Initialization finished.
 
> 

Step 3 Enter the show version command to verify the software, ROM, and signaling software version levels. The following is displayed:
> show version        
Software Version 1.2(0)
Boot ROM Version K07 10 Sep 94
ATMSIG Version 1.2(0.4)
>

Step 4 Enter the show status command to verify that HyperSwitch A100 core and line cards are functioning normally. The following displays:
> show status        
CPU           :(Normal)
SwitchCore    :(Normal)
Bus Interface :(Normal)
FAN           :(Normal)
GWPAD         :(Normal)
Line0         :(Normal)
Line1         :(NA)
Line2         :(NA)
Line3         :(NA)
Line4         :(NA)
Line5         :(NA)
Line6         :(Normal)
Line7         :(NA)
Line8         :(NA)
Line9         :(NA)
Line10        :(NA)
Line11        :(NA)
Line12        :(NA)
Line13        :(NA)
Line14        :(NA)
Line15        :(Normal)
 


Entering Privileged Mode

Follow this procedure to enter the privileged mode.

Step 1 Enter the enable command at the user level prompt, and when prompted for the password, enter lowercase c. The user mode changes to the privileged mode. The following displays:
passwd=c> enable        
passwd=c> Input password: ********

Note The password does not display.

Step 2 Verify that the prompt changes from ">" to "#".
passwd=c#         


HyperSwitch A100 Software Configuration

The following procedures step you through an example of an initial configuration of the HyperSwitch A100.


Setting Local Host Name, IP Address, and IP Subnet Mask

Perform the following to set the local host name, IP address, and IP mask for the Ethernet port.

Step 1 Set the local (HyperSwitch A100) host name, IP address, and IP mask for the Ethernet port as follows.
passwd=c# set local a100 99.99.10.10 255.255.255.0        
a100#

Step 2 Verify that the host name displayed changes to the one you entered.


Creating and Deleting Switched Virtual Circuits

The following sections contain examples of creating and deleting switched virtual circuits (SVCs). All of these examples are based on creating connections between two ATM hosts or routers, one connected to port 0 on the HyperSwitch A100 and the other ATM host or router connected to port 7 on the HyperSwitch A100.


Creating Switched Virtual Circuits

Perform the following steps to add SVC routes.

Step 1 Connect an ATM host or router to the HyperSwitch A100.

Step 2 On the router or ATM host connected to the HyperSwitch A100, verify that SVCs can be created.

For example:

Verify ATM NSAP AA1234.... on port 0 host.

Verify ATM NSAP BB1234.... on port 7 host.

Step 3 Enter the route add command to add routes. (Enter route add ? to determine the command syntax.) The following example uses network service access point (NSAP) prefix matching.
a100# route add AA12345678 nsap 0        
SVC route has been added.
 
a100# route add BB12345678 nsap 1
SVC route has been added.

Step 4 To display newly created routes, enter the show route command, as in the following example:
         
a100# show route
Destination                                  Type   1st_Choice 2nd_Choice
AA12345678 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX NSAP        0          -
BB12345678 XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX NSAP        7          - 

Step 5 Create an SVC by sending data from the ATM host or router on port 0 to the ATM host or router on port 7. Enter the show svc command to verify that the SVC is created. Enter show svc ? to determine the command syntax.
a100# show svc 0        
Line Number  :  1
Uni/Bi  Guaranteed/Best Effort  Mbps        LN    VPI    VCI  LN    VPI    VCI
     1        Best Effort         0.0        0      0    128   7      0    129


Deleting Routes Options

SVC route entries may be deleted one at a time or all at once with the following commands.

Enter route ? to determine the command syntax.

a100# route delete ?        
<Destination>  Destination Address
               Type:NSAP  Max:40char (0-9,A-F,X)
               Type:E.164 Max:16char (0-9,X)
<Type>         Type NSAP or E.164
a100#


Option 1: Deleting One SVC Route Entry

To delete one route entry, enter the route delete command, as in the following example:

a100# route delete aa12345678 nsap        
SVC route has been deleted.


Option 2: Deleting All SVC Routes

To delete the entire routing table, enter the route flush command, as in the following example:

a100# route flush        
SVC routing table has been flushed.
a100#


Creating Permanent Virtual Circuits

The following is an example of how to create a PVC between an ATM host or router connected to port 0 on the HyperSwitch A100 and the ATM host or router connected to port 7 on the HyperSwitch A100. This example will establish a bidirectional best effort PVC between VPI/VCI 0/10 on port 0 to VPI/VCI 0/10 on port 7.

For example:

a100# pvc establish 1 1 0 0 0 10 512 1  7 0 10 512 1        
***Bi direction Best Effort Connection has been established.
Low           : 0,   0,   10,  512,1
High          : 7,   0,   10,  512,1
 

Note Configure the PVC VPI/VCI parameters on the ATM host or router to match the VPI/VCI PVC values on the HyperSwitch A100.

The following examples show the available parameters of the pvc ? and pvc establish ? commands.

For example:

a100# pvc ?        
establish      Establish PVC
delete         Delete PVC,line/VPI/VCI are required.
add            Add endpoint to existing uni-direction PVC
remove         Remove endpoint from existing uni-direction PVC
a100#

For example:

a100# pvc establish ?        
<Direction>    Direction of connection Uni(0),Bi(1) or Multicast(2)
<Traffic>      Traffic type Guaranteed(0) or Best Effort(1)
<Throughput>   Throughput 0-155(Mbps)
<LowLine>      Low  line number 0-15
<LowVP>        Low  VPI  0-4095
<LowVC>        Low  VCI  0-4095
<LowUPVP>      Low  UPVP 0-512
<LowCOOP>      Low  COOP 1:Discard violated cells 0:Pass violated cells
<HighLine>     High line number 0-15
<HighVP>       High VPI  0-4095
<HighVC>       High VCI  0-4095
<HighUPVP>     High UPVP 0-512
<HighCOOP>     High COOP 1:Discard violated cells 0:Pass violated cells


Displaying PVC Information

To display PVC information, enter the show pvc line or show pvc detail command as in the following example:

a100# show pvc detail 0 0 10        
Direction of Connection:Bi
Traffic Type:Best Effort
Throughput  :0Mbps
Low             Line Number, VPI, VCI , UPVP,COOP:
                     0     ,   0,   10,  512,  1 
High            Line Number, VPI, VCI , UPVP,COOP:
                     7     ,   0,   10,  512,  1 
 
a100#

Enter the show pvc line ? and show pvc detail ? to determine further command options, as in the following examples:

a100#sh pvc line ?        
<Line>         Line number 0-15
<VPI>          VPI 0-4095
a100#
a100#sh pvc detail ?
<Line>         Line number 0-15
<VPI>          VPI 0-4095
<VCI>          VCI 0-4095
a100#.


Saving Configuration Changes

To save configuration changes, enter the save command, as follows:

a100# save        
Now Data saving ! Please do NOT push reset button till
the "save" is complete........
System data has been saved.
 
a100# 


Connecting Another HyperSwitch A100

Connect one HyperSwitch A100 to another HyperSwitch A100 by designating one HyperSwitch A100 as the slave (the user side of the UNI). The following example sets port 7 to slave mode for connecting to another HyperSwitch A100.

a100# show atmsig        
Line Number  M/S    T303  T308  T309  T310  T313  T316  T317  T322  T398  T399
   0         Master    4    30    90    10     4   120    60     4     4    14
   7         Master    4    30    90    10     4   120    60     4     4    14
a100# set svcline 7 suspend
SVC status of the Line Interface 7 : Suspended
 
a100# set atmsig 7 slave 4 30 90 10 4 120 60 4 4 14 
 
a100# set svcline 7 resume
SVC status of the Line Interface 0 : Resumed
a100# show atmsig
Line Number  M/S    T303  T308  T309  T310  T313  T316  T317  T322  T398  T399
   0         Master    4    30    90    10     4   120    60     4     4    14
   7         Slave     4    30    90    10     4   120    60     4     4    14
a100#

Enter the save command to save the configuration change.

Refer to the Cisco HyperSwitch A100 User Guide for additional command information.

fig_1.gif

fig_3.gif

HomeTOCPrevNextGlossSearchHelp
-

Copyright 1988-1995 © Cisco Systems Inc.