12
Usage guidelines
You must specify a unique ID for each application template on the router. You cannot change the
connection mode for an existing application template.
For an application template in flow mode, bind it to an Async, Serial, or Aux interface after it is created
so that it can take effect.
Examples
# Create POS application template 1 in flow mode. Bind POS application template 1 to Async 7/0.
<Sysname> system-view
[Sysname] posa app 1 type flow
[Sysname-posa-app1] quit
[Sysname] interface Async 7/0
[Sysname-Async7/0] posa bind app 1
# Create POS application template 2 in TCP mode.
<Sysname> system-view
[Sysname] posa app 2 type tcp
Related commands
posa bind app
posa bind app
Use
posa bind app
to bind a POS application template to an interface.
Use
undo posa bind app
to remove the binding.
Syntax
posa bind app
app-id
undo posa bind app
Default
No POS application is bound to an interface.
Views
Asynchronous interface view, synchronous/asynchronous interface view
Predefined user roles
network-admin
Parameters
app-id
: Specifies a POS application template by its ID in the range of 1 to 31.
Usage guidelines
The connection mode of the specified POS application template must be flow.
Before binding a POS application template to an interface, create the POS application template in flow
mode in system view.
You can bind only one POS application template to an interface. Use the
undo posa bind app
command
to remove the existing POS application template before binding a new application template to the
interface.