Cisco Cisco Packet Data Gateway (PDG)

Pagina di 134
Initial Configuration
Set local system management parameters by following the configuration example in the section
.
Modifying the Local Context
Use the following configuration example to create a management interface, configure remote access capability,
and set the default subscriber in the local context:
configure
context local
interface <mgmt_interface_name>
ip address <ip_address
> <
subnet_mask>
exit
server ftpd
ssh key <
data> length <octets>
ssh key <
data
> length <
octets>
ssh key <data
> length <
octets>
server sshd
subsystem sftpd
exit
server telnetd
exit
subscriber default
exit
administrator <name> encrypted password <password> ftp
aaa group default
exit
gttp group default
exit
ip route 0.0.0.0 0.0.0.0 <gateway_ip_addr
> <
mgmt_interface_name>
exit
port ethernet <slot_number
/
port_number>
no shutdown
bind interface <
mgmt_interface_name> local
exit
end
The server command configures remote server access protocols for the current context. The system
automatically creates a default subscriber, a default AAA group, and a default GTTP group whenever a context
is created. The ip route command in this example creates a default route for the management interface.
ePDG Context and Service Configuration
Step 1
Create the context in which the ePDG service will reside by following the configuration example in the section
Step 2
Create the ePDG service by following the configuration example in the section
   ePDG Administration Guide, StarOS Release 19
98
Configuring the Evolved Packet Data Gateway
Initial Configuration