cc/td/doc/product/access/ap/apvs3/vs3_sw
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Customizing AccessPath-VS3 System Configurations

Customizing AccessPath-VS3 System Configurations

This chapter describes how to use the Cisco IOS software command-line interface (CLI) to change the host name, password, and the IP addresses used in the Cisco AccessPath-VS3 Packet Telephony Concentrator, in order to alter the standard configurations for your network. The following procedures are described:

Follow the procedures in this chapter to configure the components in the AccessPath-VS3 system manually. Many of these configurations can also be created automatically using the Configurator software. For more information, see the Cisco AcessPath-VS3 Packet Telephony Concentrator Software Configuration Quick Start Guide document.

This chapter describes only a small portion of the most commonly used configuration procedures. For advanced configuration topics, see the Cisco IOS configuration and command reference publications. These publications are available on the Documentation CD-ROM that shipped with your AccessPath-VS3 system, on the World Wide Web from Cisco's home page, or you can order printed copies separately.

If you are experienced using the Cisco IOS software, you might find Appendix A, "Sample Configurations," a useful reference.


Note If you did not read Chapter 1, "Cisco IOS Software and the EXEC Facility Fundamentals," and you are not experienced with Cisco router configuration, go to that chapter and read it now. This chapter provides important information you will need to succeed with the configuration.

Configuring the Host Name and Passwords

One of the first configuration tasks you might want to do is configure the host name and set an encrypted password. Configuring a host name allows you to distinguish multiple Cisco devices from each other. Setting an encrypted password allows you to prevent unauthorized configuration changes. Configuring line passwords allows you to prevent unauthorized access to a device.


Table 3-1: Changing the Host Name and Passwords
Step Command Purpose
1

Router> enable

Password: <password>

Router#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to Router#.

2

Router# config term

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to Router(config)#.

3

Router(config)# hostname CMS01

CMS01(config)#

Change the name of the device to a meaningful name. Substitute your host name for CMS01.

4

CMS01(config)# enable secret secret123

Enter an enable secret password. This password provides access to privileged EXEC mode. When a user types enable at the EXEC prompt (CMS01>), that user must enter the enable secret password to gain access to configuration mode. Substitute your enable secret for secret123.

5

CMS01(config)# line vty 0 4

CMS01(config-line)# password cisco

CMS01(config-line)# login

CMS01(config-line)# exit

CMS01(config)#

Enter line configuration mode to configure the virtual terminal ports. The parameter pair 0 4 refers to the range of virtual terminals from vty 0 to vty 63. (There might be a different number of vty lines configured.) When you enter line configuration mode, the prompt changes to CMS01(config-line)#.


Enter a vty password. This password is required to allow Telnet access to a Cisco router. When a user Telnets to the router, that user must enter the vty password to gain access to the EXEC prompt. Substitute your vty password for cisco.


Configure the specified range of vty lines to permit a login with the line password.


Exit back to global configuration mode.

Verifying the Host Name and Passwords

To verify that you configured the right host name and passwords:

Step 1 Enter the show config command:

CMS01(config)# show config
Using 1888 out of 126968 bytes
!
version XX.X
.
.
.
!
hostname CMS01
!
enable secret 5 $1$60L4$X2JYOwoDc0.kqa1loO/w8/
.
.
.
line vty 0 4
 password cisco
login
Check the host name and encrypted password displayed near the top of the command output.

Step 2 Exit global configuration mode and attempt to reenter it using the new enable password:

CMS01# exit
.
.
.
CMS01 con0 is now available
Press RETURN to get started.
CMS01> enable
Password: secret123
CMS01# 

Step 3 If an interface is configured on the router, open a Telnet session to the router and attempt to enter using the new vty password:

CMS01#  telnet CMS01
Translating "CMS01"...domain server (172.22.5.253) [OK] 
Trying CMS01.yourdomain.com (192.168.1.56)... Open
User Access Verification
Password: cisco
CMS01> 

Tips

If you are having trouble:

Changing Interface IP Addresses on the Access Server Shelf

Configure the Ethernet 10BaseT Interface

Assign an IP address to the Ethernet 10BaseT interface of an Access Server Shelf so that it can be recognized as a device on the Ethernet LAN.


