Cisco Cisco Packet Data Gateway (PDG) Merkblatt

Seite von 8487
HNB-GW Service Configuration Mode Commands   
▀  sctp bind 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
6124 
   
sctp bind 
Configures the SCTP IP address and port that is used for binding the SCTP socket to communicate with the Home-
NodeB over an Iuh interface within an HNB-GW service. 
Product
 
HNB-GW 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > HNB-GW Service Configuration 
configure > context context_name > hnbgw-service service_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-hnbgw-service)# 
Syntax
 
sctp bind { address address | port port_num } 
[ no ] sctp bind { address | port } 
no
 
Removes the SCTP binding. 
address
 
address
 
Specifies the IP address of the HNB-GW Iuh interface in IPv4 dotted-decimal.  
port port_num
 
Specifies the SCTP port number to communicate with the Home-NodeBs using Iuh interface as an integer 
form 1 through 65535. 
Usage 
Use this command to assign the SCTP IP address and port with SCTP socket on HNB-GW to communicate 
with the Home-NodeB using Iuh interface. This SCTP configuration provides the IP-address and listen port 
where HNB-GW service shall bind to listen for incoming SCTP associations from HNB. 
Example
 
The following command sets the SCTP port number 
999
 on HNB-GW to listen from Home-NodeB over Iuh 
interface: 
sctp bind port 999 
The following command sets the SCTP address 
10.2.3.4
 of HNB-GW to use with Home-NodeB over Iuh 
interface: 
sctp bind address 10.2.3.4