Adtran Esbc Sample Configuration; Step 10: Configure Sip Privacy (Optional) - ADTRAN eSBC Interoperability Manual

Table of Contents

Advertisement

Integrating ADTRAN eSBC and NEC SV8100

Step 10: Configure SIP Privacy (Optional)

The ADTRAN eSBC supports SIP user privacy using the Privacy and P-Asserted-Identity (PAI) SIP
headers. The sip privacy command is used from the Global Configuration mode to enable SIP privacy
support. The trust-domain command is used from the Voice SIP Trunk Configuration mode to connect the
trunk to a trusted domain and enable PAI support, adding security measures for user's identity and privacy.
Enter the commands as follows:
(config)#sip privacy
(config)#voice trunk T01 type sip
(config-T01)#trust-domain
(config)#voice trunk T11 type sip
(config-T11)#trust-domain

ADTRAN eSBC Sample Configuration

The following example configuration demonstrates a typical installation of an ADTRAN eSBC configured
as the SIP trunking gateway between a NEC SV8100 and a service provider.
The configuration parameters entered in this example are sample configurations only, and
only pertain to the configuration of the SIP trunking gateway functionality. This
application should be configured in a manner consistent with the needs of your particular
network. CLI prompts have been removed from the configuration example. This
configuration should not be copied without first making the necessary adjustments to
ensure it will function properly in your network.
For details on each configuration option, refer to the AOS Command Reference Guide and
other IP business gateway/eSBC configuration guides on the ADTRAN support forums at
https://supportforums.adtran.com.
!
interface eth 0/1
description WAN
ip address 203.0.113.2 255.255.255.252
media-gateway ip primary
no shutdown
!
interface eth 0/2
description LAN
ip address 192.168.1.1 255.255.255.0
media-gateway ip primary
no shutdown
!
ip route 0.0.0.0 0.0.0.0 203.0.113.1
!
sip
sip udp 5060
!
6AOSSG0027-42A
Copyright © 2015 ADTRAN, Inc.
ADTRAN eSBC Sample Configuration
9

Advertisement

Table of Contents
loading

Table of Contents