You are on page 1of 9

UA5000

Operation Manual - PVU Volume

Contents

Contents
20 V5 Interface Maintenance.....................................................................................................20-1
20.1 Overview ...................................................................................................................................................20-2
20.2 Maintaining the V5 Interface ....................................................................................................................20-3
20.2.1 Querying the State of a V5 Interface................................................................................................20-3
20.2.2 Resetting a V5 Interface...................................................................................................................20-4
20.2.3 Enabling/Disabling a V5 Interface...................................................................................................20-4
20.2.4 Conducting V5 Interface Protection Switchover..............................................................................20-4
20.2.5 Restarting the PSTN Protocol on a V5 Interface .............................................................................20-5
20.2.6 Querying the State of a V5 Link ......................................................................................................20-5
20.2.7 Blocking a V5 Link..........................................................................................................................20-5
20.2.8 Unblocking a V5 Link......................................................................................................................20-6
20.2.9 Requesting the ID of a Link.............................................................................................................20-6
20.2.10 Reprovisioning Operations ............................................................................................................20-6

Issue 02 (2007-03-20)

Huawei Technologies Proprietary

UA5000
Operation Manual - PVU Volume

Tables

Tables
Table 20-1 Commands for maintaining a V5 interface.....................................................................................20-2

ii

Huawei Technologies Proprietary

Issue 02 (2007-03-20)

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

20

V5 Interface Maintenance

About This Chapter


The following table lists the contents of this chapter.
Section

Describes

20.1 Overview

The components of the V5 interface maintenance


and the commands for maintaining a V5 interface

20.2 Maintaining the V5 Interface

How to maintain the V5 interface

Issue 02 (2007-03-20)

Huawei Technologies Proprietary

20-1

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

20.1 Overview
The V5 interface maintenance includes the maintenance and management of the service entities
specified in V5 protocol. The specific maintenance includes:
z

Starting and resetting V5 system

Maintaining 2 Mbit/s link within V5 interface

Maintaining V5 timeslots

Starting link identity procedure

Starting re-provisioning procedure


Perform these operations with caution because they may affect the ongoing services.

Table 20-1 shows commands for maintaining a V5 interface.


Table 20-1 Commands for maintaining a V5 interface

20-2

To

Use

Remarks

Query the state of a V5 interface

display if-v5 state

V5 interface config mode

Reset a V5 interface

reset

V5 interface config mode

Enable/Disable a V5 interface

[undo] shutdown

V5 interface config mode

Conduct V5 Interface Protection


Switchover

switch-over

V5 interface config mode

Restart the PSTN protocol on a


V5 interface

pstn restart

V5 interface config mode

Query the state of a V5 link

display link state

V5 interface config mode

Block/Unblock a V5 link

[undo] link block

V5 interface config mode

Request the ID of a V5 link

link identify

V5 interface config mode

Huawei Technologies Proprietary

Issue 02 (2007-03-20)

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

20.2 Maintaining the V5 Interface


20.2.1 Querying the State of a V5 Interface
You can query the V5 interface status based on the V5 interface ID. The queried results include:
z

V5 interface state

V5 interface ID

V5 interface type

Current variable value

Primary link ID

Secondary link ID

Number of links of this V5 interface

Whether to enable the link identity

PSTN protocol data link state

Control protocol data link state

BCC protocol data link state

Link protocol data link state

Protection data link I state

Protection data link II state

In the global config mode, use the display if-v5 state [v5id] command. You can also use the
display if-v5 state command to query the V5 interface status in the specified V5 interface
mode.
For example, to query the state of the V5 interface 61, do as follows:
huawei(config-if-v5-61)#display if-v5 state
-------------------------------V5 interface state:

interface normal

V5 interface ID

V5 interface type

current variable value

61

LE_V5

primary link ID

standby link ID

interface link number

20

21

Starting link identification:


Interface timed starting

: 0

start in interface starting : 0

Start after re-provisioning: 0

Start after link restoration: 0

States of protocol data links under V5 protocol


PSTN protocol data link state

: data link normal

Control protocol data link state

: data link normal

BCC protocol data link state

: data link normal

Link control protocol data link state : data link normal


Protection protocol data link 1 state : data link normal
Protection protocol data link 2 state : data link normal
Logic C-channel:
C-channel frame/slot/port/TS

Issue 02 (2007-03-20)

protection group type

Huawei Technologies Proprietary

20-3

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance
61

/0

/20

/16

GROUP1-ACT

Bearer protocol:
C-channel PSTN CTRL BCC PROTECT LINKCTRL ISDN-Ds ISDN-P ISDN-F
61

Standby physical C-channel:


Serial No.

frame/slot/port/TS

/0

/21

/16

Protection group type


GROUP1-STD

---------------------------------------------------------------------------------------------------If the operation fails, check whether the V5 interface exists according to the error prompt.

20.2.2 Resetting a V5 Interface

Be cautious about resetting a V5 interface because it affects the ongoing service.


After you modify the attributes, links or C channel of the V5 interface, use the reset command
in the V5 interface configuration mode to reset this V5 interface. After that, the modification
can take effect.

20.2.3 Enabling/Disabling a V5 Interface

Be cautious about disabling a V5 interface because it affects the ongoing service.


Use the shutdown command to disable the specified V5 interface. Use the undo shutdown
command to enable a disabled V5 interface.
Perform this operation with caution because it will affect the user connection.

