Sie sind auf Seite 1von 7

FAKULTI TEKNOLOGI KEJURUTERAAN

ELEKTRIK DAN ELEKTRONIK


UNIVERSITI TEKNIKAL MALAYSIA MELAKA

TELECOMMUNICATION SWITCHING SYSTEM

BEET3393 SEMESTER 2 SESI 2019/2020

LAB CASE STUDY 2: IP TELEPHONY NETWORK DESIGN

NO
STUDENTS' NAME MATRIC. NO.
.

1.

2.

3.

PROGRAMME 3 BEET

SECTION /
GROUP

DATE

1.
NAME OF
INSTRUCTOR(S)
2.

EXAMINER’S COMMENT(S) TOTAL MARKS


1.0 OBJECTIVES
1. To study how to design IP Telephony System Network Design using AR 1200,
IAD132E(T), IP Phone 7830 & IP Phone 7810 and analog phones
2. To study how to setup IP Telephony between branch and HQ

1.0 EQUIPMENT

1. Huawei Router AR 1200


2. IAD132E(T)
3. IP Phone 7830 & IP Phone 7810
4. Analog phones

2.0 SYNOPSIS & THEORY

AR1200 routers deployed at the edge of enterprise branches provide flexible access to
remote network connections. They meet most access requirements, including leased line,
Ethernet, xDSL, LTE, 3G service, and WLAN. This flexibility adds compelling value to customers
by reducing deployment and maintenance costs. Router models with fixed 100 M Ethernet
interfaces support PoE and PoE+, and can provide power for powered devices (PDs), such as IP
phones. Each PoE+ interface provides more than 30 W of power to support high-power PDs. AR
routers support LTE which can increase the wireless speed greatly and improve the spectral
efficiency. The end-to-end LTE QoS mechanism and the AR routers’ bandwidth monitoring and
dynamic adjustment of QOS policy can guarantee high priority services.

The AR1200 can function as an IP PBX or SIP gateway for enterprise networks. To
enhance the corporate image and improve communication efficiency, all AR routers include a built-
in PBX. This feature supports the enterprise main number, Interactive Voice Response (IVR), and
bill query functions. The AR1200 can also be located in a branch office to provide intelligent dialing

Figure 3.1: The AR1200 implementation as WAN Access and as an IP PBX or SIP

Configure Huawei AR1220 in branch


. By using your knowledge from previous laboratory session and case study, you may
design your own IP telephony in enterprise network where one router will provide SIP application
and another for networking purpose.
3.0 PROCEDURE
1. Design your own IP telephony network
2. Configure one AR1220EV as IP PBX
3. Configure one AR1220EV as normal router
4. Configure IAD104H
5. Configure IAD132e(T)
6. Configure SIP users.

Refer to Lab 3 and Lab 4 for steps used to configure IAD132 and AR1220.

4.0 FINDINGS

When makes an IP PBX configuration, it is important to follow the step-by-step procedure


to avoid any error that may cause the configuration failures. In this section, the results
step-by-step are shown along with the explanation for further understanding.

1. Configure interface address pools.


- Enter the system view. Command ; system-view
- Enter the interface view. Command ; interface interface-type interface-number
- (optional) configure a bound VPN instance. Command ; ip binding vpn- instance
- Configure an Enthernet IP address. Command ; ip address { mask | mask- length }
- Return to the system view command ; quit
- Enter the voice view command voice
- Add an IP address to the signaling IP address pool. Command ; voip- address
signaling interface interface- type interface-number {ip-address | dynamic }
- Configure the interface and type for the media relay. Command ; sbc media-relay.
2. Configure an enterprise/DN set.
- Create an enterprise and enter the enterprise view. Command ; enterprise
enterprise-name.
- Configure the DN set. Command ; dn-set dn-set-name [ description description ]
3. Configuring the SIP-server.
- Enter the SIP server view. Command ; sipserver
- Configuring the signaling IP address and signaling port number of the SIP server.
- Configuring a signaling domain name for the SIP server that uses a dynamic signaling
IP address.
- Configuring the media IP address of the SIP server.
- Configure the home domain for the SIP server. Command ; home-domain domain
- Enable media proxy command ; sbc media-proxy
- Reset the SIP server. Reset
4. Configure a trunk group.
- Create a call route. Command callroute-name
- Configure a call route policy. Command selecttype-value
5. Configure a trunk group.
- Create and the SIP AT0 trunk group view. Command name sip trunk-group.
- Bind a route mode. Command; callroute-name
- Configure a local signaling IP address and port number. Command; {ip-address |
addr-name signal-addr-name-value } port port-value
- Configure a local media IP address or dynamic media IP address name. command ;
media ip { ip-address | addr-name-value }
- Configure a peer IP address and port number (select a static or DNS mode based on
actual needs)
- Configure the home domain name of a peer trunk group.
- Configure the URI of the registration server.
- Enable the media agent.
- Configure the bound trunk group.
- Reset a trunk group.
6. Configure users.
- Create a SIP user and enter the user view.
- Configure the user device identifier.
- Configure the user telephone and number and long number.
- Configure the user authentication password.
- Configure agent registration.
7. Configure incoming and outgoing prefixes.
- Create and enter the prefix template view.
- Configure the prefix
- Configure the prefix call type and call attribute
- Configure the number analysis length
8. Save the current setting.
Configuration example

