Cisco Cisco Packet Data Gateway (PDG)

Página de 8770
DHCPv6 Service Configuration Mode Commands   
▀  bind 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
3400 
   
bind 
Binds the DHCPv6 service to a logical IP interface facilitating the system’s connection to the DHCPv6 server.  
Product
 
GGSN 
P-GW 
SAEGW 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration 
configure > context context_name > dhcpv6-service service_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-dhcpv6-service)# 
Syntax
 
bind address ipv6_address [ port port_number ] 
no bind address  
no
 
Removes a previously configured binding. 
address
 
ipv6_address
 
Specifies the IP address of an interface in the current context through which the communication with the 
DHCPv6 server occurs. 
ipv6_address
 must be expressed in IPv6 colon-separated-hexadecimal notation. 
port
 
port_number
 
Specifies the listen port and is used to start the DHCPv6 server bound to it.  
port_number
 must be an integer from 1 through 65535. If unspecified, the default port is 547. 
Usage 
Use this command to associate or tie the DHCPv6 service to a specific logical IP address previously 
configured in the current context and bound to a port. 
When this command is executed, the DHCPv6 service is started and begins the process of requesting 
addresses from the DHCPv6 server and storing them in cache memory for allocation to PDP contexts. 
Only one interface can be bound to a service. 
Example
 
The following command binds the DHCPv6 service to the interface with an IP address of 
1234:245:3456:4567:5678:6789:7890:8901
bind address 1234:245:3456:4567:5678:6789:7890:8901