20.2.4 Conducting V5 Interface Protection Switchover


You can conduct the protection switchover on the specified V5 interface to switch its logical C
channel to a new physical C channel.
z

For the LE_V5 interface, input the target link ID and the timeslot ID correctly.

For the AN_V5 interface, if you dont input the target link ID or timeslot ID, the target
physical C channel will be determined by the V5 interface at LE side (LE_V5).

The protection switchover can be performed only after the standby C channel is configured.
In the V5 interface configuration mode, use the switch-over logiccid [dstlinkid tsno] command
to perform protection switchover for the logical C channel of the specified V5 interface.
The following describes the parameters of the above command.
logiccid: The identification of the logical C channel to be switched over.

20-4

Huawei Technologies Proprietary

Issue 02 (2007-03-20)

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

dstlinkid: The identification of the link where the destination physical C channel is located
For example, to switch logical C channel 1 of the V5 interface to Timeslot 16 of physical link 0,
do as follows:
huawei(config-if-v5-1)#switch-over 1 0 16
Are you sure to operate protection switch-over? [Y|N]:y

20.2.5 Restarting the PSTN Protocol on a V5 Interface


In the V5 interface configuration mode, use the pstn restart command to restart PSTN protocol
for the V5 interface.
For example, to restart the PSTN protocol on V5 interface 1, do as follows:
huawei(config-if-v5-1)# pstn restart
Are you sure to restart PSTN? [Y|N] y

If the operation fails, check whether the V5 interface is in normal condition.

20.2.6 Querying the State of a V5 Link


Use the display link state command to query the status of one or more links of a specified V5
interface.
For example, to query the status of links 0 and 1 of V5 interface 1, do as follows:
huawei(config-if-v5-1)# display link state 0 1
-------------------------------------------------------------------------Serial No.
0
1

query result

SUCCESS
SUCCESS

NO
NO

CRC4 check

link state machine state

link normal
link normal

local LID state

link identification succeeded


link ID not requested

------------------------------------------------------------------------

If the operation fails, check whether these V5 links exist.

20.2.7 Blocking a V5 Link


In the specified interface configuration mode, use the link block blocktype startlinkid
[endlinkid] command to block the specified one or more V5 links.
z

To block one V5 link, specify the start link ID only.

To block multiple V5 links, specify both the start and end link IDs.

The block type includes:


z

Immediate block

The immediate block means blocking the link from AN, despite the current link state. If there is
a call over the link, the call will be disconnected. The immediate block is not recommended,
because the operation may lead to inconsistent status between LE and AN. The immediate
block operation shall not be performed to the main link.
z

Deferred block

The block for both the deferred block and non-deferred block are originated by the AN.
However, whether the link shall be blocked depends upon the LE.
z

Issue 02 (2007-03-20)

Non-deferred block

Huawei Technologies Proprietary

20-5

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

The non-deferred block means performing the blocking despite the call connection. It may lead
to call disconnection. For the deferred block, the system will perform the blocking operation
after all calls in the link stop.
For example, to perform deferred block to Link 1 of the V5 interface 1, do as follows.
huawei(config-if-v5-1)# link block deferred_block 1
Are you sure to block V5 link? [Y|N]:y

20.2.8 Unblocking a V5 Link


In the specified interface configuration mode, use the undo link block startlinkid [endlinkid]
command to unblock one or more V5 links.
z

To unblock one V5 link, specify the start link ID only.

To unblock multiple V5 links, specify both the start and end link IDs.

For example, to unblock Link 1 on the AN_V5 interface, do as follows.


huawei(config-if-v5-1)#undo link block 1
Are you sure to unblock V5 link? [Y|N]:y

20.2.9 Requesting the ID of a Link


In the specified interface configuration mode, use the link identify linkid command to request
the ID of a link.
For example, to perform link identity request operation to Link 0 of V5 interface, do as follows.
huawei(config-if-v5-1)#link identify 0

20.2.10 Reprovisioning Operations


z

Reprovisioning the data set usable

Use the reprovision data-usable variable command to reprovision data set usable. The
parameter variable refers to the variable code of the reprovisioned variable.
z

Reprovisioning the verification

Use the reprovision verify variable command to enable the verification mechanism to verify
whether the reprovisioned variables in the AN and LE are usable. Request the LE to verify.
z

Switching to the new variable

Use the reprovision switch-to new-variable variable command to enable the reprovisioning
and send the switch to new variable message.
z

Checking the reprovisioning

Use the reprovision ready variable command to send the message indicating the
reprovisioning is ready.
Use the undo reprovision ready variable reason command to send the message indicating the
reprovisioning is not ready.
reason: the reason for rejecting the reprovisioning, that is, variable is unknown, variable is not
ready, or provisioning is being processed.
z

20-6

Rejecting the reprovisioning

Huawei Technologies Proprietary

Issue 02 (2007-03-20)

UA5000
Operation Manual - PVU Volume

20 V5 Interface Maintenance

Use the reprovision reject variable reason command to reject the reprovisioning.
z

Starting the reprovisioning

Use the reprovision start variable command to start the reprovisioning.


z

Requesting the LE interface variable and interface ID

Use the vid request command to verify the reprovisioned variable and interface ID of the LE.

Issue 02 (2007-03-20)

Huawei Technologies Proprietary

20-7

You might also like