Cisco Cisco Packet Data Gateway (PDG)

Seite von 1868
flow direction out
This command configures the flow service parameters for outgoing data flow in PCC-Data-Service instance.
Product
IPCF
Privilege
Security Administrator, Administrator
Command Modes
Exec > Global Configuration > Context Configuration > PCC Service Configuration > PCC Data Service
Configuration
configure > context context_name > pcc-service service_name > data-service service_name
Entering the above command sequence results in the following prompt:
[
context_name
]
host_name
(config-pcc-data-service)#
Syntax Description
[
no
]
flow direction in protocol
{
ip
|
tcp
|
udp
}
from
{
src_ip_addr
[ /
maskbit
] |
any
}
port
{
src_port_num
|
any
}
to
{
dest_ip_addr
[ /
maskbit
] |
any
}
port
{
dest_port_num
|
any
}
no
Removes the configured data service flow parameters from PCC-Data-Service instance on IPCF node.
protocol
 {ip | tcp | udp}
This keyword configures the data flow parameters for specific protocol.
Following protocols are supported through this keyword:
• ip: Sets the parameters for IP traffic.
• tcp: Sets the parameters for TCP traffic.
• UDP: Sets the parameters for UDP traffic.
from
 {src_ip_addr | any} port {src_port_num | any}
This keyword configures the data flow condition parameters for specific protocol through IP address and port
as source of flow.
Following parameters are defined with this keyword:
• src_ip_addr: specifies the specific IP address in IPv4/IPv6 notation as source of flow.
• maskbit: Specifies the IP address suffix in IPv4 or IPv6 notation.
Command Line Interface Reference, Modes I - Q, StarOS Release 19    
1349
PCC-Data-Service Configuration Mode Commands
flow direction out