Table 3-2: Configuring Ethernet 10BaseT---Access Server Shelf
Step Command Purpose
1

AS01> enable

Password: <password>

AS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to AS01#.

2

AS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

AS01(config)#

Enter global configuration mode. You have entered the global configuration mode when the prompt changes to AS01(config)#.

3

AS01(config)# interface ethernet 0

AS01(config-if)#

Enter Ethernet interface configuration mode.

4

AS01(config-if)# ip address 192.168.1.1 255.255.255.224

Assign an IP address and subnet mask to the interface.

5

AS01(config-if)# end

AS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address

To verify you have assigned the correct IP address:

AS01# show arp
Protocol  Address          Age (min)  Hardware Addr    Type   Interface
Internet 192.168.1.1              _   0800.207e.bead   ARPA   Ethernet0
AS01#

Tips

If you are having trouble:

Configure the Ethernet 100BaseT Interface

Assign an IP address to the Ethernet 100BaseT interface of an Access Server Shelf so that it can be recognized as a device on the Ethernet LAN. The Fast Ethernet interface supports 10- and 100-Mbps speeds with the 100BaseT and 10BaseT hubs and switches.


Table 3-3: Configuring Ethernet 100BaseT---Access Server Shelf
Step Command Purpose
1

AS01> enable

Password: <password>

AS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to AS01#.

2

AS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

AS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to AS01(config)#.

3

AS01(config)# interface fastethernet 0

AS01(config-if)#

Enter Ethernet interface configuration mode.

4

AS01(config-if)# ip address 172.16.1.1 255.255.255.224

Assign an IP address and subnet mask to the interface.

5

AS01(config-if)# end

AS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address, Speed, and Duplex Operations

To verify the IP address, configured and actual speed, and configured and actual duplex operations:

AS01# show arp
Protocol  Address      Age (min)  Hardware Addr    Type    Interface
Internet 172.16.1.1          _    0800.207e.bead   ARPA    FastEthernet0
AS01# show interface fastethernet 0
FastEthernet0 is up, line protocol
Hardware is DEC21140, address is 00e0.1e3e.c125 (bia 00e0.1e3e.c125)
Internet address is 172.16.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, rely 255/255, load 1/255
Encapsulation ARPA, loopback not set, keepalive set (10 sec), auto duplex, 
100BaseTX/FX,  100Mb/s

Tips

If you are having trouble:


Note For more information on switch shelf configurations, see
Appendix A, "Sample Configurations," and see the Catalyst 5000 Series Software Configuration Guide.

Configure Loopback Interfaces

Assign an IP address to the loopback  0 and loopback  1 interfaces of your Access Server Shelf. Loopback  0 is used as the source address of the VoIP access server interface. Loopback  1 is used as a management address.


Table 3-4: Configuring Loopback Interfaces---Access Server Shelf
Step Command Purpose
1

AS01> enable

Password: <password>

AS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to AS01#.

2

AS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

AS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to AS01(config)#.

3

AS01(config)# interface loopback 0

AS01(config-if)#

Enter loopback interface configuration mode.

4

AS01(config-if)# ip address 172.16.1.33 255.255.255.255

Assign an IP address and subnet mask to the interface.

5

AS01(config-if)# end

AS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address

To verify the IP address:

AS01# show interface loopback 0
Loopback0 is up, line protocol is up 
  Hardware is loopback
  Internet address is 172.16.1.33/32
  MTU 1500 bytes, BW 8000000 Kbit, DLY 5000 usec, rely 255/255, load 1/255
  Encapsulation LOOPBACK, loopback not set, keepalive set (10 sec)

Tips

If you are having trouble:

Changing Interface IP Addresses on the Router Shelf

Configure the Ethernet 100BaseT Interface

Assign an IP address to the Ethernet 100BaseT interface of your Router Shelf so that it can be recognized as a device on the Ethernet LAN.

The AccessPath-VS3 system comes in two varieties with different Fast Ethernet configurations:


Table 3-5: Configuring Ethernet 100BaseT---Router Shelf
Step Command Purpose
1

RS01> enable

Password: <password>

RS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to RS01#.

2

RS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

RS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to RS01(config)#.

3

RS01(config)# interface fastethernet 0/0

