Hello, dear!
Good day to you!
In this post, I will show you how to configure a QSIG trunk using command.
Scenario Description
Configurations vary depending on the actual data plan. The following assumes that you need to:
Using the U1960 as an example, add a QSIG link. Set the link number to 1, E1/T1 port number to 0, and link position to User Side.
Procedure
1. Log in to the U1900 in CLI mode and access the Config mode.
2. Add an MTU board by setting the slot number to 4, E1 port number to 0, office route number to 0, and default signaling type to QSIG.
config add board slot slot type type trunkport trunkport officeno officeno signallingtype signallingtype
config add board slot 4 mtu type trunkport 0 officeno 0 signallingtype qsig
==== Command executed success ! ====
3. Add a QSIG link by setting the link number to 1, slot number to 4, E1 port number to 0, and link position to user-side.
config add qsiglink linkno 1 slot 4 trunkport 0 position user
==== Command executed success ! ====
Parameter | Description |
|---|---|
slot | Indicates the slot number. |
officeno | Indicates the office route number of a trunk circuit. The value must be an integer ranging from 0 to 254. |
linkno | Indicates the number of a QSIG link, which is unique. The value must be an integer ranging from 0 to 255. |
trunkport | Indicates the number of the E1 port that provides the link. The value must be an integer ranging from 0 to 3. |
position | The value can be user or network. You need to negotiate the value of this parameter with the peer office to ensure that different values are set on the two sides. |
type | Indicates the board type. The options vary depending on the device model. U1911/U1960/U1981: mtu and btu U1980: atu, mrs, dtu, and dtu8 |
signallingtype | Indicates the signaling type. The options are as follows: |
cassignal: CAS. If the port connects to the peer device through the R2 trunk, select this option.
pra: PRA signaling. If the port connects to the peer device through the PRA trunk, select this option.
isup: ISUP signaling. If the port connects to the peer device through the ISUP trunk, select this option.
tup: TUP signaling. If the port connects to the peer device through the TUP trunk, select this option.
qsig: QSIG signaling. If the port connects to the peer device through the QSIG trunk, select this option.
4. Run the save command to save the data.
save
==== Command executed success ! ====