#Configure interface addresses and address pools.


<uawei> system-view
[Huawei] interface gigabitethernet 0/0/0
[Huawei-GigabitEthernet0/0/0] ip address 192.168.10.2 24
[Huawei-GigabitEthernet0/0/0] quit
[Huawei] interface gigabitethernet 0/0/1
[Huawei-GigabitEthernet0/0/1] ip address 10.10.10.10 24
[Huawei-GigabitEthernet0/0/1] quit
[Huawei] voice
[Huawei-voice] voip-address media interface gigabitethernet 0/0/0
192.168.10.2
[Huawei-voice] voip-address signalling interface gigabitethernet 0/0/0
192.168.10.2
[Huawei-voice] voip-address media interface gigabitethernet 0/0/1
10.10.10.10
[Huawei-voice] voip-address signalling interface gigabitethernet 0/0/1
10.10.10.10
[Huawei-voice] sbc media-relay interface GigabitEthernet 0/0/0 external
[Huawei-voice] quit

#Configure the DN set.


[Huawei-voice]enterprise default
[Huawei-voice-enterprise-default]dn-set proxy
[Huawei-voice-enterprise-default]quit

#Configure the SIP server.


[Huawei-voice]sipserver
[Huawei-voice-sipserver]signalling-address ip 10.10.10.10 port 5060
[Huawei-voice-sipserver]media-ip 10.10.10.10
[Huawei-voice-sipserver]register-uri abcd.com
[Huawei-voice-sipserver]home-domain abcd.com
[Huawei-voice-sipserver]sbc media-proxy enable
[Huawei-voice-sipserver]reset
[Huawei-voice-sipserver]quit

#Configure a call route.


[Huawei-voice]callroute at0-out
[Huawei-voice-callroute-at0-out]selecttype callertimebase
[Huawei-voice-callroute-at0-out]quit

#Configure a trunk group.


[Huawei-voice]trunk-group sipat0-proxy sip trunk-circuit
[Huawei-voice-trunkgroup-sipat0-proxy]enterprise default dn-set proxy
[Huawei-voice-trunkgroup-sipat0-proxy]callroute at0-out callertelno
20000x
[Huawei-voice-trunkgroup-sipat0-proxy]signalling-address ip 192.168.10.2
port 5080
[Huawei-voice-trunkgroup-sipat0-proxy]media-ip 192.168.10.2
[Huawei-voice-trunkgroup-sipat0-proxy]peer-address static 192.168.10.10
5060
[Huawei-voice-trunkgroup-sipat0-proxy]register-uri abcd.com
[Huawei-voice-trunkgroup-sipat0-proxy]home-domain abcd.com
[Huawei-voice-trunkgroup-sipat0-proxy]sbc media-proxy enable
[Huawei-voice-trunkgroup-sipat0-proxy]trunk-sipat0 200000 default-
called-telno 200000 caller-telno 200000
Huawei-voice-trunkgroup-sipat0-proxy]reset
Are you sure to continue?[Y/N]:y
Note: Trunkgroup reset succeeds.
[Huawei-voice-trunkgroup-sipat0-proxy]quit

#Configure users.
[Huawei-voice]pbxuser sipat0-200000 sipue
[Huawei-voice-pbxuser-sipat0-200000]sipue 200000
[Huawei-voice-pbxuser-sipat0-200000]telno 200000
[huawei-voice-pbxuser-sipat0-200000]eid-para password cipher
Please input user password(6-64 chars):******
[Huawei-voice-pbxuser-sipat0-200000]bind trunk-group sipat0-proxy trunk-
sipat0 200000
[Huawei-voice-pbxuser-sipat0-200000]quit

#Configure outgoing prefixes.


[Huawei-voice]callprefix at0-out
[Huawei-voice-callprefix-at0-out]prefix 20
[Huawei-voice-callprefix-at0-out]call-type category basic-service
attribute 1
[Huawei-voice-callprefix-at0-out]digit-length 4 32
[Huawei-voice-callprefix-at0-out]callroute at0-out
[Huawei-voice-callprefix-at0-out]quit

#Configure incoming prefixes.


[Huawei-voice]callprefix at0-in
[Huawei-voice-callprefix-at0-in]enterprise default dn-set proxy
[Huawei-voice-callprefix-at0-in]prefix 20
[Huawei-voice-callprefix-at0-in]call-type category basic-service
attribute 0
[Huawei-voice-callprefix-at0-in]digit-length 4 32
[Huawei-voice-callprefix-at0-in]quit

#Save the settings.


[Huawei-voice]save

5.0 DISCUSSION

6.0 CONCLUSION

Das könnte Ihnen auch gefallen