Summary of Contents for AudioCodes Mediant 800 MSBG
Page 1
Mediant™ 800 MSBG Mediant™ 1000 MSBG SIP Protocol CLI Reference Guide For System and VoIP Functionalities Version 6.4 January 2012 Document # LTRT-17940...
Page 6
System and VoIP Functionalities 6.1.2 show system power....................150 6.1.3 show system active-alarms ................... 151 6.1.4 show system alarms-history .................. 152 6.1.5 show system assembly ..................154 show voip interface .................... 155 6.2.1 E1/T1, BRI ......................155 6.2.2 FXS/FXO ....................... 157 6.2.3 enm ........................
Page 7
CLI Reference Guide Contents List of Tables Table 2-1: CLI Shortcuts ........................16 Table 2-2: Common CLI Commands ..................... 17 Table 2-3: CLI Error Messages ......................18 Version 6.4 January 2012...
Page 8
System and VoIP Functionalities Reader's Notes CLI Reference Guide Document #: LTRT-17940...
Page 9
Notice This document describes the System and VoIP Command Line Interface (CLI) commands. of AudioCodes Mediant 800 MSBG and Mediant 1000 MSBG Voice-over-IP (VoIP) SIP media gateways. Information contained in this document is believed to be accurate and reliable at the time of printing.
Page 10
Mediant 800 MSBG SIP User's Manual Mediant 1000 MSBG SIP Installation Manual Mediant 1000 MSBG SIP User's Manual Note: Throughout this manual, unless otherwise specified, the term device refers to the Mediant 800 MSBG and Mediant 1000 MSBG. CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 1. Introduction Introduction This document provides a reference for the device’s System and VoIP Command Line Interface (CLI) commands. It describes the syntax and use of all the CLI commands. Version 6.4 January 2012...
Page 12
System and VoIP Functionalities Reader’s Notes CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 2. Getting Started Getting Started Connecting to the CLI MSBG’s CLI can be accessed via RS232 interface, Telnet or SSH protocols via the Ethernet interface. 2.1.1 RS-232 The MSBG can be accessed via RS-232 by connecting a VT100 terminal to the device or using a terminal emulation program with a PC.
Authentication When the device is accessed, the user is prompted to enter the device administrator’s Username and Password. The device administrator’s credentials are common to all AudioCodes management interfaces (e.g. Web). The default username and password are ‘Admin’, ‘Admin’ respectively.
CLI Reference Guide 2. Getting Started 2.2.2.3 Understanding Configurations Configurations are the means by which you set up your device and system according to your personal requirements and preferences. All configurations are accessed through the Enable Command Mode. The configuration is divided into the following main configuration-sets: ...
System and VoIP Functionalities 2.2.3 Using CLI Shortcuts The MSBG CLI provides several shortcuts to help you configure your MSBG product more easily. See the following table for descriptions. Table 2-1: CLI Shortcuts Shortcut Description Up arrow key To re-display a previously entered command, use the Up arrow key. Continuing to press the Up arrow key cycles through all commands entered, starting with the most recent command.
CLI Reference Guide 2. Getting Started 2.2.4 Common CLI Functions The following table contains descriptions of common CLI commands. Table 2-2: Common CLI Commands Command Description Provides a way to execute commands in other command sets without taking the time to exit the current command set. The following example shows the do command, used to view the GigabitEthernet interface configuration while in the virtual-LAN interface command set: (config)# interface vlan 1...
System and VoIP Functionalities 2.2.5 Understanding CLI Error Messages The following table lists and defines some of the more common error messages given in the CLI. Table 2-3: CLI Error Messages Message Helpful Hints Invalid command The command may not be valid in the current command mode, or you may not have entered enough correct characters for the command to be recognized.
CLI Reference Guide 3. General Commands General Commands configure system The following describes the System configuration commands. To access these commands, enter configure system at the Enabled mode prompt. Syntax: configure system Defaults: Command Modes: Enable Examples:: The following switches to the system configuration command-set. # configure system (config-system)# Version 6.4...
System and VoIP Functionalities configure data This command switches the user to the Data configuration command-set. Syntax: configure data Defaults: Command Modes: Enable Examples:: The following command switches to the data configuration command-set # configure data (config-data)# CLI Reference Guide Document #: LTRT-17940...
1. CAS table auxiliary file copy is supported only on MSBG products. 2. A copied file must be burned (via the ‘write’ command) in order to stay persistent. 3. Please refer to the user manual in order to learn about AudioCodes Auxiliary Files format and roles.
Page 22
System and VoIP Functionalities Examples: The following example copies a voice prompt auxiliary file (voice_prompt.dat) to the device from www.exmaple.com. # copy voice_prompts from http://www.exmaple.com/voice_prompt.dat CLI Reference Guide Document #: LTRT-17940...
1. When copying the configuration file to a URL destination, the device uses the PUT HTTP command in order to transfer the file. 2. Please refer to the User Manual in order to learn about AudioCodes data and voice configuration files format and roles...
System and VoIP Functionalities copy cli-script cli-script This command copies a file from a URL source to the device. Syntax: The syntax of this command can include the following variations: copy cli-script from <URL> The command syntax format is described below: Arguments Description When copying from a URL, the file source URL is tftp only.
CLI Reference Guide 3. General Commands copy firmware This command upgrades the device’s firmware. Syntax: The syntax of this command can include the following variations: copy firmware from <URL> The command’s syntax format is described below: Arguments Description from Copy the firmware file from URL file source <URL>...
System and VoIP Functionalities Debug Commands 3.7.1 debug log This command displays debugging messages to the CLI session. Syntax: The syntax of this command can include the following variations: debug log no debug log no debug log all Defaults: Notes: 1.
CLI Reference Guide 3. General Commands 3.7.2 debug speedtest This command performs a network speed test against a provisioned file server. Syntax: The syntax of this command can include the following variations: debug speedtest set download <down-url> debug speedtest set upload <up-url> debug speedtest set upsize <up-filesize>...
Page 28
System and VoIP Functionalities # debug speedtest set upload http://speedtest.bezeq.co.il/speedtest/speedtest/upload.aspx # debug speedtest run # debug speedtest show CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 3. General Commands 3.7.3 debug capture data physical This command records all traffic on the device's interfaces, saving the result in a PCAP- format file (suitable for Wireshark) on a TFTP server. Syntax: The syntax of this command can include the following variations: debug capture data physical <interface>...
Page 30
System and VoIP Functionalities Related Commands: Examples The following example performs a network capture of both LAN and ADSL. # debug capture data physical eth-lan # debug capture data physical xdsl-wan # debug capture data physical start # debug capture data physical stop 192.168.1.75 CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 3. General Commands This command displays the device’s current auxiliary files directory information. Syntax: The syntax of this command can include the following: Defaults: Notes: Command Modes: Enable Related Commands: erase, copy (auxiliary file), write Examples: The following example displays the device’s current auxiliary files directory information. # dir Version 6.4 January 2012...
System and VoIP Functionalities disable This command switches the device back to Basic mode from Enable mode. Syntax: The syntax of this command includes the following: disable Defaults: Notes: Command Modes: Enable Related Commands: enable, enable password Examples: The following example command switches the device back to Basic mode. # disable CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 3. General Commands 3.10 enable This command switches the device to Enable Mode from Basic mode. Syntax: The syntax of this command includes the following: enable Defaults: The default password for switching to Enable Mode is ‘Admin’. Notes: 1.
System and VoIP Functionalities 3.11 enable password This command sets the Enable Mode password for switching to Enable Mode from Basic mode. Syntax: The syntax of this command can include the following variations: enable password <password> The command’s syntax format is described below: Arguments Description <password>...
CLI Reference Guide 3. General Commands 3.12 erase This command erases a device’s auxiliary file. Syntax: The syntax of this command can include the following variations: erase <file> The command’s syntax format is described below: Arguments Description <file> Defines the file name to be erased. Defaults: Notes: 1.
System and VoIP Functionalities 3.13 reload This command reloads the device, with or without data configuration burn. Syntax: The syntax of this command can include the following variations: reload without-saving reload without-saving in <minutes> no reload without-saving in <minutes> The command’s syntax format is described below: Arguments Description without-saving...
CLI Reference Guide 3. General Commands 3.14 telnet This command invokes a Telnet session towards a remote host. Syntax: The syntax of this command can include the following variations: telnet <remote-host> <remote-port> The command’s syntax format is described below: Arguments Description <...
System and VoIP Functionalities 3.15 username administrator This command configures the device’s administrator credentials. Syntax: The syntax of this command can include the following variations: username administrator name <name> username administrator password <password> The command’s syntax format is described below: Arguments Description name...
CLI Reference Guide 3. General Commands 3.16 write This command writes the current configuration set and auxiliary files to the NV memory. Syntax: The syntax of this command can include the following variations: write Defaults: Notes: This command should be invoked in the following scenarios in order to save the configuration set and auxiliary files to the NV memory: •...
1. When this command is invoked, current configuration will be lost. Auxiliary files will also be erased. The device will then reload with its factory setting configuration. 2. Please refer to the user manual in order to learn about AudioCodes Factory Settings. Command Modes:...
CLI Reference Guide 4. System Commands System Commands The following describes the System configuration commands. To access these commands, enter "configure system" at the Enabled mode prompt. This command configures the Network Time Protocol (NTP) of the system. Syntax: The syntax of this command includes the following variations: set primary-server <IP address>...
System and VoIP Functionalities cli-terminal This command configures the CLI management interface. Syntax: This configuration set includes the following sub-commands: set ssh <on | off> set ssh-acl <acl-name> set ssh-port <port-num> set ssh-admin-key <rsa-key> set wan-ssh-allow <on | off> set telnet <enable | disable | ssl> set telnet-acl <acl-name>...
Page 43
CLI Reference Guide 4. System Commands Examples: This example configures SSH. (config-system)# cli-terminal (cli-terminal)# set ssh on Version 6.4 January 2012...
System and VoIP Functionalities clock This command configures the date and time of the system. Syntax: The syntax of this command includes the following variations: set date <date> set time <time> The command syntax format is described below: Arguments Description Date format: d:m:yyyy date time...
CLI Reference Guide 4. System Commands 4.3.1 summer-time This command configures the daylight saving time (summer time) settings. Syntax: The syntax of this command includes the following variations: set start <start date and time> set end <end date and time> set offset <offset time>...
System and VoIP Functionalities logging This command configures logging settings. Syntax: The syntax of this command includes the following variations: set syslog <on/off> set syslog-ip <IP address> set syslog-port <port> The command syntax format is described below: Arguments Description 0 - 65535 port CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 4. System Commands mgmt-access-list This command adds a new IP address authorized to connect to the device's Web and Telnet interfaces or delete all rows to allow access from any IP address. Syntax: The syntax of this command includes the following variations: mgmt-access-list <index>...
Page 48
System and VoIP Functionalities ---- mgmt-access-list-5 ---- ip-address (0.0.0.0) ---- mgmt-access-list-6 ---- ip-address (0.0.0.0) ---- mgmt-access-list-7 ---- ip-address (0.0.0.0) ---- mgmt-access-list-8 ---- ip-address (0.0.0.0) ---- mgmt-access-list-9 ---- ip-address (0.0.0.0) The following example configures mgmt-access-list index 0 with an IP address 10.4.2.2 (config-system)# mgmt-access-list 0 (mgmt-access-list 0)# set ip-address 10.4.2.2 CLI Reference Guide...
CLI Reference Guide 4. System Commands radius This command enables and defines the RADIUS server. Syntax: The syntax of this command includes the following variations: radius set <parameter> <value> Arguments Description <parameter> <value> Sets the following parameters: auth-server-ip auth-server-port ...
System and VoIP Functionalities This command enables and defines the Web server. Syntax: The syntax of this command includes the following variations: set <parameter> <value> Arguments Description <parameter> <value> Sets the following parameters: set control-pass-via-snmp set http-auth-mode set http-port ...
CLI Reference Guide 4. System Commands snmp This command enables and defines the SNMP server. Syntax: The syntax of this command includes the following variations: snmp set <parameter> <value> Arguments Description <parameter> <value> Sets the following parameters: defaults disable ...
System and VoIP Functionalities snmp trap This command configures SNMP trap managers. Syntax: snmp trap set <parameter> <value> Arguments Description <parameter> <value> Sets the following parameters: auto-send-keep-alive community-string defaults manager-host-name For a description of these parameters, refer to the User's Manual. Defaults Command Modes Enable...
CLI Reference Guide 4. System Commands 4.10 snmp trap destination This command configures SNMP trap destinations. Syntax: The syntax of this command includes the following variations: snmp trap destination <index> set <parameter> <value> Arguments Description <index> Defines the table row index. <parameter>...
System and VoIP Functionalities 4.11 snmp v3-users This command configures SNMP v3 users. Syntax: The syntax of this command includes the following variations: snmp v3-users <index> set <parameter> <value> Arguments Description <index> Defines the table row index. <parameter> Sets the following table parameters: <value>...
CLI Reference Guide 4. System Commands 4.12 This command configures Transport Layer Security (TLS). Syntax: This configuration set includes the following sub-commands: analyze set pkey-size <512 | 768 | 1024 | 2048> generate <subject-name> signing-request subject <subject-name> signing-request interactive set pkey-passphrase <passphrase> set require-strict-cert <on | off>...
Page 56
System and VoIP Functionalities Examples: This example displays the current certificate status. (config-system)# tls (tls)# analyze CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 5. VoIP Commands VoIP Commands interface 5.1.1 E1/T1, bri This command enters a specific PSTN interface (E1/T1 or BRI) configuration. Syntax: The syntax of this command includes the following variations: interface bri <slot/port> interface e1-t1 <slot/port> set <parameter> <value> Arguments Description <parameter>...
Page 58
System and VoIP Functionalities Examples: This example sets the PSTN protocol to be used for this trunk. (config-system)# interface bri 2/4 (bri 2/4)# set protocol 1 CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 5. VoIP Commands 5.1.2 fxs-fxo This command enters a specific analog interface (FXS or FXO) configuration. Syntax: The syntax of this command includes the following variations: interface fxs-fxo <slot/port> set <parameter> <value> The command syntax format is described below: Arguments Description <parameter>...
Page 60
System and VoIP Functionalities Related Commands: show voip interface fxs-fxo The above commands give the user the interface status, main PM parameters and main configuration parameters. Examples: This example sets the metering method for charging pulses. (config-system)# interface fxs-fxo (fxs-fxo)# set metering-type 12-kHz-sinusoidal-bursts The following example enters a specific analog interface configuration.
(DCE) and data terminal equipment (DTE) reference type. Usually the PBX is the trunk circuit side and the Telco, CO, channel-bank. The AudioCodes analog E and M interface functions both as the signaling or trunking unit circuit.
Page 62
System and VoIP Functionalities Examples: This example configures the E and M voice interface to two wire. (config-system)# interface enm (enm)# set voice_type 0 CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 5. VoIP Commands 5.1.5 debug capture voip This command captures network traffic on one of the voip sub-system network interfaces Syntax: The syntax of this command includes the following variations: debug capture voip interface vlan <vlanID> proto <protocol filter> host <host filter>...
Page 64
System and VoIP Functionalities Examples: The following example starts a debug capture on the network interface vlan 12, with a protocol filter (ip), no host filter, and no port filter. The captured traffic will be printed to the CLI session: debug capture voip interface vlan 12 proto all host any The following example starts a debug capture on the network interface vlan 1, with a protocol filter (ip), no host filter, and a port filter (514).
CLI Reference Guide 5. VoIP Commands Network Interface Configuration 5.2.1 interface network-if This command displays and configures the network interface table. Syntax: The syntax of this command includes the following variations: interface network-if <index> set <parameter> <value> The command syntax format is described below: Arguments Description Options...
Page 66
System and VoIP Functionalities Examples: The following example sets the application-type to ‘control’. (config-voip)# interface network-if 1 (network-if-1)# set application-type control CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 5. VoIP Commands 5.2.2 interface vlan This command selects a data-like configuration syntax for VoIP interface configuration. Syntax: The syntax of this command includes the following variations: interface vlan <vlan id> The command syntax format is described below: Arguments Description <vlan id>...
System and VoIP Functionalities 5.2.3 application_type This command defines the application type on the specified Layer 3 interface. Syntax: application_type <type> The command’s syntax format is described below: Arguments Description <type> Specifies the application type - Control, Media or OAMP Defaults Command Modes Enable...
CLI Reference Guide 5. VoIP Commands 5.2.4 ip address This command defines the primary IP address on the specified Layer 3 interface. Syntax: ip address <ip address> <subnet mask> The command’s syntax format is described below: Arguments Description <ip address> Specifies a valid IPv4 address.
System and VoIP Functionalities 5.2.5 ip gateway This command defines the gateway IP address on the specified Layer 3 interface. Syntax: ip gateway <ip address> The command’s syntax format is described below: Arguments Description <ip address> Specifies a valid IPv4 address. IP addresses should be expressed in dotted decimal notation (for example, 10.1.2.3).
CLI Reference Guide 5. VoIP Commands 5.2.6 ip name-server This command defines the DNS relay (remote) server’s address on the interface. Syntax: ip name-server <first ip address> [second ip address] The command’s syntax format is described below: Arguments Description <first ip address> Specifies the primary DNS server address.
System and VoIP Functionalities 5.2.7 desc This command sets the description on the specified interface. Syntax: desc <string> The command’s syntax format is described below: Arguments Description <string> Specifies the interface description\name using an alphanumerical string (up to 16 characters). Defaults Functional notes Use inverted commas when using the space character as part of the description.
CLI Reference Guide 5. VoIP Commands 5.2.8 show mode This command displays VoIP interface table details. Syntax: The syntax of this command includes the following variations: show voip interface network <vlan id> show voip interface network description The command syntax format is described below: Arguments Description Specifies a valid VLAN interface ID in the range of 1 and 255.
System and VoIP Functionalities routing static This command displays and configures the static routing table. Syntax: The syntax of this command includes the following variations: routing static <index> set <parameter> <value> The command syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands qos vlan-mapping This command displays and configures Quality of Service vlan mapping. Syntax: The syntax of this command includes the following variations: qos vlan-mapping <index> set <parameter> <value> The command syntax format is described below: Arguments Description <parameter>...
System and VoIP Functionalities qos application mapping This command sets the differentiated services application mapping. Syntax: The syntax of this command includes the following variations: qos application-mapping set <parameter> <value> The command syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands coders-and-profiles coders-group This command defines the Coders Group table. Syntax: The syntax of this command includes the following variations: coders-and-profiles coders-group-<0-4> <index> set <parameter> <value> The command syntax format is described below: Arguments Description <parameter>...
System and VoIP Functionalities coders-and-profiles ip-profile This command defines the IP Profile table. Syntax: The syntax of this command includes the following variations: coders-and-profiles ip-profile <index> set <parameter> <value> Arguments Description <parameter> <value> Sets the following table parameters: AMDMaxGreetingTime ...
Page 79
CLI Reference Guide 5. VoIP Commands Arguments Description SBCFaxBehavior SBCFaxCodersGroupID SBCFaxOfferMode SBCHistoryInfoMode SBCMediaSecurityBehaviour SBCRFC2833Behavior SecondTxDtmfOption SigIPDiffServ TranscodingMode VoiceVolume VxxTransportType defaults echo-canceller For a description of these parameters, refer to the User's Manual. Defaults Command Modes Enable...
System and VoIP Functionalities coders-and-profiles tel-profile This command defines the Tel Profile table. Syntax: coders-and-profiles tel-profile <index> set <parameter> <value> Arguments Description <parameter> <value> Sets the following table parameters: CodersGroupID DtmfVolume EnableCurrentDisconnect EnableDigitDelivery EnableEC EnableEarlyMedia ...
Page 81
CLI Reference Guide 5. VoIP Commands Defaults Command Modes Enable Examples: The following example sets the DTMF volume. (config-voip)# coders-and-profiles tel-profile 1 (tel-profile-1)# set DtmfVolume 10 Version 6.4 January 2012...
System and VoIP Functionalities control-network The following commands define the SIP control-network. 5.9.1 NATTranslation This command sets the NAT Translation table. Syntax: control-network NATTranslation <index> set <parameter> <value> Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.9.2 dns Dns2Ip This command defines the control-network Dns2Ip table. Syntax: control-network dns Dns2Ip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.9.3 dns Srv2Ip This command defines the control-network Srv2Ip table. Syntax: control-network dns Srv2Ip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.9.4 ip-group This command defines the ip-group table. Syntax: control-network ip-group <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.9.5 proxy-ip This command defines the proxy-ip table. Syntax: control-network proxy-ip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.9.6 proxy-set This command defines the proxy-set table. Syntax: control-network proxy-set <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.9.7 sip-interface This command defines the SIP Interface table. Syntax: control-network sip-interface <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.9.8 This command defines the SRD table. Syntax: control-network srd <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.10 ip-media ip-media-settings This command defines IP Media / IP-Media-Settings mode. Syntax: ip-media ip-media-settings <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.11 ldap This command defines the LDAP server table. Syntax: ldap set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.12 The following command define SAS. 5.12.1 stand-alone-survivability This command enables the Stand Alone Survivability feature. Syntax: sas stand-alone-survivability set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter>...
Page 93
CLI Reference Guide 5. VoIP Commands Examples: The following example sets the survivability mode. (config-voip) # sas stand-alone-survivability (sip-sas-setting)# set sas-survivability Version 6.4 January 2012...
System and VoIP Functionalities 5.13 sip-definition The following commands define SIP Definition. 5.13.1 account This command defines the Account table. Syntax: # sip-definition account <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter>...
CLI Reference Guide 5. VoIP Commands 5.13.2 account setting This command defines the SIP Definitions account settings. Syntax: sip-definition account-setting set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: set aaa-indications ...
System and VoIP Functionalities 5.13.3 advanced settings This command defines advanced SIP settings. Syntax: sip-definition advanced-settings set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: set 1st-call-rbt-id FarEndDisconnectSilenceMethod ...
Page 97
CLI Reference Guide 5. VoIP Commands Arguments Description oos-behavior polarity-rvrsl prog-ind-2ip pstn-alert-timeout reanswer-time reliable-conn-persistent replace-nb-sign-w-esc sas-emerg-nb single-dsp-transcoding src-hdr-4-called-nb t38-fax-mx-buff tel2ip-call-forking-mode user-inf-usage x-channel-header For a description of these parameters, refer to the User's Manual. Defaults Command Modes Enable...
System and VoIP Functionalities 5.13.4 general settings This command defines the SIP Definitions general settings. Syntax: sip-definition general-settings set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: 183-msg-behavior 3xx-behavior ...
System and VoIP Functionalities 5.13.5 proxy and registration This command defines proxy and registration settings. Syntax: sip-definition proxy-and-registration set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: always-use-proxy authentication-mode ...
Page 101
CLI Reference Guide 5. VoIP Commands Defaults Command Modes Enable Examples: The following example set the gateway name to ‘gateway1’. (config-voip)# sip-definition proxy-and-registration (sip-def-proxy-and-reg)# set gw-name gateway1 Version 6.4 January 2012...
System and VoIP Functionalities 5.14 5.14.1 allowed-coders-group This command defines the allowed-coders-group. Syntax: sbc allowed-coders-group AllowedCodersGroup<0-4> <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.14.2 general-setting This command defines the general settings. Syntax: sbc general-setting set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: auth-chlng-mthd auth-qop ...
System and VoIP Functionalities 5.14.3 manipulations ip-inbound-manipulation This command defines the inbound manipulations table. Syntax: sbc manipulations ip-inbound-manipulation <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.14.4 manipulations ip-outbound-manipulation This command defines the outbound manipulations table. Syntax: sbc manipulations ip-outbound-manipulation <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.15 routing The following describes Routing. 5.15.1 classification This command defines the classification table. Syntax: # sbc routing classification <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter>...
CLI Reference Guide 5. VoIP Commands 5.15.2 condition-table This command defines the condition table. Syntax: # sbc routing condition-table <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.15.3 ip2ip-routing This command defines the ip2ip-routing table. Syntax: sbc routing ip2ip-routing <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.15.4 sbc-alternative-routing-reasons This command defines the sbc-alternative-routing-reasons table. Syntax: sbc routing sbc-alternative-routing-reasons <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.16 The following defines gw commands: 5.16.1 advance-application This command defines the advance application settings. Syntax: # gw advance-application voice-mail-setting # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: ...
Page 111
CLI Reference Guide 5. VoIP Commands Examples: The following example enables the Simplified Message Desk Interface (SMDI) to Belcore. (config-voip)# gw advance-application voice-mail-setting (gw-adv-appli-vm)# set enable-smdi 1 Version 6.4 January 2012...
System and VoIP Functionalities 5.16.2 analoggw The following defines analoggw commands. 5.16.2.1 chargecode This command defines the analog gateway chargecode settings. Syntax: # gw analoggw ChargeCode <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands 5.16.2.2 fxo-setting This command defines the fxo settings. Syntax: # gw analoggw fxo-setting # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: answer-supervision ...
System and VoIP Functionalities 5.16.2.3 keypad-features This command defines the keypad features settings. Syntax: # gw analoggw keypad-features # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: KeyRejectAnonymousCall ...
CLI Reference Guide 5. VoIP Commands 5.16.2.4 metering-tones This command defines the metering tones. Syntax: # gw analoggw metering-tones # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: defaults ...
System and VoIP Functionalities 5.16.3 digitalgw The following defines digitalgq commands. 5.16.3.1 digital-gw-parameters This command defines the digital gateway parameters. Syntax: gw digitalgw digital-gw-parameters set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: ...
Page 117
CLI Reference Guide 5. VoIP Commands Arguments Description rmv-calling-name rmv-cli-when-restr send-screen-to-ip send-screen-to-isdn swap-rdr-n-called-nb tdm-tunneling trkgrps-to-snd-ie usr2usr-hdr-frmt uui-ie-for-ip2tel uui-ie-for-tel2ip For a description of these parameters, refer to the User's Manual. Defaults Command Modes Enable Examples:...
System and VoIP Functionalities 5.16.4 dtmf-and-suppl dtmf-and-dialing This command defines the dtmf and supplementary parameters. Syntax: gw dtmf-and-suppl dtmf-and-dialing set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: defaults ...
CLI Reference Guide 5. VoIP Commands 5.16.5 dtmf-and-suppl supplementary-services This command defines the dtmf and supplementary parameters. Syntax: gw dtmf-and-suppl supplementary-services set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: ...
Page 120
System and VoIP Functionalities Arguments Description precedence-ringing should-subscribe sttr-tone-duration subscribe-to-mwi time-b4-cw-ind time-between-cw transfer-prefix waiting-beep-dur For a description of these parameters, refer to the User's Manual. Defaults Command Modes Enable Examples: The following example enables the Call Waiting tone beep length (msec). (config-voip)# gw dtmf-and-suppl supplementary-services (gw-suppl-serv)# set waiting-beep-dur 180 CLI Reference Guide...
CLI Reference Guide 5. VoIP Commands 5.16.6 hunt-or-trunk-group This command defines the hunt or trunk group parameters. Syntax: gw hunt TrunkGroup <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter>...
System and VoIP Functionalities 5.16.7 hunt trunk-group-setting This command defines the trunk group settings. Syntax: gw hunt trunk-group-setting <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8 manipulations The following commands define manipulations. 5.16.8.1 CauseMapIsdn2Sip This command defines the CauseMapIsdn2Sip settings. Syntax: gw manipulations CauseMapIsdn2Sip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter>...
System and VoIP Functionalities 5.16.8.2 CauseMapSip2Isdn This command defines the CauseMapSip2Isdn settings. Syntax: gw manipulations CauseMapSip2Isdn <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8.3 NumberMapIp2Tel This command defines the NumberMapIp2Tel settings. Syntax: gw manipulations NumberMapIp2Tel <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.16.8.4 NumberMapTel2Ip This command defines the NumberMapTel2Ip settings. Syntax: gw manipulations NumberMapTel2Ip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8.5 SourceNumberMapIp2Tel This command defines the SourceNumberMapIp2Tel settings. Syntax: gw manipulations SourceNumberMapIp2Tel <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.16.8.6 SourceNumberMapTel2Ip This command defines the SourceNumberMapTel2Ip settings. Syntax: # gw manipulations SourceNumberMapTel2Ip <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8.7 calling-name-map-ip2tel This command defines the calling-name-map-ip2tel settings. Syntax: # gw manipulations calling-name-map-ip2tel <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.16.8.8 calling-name-map-tel2ip This command defines the calling-name-map-tel2ip settings. Syntax: # gw manipulations calling-name-map-tel2ip <index> # set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8.9 general-setting This command defines the general settings. Syntax: # gw manipulations general-setting # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: add-ph-cntxt-as-pref ...
System and VoIP Functionalities 5.16.8.10 phone-context-table This command defines the phone context table. Syntax: gw manipulations phone-context-table <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.16.8.11 redirect-number-map-ip2tel This command defines the redirect-number-map-ip2tel table. Syntax: gw manipulations redirect-number-map-ip2tel <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.16.8.12 redirect-number-map-tel2ip This command defines the redirect-number-map-tel2ip table. Syntax: gw manipulations redirect-number-map-tel2ip <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index> Defines the table row index. <parameter> <value> Sets the following table parameters: ...
CLI Reference Guide 5. VoIP Commands 5.17 Configuring Voice Settings The following defines how to configure Voice settings. 5.17.1 media voice-processing This command enables the media voice-processing parameters. Syntax: media voice-processing <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index>...
Page 136
System and VoIP Functionalities Examples: The following example activates the AGC (Automatic Gain Control). (config-voip)# media voice-processing 1 (media-voice-processing)# set AGC-enable on CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 5. VoIP Commands 5.18 Configuring Fax/Modem The following defines how to configure Fax/Modem. 5.18.1 media fax-modem t38 This command configures media fax-modem t38 parameters. Syntax: # media fax-modem t38 # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
System and VoIP Functionalities 5.18.2 media fax-modem V1501 This command configures the V1501 configuration. Syntax: # media fax-modem V1501 # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: SPRT-transport-channel0-max-payload-size ...
CLI Reference Guide 5. VoIP Commands 5.18.3 media fax-modem bypass This command configures the bypass configuration. Syntax: # media fax-modem bypass # set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter> <value> Sets the following table parameters: ...
System and VoIP Functionalities 5.19 Configuring RTP/RTCP Settings The following defines how to configure RTP/RTCP settings. 5.19.1 media RTP-RTCP This command configures the RTP RTCP configuration. Syntax: media RTP-RTCP set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands 5.20 Configuring IPM-Detectors Settings The following defines how to configure IPM-Detectors settings. 5.20.1 media IPM-detectors This command configures the IP Media detectors configuration. Syntax: media IPM-detectors set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
System and VoIP Functionalities 5.21 Configuring General Media Settings: The following defines how to configure general Media settings. 5.21.1 media general This command sets general media capabilities. Syntax: media general set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands 5.22 Configuring Media Realm Settings The following defines how to configure Media Realm settings. 5.22.1 media realm This command sets the Media Realm parameters. Syntax: media realm <index> set <parameter> <value> The command’s syntax format is described below: Arguments Description <index>...
System and VoIP Functionalities 5.23 Configuring Media Security Settings The following defines how to configure Media Security settings. 5.23.1 media security This command sets the Media Security parameters. Syntax: media security set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands 5.24 Configuring RTP Payload Types Settings The following defines how to configure RTP Payload Types settings. 5.24.1 media RTP-payload-types This command sets the RTP default payload types. Syntax: media RTP-payload-types set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
System and VoIP Functionalities 5.25 Configuring QoE Settings The following defines how to configure Quality of Experience (QoE) settings. 5.25.1 media QoE This command sets (QoE) media parameters. Syntax: media QoE set <parameter> <value> The command’s syntax format is described below: Arguments Description <parameter>...
CLI Reference Guide 5. VoIP Commands 5.26 Configuring In-band Signaling Settings The following defines how to configure In-band Signaling settings. 5.26.1 media in-band-signaling This command configures the media in-band-signaling table. Syntax: The syntax of this command includes the following variations: media in-band-signaling set <parameter>...
Page 148
System and VoIP Functionalities Examples: The following example enables COT (Continuity Tones) detection and generation. (config-voip)# media in-band-signaling (media-in-band-signaling)# set COT-detector-enable on CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 6. Show Commands Show Commands show system The following commands define the show system commands. 6.1.1 show system version This command shows the current running software and hardware version. Syntax: The syntax of this command can include the following variations: show system version Defaults Notes:...
System and VoIP Functionalities 6.1.2 show system power This command displays the system PoE information. Syntax: The syntax of this command can include the following variations: show system power Defaults Command Modes: Enable Example This example displays the system PoE information, show system power CLI Reference Guide Document #: LTRT-17940...
CLI Reference Guide 6. Show Commands 6.1.3 show system active-alarms This command displays the system active alarms. Syntax: The syntax of this command includes the following variations: show system active-alarms Command Modes Enable Examples: # show system active-alarms 1. Board#1 14 major Network element operational state change alarm.
System and VoIP Functionalities 6.1.4 show system alarms-history This command displays the system alarms history. Syntax: The syntax of this command includes the following variations: show system alarms-history Command Modes Enable Examples: # show system alarms-history 1. Board#1 14 major Network element operational state change alarm.
Page 153
CLI Reference Guide 6. Show Commands 8. Board#1/EthernetLink#7 9 minor Ethernet link alarm. LAN port number 7 is down. 9. Board#1/EthernetLink#8 9 minor Ethernet link alarm. LAN port number 8 is down. 10. Board#1/EthernetLink#9 9 minor Ethernet link alarm. LAN port number 9 is down. 11.
System and VoIP Functionalities 6.1.5 show system assembly This command displays system information. Syntax: The syntax of this command includes the following variations: show system assembly Command Modes Enable Examples: # show system assembly Board Assembly Info: | Slot No.| Module Type | Num of Ports | | CPU | FXS | FXO...
CLI Reference Guide 6. Show Commands show voip interface The following commands define the show voip commands. 6.2.1 E1/T1, BRI This command displays the current status, main PM parameters and main configuration parameters to a specific PSTN interface (E1/T1 or BRI). Syntax: The syntax of this command includes the following variations: show voip interface e1-t1 <slot/port>...
CLI Reference Guide 6. Show Commands 6.2.2 FXS/FXO This command displays the current status, main PM parameters and main configuration parameters to a specific analog interface (FXSor FXO). Syntax: The syntax of this command includes the following variations: show voip interface fxs-fxo <slot/port> The command syntax format is described below: Arguments Description...
System and VoIP Functionalities 6.2.3 This command displays detailed information regarding the E and M port. Syntax: The syntax of this command includes the following variations: show voip interface enm Examples: The following example displays detailed information regarding the E and M port. show voip interface enm Module in slot 2, Ports type is E_M Port 1 Hook indication status:...
Page 159
CLI Reference Guide 6. Show Commands Reader’s Notes Version 6.4 January 2012...
Need help?
Do you have a question about the Mediant 800 MSBG and is the answer not in the manual?
Questions and answers