RS01(config-if)#

[or]

RS01(config)# interface fastethernet 1/0

RS01(config-if)#

Enter Fast Ethernet interface configuration mode.

4

RS01(config-if)# ip address 172.16.1.27 255.255.255.224

Assign an IP address and subnet mask to the interface.

5

RS01(config-if)# end

RS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address, Speed, Duplex Operation, and Media Type

To verify the IP address, speed, duplex operation, and media type:

RS01# show arp
Protocol  Address          Age (min)  Hardware Addr   Type   Interface
Internet  172.16.1.27             -   0010.543d.0420  ARPA   FastEthernet1/0
Internet  192.168.1.27            -   0010.543d.0400  ARPA   FastEthernet0/0
RS01# show interface fastethernet 0/0
FastEthernet0/0 is up, line protocol is up
  Hardware is DEC21140, address is 0010.543d.0400 (bia 0010.543d.0400) 
  Internet address is 192.168.1.27/27
  MTU 1500 bytes, BW 10000 Kbit, DLY 100 usec, rely 255/255, load 1/255
  Encapsulation ARPA, loopback not set, keepalive not set
  Full-duplex, 100Mb/s, MII
RS01# show interface fastethernet 1/0
FastEthernet1/0 is up, line protocol is up
  Hardware is DEC21140, address is 0010.543d.0420 (bia 0010.543d.0420) 
  Internet address is 172.16.1.27/27
  MTU 1500 bytes, BW 10000 Kbit, DLY 100 usec, rely 255/255, load 1/255
  Encapsulation ARPA, loopback not set, keepalive set (10 sec) 
  Full-duplex, 100Mb/s, 100BaseTX/FX

Tips

If you are having trouble:


Note For more information on switch shelf configurations, see
Appendix A, "Sample Configurations," and the Catalyst 5000 Series Software Configuration Guide.

Configure Loopback Interfaces

Assign an IP address to the loopback  1 interface of your router shelf. Loopback  1 is a management interface.


Table 3-6: Configuring Loopback Interfaces---Router Shelf
Step Command Purpose
1

RS01> enable

Password: <password>

RS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to RS01#.

2

RS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

RS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to RS01(config)#.

3

RS01(config)# interface loopback 1

RS01(config-if)#

Enter loopback interface configuration mode.

4

RS01(config-if)# ip address 192.168.1.54 255.255.255.255

Assign an IP address and subnet mask to the interface.

5

RS01(config-if)# end

RS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address

To verify the IP address:

RS01# show interface loopback 1
Loopback1 is up, line protocol is up 
  Hardware is loopback
  Internet address is 192.168.1.54/32
  MTU 1500 bytes, BW 8000000 Kbit, DLY 5000 usec, rely 255/255, load 1/255

Encapsulation LOOPBACK, loopback not set, keepalive set (10 sec)

Tips

If you are having trouble:

Changing Interface IP Addresses on the Console Management Shelf

Configure the Ethernet 10BaseT Interface

Assign an IP address to an Ethernet 10BaseT interface of the Console Management Shelf so that it can be recognized as a device on the Ethernet LAN.


Table 3-7: Configuring Ethernet 10BaseT---Console Management Shelf
Step Command Purpose
1

CMS01> enable

Password: <password>

CMS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to CMS01#.

2

CMS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

CMS01(config)#

Enter global configuration mode. You have entered the global configuration mode when the prompt changes to CMS01(config)#.

3

CMS01(config)# interface ethernet 1/0

CMS01(config-if)#

Enter Ethernet interface configuration mode.

4

CMS01(config-if)# ip address 192.168.1.29 255.255.255.224

Assign an IP address and subnet mask to the interface.

5

CMS01(config-if)# end

CMS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the IP Address

To verify you have assigned the correct IP address:

CMS01# show arp
Protocol  Address          Age (min)  Hardware Addr    Type   Interface
Internet 192.168.1.29             _   00e0.1ea1.84d2   ARPA   Ethernet1/0
CMS01#

Tips

If you are having trouble:

Changing the Sc0 IP Address on the Switch Shelf

Configure the Sc0 (In-Band) Interface

Assign an IP address to the Sc0 interface of the Switch Shelf so that it can be recognized as a device on the Ethernet LAN.


