Actions

Use Cases:HW Transcoding Configuration UseCase2 A: Difference between revisions

(Removed the SIP configuration)
Line 51: Line 51:
|STYLE="vertical-align: top"|
|STYLE="vertical-align: top"|
{| border="1" class="wikitable"
{| border="1" class="wikitable"
! width="500" style="background: none repeat scroll 0% 0% rgb(0, 83, 139);" | Configure IP Network for wan0
! width="500" style="background: none repeat scroll 0% 0% rgb(0, 83, 139);" | Configure IP Network for lan0
! width="500" style="background: none repeat scroll 0% 0% rgb(0, 83, 139);" | Configure IP Network for trans
! width="500" style="background: none repeat scroll 0% 0% rgb(0, 83, 139);" | Configure IP Network for trans
|-
|-
|
*Create [[Toolpack:Configuring_Virtual_Port_SBC_C|vp_wan0 virtual port]]:
**'''Name''': vp_wan0
**'''Ethernet Ports''': wan0
**'''VLAN name''': vlan_1650
**'''VLAN id''': 1650
*Create [[Toolpack:Configuring_IP_Interface_SBC_A|wan0 IP Address]]:
**'''Name''': wan0
**'''Service to use''': RTP, SIP
**'''Host VLAN''': vp_wan0:vlan_1650
**'''IP address''': 192.168.150.1
**'''Netmask''': 255.255.255.0
|
*Create [[Toolpack:Configuring_Virtual_Port_SBC_C|vp_lan0 virtual port]]:
**'''Name''': vp_lan0
**'''Ethernet Ports''': lan0
**'''VLAN name''': vlan_1651
**'''VLAN id''': 1651
*Create [[Toolpack:Configuring_IP_Interface_SBC_A|lan0 IP Address]]:
**'''Name''': lan0
**'''Service to use''': RTP, SIP
**'''Host VLAN''': vp_lan0:vlan_1651
**'''IP address''': 192.168.151.1
**'''Netmask''': 255.255.255.0
|
|
*Create [[Toolpack:Configuring_Virtual_Port_SBC_C|vp_trans virtual port]]:
*Create [[Toolpack:Configuring_Virtual_Port_SBC_C|vp_trans virtual port]]:
Line 134: Line 102:


|-
|-
|}
== Sip configuration ==
{| colspan="4" border="1" class="wikitable"
! width="250" style="background: none repeat scroll 0% 0% rgb(0, 83, 139);" | Configure SIP
|-
|
*[[Toolpack:Tsbc_Protocol_Stack_Settings_3.0|Configure SIP]]
** For WAN0
***RTP port ranges parameters:
****'''Name''': pr_wan0
****'''IP Interface''': vlan_1650:wan0
****'''RTP Port min''': 20000
****'''RTP Port max''': 40000
***SIP transport server parameters:
****'''Name''': ts_wan0
****'''Port''': 5060
****'''IP Interface''': vlan_1650:wan0
***SIP NAP parameters:
****'''Name''': nap_sip_wan0
****'''Proxy Address''': 192.168.150.10
****'''Port Range''': vlan_1650:wan0:pr_wan0:20000-40000
****'''SIP Transport Servers''': ts_wan0
** For LAN0
***RTP port ranges parameters:
****'''Name''': pr_lan0
****'''IP Interface''': vlan_1651:lan0
****'''RTP Port min''': 20000
****'''RTP Port max''': 40000
***SIP transport server parameters:
****'''Name''': ts_lan0
****'''Port''': 5060
****'''IP Interface''': vlan_1651:lan0
***SIP NAP parameters:
****'''Name''': nap_sip_lan0
****'''Proxy Address''': 192.168.151.10
****'''Port Range''': vlan_1651:lan0:pr_lan0:20000-40000
****'''SIP Transport Servers''': ts_lan0
|}
|}

Revision as of 13:00, 3 January 2025


This article applies to: Product Version
SBC 3.1, 3.3


Perequisites

Perequisites
  • ProSBC Host
Network device name    Network device role    Network Config
-------------------    -------------------    -------------------
mgmt0                  mgmt                   Untagged
wan0                   LAN/WAN                Tagged 1650
lan0                   LAN/WAN                Tagged 1651
trans                  LAN/WAN                Tagged 752     
ctrl0                  ctrl0                  Tagged 750
ctrl1                  ctrl1                  Tagged 751             

NOTE: The 'Network device name' for transcoding must be trans. To have redundancy, the trans port bonding (using trans0 and trans1 physical ports) needs to be created at initialization time. You can look here for reference: Initial Configuration (Search for "Bonding")


  • Hardware Unit - TB002177 is the TSBC-HW-TRANS unit in the below setup.
 Network device name    Network device role    Network Config
-------------------    -------------------    -------------------
voip0                   LAN/WAN                Tagged 752
voip1                   LAN/WAN                Tagged 752
eth0                    ctrl0                  Untagged PVID 750  **
eth1                    ctrl1                  Untagged PVID 751  **

NOTE: Since the control ports on the device cannot be tagged, this must be done by the network switch. The control ports need to be configure with Link Type: Access

Baremetal Configuration

ProSBC Network configuration

Configure IP Network for trans
  • Create trans IP Address:
    • Name: trans
    • Service to use: RTP
    • Host VLAN: vp_trans:vlan_752
    • IP address: 192.168.152.1
    • Netmask: 255.255.255.0

Transcoding unit configuration

Add transcoding unit


Transcoding unit network configuration

Configure IP Network for voip ports
  • Modify voip virtual port:
    • Name: vp_voip
    • Untagged: unselect
    • VLAN id: 752
    • Physical Ports: Use voip0 and voip1 (ctrl-click)
  • Modify voip IP Address:
    • Interface Name: voip
    • Service to use: RTP
    • Virtual port: TB002177:vp_voip
    • IP address: 192.168.152.10
    • Netmask: 255.255.255.0