|
|
The Cisco MGX 8260 Media Gateway uses a command line interface for system administration, configuration, and service provisioning. This chapter covers the security requirement, syntax, general description, example, and related topics for each command.
The Cisco MGX 8260 command line interface supports write and read commands. The Cisco MGX 8260 command line interface translates write commands to SNMP Set requests. You can often identify write commands by their names---add, delete (del), and change (ch). Read commands are translated into SNMP Get requests, and often have a list (ls) prefix.
In this document, the command name is shown first in bold type, followed by parameters in italics. If the parameters are optional, they are enclosed in square brackets. In the online Help, parameters are shown in angle brackets.
If you do not enter optional parameters for a command, either the default values take effect or there is no change in the optional settings. Default values take effect when you use add commands without the optional parameters. No change is made when you omit parameters for other commands, such as configure and delete.
You can simply omit optional parameters at the end of a command string, but you must use a # symbol if you omit optional parameters in the middle of a command string.
chds1alm 1.1 # # # 15 144
The Cisco MGX 8260 command line interface enforces security with user names, passwords, and access privileges. The Command Modes section of the command reference shows a security level for each command. See Table 6-1 for a definition of these levels.
The MGX-8260 command line interface reports some parameters as binary bitmaps. A bitmap is a compact way of representing multiple binary indicators using a single decimal value. To interpret the bitmap, you must convert it to a binary number and then interpret the individual bit positions.
For example, the MGX-8260 Media Gateway reports the card service type as a decimal value that indicates one of four possible service types. To interpret the decimal value, convert it to a binary value using a decimal to binary conversion tool such as the Microsoft Calculator in the scientific mode.
Assume the MGX-8260 command line interface reports a decimal value of 4. The binary equivalent is 0100. Each bit of the binary number is mapped to a specific card service type:
| Bit Position | 3 | 2 | 1 | 0 |
|---|---|---|---|---|
| Binary Value | 0 | 1 | 0 | 0 |
A bit position is set when it contains a one. In this case, the binary value sets bit position two. To determine the card service state, use the following service translation table:
| Bit position | Service |
|---|---|
Bit 0 | ATM (reserved for future use) |
Bit 1 | Frame Relay (reserved for future use) |
Bit 2 | Voice |
Bit 3 | IP Emulation (reserved for future use) |
Therefore, the service state is Voice. In this example the bit positions are mutually exclusive because you can only have one service state at a time. There following values are possible:
| Decimal value | Binary value | Service |
|---|---|---|
1 | 0001 | ATM |
2 | 0010 | Frame Relay |
4 | 0100 | Voice |
8 | 1000 | IP Emulation |
The values of other bitmaps, such as alarm bitmaps, are not mutually exclusive, and any value is permitted. The conversion process is the same in both cases.
The MGX-8260 command line interface includes online help.
To get help for a command, type the command without parameters. For example, to get help on the parameters for the command that adds community strings, type the command without parameters as follows:
addcms
The system responds with a description of the command syntax and parameter definitions as follows:
addcms <commStrCommString> <commStrMgrIpAddr> <commStrPrivilege>
commStrCommString: <string>
Community String.
commStrMgrIpAddr: <string>
The manager's IP address associated with this Community String.
If it is set to 0.0.0.0, the managers with any IP addresses are allowed.
commStrPrivilege: <num> 1: read-only, 2: read-write
The manager's privilege for read-only(1) or read-write(2).
To get a list of all commands for your user level, type help. To get a list of commands that start with a particular pattern, type help and then the characters to match. For example, the following command lists all commands that begin with add:
help add
Add the community string that applies to an SNMP manager who subscribes to receive information on traps.
addcms Comm-Str MgrAddr [Privilege]
Syntax Description
Comm-Str An SNMP community string, such as "Public". Values: string of up to MgrAddr The IP address of the SNMP manager who wants to receive trap events. If the management IP address is set to 0.0.0.0, the community string applies to all IP addresses. Privilege Read permission. Values: 1 = read-only, 2 = read-write.
20 characters.
Defaults
Privilege: 1
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
You specify the access permission, read-only or read-write, to community strings. You can configure up to 15 community strings.
Examples
The following command adds a public community string with read-write privilege for all SNMP managers:
addcms Public 0.0.0.0 2
Related Commands
addtmgr Add trap manager delcms Delete community string lscms List community string lscmss List community strings lstmgr List trap manager lstmgrs List trap managers
Command
Description
Add a D-Channel.
adddchan Index DlSapProfile MacSapProfile DS0
Syntax Description
Index The slot and line number, delimited by a period, of the new D-Channel. DlSapProfile The DLSAP profile number associated with the D-Channel. Values: 1-10. MacSapProfile The MACSAP profile number associated with the D-Channel. Values: 1-10. DS0 The DS0 number for this D-Channel. Values: Integer 1-24.
Defaults
DlSapProfile: 1
MacSapProfile: 1
DS0: 24
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to assign a DLSAP (Digital Link Service Access Point) and MACSAP (Media Access Service Access Point) profile to the D-Channel. These profiles define the operational characteristics of the channel's protocol stack. Before adding a D channel, you must define MACSAP and DLSAP profiles.
Examples
The following example adds a D-Channel (DS0 = 1) of line 1 on slot 14 using DLSAP profile 2 and MACSAP profile 3:
adddchan 14.1 2 3 1
Related Commands
adddslp Add a DLSAP profile addmacsapprof Add a MACSAP profile deldchan Delete a D-channel lsdchan List information about a D-Channel lsdchans List information about D-Channels
Command
Description
Add a DLSAP profile.
adddlsp dlsapProfIndex [dlsapFrameLen dlsapWinSize dlsapRetransCount dlsapCongestionTimer dlsapt200Timer dlsapt203Timer dlsapModulo dlsapTEIAssign dlsapMaxDlcs dlsapTEI]
Syntax Description
dlsapProfIndex The identifier of a DLSAP Profile. Values: 1 - 20. dlsapFrameLen The frame length, which is the maximum number of octets in an information field. Values: 1 - 1960. dlsapWinSize The window size, which is the maximum number of sequentially numbered I-frames that may be outstanding. Values: 1 - 128. dlsapRetransCount The maximum number of retransmissions of a frame. Values: 1 - 1023. dlsapCongestionTimer The timer at the end of which DLCs are dropped if the congestion persists. Values: 1 - 1023. dlsapt200Timer The number of seconds that must expire before initiating a frame. Values: Integer. dlsapt203Timer The maximum time allowed without frames being exchanged. Values: Integer. dlsapModulo The modulus that sequentially numbers each I-frame. Values: 0 through (N-1) where N is this modulus. dlsapTEIAssign The Terminal Endpoint Identifier assignment setting: dlsapMaxDlcs The maximum number of DLCs for this DLSAP. Values: Integer. dlsapTEI The total number of terminal endpoint identifiers. Value: integer.
Defaults
dlsapFrameLen: 1960
dlsapWinSize: 7
dlsapRetransCount: 3
dlsapCongestionTimer: 200
dlsapt200Timer: 1
dlsapt203Timer: 10
dlsapModulo: 128
dlsapTEIAssign: 2
dlsapMaxDlcs: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The DLSAP (Digital Link Service Access Point) profile defines a collection of settings for the D-Channel protocol stack. These settings describe the operating characteristics of the interface between LAPD and Q.931 call control.
You assign a DLSAP profile when adding a D-Channel management path. The window-size parameter, dlsapWinSize, depends on the modulo. For example, if the modulo is 8, then the range of the window size is 1 - 8. If the modulo is 128, then the range is 1 - 128.
Examples
The following example adds a DLSAP profile with default settings:
adddlsp 1
Related Commands
deldlsp Delete a DLSAP profile lsdlsapstat List statistics for a DLSAP lsdlsapstats List DLSAP statistics lsdlsapstatus List status for a DLSAP lsdlsp List a DLSAP profile lsdlsps List DLSAP profiles
Command
Description
Add a DS1 line.
addds1ln Location numOfLines [LineType LineCoding SendCode LoopConfig LineSignalMode XmitClkSrc SignalBits]
Syntax Description
Location The slot and line number, delimited by a period, of the new DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168 numOfLines Number of lines to add. The MGX 8260 stops adding lines at the first failure. Values: 1-1136. LineType The type of circuit: 2---dsx1ESF (Extended superframe DS1) 3---dsx1D4 (AT&T D4 format) LineCoding The method of zero code suppression: 2---dsx1B8ZS 5---dsx1AMI SendCode The type of code being sent across the DS1 interface by the device. Values are 1 - 8 and have the following names: 1---dsx1SendNoCode (default) 2---dsx1SendLineCode 3---dsx1SendPayloadCode 4---dsx1SendResetCode 5---dsx1SendQRS 6---dsx1Send511Pattern 7---dsx1Send3in24Pattern 8---dsx1SendOtherTestPattern LoopConfig The loopback configuration of the DS1 interface. Values are 1 - 4 and have the following names: 1---dsx1NoLoop 2---dsx1PayloadLoop 3---dsx1LineLoop 4---dsx1OtherLoop LineSignalMode Signal mode for transmit direction. Values are 1 - 4 and have the following names and meanings: 1---none, means reserve no bits and set channel bandwidth to 64 kbps. 2---robbedBit, means use T1 Robbed Bit Signaling and set channel to 56 kbps. User may select ABCD bit encoding, but the MGX 8260 does not detect A/B signalling. Echo cancellation is enabled at set-up unless a fax tone is detected. 3---bitOriented, means E1 Channel Associated Signaling 4---messageOriented, means Common Channel Signaling either on channel 16 of an E1 link or channel 24 of a T1 In the receive direction, LineSignalMode is always set to robbed bit. XmitClkSource The clock source for the transmit signal: 1---Loop Timing, use the recovered receive clock 2---Local Timing, use the local clock 3---Through Timing SignalBits The 4-bit signaling pattern, represented by an integer: 1---0000 2---0001 3---0010 4---0011 5---0100 6---0101 . . . 16---1111
Defaults
LineType: 2
LineCoding: 2
SendCode: 1
LoopConfig: 1
LineSignalMode: 1
XmitClkSrc: 2
Signal Bits: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Unspecified parameters, designated by a # symbol, assume the default value. The optional parameter for line type is either dsx1ESF (Extended SuperFrame DS1 format) and dsx1D4 (AT&T D4 format). Line type affects the number of bits per second that the circuit can reasonably carry and the interpretation of usage and error statistics.
The line coding indicates that either zero suppression or is used or the higher layer provides data that meets or exceeds pulse density requirements.
To add lines to a BSC, first add DS3 lines, then add corresponding DS1 lines.
![]() |
Note When adding a range of lines, the process stops at the first error. |
Examples
The following example adds a DS1 line with AMI line coding to slot 13 line 6:
addds1ln 13.6 # 5
Related Commands
chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines offbertds1 Stop BERT on DS1 onbertds1 Start BERT on DS1
Command
Description
Add a DS3 line.
addds3ln Location [RepeatLines LineType LineCoding SendCode LoopCfg XmitClkSource Cable RowStatus]
Syntax Description
Location The slot and line number, delimited by a period, of the new DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) RepeatLines The number of lines you can add in a single request. Values are 1 - 76. LineType The type of DS3 C-bit or E3 application implementing this interface, which affects the interpretation of the usage and error statistics. Values are 1 - 8 and have the following names: 1---dsx3other 2---dsx3SYNTRAN 3---dsx3M23 4---dsx3CbitParity 5---dsx3ClearChannel, C-bits are not used except for sending/receiving AIS 6---e3other 7---e3Framed 8---e3Plcp LineCoding Zero suppression used on this interface.The line coding dsx3B3ZS and e3HDB3 refers to patterns of normal bits and bipolar violations that are used to replace sequences of zero bits of a specified length. Values are 1 - 3 and have the following names: 1---dsx3Other 2---dsx3B3ZS 3---e3HDB3 SendCode The type of code being sent across the DS3/E3 interface by the device. (Optional for E3 interfaces.) Values are 1 - 6 and have the following names and meanings: 1---dsx3SendNoCode, sending looped or normal data 2---dsx3SendLineCode, sending a request for a line loopback 3---dsx3SendPayloadCode, sending a request for a payload loopback (all DS1/E1s in a DS3/E3 frame) 4---dsx3SendResetCode, sending a loopback deactivation request 5---dsx3SendDS1LoopCode, requesting to loopback a particular DS1/E1 within a DS3/E3 frame 6---dsx3SendTestPattern, sending a test pattern LoopConfig The loopback configuration of the DS3/E3 interface. Values are 1 - 4 and have the following names: 1---dsx3NoLoop 2---dsx3PayloadLoop 3---dsx3LineLoop 4---dsx3OtherLoop XmitClockSource The transmit clock source, which is derived from the recovered receive clock of another DS3 interface. Values are 1-3 and have the following names: 1---loopTiming 2---localTiming 3---throughTiming CableLength One of the following ranges of lengths for the cable: 1---1 to 225 ft 2---225 to 300 ft 3---300 to 450 ft 4---450 to 900 ft RowStatus Setting for creating or deleting a DS1 line entry. 1 = active 4 = CreateAndG 6 = destroy
Defaults
RepeatLines: 1
LineType: 3
LineCoding: 2
SendCode: 1
LoopConfig: 1
XmitClockSource: 2
CableLength: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced. 1.1 BSC card configuration - no functional change
Release
Modification
Usage Guidelines
Use this command to add one or more DS3 lines to BSC or DMC circuit cards. If you do not enter optional parameters the default value is used.
![]() |
Note When adding a range of lines, the process stops at the first error. |
Examples
The following example adds a DS3 line on the BSC at slot 11 line 501, using all the default settings.
addds3ln 11.501
Related Commands
chds3alm Change DS3 alarm severity and threshold chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List DS3 current statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
Add email registration.
addereg Index Address Trap#1 [Trap#2 ... Trap#20]
Syntax Description
Index A unique number that identifies one of the ten users. Values: 1-10. Address The email address, up to 40 characters, of the person who wants to receive email about traps. For example, admin@cisco.com. Trap The number of the trap condition to register. When the trap occurs, the system sends an email to the user. Trap numbers start at 1000 and map directly to alarms and events. You must specify at least one trap. Values: One to twenty existing trap numbers. For more information of trap numbers, see the "Alarm Surveillance."
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to specify up to 20 traps to monitor.
Examples
The following example registers user 1 for major shelf and EMM alarms:
addereg 1 user@domain.com 1000 1800
Related Commands
chem Configure email registration chereg Change email registration delereg Delete email registration lsem List email server lsereg List entry registered lseregs List registered email alerts
Command
Description
Add Ethernet line.
addethln Location Addr [Prim_IPGW_Addr AddTargetState RDP Mask Mode]
Syntax Description
Location The slot and line number, delimited by a period, of the new Ethernet line. Slot values: 9 Line values: 1-4. Addr IP Address in dot notation w.x.y.z. Prim_IPGW_Addr The IP address of the primary gateway for the interface. AddTargetState The state, active or inactive, of the line after the line is added. Values: 1 = active, 2 = inactive. RDP The state of the Router Discovery Protocol. Values: 1 = disabled, 2 = enabled. Mask The subnet mask in dotted notation a.b.c.d. Mode The mode of the line. Values: 1 = Half duplex, 2 = Full duplex.
Defaults
AddTargetState: 1
RDP: 1
Mode: 2
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to add one or more Ethernet lines.
Examples
The following example adds an Ethernet interface to the MGX 8250 Media Gateway at slot 7 line 1, address 10.1.2.10, and specifies the primary gateway to use.
addethln 9.1 10.1.2.10 10.1.1.8
Related Commands
delethln Delete Ethernet line chethln Change Fast Ethernet line upethln Activate Ethernet line dnethln DeActivate Ethernet line lsethln List Ethernet line lsethlns List Ethernet Lines
Command
Description
Add map to DS1 from DS3.
addm13 SrcDS3LineNum SrcDS1LineNum DestDS1SlotNum DestDS1LineNum [NoOfLines]
Syntax Description
SrcDS3LineNum The number of the source DS3 line. Values: 1 - 6. SrcDS1LineNum The number of the DS1 line, or starting DS1 line, within the DS3 line. Values: 1 - 28. DestDS1SlotNum The logical slot number for the destination NSC card. When mapping a range of DS1 lines, this is the starting slot. Values: 1-6 and 11-16. DestDS1LineNum The number of the DS1, or starting DS1, in the NSC. Values: 1-16 NoOfLines The number of map pairs to add. Values: 1-192, depending on existing mapping. To map a single point, omit this argument.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to add one or more DS3 to DS1 mappings from Distribution Matrix Card (DMC) to the Narrowband Service Card (NSC). To map a single point, omit the NoOfLines argument.
Examples
For example, in an MGX 8260 Media Gateway without any existing mapping, specify the maximum number of mappings as follows:
addm13 1 1 1 1 192
To add three map entries, enter the following command:
addm13 1 3 1 1 3
Related Commands
chm13 Change DS1 to DS3 map delm13 Delete DS1 to DS3 map lsm13 List DS3-to-DS1 mapping lsm13s List DS3-to-DS1 mappings
Command
Description
Add a MACSAP profile.
addmacsapprof Index [sapIf LinkArb LapdType MaxOutStFrames TimQUpperThresh TimeQLowerThresh ConnTimer t201Timer t202Timer TEICheckTimer N202 LowAutoTei KeepL1Up]
Syntax Description
The identifier of a MAC SAP. Values: 1 - 20. sapIf The logical Interface. Values: 1 = user, 2 = network. LinkArb Link setup arbitration scheme. Values: 1 = passive, 2 = active. LapdType The type of LAPD interface. Values: 1 - 19, which have the following mnemonics that, in most cases,. imply their meanings: 1---test 2---ccitt 3---att5EssBRA 4---att5EssPRA 5---att4Ess 6---ntDMS100BRA 7---ntDMS100PRA 8---vn2or3 9---insNet 10---tr6MPC 11---tr6PBX 12---ausb (Austel Basic) 13---ausp (Austel Primary) 14---nISDN1 (National ISDN-1) 15---etsi 16---bc303TMC (Bellcore tr303 tmc) 17---bc303CSC 18---ntDMS250 19---bellcore MaxOutStFrames Maximum number of sequentially numbered I-frames that may be outstanding. Values: 1 - 255. TimQUpperThresh The timer queue upper threshold for the I-frame queue. When the I-frame queue size exceeds this threshold, the congestion timer is started and flow-control is turned on. Values: 1 - `7ffff' h. TimeQLowerThresh The timer queue lower threshold for I-frame queue. When the I-frame queue size falls below this threshold, the congestion timer is stopped and flow-control is turned off. Values: 1 - `7ffff' h. ConnTimer The connection timer. Values: 1 -1024. t201Timer The minimum time between transmissions of TEI check messages. Values: Integer. t202Timer The maximum number of transmissions of a TEI request message. Values: Integer. TEICheckTimer The setting of the TEI check timer. Values: 1 - 1025. 1025 = disabled. N202 The maximum number of transmissions of a TEI Identity request message. LowAutoTei The value that is greater than or equal to the lowest automatic TEI that the ASP can allocate. Applicable only when configured for automatic TEI assignment. KeepL1Up A setting that keeps MAC up all the time if True. Values: 1 = False 2 = True
Index
Defaults
sapIf: 2
LinkArb: 2
LapdType: 2
MaxOutStFrames: 7
TimQUpperThresh: 1000
TimeQLowerThresh: 100
ConnTimer: 500
t201Timer: 1
t202Timer: 2
TEICheckTimer: 5
N202: 3
LowAutoTei: 64
KeepL1Up: 2
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
You assign a MACSAP (Media Access Service Access Point) profile when adding a D-Channel management path to define a collection of settings for the D-Channel protocol stack. These settings describe the operating characteristics of the interface between LAPD and the physical layer.
Examples
The following example adds a MACSAP profile with default settings:
addmacsapprof 1
Related Commands
delmacsapprof Delete a MACSAP profile lsmacsapprof List information about a MACSAP profile lsmacsapprofs List all MACSAP profiles lsmacsapstat List statistics for a MACSAP interface lsmacsapstats List MACSAP statistics
Command
Description
Add card redundancy.
addreds PrimarySlot SecondarySlot
Syntax Description
PrimarySlot Physical location of the primary card in the chassis. Valid settings: 1-8 and 11-16. SecondarySlot Physical location of the secondary card in the chassis. Valid settings: 1-8 and 11-16.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Adds card redundancy between the primary and secondary slot. If the primary fails, the secondary takes over.
Examples
The following example makes card 3 the redundant card and card 1 the primary card.
addreds 1 3
Related Commands
delreds Delete a card redundancy pair lsreds List redundancies swcd Switch to redundant NSC
Command
Description
Add an MGCP session manager.
addsess SessionSetId GroupId SessionId LocalAddr LocalPort RemoteAddr RemotePort Priority
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6. GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2 LocalAddr The local IP address of the session. LocalPort Local UDP Port. RemoteAddr Remote IP address of the session. RemotePort Remote UDP port. Priority Session connection priority.
Defaults
Priority: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
MGCP sessions are communication links between the MGX 8260 and the primary and secondary Media Gateway Controller. Sessions are members session groups, which in turn, are members of session sets. To ensure reliable operation, set up multiple sessions to each controller through one or two networks.
When setting up each session, assign IP addresses for the local and remote host that are on the same subnetwork. In addition. set the local address to an MGX 8260 management interface, such as one of the 10baseT Ethernet interface IP addresses.
Examples
The following example adds session manager 1 to group 1 of set 1:
addsess 1 1 1 10.15.38.233 7007 10.15.38.234 7007
Related Commands
addsset Add a session set addsgrp Add a session group delsess Delete a session manager delsset Delete a session set delsgrp Delete a session group
Command
Description
Add an MGCP session group.
addsgrp GroupSetId GroupId
Syntax Description
GroupSetId The index of the set to which this group belongs. Values: 1-6 GroupId The index of the session group to which the session manager belongs. Values: 1 or 2.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
MGCP session groups organize session managers into logical groups. A session group contains a collection of session managers that have common attributes, such as common endpoints and subnetworks.
Examples
The following example adds session group 1 to session set 1:
addsgrp 1 1
Related Commands
addsess Add a session addsset Add a session set delsess Delete a session delsset Delete a session set delsgrp Selete a session group
Command
Description
Add an MGCP session set.
addsset SessSetId MinSlot MinLine MaxSlot MaxLine stredun
Syntax Description
SessSetId Session set index. Values: 1-6. MinSlot The minimum slot number within the Cisco MGX 8260 chassis assigned for this session set. Values: 1-8 and 11-16. MinLine The minimum line number assigned for this Session Set. Values: 1-168 for the BSC; 1-16 for the NSC. MaxSlot The maximum slot number within the Cisco MGX 8260 chassis assigned for this session set. Values: Values: 1-8 and 11-16. MaxLine The maximum line number assigned for this session set. Values: 1-168 for the BSC; 1-16 for the NSC. RedunMode The redundancy mode. Values: 1 or 2 as follows. 1---nonFaultTolerant 2---faultTolerent
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Session sets contain a collection of session groups and managers that control a range of MGX 8260 lines. One or two session sets are adequate for a single MGX 8260 chassis. When controlling more than one chassis, the Media Gateway Controller may use additional sets reduce the number of lines the set manages.
Examples
The following example adds session set 1 for slots 1-168 of the BSC in slot 11:
addsset 1 11 1 11 168 1
Related Commands
addsess Add a session manager addsset Add a session set delsess Delete a session manager delsset Delete a session set delsgrp Delete a session group
Command
Description
Add trap manager.
addtmgr Addr [Port Interface Com_String Bitmap]
Syntax Description
Addr The IP address of the SNMP manager who wants to receive trap events. Port UDP number of port to which the traps are transmitted. Interface The default interface for initially sending traps if the routing table has no trap manager. Values: 1, 2, 3. These values have the following names and meanings: 1---scc-eth-if. Default system Ethernet management interface on SCC. 2---inband-if. in-band management interface. 3---ppp-if. PPP interface Com_String SNMP community string for the trap manager. Bitmap A bitwise specification of trap categories to subscribe. Each bit represents a category of traps. Bit values: 1 = subscribe 0, = do not subscribe. Trap Subscription Bitmap specifications are: 0---Major (trap severity selection) 1---Minor (trap severity selection 2---Information (trap severity selection) 3---Shelf 4---Card 5---SNMP 6---Dsx1 Line 7---Dsx3 Line 8---Sonet Line 9---Ethernet Line 10---Voice Port 11---Ethernet Channel 12---Voice Channel The first three bit positions indicate which trap severity categories they are interested in. If you specify severity without specifying any other trap categories, managers receive traps from all categories.
Defaults
Port: 162
Interface: 1
Com_String: "public"
Bitmap: 0
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Network administrators can receive email notifications for up to 20 trap events. Use this command to subscribe a manager to receive notification about specific trap events.
Examples
The following example subscribes the manager at address 10.1.1.10 and udp port 162 to receive events for the traps specified by bitmap 1100110.
The bitmap is a binary number that represents the following settings:
| Trap | dsx1line | SNMP | Information | Minor | |||
|---|---|---|---|---|---|---|---|
| Value | 1 | 1 | 0 | 0 | 1 | 1 | 0 |
| Bit | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
To use this bitmap, convert it to a decimal value and specify it as the last argument. Binary 1100110 is 102 decimal. Therefore, you enter the command as follows:
addtmgr 10.1.1.10 2 162 1210 102
The 2 in the second argument sets the in-band interface as the default interface for sending traps when the routing table has no trap manager.
Related Commands
addcms Add community string chtmgr Change trap manager deltmgr Delete trap manager lstmgr List trap manager lstmgrs List trap managers
Command
Description
Add user profile.
addusp Name Access_Level
Syntax Description
Name The login name of the new user, expressed as a case-sensitive alphanumeric string of four to ten characters. Special characters such as @, #, and $ are allowed. Access_Level A value associated with a user profile that determines access rights to the MGX-8260 CLI and WebViewer.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to add a new user who has a default password that is the same as the user name. You can add up to 20 users. Instruct users to change the default password using chpwd. Access to commands depends on the user access levels. Use these account names to get the desired security, and do not exceed the maximum number of users allowed to have the account name.
| Level | Account Names |
|---|---|
1 | Super User |
2 | Administrator |
3 | Provisioning |
4 | Maintenance |
5 | Operator |
6 | Guest |
The MGX 8260 Media Gateway grants access to users with access levels greater than or equal to the level of the command.
Examples
The following example adds a user profile for a user with Administrator access named booter.
addusp booter 5
Related Commands
chkey Change file key delusp Delete user profile
Command
Description
Log out.
byeDefaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Type this command to log out from the MGX 8260 Media Gateway
Examples
The following command logs out.
bye
Related Commands
exit Logs out from the MGX 8260 Media Gateway. logout Logs out from the MGX 8260 Media Gateway.
Command
Description
Configure card interface.
chcdif Card Mode
Syntax Description
Card The number of an NSC card. Mode Indicates whether the Narrowband Service Card (NSC) transmits and receives traffic through the back card or redirected through the backplane from the DC3 interface on the Distribution Matrix Card (DMC). Values: 1---back card 2---back plane 3---not applicable (no back card)
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the interface mode of the sixteen DS1 interfaces on an NSC. Changing the interface mode resets the card.
Examples
The following example changes the interface mode of card 1 to back plane mode and consequently resets the NSC.
chcdif 1 2
Related Commands
clrcdcnf Clear configuration of a card
Command
Description
Change control server bay number (reserved for future use).
chcsbaynum Number
Syntax Description
Number A string that represents the CS bay number. Values: a string of exactly 8 characters.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Configures the string that identifies the bay number of the MCS.
Examples
The following example changes the bay number of the call server to 2.
chcsbaynum 00000002
Related Commands
chcsid Change control server system ID
Command
Description
Change control server system ID (reserved for future use).
chcsid ID
Syntax Description
ID The system ID of the MCS. Value: user-defined text string, up to 24 characters
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure a user-defined identifier for the MCS.
Examples
The following example changes the bay number of the call server to 2.
chcsid 1234567890
Related Commands
chcsbaynum Change control server bay number
Command
Description
Specify the MCS numbering format for modules, lines and channels (reserved for future use).
chcsnumfor format
Syntax Description
format Specification to start module, line, and channel numbering at 0 or 1. 1 = One-based 2 = Zero-based
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Specifies the MCS interpretation of module, line and channel numbers on an MGX 8260 Media Gateway. For example, you can specify DS0 numbers as 0-23 or 1-24
Examples
The following example specifies a zero-based number format.
chcsnumfor 2
Related Commands
chcsbaynum Change control server bay number
Command
Description
Change control server type (reserved for future use).
chcstype type
Syntax Description
type An alphanumeric string. The string must be exactly 9 characters in length.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Configures the string used to identify the manufacturer and model of the MCS.
Examples
The following example sets the string identifier to "CiscoType"
chcstype CiscoType
Related Commands
chcsbaynum Change control server bay number
Command
Description
Change date.
chdate date
Syntax Description
date The system date expressed as mm/dd/yyyy. Values: 1970 - 2099
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure or change the system date.
Examples
The following example sets the system date to January 14, 2001.
chdate 01/14/2001
Related Commands
chtime Change time chtimezn Change system time zone lsdate List date
Command
Description
Change DS1 alarm severity and thresholds.
chds1alm Location [Red_Severity RAI_Severity Perf_Alarm_Severity LCV_15 LCV_24 LES_15 LES_ 24 LESES_15 LESES_24 SFES_15 SFES_24 AISS_15 AISS_24 UAS_15 UAS_24]
Syntax Description
The slot and line number, delimited by a period, of the DS1 line Red_Severity The near end LOF indication, either minor or major. Values: 1 or 2, respectively. RAI_Severity The remote alarm indication, either minor or major. Values: 1 or 2, respectively. Perf_Alarm_Severity The performance alarm indication, either minor or major. The performance alarm is set if any of the thresholds is exceeded. Values: 1 or 2, respectively. LCV_15 A DS1 threshold of 15 minute line code violations for line errors that invoke a performance alarm. LCV_24 A DS1 threshold of 24 hour line code violations for line errors that invoke a performance alarm. LES_15 A DS1 threshold of 15 minute errored seconds for line errors that invoke a performance alarm. LES_ 24 A DS1 threshold of 24 hour severely errored seconds for line errors that invoke a performance alarm. LESES_15 A DS1 threshold of 15 minute severely errored seconds for line errors that invoke a performance alarm. LESES_24 A DS1 threshold of 24 hour severely errored seconds for line errors that invoke a performance alarm. SFES_15 A DS1 threshold of 15 minute severely errored framing seconds for line errors that invoke a performance alarm. SFES_24 A DS1 threshold of 24 hour severely errored framing seconds for line errors that invoke a performance alarm. AISS_15 A DS1 threshold of 15 minute AIS seconds for line errors that invoke a performance alarm. AISS_24 A DS1 threshold of 24 hour AIS seconds for line errors that invoke a performance alarm. UAS_15 A DS1 threshold of 15 minute unavailable seconds for line errors that invoke a performance alarm. UAS_24 A DS1 threshold of 24 hour unavailable seconds for line errors that invoke a performance alarm.
Location
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to change the configuration settings for alarm severity, integration period, and thresholds for various error conditions, such as LCV, LES, and LSES. The thresholds for line errors that invoke a performance alarm. All counter thresholds are integers greater than zero. For details, refer to Table 9-1. If you do not enter optional parameters for a threshold, that threshold is not changed.
Examples
The following example changes the thresholds for LCV on line 1 of slot 1 from the default values to higher values.
chds1alm 1.1 # # # 15 144
Related Commands
addds1ln Add DS1 line chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 line current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 line total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
Change DS1 line.
chds1ln Location numOfLines [LineType LineCoding SendCode LoopConfig LineSignalMode XmitClkSrc SignalBits]
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168 numOfLines Number of lines to change. Values: 1-1136. LineType The type of circuit, dsx1ESF or dsx1D4 are supported. Values: 2 or 3, respectively. LineCoding Zero suppression, dsx1B8ZS, or no zero suppression, dsx1AMI (line encoding not used). Values: 2 or 5, respectively. SendCode The type of code being sent across the DS1 interface by the device. Values are 1 - 8 and have the following names: 1---dsx1SendNoCode 2---dsx1SendLineCode 3---dsx1SendPayloadCode 4---dsx1SendResetCode 5---dsx1SendQRS 6---dsx1Send511Pattern 7---dsx1Send3in24Pattern 8---dsx1SendOtherTestPattern LoopConfig The loopback configuration of the DS1 interface. Values are 1 - 4 and have the following names: 1---dsx1NoLoop 2---dsx1PayloadLoop 3---dsx1LineLoop 4---dsx1OtherLoop LineSignalMode Signal mode for transmit direction. Values are 1 - 4 and have the following names and meanings: 1---none, means reserve no bits 2---robbedBit, means T1 Robbed Bit Signaling 3---bitOriented, means E1 Channel Associated Signaling 4---messageOriented, means Common Channel Signaling either on channel 16 of an E1 link or channel 24 of a T1 XmitClkSrc The source of the transmit clock, either loop timing or local timing. Values: 1 or 2, respectively. SignalBits The 4-bit signaling pattern, represented by an integer. Values: 1---bit pattern 0000 2---bit pattern 0001 3---bit pattern 0010 4---bit pattern 0011 5---bit pattern 0100 6---bit pattern 0101 . . . 16---bit pattern 1111
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The optional parameter for line type is either dsx1ESF (Extended SuperFrame DS1 format) and dsx1D4 (AT&T D4 format). Line type affects the number of bits per second that the circuit can reasonably carry and the interpretation of usage and error statistics.
The line coding indicates that either zero suppression or is used or the higher layer provides data that meets or exceeds pulse density requirements.
Examples
For example, the following command activates a local diagnosis loopback on line 1 of logical slot 1:
chds1ln 1.1 # # # # 4
The following example configures 3 DS1 lines beginning at slot 1 line 1 to have a send code of dsx1SendPayloadCode.
chds1ln 1.1 3 # # 3
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 line current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 line total statistics lsds1totsts List DS1 total statistics lslns List existing lines offbertds1 Stop BERT on DS1 onbertds1 Start BERT on DS1
Command
Description
Change DS3 alarm severity and threshold.
chds3alm Location [dsx3RedSeverity | dsx3RAISeverity | dsx3PerfAlmSeverity Alarm_Threshold]
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) dsx3RedSeverity A RED alarm. Values: 1 or 0 (major or minor, respectively). dsx3RAISeverity A RAI alarm. Values: 1 or 0 (major or minor, respectively). dsx3PerfAlmSeverity A statistical alarm. Values: 1 or 0 (major or minor, respectively). dsx3NEAlarmUpCount Increment to the Near End alarm integration counters. The local alarms are LOS and LOF. Values: Integers > zero. dsx3NEAlarmDownCount Decrement to the Near End alarm integration counters. The local alarms are LOS and LOF. Values: Integers > zero. dsx3NEAlarmThreshold Value of the alarm integration counter necessary for a near end alarm to be declared. Values: Integers > zero. dsx3LCV15MinThreshold Line Coding Violations exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3LCV24HrThreshold dsx3LES15MinThreshold Line Errored Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3LES24HrThreshold dsx3PCV15MinThreshold P-bit Coding violations exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3PCV24HrThreshold dsx3PES15MinThreshold P-bit Errored Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3PES24HrThreshold dsx3PSES15MinThreshold The P-bit Severely Errored Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3PSES24HrThreshold dsx3SEFS15MinThreshold The Severely Errored Framing Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3SEFS24HrThreshold dsx3AISS15MinThreshold Alarm Indication Signals exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3AISS24HrThreshold dsx3UAS15MinThreshold Unavailable Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3UAS24HrThreshold dsx3CCV15MinThreshold C-bit Coding Violations exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3CCV24HrThreshold dsx3CES15MinThreshold C-bit Errored Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3CES24HrThreshold dsx3CSES15MinThreshold C-bit Severely Errored Seconds exceeded in a 15-minute window or sliding 24-hour window, causing a statistical alarm to be declared. dsx3CSES24HrThreshold
Alarm Thresholds:
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced. 1.1 BSC card configuration - no functional change
Release
Modification
Usage Guidelines
Use this command to change alarm thresholds. For details on threshold counts, refer to Table 9-2.
Examples
The following example changes the dsx3PerfAlmSeverity at DS3 line at slot 7 line 1 to major (2).
chds3alm 7.1 # # 2
Related Commands
addds3ln Add DS3 line chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List DS3 current statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
Change DS3 line.
chds3ln Location numOfLines [LineType LineCoding SendCode LoopConfig XmitClkSrc Cable]
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) numOfLines Number of lines to change. Values: 1-76. LineType The type of DS3 C-bit or E3 application implementing this interface, which affects the interpretation of the usage and error statistics. Values are 1 - 8 and have the following names: 1---dsx3other 2---dsx3SYNTRAN 3---dsx3M23 4---dsx3CbitParity 5---dsx3ClearChannel, C-bits are not used except for sending/receiving AIS 6---e3other 7---e3Framed 8---e3Plcp LineCoding Zero suppression used on this interface.The line coding dsx3B3ZS and e3HDB3 refers to patterns of normal bits and bipolar violations that are used to replace sequences of zero bits of a specified length. Values are 1 - 3 and have the following names: 1---dsx3Other 2---dsx3B3ZS 3---e3HDB3 SendCode The type of code being sent across the DS3/E3 interface by the device. (Optional for E3 interfaces.) Values are 1 - 6 and have the following names and meanings: 1---dsx3SendNoCode, sending looped or normal data 2---dsx3SendLineCode, sending a request for a line loopback 3---dsx3SendPayloadCode, sending a request for a payload loopback (all DS1/E1s in a DS3/E3 frame) 4---dsx3SendResetCode, sending a loopback deactivation request 5---dsx3SendDS1LoopCode, requesting to loopback a particular DS1/E1 within a DS3/E3 frame 6---dsx3SendTestPattern, sending a test pattern LoopConfig The loopback configuration of the DS3/E3 interface. Values are 1 - 4 and have the following names: 1---dsx3NoLoop 2---dsx3PayloadLoop 3---dsx3LineLoop 4---dsx3OtherLoop XmitClkSrc The transmit clock source, which is derived from the recovered receive clock of another DS3 interface. Values are 1-3 and have the following names: 1---loopTiming 2---localTiming 3---throughTiming Cable One of the following ranges of lengths for the cable: 1---1 to 225 ft 2---225 to 300 ft 3---300 to 450 ft 4---450 to 900 ft
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced. 1.1 BSC card configuration - no functional change
Release
Modification
Usage Guidelines
Use this command to configure a DS3 line. If you do not enter optional parameters, no change is made.
Examples
The following command loops line 2 on DMC slot 7:
chds1ln 7.2 # # # # 2
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
Configure email registration.
chem [EmailServerDomain EmailServerIPAddr SourceEmailAddr]
Syntax Description
EmailServerDomain The domain name of the email server on your network. Values: A text string, maximum 30 characters. EmailServerIPAddr The IP address of the email server in standard IP dot notation. The 0.0.0.0 setting disables email notifications. Any valid IP address enables email notifications. SourceEmailAddr The `from' email address for messages from the MGX 8260 Media Gateway. Values: A text string, maximum 40 characters. For example, node1@cisco.com.
Defaults
EmailServerIPAddr: 0.0.0.0
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure email server information and the source email address for receiving alerts about SNMP traps. You must configure the email server IP address correctly enable email alerts. If one or more fields of the IP address exceeds 255, SNMP stores the address as 255.255.255.255 and the MGX 8260 Media Gateway disables email alerts.
Examples
The following example configures email from server domain WORKGROUP and server IP address 10.10.1.10 with a `from' email address of finance2@bank.com.
chem WORKGROUP 10.10.1.10 finance2@bank.com
Related Commands
addereg Add email registration chereg Change email registration delereg Delete email registration lsem List email server lsereg List entry registered lseregs List registered email alerts
Command
Description
Change email registration.
chereg Index EmailAddress Trap#1 [Trap#2 ... Trap#20]
Syntax Description
Index Position of the email address in the SnmpEmailRegTable. Values: integer, 1-10. EmailAddress The email address, up to 40 characters, of the person who wants to receive email about traps. Trap#n One to twenty existing trap numbers.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to change email registration on as many as 20 traps, the maximum that are monitored. You change an email registration entry in the same manner as you add an email registration entry.
Examples
The following example changes the email address at index 52 to johnt@hal to receive alerts when events are raised by traps 1 and 2.
chereg 9 johnt@hal 1000 1001
Related Commands
addereg Add email registration chem Configure email registration delereg Delete email registration lsem List email server lsereg List entry registered lseregs List registered email alerts
Command
Description
Change Fast Ethernet line.
chethln Location [Gway_Addr RDP Mask Mode]
Syntax Description
Location The slot and line number, delimited by a period, of the Ethernet line. Values: Slot = 9, Line = 1-4. Gway_Addr The IP address of the primary gateway for the interface. RDP The state of the Router Discovery Protocol. Values: 1 = disabled, Mask The subnet mask in dotted notation a.b.c.d. Mode The duplex mode of the line. Values: 1 = Half duplex, 2 = Full duplex.
2 = enabled.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure a Fast Ethernet interface to the MGX 8260 Media Gateway.
Examples
Tor example, the following command enables RDP but leaves other parameters unchanged on Fast Ethernet line 1 in slot 9:
chethln 9.1 # 2
Related Commands
addethln Add Ethernet line delethln Delete Ethernet line upethln Activate Ethernet line dnethln DeActivate Ethernet line lsethln List Ethernet line lsethlns List Ethernet Lines
Command
Description
Configure in-band IP.
chibip Address Mask
Syntax Description
Address An IP address in dotted notation w.x.y.z Mask A subnet mask in dotted notation a.b.c.d
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the IP address and mask of the in-band system management interface. Do not set the in-band IP address to 0.0.0.0.
Examples
The following example configures the IP address, mask, and gateway of the in-band system management interface.
chibip 10.2.2.5 255.255.255.0
Related Commands
chsysip1 Change system IP1 address chsysip2 Change system IP2 address lsmgips List management IP addresses
Command
Description
Change idle time before session termination.
chidletm idleTime
Syntax Description
idleTime The idle time in minutes. Values: 0 - 2147483647. 0 = infinity.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to change the amount of time allowed for no keyboard input. When the time expires, the session terminates.
Examples
The following example changes the idle time to 15 minutes.
chidletm 15
Change file key.
chkey key
Syntax Description
key Up to 6 alphanumeric characters
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the tftp security key for uploading and downloading files to prevent unauthorized file transfers.
Examples
The following example changes the security key to 323bf.
chkey e23bf
Related Commands
addusp Add user profile chpwd Change user password delusp Delete user profile
Command
Description
Change DS1 to DS3 map.
chm13 SrcDS3LineNum SrcDS1LineNum DestDS1SlotNum DestDS1LineNum
Syntax Description
SrcDS3LineNum The number of the source DS3 line. Values: 1 - 6. SrcDS1LineNum The number of the DS1 line, or starting DS1 line, within the DS3 line. Values: 1 - 28. DestDS1SlotNum The logical slot number for the destination NSC (Narrowband Service Card). DestDS1LineNum The number of the DS1, or starting DS1, in the NSC. Valid entries are 1 through 16.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to change a DS3 to DS1 mapping from Distribution Matrix Card (DMC) to the NSC.
Examples
For example the following command sequence adds three map table entries and then changes one of them:
addm13 1 3 1 1 3 chm13 1 3 1 4
Related Commands
addm13 Add map to DS1 from DS3 delm13 Delete DS1 to DS3 map lsm13 List DS3-to-DS1 mapping lsm13s List DS3-to-DS1 mappings
Command
Description
Change MGCP core parameters.
chmgcpcore RequestTimeOut RequestRetries AdminStatus RestartInProgMWD RestartDelay ResponseTimeout ConnectivityTimeout
Syntax Description
RequestTimeOut The time in milliseconds before retransmitting an unacknowledged message. Values: 1 - 100000. RequestRetries The maximum number of retries for a request that times out. Values: 0 - 15. AdminStatus The desired state of the protocol. 1---up - bring up protocol administratively 2---down - bring down protocol administratively 3---gracefulDown - gracefully shut down protocol 4---switchover RestartInProgMWD The maximum waiting delay, in milliseconds, before the Media Gateway interface sends the Restart In Progress message to the Media Gateway Controller. Values: 0 - 600000 RestartDelay This object specifies the restart delay for the restart process. Values: -1 to 600. -1 = infinity, meaning no timeout; 0 = immediate timeout, meaning shutdown. ResponseTimeout The time in milliseconds to wait for a connection. Values: 1-100,000 ConnectivityTimeout The time in milliseconds to wait for a response. Values: 1-100,000
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the core parameters for the MGCP protocol stack. It is the responsibility of the MGX 8260 Media Gateway to provide suitable timeouts for all outstanding commands, and to retry commands when timeouts occur. Setting the restart timer before sending the Restart In Progress notification to the media gateway controller avoids network congestion during the critical period of service restoration.
Examples
The following example sets MGCP core parameters.
chmgcpcore 600 2 2 500 -1 500 500
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters lsmgcpstat List MGCP statistics
Command
Description
Change the node domain name.
chmgcpdname DomainName
Syntax Description
DomainName The domain name for this node. Value: 1-64 characters
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to define a domain name for the MGX 8260 chassis. The domain name is an alternative to IP addressing.
Examples
The following assigns a domain name.
chmgcpdname cisco
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chmgcpcore Change MGCP core parameters chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters
Command
Description
Change the local MGCP address for network 1.
chmgcplocaladdr1 MgcpLocalAddressNet1 MgcpLocalPrimUDPPortNet1
Syntax Description
MgcpLocalAddressNet1 The domain name or IP address of the Media Gateway interface for network 1. Specify the IP address in standard dot notation. Values: string. MgcpLocalPrimUDPPortNet1 The primary UDP port of the Media Gateway interface for network 1. Values: 1025..65535.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The MgcpLocalAddressNet1 parameter specifies the address of the default Media Gateway Controller to which the RSIP (RestartInProgress) message is sent whenever system starts up or line goes up. If the DNS name is entered and the IP address is found, Media Gateway sends RSIP to the desired MGC. If no IP address is found or no such DNS name exists, no RSIP is sent. If the IP address is entered, Media Gateway sends RSIP to that address. Possible reasons for no response are the network is down or the user misconfigured either the IP address, domain name or UDP port number.
The UDP port is used with MgcpLocalAddressNet1 to specify the local address of the Media Gateway.
Examples
The following example changes the local MGCP address for network 1.
chmgcplocaladdr1 10.1.1.1 2000
Related Commands
chmgcplocaladdr2 Change the MGCP local address for network 2 chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses chmgcpcore Change the primary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters lsmgcpstat List MGCP statistics
Command
Description
Change the MGCP local address for network 2.
chmgcplocaladdr2 MgcpLocalAddressNet2 MgcpLocalPrimUDPPortNet2
Syntax Description
MgcpLocalAddressNet2 The domain name or IP address of the Media Gateway interface for network 2. Specify the IP address in standard dot notation. MgcpLocalPrimUDPPortNet2 The primary UDP port of the Media Gateway interface for network 2. Values: 1025..65535.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The MgcpLocalAddressNet parameter specifies the address of the default Media Gateway Controller to which the RSIP (RestartInProgress) message is sent whenever system starts up or line goes up. If the DNS name is entered and the IP address is found, Media Gateway sends RSIP to the desired MGC. If no IP address is found or no such DNS name exists, no RSIP is sent. If the IP address is entered, Media Gateway sends RSIP to that address. Possible reasons for no response are the network is down or the user misconfigured either the IP address, domain name or UDP port number.
The UDP port is used with MgcpLocalAddressNet parameter to specify the local address of the Media Gateway.
Examples
The following example changes the MGCP local address for network 2.
chmgcplocaladdr2 10.10.1.1 2000
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses chmgcpcore Change the primary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters lsmgcpstat List MGCP statistics
Command
Description
Configure default MPC parameters.
chmpc DefTypeNetwork DefPktnPeriod DefBandwidth DefEchoCancel DefSilenceSupp DefTypeOfService DefResourceRes DefCOTReceiveTone DefCOTTransmitTone
Syntax Description
DefTypeNetwork The type of network. 1---voIp 2---voAtm 3---local DefPktnPeriod Packetization Period in milliseconds. Value: fixed at 10 DefBandwidth The network bandwidth in kbps. Values: 8 and 64 kbps DefEchoCancel Enables or disables echo cancellation. 1---off 2---on DefSilenceSupp Enables or disables silence suppression. 1---off 2---on DefTypeOfService The type of Service. Values: 1-256, where 1 indicates no service type DefResourceRes The resource reservation type. 1---bestEffort 2---guaranteed 3---notUsed 4---controlledLoad DefCOTReceiveTone The default receive tone. For transponder COT, when the media gateway controller does not supply the tones, the default tone the gateway receives is the default COT receive tone. 1---co1 2---co2 DefCOTTransmitTone The default transmit tone. For transponder COT, when the media gateway controller does not supply the tones, the default tone the gateway transmits is the default COT transmit tone. 1---co1 2---co2
Defaults
DefTypeNetwork: 3
DefPktnPeriod: 10
DefBandwidth: 64
DefEchoCancel: 1
DefSilenceSupp: 1
DefTypeOfService: 2
DefResourceRes: 1
DefCOTReceiveTone: 1
DefCOTTransmitTone: 2
Command Modes
Security level 2
Command History
1.1 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure default MPC parameters.
Examples
The following sets the network type to local.
chmpc 3
Related Commands
lsmpc List MPC information.
Command
Description
Configure node information.
chndinf RackNum NodeName NodeNum
Syntax Description
RackNum Shelf number for node. Values: 1 - 100. NodeName Alphanumeric identifier for node. Values: up to 15 characters NodeNum Numeric identifier for node. Values: Integer, 1 - 1000
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure system identification information. You set the number of the physical rack for the node and its name and number. The rack contains the shelf, or chassis, for a node.
Examples
The following example configures node information.
chndinf 3 Floor3 12
Related Commands
lsndinf List node information.
Command
Description
Change primary clock source.
chpclksrc SlotNum LineNum ClkSrcType CardType
Syntax Description
SlotNum Slot number of the clock source. LineNum Line number of clock source. ClkSrcType Type of clock source, broadband, narrowband, external, or internal. Values: 1, 2, 3, and 4 respectively. CardType Type of card, bits or OC3. Values 1 and 2, respectively.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the primary clock source. If the Type parameter is broadband or narrowband, the Slot Num and Line Num parameters are mandatory. If the Type is external or internal, do not provide this parameter.
Examples
The first example configures an external clock source. The second configures a broadband clock source on slot 12, line 8.
chpclksrc # # 3 # chpclksrc 12 8 1 #
Related Commands
chsclksrc Change secondary clock source swclk Switch clock lsclksrcs List all clock sources
Command
Description
Configure primary control server (reserved for future use).
chpcs Address Interface Check
Syntax Description
Address Primary MCS address in dotted notation w.x.y.z. Interface Default tcp port number for primary MCS. Values: Integer > 1024. Check Enables or disables the MSCP health check. Values: 1 = enabled, 2 = disabled
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the IP address and interface of the primary MCS.
Examples
The following example configures the primary CS.
chpcs 10.10.10.1 5003 1
Change the primary Media Gateway Controller addresses.
chpmgcpaddr MgcpPMGCAddressNet1 MgcpPMGCCfgUDPPortNet1 MgcpPMGCAddressNet2 MgcpPMGCCfgUDPPortNet2
Syntax Description
MgcpPMGCAddressNet1 The domain name or IP address of the Primary Media Gateway Controller on network 1. Specify the IP address in standard dot notation. Values: string. MgcpPMGCCfgUDPPortNet1 The UDP port of the Media Gateway Controller on network 2. Values: 1025..65535. MgcpPMGCAddressNet2 The domain name or IP address of the Primary Media Gateway Controller on network 2. Specify the IP address in standard dot notation. Values: string. MgcpPMGCCfgUDPPortNet2 The secondary UDP port of the Media Gateway Controller on network 2. Values: 1025..65535.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The MgcpMGCCfgaddress parameter specifies the address of the default Media Gateway Controller to which the RSIP (RestartInProgress) message is sent whenever system starts up or line goes up. If the DNS name is entered and the IP address is found, Media Gateway sends RSIP to the desired MGC. If no IP address is found or no such DNS name exists, no RSIP is sent. If the IP address is entered, Media Gateway sends RSIP to that address. Possible reasons for no response are the network is down or the user misconfigured either the IP address, domain name or UDP port number.
The UDP port is used with MgcpPMGCAddress to specify the local address of the Media Gateway.
Examples
The following example sets the primary MGCP controller addresses for a redundant network configuration.
chpmgcpaddr 10.1.1.1 2000 10.10.1.1 2000
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters lsmgcpstat List MGCP statistics
Command
Description
Change password.
chpwdSyntax Description
This command has no arguments or keywords.
Command Modes
Security level 1-6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this interactive command to change the password of an existing account. To use this command, you must first log onto the account you want to change. Generally, users change their own passwords with this command.
Examples
The following example shows the interactive session for a password change:
MGX.9.ACTIVE-> chpwd
Rules:
1. Password length must be 4 - 10
2. First character must be alphanumeric
3. Only printable characters are allowed
4. Space not allowed
Enter Password : *****
New Password : ********
Verify Password: ********
Change queue profile.
chqprf Card Queue#
Syntax Description
Card The number of an SCC card. Queue# The ATM queue profile number. Values: 1 - 10.
Defaults
Queue#: 1
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Specifies the ATM traffic queue profile for an entire SCC card. The MGX 8260 defines 10 profiles for different traffic types. Profile 1 is recommended.
Examples
The following example changes the profile of card 9 to give it an ATM queue profile of 2.
chqprf 9 2
Change secondary clock source.
chsclksrc Slot Line ClkSrcType CardType
Syntax Description
Slot Slot number of the clock source. Line Line number of clock source. Type Type of clock source, broadband, narrowband, external, or internal. Values: 1, 2, 3, and 4 respectively. CardType Type of card, bits or OC3. Values 1 and 2, respectively.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the secondary clock source. If the Type parameter is broadband or narrowband, the Slot Num and Line Num parameters are mandatory. If the Type is external or internal, do not provide this parameter.
Examples
The first example configures a external bits clock source. The second configures a broadband clock source on slot 1, line 2.
chsclksrc # # 3 1 chsclksrc 1 2 1 2
Related Commands
chpclksrc Change primary clock source swclk Switch clock lsclksrcs List clock sources
Command
Description
Change secondary control server (reserved for future use).
chscs Address Interface Check
Syntax Description
Address Secondary MCS IP address in dotted notation w.x.y.z Interface Secondary tcp port number for sending IP packets to the secondary MCS Check Enables or disables the MSCP health check. Values: 1 = enabled, 2 = disabled
Defaults
No default values or behavior.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the IP address and interface for the secondary MCS.
Examples
The following examples configures a secondary control server at 10.10.10.1 for a PPP interface.
chscs 10.10.10.1 3 5004 2
Change the secondary Media Gateway Controller addresses.
chsmgcpaddr MgcpSMGCAddressNet1 MgcpSMGCCfgUDPPortNet1 MgcpSMGCAddressNet2 MgcpSMGCCfgUDPPortNet2
Syntax Description
MgcpSMGCAddressNet1 The domain name or IP address of the Secondary Media Gateway Controller on network 1. Specify the IP address in standard dot notation. Values: string. MgcpSMGCCfgUDPPortNet1 The UDP port of the Media Gateway Controller on network 1. Values: 1025..65535. MgcpSMGCAddressNet2 The domain name or IP address of the Secondary Media Gateway Controller on network 2. Specify the IP address in standard dot notation. Values: string. MgcpSMGCCfgUDPPortNet2 The UDP port of the Media Gateway Controller on network 2. Values: 1025..65535.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The MgcpSMGCAddressNet parameter specifies the address of the default Media Gateway Controller to which the RSIP (RestartInProgress) message is sent whenever system starts up or line goes up. If the DNS name is entered and the IP address is found, Media Gateway sends RSIP to the desired MGC. If no IP address is found or no such DNS name exists, no RSIP is sent. If the IP address is entered, Media Gateway sends RSIP to that address. Possible reasons for no response are the network is down or the user misconfigured either the IP address, domain name or UDP port number.
The UDP port is used with MgcpSMGCAddressNet to specify the local address of the Media Gateway.
Examples
The following example sets the primary MGCP controller addresses for a redundant network configuration.
chsmgcpaddr 10.1.1.3 2000 10.10.1.4 2000
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chpmgcpaddr Change the primary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters lsmgcpstat List MGCP statistics
Command
Description
Change system IP address 1.
chsysip1 Address Mask
Syntax Description
Address An IP1 address of the management interface in dotted notation w.x.y.z. Mask A subnet mask in dotted notation a.b.c.d.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the IP1 address and mask of the system management Ethernet 10BaseT interface.
Examples
The following example configures the IP1 address and subnet mask of a system management interface.
chsysip1 10.2.2.5 255.255.255.0
Related Commands
chibip Configure in-band IP chsysip2 Change system IP2 lsmgips List management IP addresses
Command
Description
Change system IP address 2.
chsysip2 Address Mask
Syntax Description
Address An IP2 address of the management interface in dotted notation w.x.y.z. Mask A subnet mask in dotted notation a.b.c.d.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure the IP2 address and mask of the system management Ethernet 10BaseT interface.
Examples
The following example configures the IP2 address and subnet mask of a system management interface.
chsysip2 10.2.2.5 255.255.255.0
Related Commands
chibip Configure in-band IP chsysip1 Change system IP1 lsmgips List management IP addresses
Command
Description
Change time.
chtime H:M:S [Zone]
Syntax Description
H:M:S The system time in hours, minutes, and seconds delimited by colons. Values: 0-23 for hours and 0-60 for minutes and seconds. Zone An integer from 1 to 25, representing a zone.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to configure or change the system time, which may include the time zone. Set 25 integer world time zones from -12 through 0 (GMT) to +12 (see Table 14-1, which lists USA time zones values using civilian designations, such as EST).
Examples
The following example sets the system time to noon, Eastern Standard Time.
chtime 12:00:00 18
Related Commands
chdate Change system date chtimezn Change system time zone lsdate List date
Command
Description
Change system time zone.
chtimezn number
Syntax Description
number The Time Zone where this MGX 8260 node is installed. Values: 1 - 25
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to change the system time zone. Set 25 integer world time zones from -12 through 0 (GMT) to +12 (see Table 14-1, which lists USA time zones values using civilian designations, such as EST)
Examples
The following example shows how to change the time zone to Pacific Standard Time.
chtimezn 21
Related Commands
chdate Change system date chtime Change system time lsdate List date
Command
Description
Change trap manager.
chtmgr Addr Port Interface Com_String Bitmap
Syntax Description
Addr The address of the SNMP manager who wants to receive trap events. Port Port to which the traps are transmitted. Interface The default interface for initially sending traps if the routing table has no trap manager. Values: 1 = scc-eth-if, the default system Ethernet management interface on SCC. 2 = inband-if, the in-band management interface. 3 = ppp-if, the PPP interface. Com_String SNMP community string for the trap manager. Bitmap A bitwise specification of trap categories to subscribe. Each bit represents a category of traps. Bit values: 1 = subscribe 0, = do not subscribe. Trap subscription bitmap specifications are: 0 = Major (trap severity selection) 1 = Minor (trap severity selection 2 = Information (trap severity selection) 3 = Shelf 4 = Card 5 = SNMP 6 = Dsx1 Line 7 = Dsx3 Line 8 = Sonet Line 9 = Ethernet Line 10 = Voice Port 11 = Ethernet Channel 12 = Voice Channel The first three bit positions indicate which trap severity categories they are interested in. If you specify severity without specifying any other trap categories, managers receive traps from all categories.
Defaults
Port: 162
Interface: 1
Com_String: "public"
Bitmap: 0
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Network administrators can receive email for up to 20 traps. Use this command to change a manager's SNMP trap registrations.
Examples
The following example changes the manager at address 10.1.1.10 and udp port 162 to receive events for the traps specified by bitmap 1100110.
The bitmap is a binary number that represents the settings.
| Trap | dsx1line | SNMP | Information | Minor | |||
|---|---|---|---|---|---|---|---|
| Value | 1 | 1 | 0 | 0 | 1 | 1 | 0 |
| Bit | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
To use this bitmap, convert it to a decimal value and specify it as the last argument. Binary 1100110 is 102 decimal. Therefore, you enter the command as follows:
chtmgr 10.1.1.10 2 162 public 102
The second argument (2) sets the in-band interface as the default interface for sending traps when the routing table has no trap manager.
Related Commands
addcms Add community string addtmgr Add trap manager deltmgr Delete trap manager lstmgr List trap manager lstmgrs List trap managers
Command
Description
Clear alarm history.
clralmhistSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete alarm history.
Examples
The following example clears the alarm history.
clralmhist
Related Commands
lsalms List alarms
Command
Description
Clear configuration of a card.
clrcdcnf Num
Syntax Description num
Num The slot number of the card
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Clears the configuration of the specified card and resets it.
Examples
The following example clears the configuration of the card in slot 3.
clrcdcnf 3
Related Commands
chcdif Configure card interface
Command
Description
Clear DS1 line statistics.
clrds1lnst Location Stat
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. Stat The statistic to clear: Values: one of the following integers. 1---No Action. 2---Clear all the counters in the ds1Stats Table and dsx1StatsPerfAlarmState. 3---Clear LCV 15 Minute counter in the dsx1CurrentTable. 4---Clear LCV 24 Hour counter in the dsx1TotalTable. 5---Clear LES 15 Minute counter in the dsx1CurrentTable. 6---Clear LES 24 Hour counter in the dsx1TotalTable. 7---Clear LSES 15 Minute counter in the dsx1CurrentTable. 8---Clear LSES 24 Hour counter in the dsx1TotalTable. 9---Clear PCV 15 Minute counter in the dsx1CurrentTable. 10---Clear PCV 24 Hour counter in the dsx1TotalTable. 11---Clear PES 15 Minute counter in the dsx1CurrentTable. 12---Clear PES 24 Hour counter in the dsx1TotalTable. 13---Clear PES 15 Minute counter in the dsx1CurrentTable. 14---Clear PES 24 Hour counter in the dsx1TotalTable. 15---Clear SEFS 15 Minute counter in the dsx1CurrentTable. 16---Clear SEFS 24 Hour counter in the dsx1TotalTable. 17---Clear PSAS 15 Minute counter in the dsx1CurrentTable. 18---Clear PSAS 24 Hour counter in the dsx1TotalTable. 19---Clear UAS 15 Minute counter in the dsx1CurrentTable. 20---Clear UAS 24 Hour counter in the dsx1TotalTable. 21---Clear all counters in the dsx1CurrentTable. 22---Clear all counters in the dsx1TotalTable. 23---Clear Path Bursty Errored Seconds in dsx1CurrentTable. 24---Clear Path Bursty Errored Seconds in dsx1TotalTable.
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to clear the specified DS1 real-time statistic.
Examples
The following example clears the LCV 24 Hour counter in the dsx1TotalTablefor the DS1 line at slot 1 line 1.
clrds1lnst 1.1 4
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines offbertds1 Stop BERT on DS1 onbertds1 Start BERT on DS1
Command
Description
Clear statistics for DS3 line.
clrds3lnst Index stats
Syntax Description
Index The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) stats The instruction to clear or not to clear statistics. 1---Do not clear. 2---Clear
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced. 1.1 BSC card configuration - no functional change
Release
Modification
Usage Guidelines
Clears the specified DS3 real-time statistic.
Examples
The following examples clears the DS3 statistic at slot 7, line 1.
clrds3lnst 7.1 2
Related Commands
lsds3curst List DS3 current statistics lsds3cursts List all DS3 statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
Clear event log.
clrevtSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to clear the event log.
Examples
The following example clears the event log.
clrevt
Related Commands
lsevt List events
Command
Description
Clear node configuration and restore defaults.
clrndcnfSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to clear configuration of a node and restore the default settings. Use with caution because this interrupts service and changes many parameters.
Examples
The following example clears confutation settings of a node.
clrndcnf
Related Commands
resetnd Reset node
Command
Description
Clear the trap log.
clrtrapsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to clear the log of SNMP traps.
Examples
The following example clears the trap log.
clrtraps
Related Commands
lstraps List traps
Command
Description
Back up the configuration database.
dbbkupSyntax Description
The command has no arguments or keywords.
Defaults
The system defines a backup file name.
Command Modes
Security level 1
Command History
1.1 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to save all configuration information, such as system and line settings, to the hard drive on the SCC. This command returns the outcome of the operation and the name assigned to the backup file. You can restore this configuration at a later time with the dbrstr command.
Examples
The following example backs up the MGX 8260 database.
dbbkup
The system returns the backup result and name of the backup file. For example:
dbbackup: Successful back-up of configuration file [C:/scc_mms111.cfg]
Related Commands
dbrstr Database restore
Command
Description
Restore the configuration database.
dbrstr fileName
Syntax Description
fileName The name of the backup file, without the .cfg extension.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.1 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to restore the configuration information saved by dbbkup. Use the file name assigned by dbbkup, but omit the .cfg extension.
Examples
The following example restores configuration information from file scc_mms111.cfg.
dbrstr scc_mms111
Related Commands
dbbkup Database backup
Command
Description
Delete community string.
delcms Comm_Str Addr
Syntax Description
Comm_Str An SNMP community string, up to 20 characters. Addr The IP address of the SNMP manager who wants to discontinue receiving trap events
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete the community string for an SNMP manager who wants to discontinue receiving information on traps.
Examples
For example, the following command deletes the Public community string.
delcms Public 0.0.0.0
Related Commands
addcms Add community string detmgr Delete trap manager lscms List community string lscmss List community strings
Command
Description
Delete a D-channel.
deldchan Index
Syntax Description
Index The slot and line number, delimited by a period, of the D channel
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a D-Channel management path, freeing the resource for other uses.
Examples
The following example deletes the D-Channel at slot 5, line 4.
deldchan 5.4
Related Commands
adddchan Add a D-channel lsdchan List information about a D-Channel lsdchans List information about D-Channels
Command
Description
Delete a DLSAP profile.
deldlsp Index
Syntax Description
Index The identifier of a DLSAP Profile. Values: 1 - 10.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to deletes a DLSAP profile from the MGX 8260 Media Gateway. Profiles used by existing D-Channels should not be deleted.
Examples
The following example deletes profile 9.
deldlsp 9
Related Commands
adddlsp Add a DLSAP profile lsdlsapstat List statistics for a DLSAP lsdlsapstats List DLSAP statistics lsdlsapstatus List status for a DLSAP lsdlsp List a DLSAP profile lsdlsps List DLSAP profiles
Command
Description
Delete a DS1 line.
delds1ln Index Numlines
Syntax Description
Index The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168 Numlines Number of lines to delete. The MGX 8260 stops deleting lines at the first failure. Values: 1-1136.
Defaults
Numlines: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a one or more DS1 lines. When deleting a range of lines, the process stops after the last line or at the first error.
Examples
The following example deletes 3 DS1 lines beginning at line 6 from slot 13:
delds1ln 13.6 3
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
Delete a DS3 line.
delds3ln Index Numlines
Syntax Description
Index The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) Numlines Number of lines to delete.
Defaults
Numlines: 1
Command Modes
Security level 3
Command History
1.0 This command was first introduced. 1.1 BSC card configuration - no functional change
Release
Modification
Usage Guidelines
Use this command to delete a one or more DS3 lines. When deleting a range of lines, the process stops after the last line or at the first error.
Examples
The following example deletes three DS3 lines beginning at line 5 in slot 7:
delds3ln 7.2 3
Related Commands
addds3ln Add DS3 line. chds3alm Change DS3 alarm severity and threshold chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List DS3 current statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
Delete email registration.
delereg Index
Syntax Description
Index Position of the email address in the SnmpEmailRegTable. Values: integer.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to stop email notifications to the user.
Examples
The following example deletes all email alerts for user 1:
delereg 102
Related Commands
addereg Add email registration chem Configure email registration chereg Change email registration lsem List email server lsereg List entry registered lseregs List registered email alerts
Command
Description
Delete Ethernet line.
delethln Location
Syntax Description
Location The slot and line number, delimited by a period, of the Ethernet line. Values: The slot number of the SCC, either 9 or 10; the Fast Ethernet line number, from 1 to 4.
Defaults
No default values or behavior.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Deletes an Ethernet interface from the MGX 8260 Media Gateway.
Examples
The following example deletes Fast Ethernet line 4 in slot 9:
delethln 9.4
Related Commands
addethln Add Ethernet line chethln Change Ethernet line upethln Activate Ethernet line dnethln DeActivate Ethernet line lsethln List Ethernet line lsethlns List Ethernet Lines
Command
Description
Delete DS1 to DS3 map.
delm13 DS3Line DS1Line NumLines
Syntax Description
DS3Line The number of the source DS3 line. When deleting more than one DS1, the range may span additional DS3s. Values: 1 - 6. DS1Line The number of the DS1 line, or starting DS1 line, within the DS3 line. Values: 1 - 28 NumLines The number of map pairs to add. Values: 1 - 192, depending on the number of mappings in a contiguous sequence.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete one or more DS3 to DS1 mappings from Distribution Matrix Card (DMC) to the Narrowband Service Card (NSC). To delete a single point, omit the NoOfLines argument.
Examples
The following example deletes three sequential map table entries, starting at DS3 line 1, DS1 line 1:
delm13 1 1 3
Related Commands
addm13 Add map to DS1 from DS3 chm13 Change DS1 to DS3 map lsm13 List DS3-to-DS1 mapping lsm13s List DS3-to-DS1 mappings
Command
Description
Delete a MACSAP profile.
macsafProfIndex Index
Syntax Description
Index This object is the identifier of a MAC SAP. Values: 1 - 16.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a MACSAP profile from the MGX 8260 Media Gateway. Profiles used by existing D-Channels should not be deleted.
Examples
The following example deletes profile 3.
delmacsapprof 3
Related Commands
addmacsapprof Add a MACSAP profile lsmacsapprof List information about a MACSAP profile lsmacsapprofs List all MACSAP profiles lsmacsapstat List statistics for a MACSAP interface lsmacsapstats List MACSAP statistics
Command
Description
Delete a card redundancy pair.
delreds Slot1 Slot2
Syntax Description
Slot1 Physical location of the primary card in the chassis. Valid settings: 1-8 and 11-16. Slot2 Physical location of the secondary card in the chassis. Valid settings: 1-8 and 11-16.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete card redundancy between the primary and secondary slot.
Examples
The following example deletes the redundancy relationship between cards 1 and 3.
delreds 1 3
Related Commands
addreds Add a card redundancy pair lsreds List card redundancy pairs swcd Switch to redundant NSC
Command
Description
Delete an MGCP session manager.
delsess SessionSetId GroupId SessionId
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6. GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a session manager from a session group.
Examples
The following example deletes session manager 1 from session group 1 of set 1:
delsess 1 1 1
Related Commands
addsess Add a session manager addsset Add a session set addsgrp Add a session group delsset Delete a session set delsgrp Delete a session group
Command
Description
Delete an MGCP session group
delsgrp SessionSetId GroupId
Syntax Description
GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a session group from a session set.
Examples
The following example deletes session group 1 from session set 1:
delsgrp 1 1
Related Commands
addsess Add a session manager addsset Add a session set addsgrp Add a session group delsess Delete a session manager delsset Delete a session set
Command
Description
Delete an MGCP session set.
delsset SessionSetId
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to delete a session set.
Examples
The following example deletes session set 1:
delsset 1
Related Commands
addsess Add a session manager addsgrp Add a session group delsess Delete a session manager delsset Delete a session set delsgrp Delete a session group
Command
Description
Delete trap manager.
deltmgr Addr
Syntax Description
Addr The address of the SNMP manager who wants to discontinue notification of trap events.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Deletes a manager from the registered list to receive SNMP trap events.
Examples
The following example deletes the manager entry at address 10.2.2.5.
deltmgr 10.2.2.5
Related Commands
addtmgr Add trap manager delcms Delete community string lstmgrs List information about all trap managers lstmgr List information about a trap manager
Command
Description
Delete user profile.
delusp Name
Syntax Description
Name The login name of a user
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to remove the profile of a user from the system.
Examples
The following example deletes a user profile for a user named booter.
delusp booter
Related Commands
addusp Add user profile chkey Change file key
Command
Description
Down Ethernet line.
dnethln Location
Syntax Description
Location The slot and line number, delimited by a period, of the Ethernet line
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Deactivates an Ethernet interface.
Examples
The following example brings down the Ethernet interface from the MGX 8250 Media Gateway at slot 7 line 1, address 10.1.2.10.
dnethln 9.1
Related Commands
addethln Add Ethernet line chethln Change Ethernet line delethln Delete Ethernet line lsethln List Ethernet line lsethlns List Ethernet Lines upethln Activate Ethernet line
Command
Description
Downgrade the software image.
dngdcd slot cardName_fileName
Syntax Description
Card The number of the card to downgrade Image The name of the card, such as SCC or NSC Version The name of the configuration file, in the form: rxx.xx.xx.img
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Changes card software to an earlier version than is currently loaded.
Examples
The following example downgrades card 9 to the specified software image.
dngdcd 9.1 scc_r01.01.01.img
Related Commands
upgdcd Upgrade software
Command
Description
Log out.
exitDefaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Type this command to log out from the MGX 8260 Media Gateway
Examples
The following command logs out.
exit
Related Commands
bye Logs out from the MGX 8260 Media Gateway. logout Logs out from the MGX 8260 Media Gateway.
Command
Description
Display the Help menu.
helpSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to navigate the command line interface help system.
Examples
The following example displays the Help menu.
help
Logout of the MGX 8260 Media Gateway.
logoutSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to end the session with the MGX 8260 Media Gateway.
Examples
The following example logs out.
logout
Related Commands
bye Log out
Command
Description
List alarms.
lsalmsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the status of all shelf alarms and card and software errors. For more information, see Monitoring Shelf Alarms.
Examples
The following example lists alarms.
lsalms
Related Commands
clralmhist Clear alarm history
Command
Description
List DS1 BERT results.
lsbertds1 Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the bit error rate status of the specified DS1 line. Use in conjunction with onbertds1 and offbertds1 to test a DS1 line. For more information, see DS1 BERT Test.
Examples
The following example shows the BERT status of the DS1 line at slot 11 line 1.
lsbertds1 11.1
Related Commands
offbertds1 Stop BERT on DS1 onbertds1 Start BERT on DS1
Command
Description
List card details.
lscd CardNum
Syntax Description
CardNum The card about which you want information. Values: 1-16.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list the physical and logical card number, front, back, and daughter card types, the state and service of the card, revision information, serial numbers, alarm information, the ATM queue profile number, the RAM backup, interface mode, and more. For more information, see Viewing Card Configuration and Status.
Examples
The following example lists information about card 8.
lscd 8
Related Commands
lscds Lists information about all physical cards. resetcd Resets the specified card.
Command
Description
List cards .
lscdsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list information on all cards. For more information, see Viewing Summary Information for Cards.
Examples
The following example lists information about all cards.
lscds
Related Commands
lscd Lists information about the specified physical card. resetcd Resets the specified card.
Command
Description
List all clock sources.
lsclksrcsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display all clock sources. For more information, see Viewing Clock Parameters.
Examples
The following example lists clock sources.
lsclksrcs
Related Commands
chpclksrc Change primary clock parameters chsclksrc Change secondary clock parameters swclk Switch clock
Command
Description
List a community strings.
lstmgr Index
Syntax Description
Index The index number of the community string
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays information about the community string and SNMP manager IP address. For more information, see Viewing Community Strings.
Examples
The following example lists information about community string 1.
lscms 1
Related Commands
addtmgr Add trap manager clrtraps Clear traps delcms Delete community string lscmss List community strings lstmgrs List trap managers
Command
Description
List trap managers.
lscmssSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display summary information about all community strings. For more information, see Viewing Community Strings.
Examples
The following example lists all community strings.
lscmss
Related Commands
addtmgr Add trap manager clrtraps Clear traps delcms Delete community string lscms List community string lstmgr List trap manager
Command
Description
List system date, time, and time zone.
lsdateSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the system time and date. For more information, see Viewing Node Parameters.
Examples
The following example displays node information.
lsdate
Related Commands
chdate Change the date and time
Command
Description
List information about a D-Channel.
lsdchan Index
Syntax Description
Index The slot and line number, delimited by a period, of the new D-Channel.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list information about a D-Channel, such as its frame length, DS0, retransmission count, and more. For more information, see Viewing D-Channels.
Examples
The following example lists a D-Channel of line 1 on slot 14:
lsdchan 14.1
Related Commands
adddslp Add a DLSAP profile addmacsapprof Add a MACSAP profile deldchan Delete a D-channel lsdchans List information about D-Channels
Command
Description
List information about all D-Channels.
lsdchansSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list information about all D-Channels. For more information, see Viewing D-Channels.
Examples
The following example lists information about all D-Channels:
lsdchans
Related Commands
adddslp Add a DLSAP profile addmacsapprof Add a MACSAP profile deldchan Delete a D-channel lsdchan List information about a D-Channel
Command
Description
List statistics for a DLSAP.
lsdlsapstat Index
Syntax Description
Index The identifier of a DLSAP Profile. Values: 1 - 20.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list statistics for a DLSAP, such as received and transmitted information frames, receive ready frames, disconnect frames, frame reject frames, and more. For more information, see Viewing DLSAP Statistics.
Examples
The following example lists a D-Channel of line 1 on slot 14:
lsdlsapstat 2
Related Commands
adddslp Add a DLSAP profile addmacsapprof Add a MACSAP profile deldchan Delete a D-channel lsdchans List information about D-Channels
Command
Description
List DLSAP statistics.
lsdlsapstatsSyntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list summary DLSAP statistics. For more information, see Viewing DLSAP Statistics.
Examples
The following example lists DLSAP statistics.
lsdlsapstats
Related Commands
adddslp Add a DLSAP profile addmacsapprof Add a MACSAP profile deldchan Delete a D-channel lsdchans List information about D-Channels
Command
Description
List status for a DLSAP.
lsdlsapstatus Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list the DLSAPstatus for the DS1 line, including outstanding frames, number of frames dropped by MAC, the busy status, flow control state, retransmission count, queue size, and active SAPs and DLCs. For more information, see Viewing DLSAP Status.
Examples
The following example lists the DLSAP status of line 1 on slot 11.
lsdlsapstatus 11.1
Related Commands
deldlsp Delete a DLSAP profile lsdlsapstat List statistics for a DLSAP lsdlsapstats List DLSAP statistics lsdlsp List a DLSAP profile lsdlsps List DLSAP profiles
Command
Description
List a DLSAP profile.
lsdlsp Num
Syntax Description
Num The DLSAP profile number associated with the D-Channel. Values: 1-20.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list the DLSAP profile information, including frame length, window size, retranmission count, timer, modulo, DLC, and TEI information. For more information, see Viewing DLSAP Profiles.
Examples
The following example lists the information for DLSAP profile 5.
lsdlsp 5
Related Commands
deldlsp Delete a DLSAP profile lsdlsapstat List statistics for a DLSAP lsdlsapstats List DLSAP statistics lsdlsapstatus List status for a DLSAP lsdlsps List DLSAP profiles
Command
Description
List summary DLSAP profile information.
lsdlspsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list summary DLSAP information for all profiles. For more information, see Viewing DLSAP Profiles.
Examples
The following example lists the information for DLSAP profiles.
lsdlsps
Related Commands
deldlsp Delete a DLSAP profile lsdlsapstat List statistics for a DLSAP lsdlsapstats List DLSAP statistics lsdlsapstatus List status for a DLSAP lsdlsp List a DLSAP profile
Command
Description
List a DS0 entry.
lsds0 Num
Syntax Description
SlotNum The slot number of the card with the DS1 line. Valid slot numbers: SlotNum The DS1 line number with the DS0 channel. Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168 DS0Num The number of the DS0 channel. Valid entries: 1-24 for DS1 and 1-31 for E1
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list information on the specified DS0.
Examples
The following example lists information on channel 1 of line 1 in slot 11.
lsds0 11 1 1
List all DS0 entries.
lsds0sSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list all configured DS0.
Examples
The following example lists all DS0 entries.
lsds0s
List all alarm thresholds for a DS1 line.
lsds1alm Location
Syntax Description
Location The slot and line number, delimited by a period, of the new DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list DS1 line alarm thresholds, such as Red, RAI, and Perf Alarm Severity. For more information, see Viewing DS1 Alarm Thresholds.
Examples
The following example lists DS1 alarm threshold levels for line 1 of slot 11.
lsds1alm 11.1
List DS1 current statistics.
lsds1cursts Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the performance statistics of the current 15-minute collection period for the specified DS1 line. For more information, see Viewing Current DS1 Statistics.
Examples
The following example shows the performance statistics of the DS1 line at slot 1 line 1.
lsds1curst 1.1
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 current statistics.
lsds1curstsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the performance statistics of the current 15-minute collection period for all DS1 lines. For more information, see Viewing Current DS1 Statistics.
Examples
The following example displays DS1 statistics.
lsds1cursts
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 interval statistics.
lsds1intst Location Num
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168 Num A number specifying an interval, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid). Values: 1-96.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the specified interval of DS1 line performance that were gathered every 15-minutes over the past 24 hours. Fails if the interval does not exist. For more information, see Viewing Interval DS1 Statistics.
Examples
The following example shows performance statistics for the DS1 line at slot 1 line 1.
lsds1intst 1.1 5
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List all DS1current statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 line information.
lsds1ln Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. For example, enter slot 3 line 2 as 3.2. Valid slot numbers: Valid line numbers: DS3 Line Number DS1 Line Number 501 1-28 502 29-56 503 57-84 504 85-112 505 113-140 506 141-168
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display configuration and alarm information about a DS1 lines. For more information, seeViewing DS1 Configuration and Status.
Examples
The following example lists configuration information about the DS1 line at slot 1 line 12.
lsds1ln 1.12
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List all DS1current statistics lsds1intst List DS1 line interval statistics lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List all DS1 lines.
lsds1lnsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the configuration and alarm information for all DS1 lines. For more information, see Listing Summary DS1 Information.
Examples
The following example displays information about all DS1 configurations and alarms.
lsds1lns
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List statistics for all DS1 lines lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 line statistics.
lsds1lnst Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the real-time statistics of the specified DS1 line. For more information, see Viewing DS1 Real-Time Alarm Statistics.
Examples
The following example displays the real-time statistics of the DS1 line at slot 1 line 1.
lsds1lnst 1.1
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List statistics for all DS1 lines lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 total statistics.
lsds1totst Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the totals of performance statistics of the specified DS1 line gathered over the past 24 hours. For more information, see Viewing Total DS1 Statistics.
Examples
The following example shows the totals of performance statistics of the DS1 line at slot 1 line 1 over the past day.
lsds1totst 1.1
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List statistics for all DS1 lines lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 statistics lsds1totsts List DS1 total statistics lslns List existing lines
Command
Description
List DS1 total statistics.
lsds1totstsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays totals of the performance statistics of the all DS1 lines over the past day. For more information, see Viewing Total DS1 Statistics.
Examples
The following example displays statistics of DS1 lines over the past day.
lsds1totsts
Related Commands
addds1ln Add DS1 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line clrds1lnst Clear DS1 line statistics delds1ln Delete DS1 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List statistics for all DS1 lines lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lslns List existing lines
Command
Description
List DS3 alarm.
lsds3alm Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use)
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card addition - no functional change
Release
Modification
Usage Guidelines
Use this command to display the DS3 line alarm thresholds for a given line. For more information, see Viewing DS3 Alarm Thresholds.
Examples
The following example shows the alarm thresholds of the DS3 line at slot 7 line 1.
lsds3alm 7.1
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3curst List DS3 current statistics lsds3intst List DS3 interval statistics lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List DS3 current statistics.
lsds3curst Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use)
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Displays the performance statistics of the current 15-minute collection period for the specified DS3 line. For more information, see Viewing Current DS3 Statistics.
Examples
The following example shows the performance statistics of the DS3 line at slot 7 line 1.
lsds3curst 7.1
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3cursts List all current DS3 statistics lsds3intst List DS3 interval statistics lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List current statistics for all DS3 lines.
lsds3curstsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display the location of the DS3, errored seconds, severely errored seconds, UAS seconds, and LCV seconds. For more information, see Viewing Current DS3 Statistics.
Examples
The following example displays DS3 statistics.
lsds3cursts
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3intst List DS3 interval statistics lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List DS3 interval statistics.
lsds3intst Location Num
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use) Num A number specifying an interval, where 1 is the most recently completed 15 minute interval and 96 is the least recently completed 15 minutes interval (assuming that all 96 intervals are valid). Values: 1-96.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display one of the 96 records of DS3 line performance that were gathered every 15-minutes over the past 24 hours. For more information, see Viewing Interval DS3 Statistics.
Examples
The following example shows performance statistics for the DS3 line at slot 7 line 1.
lsds3intst 7.1 1
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List DS3 line and configuration.
lsds3ln Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use)
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display configuration information about one DS3 line. For more information, see Viewing DS3 Configuration and Status.
Examples
The following lists configuration information about the DS3 line at slot 7 line 1.
lsds3ln 7.1
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3intst List DS3interval statistics lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List DS3 lines.
lsds3lnsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display the configuration information for all DS3 lines. For more information, see Viewing Summary DS3 Information.
Examples
The following example displays all DS3 line configurations.
lsds3lns
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List real-time statistics for a DS3 line.
lsds3lnstSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display Loss of Signal, Out Of Frame, RAI, CCV, Framing Pattern Errors, PBit Parity Errors, and Far End Block Errors. For more information, see Viewing DS3 Real-Time Alarm Statistics.
Examples
The following example displays real-time statistics for slot 14 line 501.
lsds3lnst 14.501
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3intst List DS3 interval statistics lsds3ln List DS3 line lsds3lns List DS3 lines lsds3totst List DS3 total statistics
Command
Description
List DS3 total statistics.
lsds3totst Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS3 line. Valid slot numbers: BSC: 11-16 DMC: 7 or 8 (reserved for future use) Valid line numbers: BSC: 501-506 DMC: 1-6 (reserved for future use)
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced. 1.1 BSC card inclusion - no functional change
Release
Modification
Usage Guidelines
Use this command to display the totals of performance statistics of the specified DS3 line gathered over the past 24 hours. For more information, see Viewing Total DS3 Statistics.
Examples
The following example shows the totals of performance statistics of the DS3 line at slot 7 line 1 over the past day.
lsds3totst 7.1
Related Commands
addds3ln Add DS3 line chds3alm Change DS3 line alarm chds3ln Change DS3 line clrds3lnst Clear statistics for DS3 line delds3ln Delete DS3 line lsds3alm List DS3 alarm lsds3curst List current DS3 line statistics lsds3intst List DS3interval statistics lsds3lns List DS3 line lsds3ln List DS3 lines
Command
Description
List DSP multiservice modules.
lsdspsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list all DSP multiservice modules (MSMs) and their operational status. For more information, see Viewing MSM Configuration and Status.
Examples
The following example lists DSP MSMs.
lsdsps
Related Commands
lsmsms List multiservice modules
Command
Description
List email server.
lsemSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list email server information and source email addresses. For more information, see Listing Email Server and Email Alert Registrations.
Examples
The following example lists email service information.
lsem
Related Commands
addereg Add email registration chem Configure email registration chereg Change email registration delereg Delete email registration lsereg List entry registered lseregs List registered email alerts
Command
Description
List sensor environmental monitoring data.
lsemm UnitID SensorType SensorID
Syntax Description
UnitID The unit identifier: SensorType Temperature, fan, or voltage sensor. Values: 1 - 3, respectively. Fan (3) is valid only with the chassis unit ID (100): SensorID The identifier that is usually on the top or bottom of the card, or next to the CPU. Values: an integer.
Defaults
No default behavior or values
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the specified environmental measurement taken by a single sensor. Sensors measure the following conditions: temperature of the chassis, Switch Control Card (SCC) and Narrowband Service Card (NSC); the voltage of the chassis and all cards, SCC, NSC, and Distribution Matrix Card (DMC); the fan speed of the chassis. Output is degrees Celsius for temperature, volts for chassis, percentage of voltage for card, and rpm for fan sensor. For more information, see Viewing Environmental Information.
Examples
The following example lists the voltage of the chassis.
lsemm 100 3 99923
Related Commands
lsemms List environmental monitoring sensors
Command
Description
List environmental monitoring sensors.
lsemmsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display environmental measurements taken from all sensors in the cards and chassis: the temperature of the chassis, Switch Control Card (SCC), and NSC services module; the voltage of the chassis and all cards, SCC, Narrowband Service Card (NSC), and Distribution Matrix Card (DMC); the fan speed of the chassis. For more information, see Viewing Environmental Summary Information.
Examples
The following example lists environmental monitoring sensors.
lsemms
Related Commands
lsemm List sensor environmental monitoring data
Command
Description
List entry registered.
lsereg Index
Syntax Description
Index Position of the email address in the SnmpEmailRegTable. Values: integer.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Lists an entry registered for email alerts. For more information, see Listing Email Server and Email Alert Registrations.
Examples
The following example lists the email address at position 10 in the registration table.
lsereg 10
Related Commands
addereg Add email registration chem Configure email registration chereg Change email registration delereg Delete email registration lsem List email server lseregs List registered email alerts
Command
Description
List registered email alerts.
lseregsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display list all entries registered for email alerts. For more information, see Listing Email Server and Email Alert Registrations.
Examples
The following example lists entries registered for email alerts.
lsemms
Related Commands
addereg Add email registration chereg Change email registration delereg Delete email registration lsem List email server lsereg List registered email alert
Command
Description
List Ethernet line.
lsethln Location
Syntax Description
Location The slot and line number, delimited by a period, of the Ethernet line. Valid slots: 9 or 10. Valid lines: 1-4.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the configuration information for the Ethernet interface at the line specified. For more information, see Viewing Fast Ethernet Configuration and Status.
Examples
The following example deletes the Ethernet configuration at slot 7 line 1.
lsethln 9.1
Related Commands
addethln Add Ethernet line chethln Change Fast Ethernet line delethln Delete Ethernet line dnethln DeActivate Ethernet line lsethlns List Ethernet Lines upethln Activate Ethernet line
Command
Description
List Ethernet lines.
lsethlnsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the configuration information for all Ethernet interfaces. For more information, see Viewing Fast Ethernet Configuration and Status.
Examples
The following example lists Ethernet lines.
lsethlns
Related Commands
addethln Add Ethernet line chethln Change Fast Ethernet line delethln Delete Ethernet line dnethln DeActivate Ethernet line lsethln List Ethernet line upethln Activate Ethernet line
Command
Description
List event log.
lsevtSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the date and time of the event, a description of the event, and active alarms. For more information, see
Examples
The following example lists the event log.
lsevt
Related Commands
clrevt Clear event log
Command
Description
List information for an RUDP session group.
lsgroup Index
Syntax Description
Index Session group identifier. Value: integer.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session group consists of one or more RUDP sessions. A session represents the `physical' connection between the media gateway and media gateway controller. This command lists detail configuration and status information for a single session group. For more information, see Viewing Session Groups.
Examples
The following example lists information about session group 1.
lsgroup 17
Related Commands
lsgroups List detailed information for all RUDP session groups lsgroupstat List statistics for an RUDP session group
Command
Description
List detailed information for all RUDP session groups.
lsgroupsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session group consists of one or more RUDP sessions. A session represents the `physical' connection between the media gateway and media gateway controller. This command lists summary configuration and status information for all groups. For more information, see Viewing Session Groups.
Examples
The following example lists statistics for all RUDP session groups.
lsgroups
Related Commands
lsgroup List information for an RUDP session group lsgroupstat List statistics for RUDP groups
Command
Description
List statistics for an RUDP session group.
lsgroupstat Index
Syntax Description
Index Session group identifier. Use lsgroups to determine valid identifiers. Value: integer.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session group consists of or more RUDP sessions. A session represents the `physical' connection between the media gateway and media gateway controller. This command lists statistics for a single session group. For more information, see Viewing Session Group Statistics.
Examples
The following example lists statistics for session group 1.
lsgroupstat 17
Related Commands
lsgroup List detailed information for an RUDP session group lsgroups List detailed information for all RUDP session groups
Command
Description
Display file key.
lskeySyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the tftp security key. This key authenticates users when uploading and downloading files. For more information, see Assigning a tftp Security Key.
Examples
The following example displays the current tftp key.
lskey
Related Commands
chkey Change tftp key.
Command
Description
List general LAPD information for a card.
lslapd Location
Syntax Description
Location The slot number of the card. Values: 9-16.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the number of physical links, DLCs, DLCs per SAP, and ASP links. For more information, see Viewing LAPD Parameters.
Examples
The following example lists the LAPD information for the card in slot 10.
lslapd 10
Related Commands
lslapds List information about all LAPD cards
Command
Description
List information about all LAPD cards.
lslapdsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the card number, physical links, number of DLCs, LD links, and ASP links. For more information, see Viewing LAPD Parameters.
Examples
The following example lists information about all LAPD cards in the MGX 8260 chassis.
lslapds
Related Commands
lslapd List general LAPD information for a card
Command
Description
List all lines.
lslnsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the slot number, line number, and line type for each DS1, DS3, and Fast Ethernet line. For more information, see Viewing All MGX 8260 Lines.
Examples
The following example lists existing lines.
lslns
Related Commands
addds1ln Add DS1 line addds3ln Add DS3 line chds1alm Change DS1 alarm severity and thresholds chds1ln Change DS1 line chds3ln Change DS3 line clrds1lnst Clear DS1 line statistics clrds3lnst Clear statistics for DS3 line delds1ln Delete DS1 line delds3ln Delete DS3 line lsbertds1 List DS1 BERT results lsds1alm List DS1 alarm thresholds lsds1curst List DS1 current statistics lsds1cursts List DS1 current statistics lsds1intst List DS1 interval statistics lsds1ln List DS1 line lsds1lns List DS1 lines lsds1lnst List DS1 line statistics lsds1totst List DS1 total statistics lsds1totsts List DS1 total statistics lsds3ln List DS3 line lsds3lns List DS3 lines
Command
Description
List DS3-to-DS1 mapping.
lsm13 DS3Line DS1Line
Syntax Description
DS3Line The number of the source DS3 line. Values: 1 - 6. DS1Line The number of the DS1 line, or starting DS1 line, within the DS3 line. Values: 1 - 28.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the DS3-to-DS1 mapping. For more information, see Viewing Map Tables.
Examples
The following example displays mapping from DS1 line 3 within DS3 line 1.
lsm13 1 3
Related Commands
addm13 Add DS3-to-DS1 mapping chm13 Change DS1 to DS3 map delm13 Delete DS1 to DS3 map lsm13s List DS3-to-DS1 mappings
Command
Description
List DS3-to-DS1 mappings.
lsm13sSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays all DS3-to-DS1 mapping. For more information, see Viewing Map Tables.
Examples
The following example displays all DS3-to-DS1 mapping.
lsm13s
Related Commands
addm13 Add DS3-to-DS1 mapping chm13 Change DS1 to DS3 map delm13 Delete DS1 to DS3 map lsm13 List a DS3-to-DS1 mapping
Command
Description
List information about a MACSAP profile.
lsmacsapprof Index
Syntax Description
Index The identifier of a MAC SAP. Values: 1 - 16.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the interface, arbitration, LAPD type, and N202. For more information, see Viewing MACSAP Profiles.
Examples
The following example displays information about MAC SAP 3.
lsmacsapprof 3
Related Commands
addmacsapprof Add a MACSAP profile delmacsapprof Delete a MACSAP profile lsmacsapprofs List all MACSAP profiles lsmacsapstat List statistics for a MACSAP interface lsmacsapstats List MACSAP statistics
Command
Description
List all MACSAP profiles.
lsmacsapprofsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list summary information about MACSAP interfaces, including the MACSAP profile number, the interface, arbitration, LAPD type, and N202. For more information, see Viewing MACSAP Profiles.
Examples
The following example lists all MACSAP profiles.
lsmacsapprofs
Related Commands
addmacsapprof Add a MACSAP profile delmacsapprof Delete a MACSAP profile lsmacsapprof List information about a MACSAP profile lsmacsapstat List statistics for a MACSAP interface lsmacsapstats List MACSAP statistics
Command
Description
List statistics for a MACSAP interface .
lsmacsapstat Index
Syntax Description
Index The slot and line number, delimited by a period, of the MACSAP interface.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display received frames, transmitted frames, and received bytes for a MACSAP interface. For more information, see Viewing MACSAP Statistics.
Examples
The following example displays statistics for the MACSAP at slot 14, line 1.
lsmacsapstat 14.1
Related Commands
addmacsapprof Add a MACSAP profile delmacsapprof Delete a MACSAP profile lsmacsapprof List information about a MACSAP profile lsmacsapprofs List information about all MACSAP profiles lsmacsapstats List MACSAP statistics
Command
Description
List MACSAP statistics for all interfaces.
lsmacsapstatsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays statistics for MACSAP, including the location of each MACSAP, received frames, transmitted frames, and received bytes. For more information, see Viewing MACSAP Statistics.
Examples
The following example displays MACSAP statistics for all interfaces
lsmacsapstats
Related Commands
addmacsapprof Add a MACSAP profile delmacsapprof Delete a MACSAP profile lsmacsapprof List information about a MACSAP profile lsmacsapprofs List information about all MACSAP profiles lsmacsapstat List statistics for a MACSAP interface
Command
Description
List MGCP core parameters.
lsmgcpSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the MGCP protocol parameters. For more information, see Viewing MGCP Status Information.
Examples
The following example lists MGCP core parameters.
lsmgcp
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chmgcpcore Change MGCP core parameters chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcpdef List MGCP default parameters
Command
Description
List MGCP default parameters.
lsmgcpdefSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays the MGCP protocol default parameters. For more information, see Viewing MGCP Settings.
Examples
The following example displays default parameters for the MGCP protocol.
lsmgcpdef
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chmgcpcore Change MGCP core parameters chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcp List MGCP core parameters
Command
Description
List MGCP statistics.
lsmgcpstatSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display statistics for the MGCP protocol stack. For more information, see Viewing MGCP Protocol Statistics.
Examples
The following example lists statistics for the MGCP protocol stack.
lsmgcpstat
Related Commands
chmgcplocaladdr1 Change the MGCP local address for network 1 chmgcplocaladdr2 Change the MGCP local address for network 2 chmgcpcore Change MGCP core parameters chpmgcpaddr Change the primary Media Gateway Controller addresses chsmgcpaddr Change the secondary Media Gateway Controller addresses lsmgcp List MGCP core parameters lsmgcpdef List MGCP default parameters
Command
Description
List management IP addresses.
lsmgipsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display all management IP addresses and related information. For more information, see Viewing Management Port Parameters.
Examples
The following example displays management IP addresses.
lsmgips
Related Commands
chibip Change in-band IP chsysip Change system IP
Command
Description
List MPC parameters.
lsmpcSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.1 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list MPC parameters: the default type of network, packetization period, bandwidth, echo cancellation, silence suppression, type of service, resource reservation, and COT receive and transmit tones.
Examples
The following example displays MPC parameters.
lsmpc
List multiservice modules.
lsmsmsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list all multiservice modules (MSMs) and their operational status. For more information, see Viewing MSM Configuration and Status.
Examples
The following example displays multiservice modules.
lsmsms
Related Commands
lsdsps List DSP multiservice modules
Command
Description
List node information.
lsndinfSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the rack number for this node, the node name and number, and the type and serial number of the back plane. For more information, see Viewing Node Parameters.
Examples
The following example displays node information.
lsndinf
Related Commands
chndinf Change node information
Command
Description
List all ports.
lsportsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display information about all ports.
Examples
The following example displays information about ports.
lsports
List redundancy pairs.
lsredsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display card redundancy pairs. For more information, see Viewing BSC and NSC Redundancy.
Examples
The following example lists card redundancy pairs.
lsreds
Related Commands
addreds Add card redundancy pairs delreds Delete card redundancy pairs
Command
Description
List statistics for an RUDP connection.
lsrudpconnstats ID
Syntax Description
ID RUDP session identifier. Value: integer
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
The communications link between the media gateway and media gateway controller uses a Reliable UDP connection. This command lists the connection-related statistics for one link, which includes packet transmission totals and selected connection problems. For more information, see Viewing RUDP Connection Statistics.
Examples
The following example lists statistics for an RUDP connection.
lsrudpconnstats
Related Commands
lsgroupstat List session group statistics lsrudptxstats List RUDP transport statistics lssessstats List session statistics lssessstatslr List session statistics since last reset
Command
Description
List RUDP transport statistics.
lsrudptxstats SessionSetId GroupId SessionId
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6. GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list transport RUDP statistics, including RUDP connections events and transmit failures. For more information, see Viewing RUDP Transport Statistics.
Examples
The following example displays RUDP parameters for session 1 of group 1 in set 1.
lsrudptxstats 1 1 1
Related Commands
lsgroupstat List session group statistics lsrudpconnstats List RUDP connection statistics lssessstats List session statistics lssessstatslr List session statistics since last reset
Command
Description
List RUDP session information.
lssession Index
Syntax Description
Index The session identifier. Use lssessions to determine valid identifiers. Value: integer.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session represents a `physical' connection between the media gateway and media gateway controller. This command lists detail information for a single RUDP session. For more information, see Viewing Session Manager Information.
Examples
The following example lists information about session 33.
lssession 33
Related Commands
lssgrps List session group information lssets List session set information
Command
Description
List all RUDP sessions.
lssessionsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session represents a `physical' connection between the media gateway and media gateway controller. This command lists summary information for a all RUDP sessions. For more information, see Viewing Session Manager Information.
Examples
The following example lists all RUDP sessions.
lssessions
Related Commands
lssession List all RUDP session lsset List session set information
Command
Description
List session statistics.
lssessstats SessionSetId GroupId SessionId
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6. GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list session statistics for a specific session, such as total packets and PDU information. For more information, see Viewing Session Manager Statistics.
The following example displays session statistics for session 1 of group 1 in set 1.
lssessstats 1 1 1
Related Commands
lsgroupstat List session group statistics lsrudpconnstats List RUDP connection statistics lsrudptxstats List RUDP transport statistics lssessstatslr List session statistics since last reset
Command
Description
List session statistics since last reset.
lssessstatslr SessionSetId GroupId SessionId
Syntax Description
SessionSetId The index of the session set to which the group containing the session manager belongs. Values: 1-6. GroupId The index of the session group to which the session manager belongs. Values: 1 or 2. SessionId The index of this session. Values: 1 or 2
Syntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list session statistics since the last reset, such as total packets and PDU information. For more information, see Viewing Session Manager Statistics.
Examples
The following example displays session statistics for session 1 of group 1 in set 1.
lssessstatslr 1 1 1
Related Commands
lsgroupstat List session group statistics lsrudpconnstats List RUDP connection statistics lsrudptxstats List RUDP transport statistics lssessstats List session statistics
Command
Description
List RUDP session set information.
lsset Index
Syntax Description
Index The session set identifier. Use lssets to determine valid identifiers. Value: integer 1-6.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session set is a collection of session groups, each connecting to a different media gateway controller. Use session sets for redundant media gateway controller architectures. This command lists detail information for a single RUDP session set. For more information, see Viewing Session Set Information.
Examples
The following example lists RUDP session set information.
lsset
Related Commands
lssession List RUDP session lssessions List all RUDP sessions
Command
Description
List all RUDP session sets.
lssetsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 5
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
A session set is a collection of session groups, each connecting to a different media gateway controller. Use session sets for redundant media gateway controller architectures. This command lists summary information for all RUDP session sets. For more information, see Viewing Session Set Information.
Examples
The following example lists all session set information.
lssets
Related Commands
lssession List RUDP session lssessions List all RUDP sessions lsset List RUDP session information
Command
Description
List trap manager.
lstmgr Addr
Syntax Description
Addr The IP address of the manager
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Displays information in the trap registration list about the manager at the specified address. For more information, see Viewing SNMP Trap Registrations.
Examples
The following example lists information about the SNMP manager at 10.1.1.1.
lstmgr 10.1.1.1
Related Commands
addtmgr Add trap manager clrtraps Clear traps delcms Delete community string lscms List community string lscmss List community strings lstmgrs List trap managers
Command
Description
List trap managers.
lstmgrsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display information about all managers in the trap registration list. For more information, see Viewing SNMP Trap Registrations.
Examples
The following example lists trap managers.
lstmgrs
Related Commands
addtmgr Add trap manager clrtraps Clear traps delcms Delete community string lscms List community string lscmss List community strings lstmgr List trap manager
Command
Description
List the trap log.
lstrapsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the date and time of each trap and alarms associated with them.
Examples
The following example displays information about all traps.
lstraps
Related Commands
addtmgr Add trap manager clrtraps Clear traps delcms Delete community string lscms List community string lscmss List community strings lstmgr List trap manager
Command
Description
List a user profile.
lsusp Index
Syntax Description
Index A userProfileTable index number. Values: 1 - 20.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list the specified user profile by index. To determine the index, use lsusps. For more information, see Viewing User Profiles.
Examples
The following example displays the profile for the user at index 3 in the user profile table. The profile includes the user's security level.
lsusp 3
Related Commands
addusp Add user profile delusp Delete user profile lsusps List all user profiles
Command
Description
List all user profiles.
lsuspsSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 1
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to list the user identifier and security level for all user profiles. For more information, see Viewing User Profiles.
Examples
The following example lists all user profiles.
lsusps
Related Commands
addusp Add user profile delusp Delete user profile lsusp List a user profiles
Command
Description
Stop BERT on DS1.
offbertds1 Location
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to stop the BERT on the specified DS1 line.
Examples
The following example stops a BERT that is running on the DS1 line at slot 1 line 1.
offbertds1 1.1
Related Commands
lsbertds1 List DS1 BERT results lsds1ln List DS1 line lsds1lns List DS1 lines onbertds1 Start BERT on DS1
Command
Description
Start BERT on DS1.
onbertds1 Location Pattern Rate DS0 StateCtrl
Syntax Description
Location The slot and line number, delimited by a period, of the DS1 line. Pattern One of the following patterns. Values: 1-13. 1 = Randomly-generated 29 -1 pattern 2 = Randomly-generated 211 -1 pattern 3 = Randomly-generated 215 -1 pattern 4 = Randomly-generated 220 -1 pattern with QRSS 5 = Randomly-generated 220 -1 pattern 6 = Randomly-generated 223 -1 pattern 7 = Repetitively-generated all-1 pattern 8 = Repetitively-generated all-1 pattern 9 = Repetitively-generated alternating 1 and 0 pattern 10 = Repetitively-generated alternating 11 and 00 pattern 11 = Repetitively-generated 1 in 24 pattern 12 = Repetitively-generated 1 in 16 pattern 13 = Repetitively-generated 1 in 8 pattern Rate The error rate to be injected into the pattern during BERT test. The value is used as the exponent in the formula, BER 10-x. For example, if x = 1, the error rate is 10-1 or 10%. If the rate is 0, no error is injected in the BERT pattern. Values: 1-8 as follows: 1---No Error Rate Injection. 2---0.1 3---0.01 4---0.001 5---0.0001 6---0.00001 7---0.000001 8---0.0000001 Ds0 A bit-mask specifying which DS0s are going to participate in the Bert test. StateCtrl A integer to control starting and stoping the Bert test. Values: 1---Start Bert test. 2---Stop Bert test.
Defaults
No default behavior or values.
Command Modes
Security level 3
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to start the BERT on the specified DS1 line. To specify which DS0s participate in a Bert test, use the Ds0 parameter. For example, 0000000000110101 specifies that the DS0 number 1, 3, 5 and 6 are participating. Convert this binary number to a decimal number and then enter that number on this option. For example, binary 0000000000110101 equals 53 decimal. Enter 53 for this option in this example
Examples
The following example starts a BERT of the DS1 line at slot 1 line 1, using the 11 00 test pattern a test rate of 10%.
onbertds1 1.1 10 1
Related Commands
lsbertds1 List DS1 BERT results lsds1ln List DS1 line lsds1lns List DS1 lines offbertds1 Stop BERT on DS1
Command
Description
Reset card.
resetcd Card
Syntax Description
Card The number of the card to reset
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to specify a card to reset.
Examples
The following example resets card 1.
resetcd 1
Related Commands
lscd List information about a card lscds List information about all cards
Command
Description
Reset node, including all processor and service modules.
resetndSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to reset the node.
Examples
The following example resets the node.
resetnd
Related Commands
clrndcnf Clear node configuration
Command
Description
Switch to redundant NSC.
swcd Card
Syntax Description
Card The slot number of active card to switch for the standby redundant card
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to switch between the active and standby cards of a redundant pair.
Examples
The following example makes the card in slot 1 the standby instead of the active card in a redundant pair.
swcd 1
Related Commands
addreds Add a card redundancy pair delreds Delete a card redundancy pair lsreds List redundancies
Command
Description
Switch clock.
swclkSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to switch from the current clock source to the standby clock source.
Examples
The following example switches to the standby clock.
swclk
Related Commands
chpclksrc Change primary clock source chsclksrc Change secondary clock source lsclksrcs List clock sources
Command
Description
Activate Ethernet line.
upethln Location
Syntax Description
Location The slot and line number, delimited by a period, of the Ethernet line
Defaults
No default behavior or values.
Command Modes
Security level 4
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to bring up an Ethernet interface.
Examples
The following example brings up the Ethernet interface at slot 9 line 1, address 10.1.2.10.
upethln 9.1
Related Commands
addethln Add Ethernet line chethln Change Fast Ethernet line delethln Delete Ethernet line dnethln DeActivate Ethernet line lsethln List Ethernet line lsethlns List Ethernet Lines
Command
Description
Upgrades the software image.
upgdcd slot cardName_fileName
Syntax Description
Card The number of the card to upgrade Image The name of the card, such as SCC or NSC Version The name of the configuration file, in the form: rxx.xx.xx.img
Defaults
No default behavior or values.
Command Modes
Security level 2
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Changes card software to an later version than is currently loaded.
Examples
The following example downgrades card 9 to the specified software image.
upgdcd 9.1 scc_r01.01.01.img
Related Commands
dngdcd Upgrade software
Command
Description
Show the software version.
versionSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to display the version information about the MGX 8260 Media Gateway.
Examples
The following example displays the software version.
version
List the name of the user who is currently logged in.
whoamiSyntax Description
The command has no arguments or keywords.
Defaults
No default behavior or values.
Command Modes
Security level 6
Command History
1.0 This command was first introduced.
Release
Modification
Usage Guidelines
Use this command to determine who is logged in.
Examples
The following example displays the name of the user who is logged in.
whoami
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Thu Mar 30 20:24:48 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.