Table 3-8: Configuring Sc0---Switch Shelf
Step Command Purpose
1

SW01> enable

Password: <password>

SW01> (enable)

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to SW01> (enable).

On the Switch Shelf, enable mode allows for immediate configuration changes.

2

SW01> (enable) set interface sc0 1 172.16.1.30 255.255.255.224 172.16.1.31

SW01> (enable)

Assign a VLAN1, an IP address, a subnet mask, and a subnet broadcast address to the interface.

The only VLAN in the AccessPath-VS3 Switch Shelf is VLAN 1.

The subnet broadcast address can be omitted.

3

SW01> (enable)set port enable 2/1-24

Enable all ports connected to Fast Ethernet. In the example, the command is followed by a slot specification and the ports to enable.

4

SW01> (enable) disable

SW01>

Return to unprivileged mode.

1VLAN = virtual LAN.

Verify the IP Address

To verify you have assigned the correct IP address:

SW01> show interface
sl0: flags=51<UP,POINTOPOINT,RUNNING>
        slip 0.0.0.0 dest 0.0.0.0
sc0: flags=63<UP,BROADCAST,RUNNING>
        vlan 1 inet 172.16.1.30 netmask 255.255.255.224 broadcast 172.22.16.31
SW01>

Tips

If you are having trouble:

Configuring the Internal OSPF Autonomous System

Configure OSPF---VoIP Access Shelf

Assign IP networks to an OSPF routing process.


Table 3-9: Configuring OSPF---VoIP Access Shelf
Step Command Purpose
1

AS01> enable

Password: <password>

AS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to AS01#.

2

AS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

AS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to AS01(config)#.

3

AS01(config)# router OSPF 4242

AS01(config-router)#

Enter OSPF routing process configuration mode for your internal OSPF process. Substitute your own process ID.

4

AS01(config-router)# network 172.16.1.0 0.0.0.63 area 1

AS01(config-router)# network 1.5.0.0 0.0.0.63 area 1

AS01(config-router)#

Assign the new IP network numbers to the internal OSPF process. Substitute your own area number for 1.

9

AS01(config-if)# end

AS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the OSPF Configuration

To verify the OSPF configuration:

AS01# show ip protocol
Routing Protocol is "ospf 100"
  Sending updates every 0 seconds
  Invalid after 0 seconds, hold down 0, flushed after 0
  Outgoing update filter list for all interfaces is 
  Incoming update filter list for all interfaces is 
  Redistributing:connected, ospf 100
  Routing for Networks:
    1.5.10.0/26
    172.16.1.0/26
  Passive Interface(s):
    Loopback0
    Loopback1
    Serial0:23
    Serial1:23
    Serial2:23
    Serial3:23
  Routing Information Sources:
    Gateway         Distance      Last Update
    1.5.10.58            110      03:16:27
    1.5.10.56            110      03:16:27
    1.5.10.57            110      03:16:27
    1.5.10.54            110      03:16:27
    172.16.1.2           110      03:16:27
  Distance:(default is 110)

Tips

If you are having trouble:

Configure OSPF---Router Shelf

Assign IP networks to an OSPF routing process.


Table 3-10: Configuring OSPF---Router Shelf
Step Command Purpose
1

RS01> enable

Password: <password>

RS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to RS01#.

2

RS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

RS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to RS01(config)#.

3

RS01(config)# router OSPF 4242

RS01(config-router)#

Enter OSPF routing process configuration mode for your internal OSPF process. Substitute your own Process ID.

4

RS01(config-router)# network 172.16.1.0 0.0.0.63 area 1

RS01(config-router)# network 1.5.0.0 0.0.0.63 area 1

RS01(config-router)#

Assign the new IP network numbers to the internal OSPF process. Substitute your own area number.

5

RS01(config-if)# end

RS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the OSPF Configuration

To verify the OSPF configuration:

