Avaya Advanced Gateway 2330 Manual

Using the command line interface
Hide thumbs Also See for Advanced Gateway 2330:
Table of Contents

Advertisement

Using the Command Line Interface
Avaya Advanced Gateway 2330
Release 10.3.5
NN47264-506
Issue 01.02
August 2013

Advertisement

Table of Contents
loading

Summary of Contents for Avaya Advanced Gateway 2330

  • Page 1 Using the Command Line Interface Avaya Advanced Gateway 2330 Release 10.3.5 NN47264-506 Issue 01.02 August 2013...
  • Page 2 Product provided by Avaya including the selection, arrangement and to users of its products. Documentation does not include marketing design of the content is owned either by Avaya or its licensors and is materials. Avaya shall not be responsible for any modifications,...
  • Page 3 See the Avaya Support website: http://support.avaya.com for product notices and articles, or to report a problem with your Avaya product. For a list of support telephone numbers and contact addresses, go to the Avaya Support website: http://support.avaya.com, scroll to the bottom of the page, and select Contact Avaya Support.
  • Page 4 Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 5: Table Of Contents

    Contents Chapter 1: Introduction...................... Related resources............................. 7 Documentation..........................7 Training............................7 Avaya Mentor videos........................7 Support..............................8 Chapter 2: New in this release................... Chapter 3: CLI fundamentals..................... Top-level commands..........................11 Global commands............................. 11 Configuration mode........................... 12 Context-sensitive configuration commands....................12 CLI user access levels..........................
  • Page 6 Displaying connected users........................28 Displaying user account for current session..................... 28 Displaying running configuration....................... 28 Displaying stored configuration......................... 28 Displaying system configuration........................ 29 Chapter 6: File management....................Copying files to and from compact flash....................31 Downloading files from the network to compact flash................31 Uploading a file from compact flash to the network..................
  • Page 7: Chapter 1: Introduction

    Ongoing product training is available. For more information or to register, you can access the Web site at http://avaya-learning.com. Avaya Mentor videos Avaya Mentor is an Avaya-run channel on YouTube that includes technical content on how to install, configure, and troubleshoot Avaya products. Go to http://www.youtube.com/AvayaMentor...
  • Page 8: Support

    Introduction Support Visit the Avaya Support website at http://support.avaya.com for the most up-to-date documentation, product notices, and knowledge articles. You can also search for release notes, downloads, and resolutions to issues. Use the online service request system to create a service request. Chat with live agents to get answers to questions, or request an agent to connect you to a support team if an issue requires additional expertise.
  • Page 9: Chapter 2: New In This Release

    Chapter 2: New in this release There are no changes to Avaya Advanced Gateway 2330 — Using the Command Line Interface (NN47263-506) for Release 10.3.5 of the Avaya Advanced Gateway 2330 (AG2330). Using the Command Line Interface August 2013...
  • Page 10 New in this release Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 11: Chapter 3: Cli Fundamentals

    The command line interface (CLI) is the main, text-based interface for configuring, managing, and monitoring the Advanced Gateway 2330. You access the CLI through a direct connection to the console port, or remotely using Telnet. This section contains information about the basic CLI functionality with the Advanced Gateway 2330.
  • Page 12: Configuration Mode

    When you select a particular object, the CLI prompt level changes to display the object that is selected. Any subsequent commands that you enter apply only to the selected object until you exit the command level for that object. Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 13: Cli User Access Levels

    CLI user access levels For example, the following displays the commands required to select Ethernet interface in slot 0, port 1 for configuration. AG2330# configure terminal AG2330/configure# interface ethernet 0/1 Configuring existing Ethernet interface AG2330/configure/interface/ethernet (0/1)# The commands available differ depending on the particular object selected. CLI user access levels The CLI supports four levels of privilege.
  • Page 14: Context-Sensitive Help

    However, command-specific help also provides a description of the command itself, as well as the correct syntax required for the command. The following figure shows a sample output for the help configure command. Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 15: Command Tree

    Command tree Command tree The tree command displays a tree of all CLI commands associated with the current command mode or level. The following figure shows a sample output for the tree command. Navigation keys You can change the location of the cursor and edit commands in the CLI using the key combinations shown in the following table.
  • Page 16: Navigation Commands

    CLI session. In configuration mode, the command sets the command level back AG2330/configure# to the main configuration mode level ( Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 17: No Command

    no command no command The no command is always used as a prefix to a command to negate the action performed by that command. The no command removes or clears the configuration or operation controlled by the specified command. Command abbreviations The AG2330 accepts abbreviations for commands, as long as there is only one possible choice to complete the abbreviated command.
  • Page 18 CLI fundamentals The following figure shows the front panel of the Advanced Gateway 2330. Figure 1: Advanced Gateway 2330 front panel The following table describes the built-in slots and ports available on the front panel of the Advanced Gateway 2330.
  • Page 19: Chapter 4: Boot Cli Fundamentals

    Chapter 4: Boot CLI fundamentals The Boot command line interface (CLI) is a text-based interface that provides commands for configuring the gateway boot process. You can access the Boot CLI only through a direct connection to the console port and only during the boot process. To access the Boot CLI, during the boot process press any key until the boot prompt appears.
  • Page 20 From the CLI, you can view the configure boot parameters using the show boot command. You can also configure boot parameters using the boot_params command. Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 21: Chapter 5: Basic Cli Operations

    The CLI prompts for the password: password: 2. Enter your user password (default is setup) For detailed information about configuring passwords and administering users, refer to Avaya Advanced Gateway 2330 — Commissioning (NN47264-500). Configuring the gateway from a terminal Enter the configuration command mode from a console terminal or management workstation to manually configure the gateway system parameters.
  • Page 22: Configuring Users

    Modify the administrator account user name. To modify the administrator user name, you must log in with level 1 user privileges using the administrator account (default user name is admin and password is setup). Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 23: Modifying Passwords For Other Users

    Modifying passwords for other users Procedure steps 1. To enter the configuration mode, enter: configure terminal 2. To modify the administrator account name, enter: admin_name <admin-name> Modifying passwords for other users When you are logged in with level 1 privileges using the administrator user account, you can change the passwords of other users.
  • Page 24: Saving The Current Configuration To File

    Use the no form of the command to display passwords in plain text. Procedure steps 1. To enter the configuration mode, enter: Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 25: Adding A Header To The Configuration File

    Adding a header to the configuration file configure terminal 2. To encrypt the passwords, enter: [no] secure_passwords Adding a header to the configuration file Add a header to add some descriptive information to the top of the configuration file. The maximum length of the header is 80 characters.
  • Page 26: Configuring The Gateway Using Configuration Files From Flash

    Copy a .cfg file from the network to the gateway to reinstate a previously saved configuration. Procedure steps 1. To configure the gateway using configuration files saved in a network location, enter: configure network The gateway responds with the following prompt: Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 27: Configuring The Timeout For Console Sessions

    Configuring the timeout for console sessions host: 2. Enter the DNS host name or IP address The gateway responds with the following prompt: filename: 3. Enter the full file name, for example : AG2330.cfg Configuring the timeout for console sessions Configure a timeout in seconds for console sessions.
  • Page 28: Displaying Connected Users

    Procedure steps To display the running configuration , enter: show configuration running Displaying stored configuration Display the configuration that is stored in Flash. Procedure steps To display the stored configuration , enter: Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 29: Displaying System Configuration

    Displaying system configuration show configuration stored Displaying system configuration Display the system configuration to view detailed information about cards installed in the gateway. Procedure steps To display the system configuration , enter: show system configuration Using the Command Line Interface August 2013...
  • Page 30 Basic CLI operations Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 31: Chapter 6: File Management

    Chapter 6: File management Use the file management commands to manage files on the compact flash, including copy, delete, download, and upload. Copying files to and from compact flash Copy a file in compact flash memory and assign the copy a new name. Procedure steps To copy a file to or from compact flash, enter: file copy {/cf0/<filename>...
  • Page 32: Uploading A File From Compact Flash To The Network

    IPv6 address. <dest-path/filename> Specifies the destination path name for the file. {/cf0/<filename> | /cf1/<filename>} Specifies the source filename to be uploaded. [<outgoing-interface>] Specifies the outgoing interface. [<user-id>] Specifies the FTP user ID. Using the Command Line Interface August 2013 Comments? infodev@avaya.com...
  • Page 33: Formatting A Compact Flash

    Formatting a compact flash Variable Value [<password>] Specifies the FTP password. Formatting a compact flash Format the compact flash. Procedure steps To format the compact flash, enter: file format [/cf0 | /cf1] [16 | 32] Renaming a file on compact Rename a file on compact flash.
  • Page 34: Displaying The File List From Compact Flash

    Display the image file versions that are saved on compact flash (CF0 or CF1). By default, CF0 files are shown. Procedure steps To display the image file versions, enter: [show] file version [/cf0 | /cf1] Using the Command Line Interface August 2013 Comments? infodev@avaya.com...

Table of Contents