RS01# show ip protocol
Routing Protocol is "ospf 100"
  Sending updates every 0 seconds
  Invalid after 0 seconds, hold down 0, flushed after 0
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Redistributing:ospf 100
  Routing for Networks:
    1.5.10.0/26
    172.16.1.0/26
  Passive Interface(s):
    Loopback1
  Routing Information Sources:
    Gateway         Distance      Last Update
    192.168.1.120        110      1d03h
    1.5.10.58            110      03:17:44
    1.5.10.56            110      03:17:44
    1.5.10.57            110      03:17:44
    172.16.1.33          110      03:17:44
    172.16.1.1           110      1d00h
    172.16.1.2           110      03:17:44
  Distance:(default is 110)ü!h

Tips

If you are having trouble:

Configure OSPF---System Controller

Assign IP networks to an OSPF routing process.


Table 3-11: Configuring OSPF---System Controller
Step Command Purpose
1

CMS01> enable

Password: <password>

CMS01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to CMS01#.

2

CMS01# config term

Enter configuration commands, one per line. End with CNTL/Z.

CMS01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to CMS01(config)#.

3

CMS01(config)# router OSPF 4242

CMS01(config-router)#

Enter OSPF routing process configuration mode for your internal OSPF process. Substitute your own Process ID.

4

CMS01(config-router)# network 172.16.1.0 0.0.0.63 area 1

CMS01(config-router)# network 1.5.0.0 0.0.0.63 area 1

CMS01(config-router)#

Assign the new IP network numbers to the internal OSPF process. Substitute your own area number.

5

CMS01(config-if)# end

CMS01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the OSPF Configuration

To verify the OSPF configuration:

CMS01# show ip protocol
Routing Protocol is "ospf 100"
  Sending updates every 0 seconds
  Invalid after 0 seconds, hold down 0, flushed after 0
  Outgoing update filter list for all interfaces is not set
  Incoming update filter list for all interfaces is not set
  Redistributing:ospf 100
  Routing for Networks:
    1.5.10.0/26
    172.16.1.0/26
    172.22.46.0/26
  Passive Interface(s):
    Loopback1
  Routing Information Sources:
    Gateway         Distance      Last Update
    1.5.10.58            110      03:22:51
    1.5.10.57            110      03:22:51
    1.5.10.54            110      03:22:51
    172.16.1.33          110      03:22:51
    172.16.1.1           110      1d00h
    172.16.1.2           110      03:22:51
  Distance:(default is 110)

Tips

If you are having trouble:

Configure OSPF---Gatekeeper

Assign IP networks to an OSPF routing process.


Table 3-12: Configuring OSPF---Gatekeeper
Step Command Purpose
1

GK01> enable

Password: <password>

GK01#

Enter enable mode.

Enter the password.

You have entered enable mode when the prompt changes to CMS01#.

2

GK01# config term

Enter configuration commands, one per line. End with CNTL/Z.

GK01(config)#

Enter global configuration mode. You have entered global configuration mode when the prompt changes to CMS01(config)#.

3

GK01(config)# router OSPF 4242

GK01(config-router)#

Enter OSPF routing process configuration mode for your internal OSPF process. Substitute your own Process ID.

4

GK01(config-router)# network 172.16.1.0 0.0.0.63 area 1

GK01(config-router)# network 1.5.0.0 0.0.0.63 area 1

GK01(config-router)#

Assign the new IP network numbers to the internal OSPF process. Substitute your own area number.

5

GK01(config-if)# end

GK01#

%SYS-5-CONFIG_I: Configured from console by console

Return to privileged EXEC mode.

This message is normal and does not indicate an error.

Verify the OSPF Configuration

To verify the OSPF configuration:

GK01# show ip protocol
Routing Protocol is "ospf 100"
  Sending updates every 0 seconds
  Invalid after 0 seconds, hold down 0, flushed after 0
  Outgoing update filter list for all interfaces is 
  Incoming update filter list for all interfaces is 
  Redistributing:ospf 100
  Routing for Networks:
    1.5.10.0/26
    172.16.1.0/26
  Passive Interface(s):
    Loopback1
  Routing Information Sources:
    Gateway         Distance      Last Update
    1.5.10.58            110      03:21:59
    1.5.10.56            110      03:21:59
    1.5.10.54            110      03:21:59
    172.16.1.33          110      03:21:59
    172.16.1.2           110      03:21:59
  Distance:(default is 110)

Tips

If you are having trouble:

Make sure you are using the correct IP network addresses and OSPF Autonomous System numbers.


hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1998 © Cisco Systems Inc.