
130
Link Scheduler Configuration
Software Configuration Guide, Revision 1.03
Step 1
node
>show service-policy {interface
name
}
Displays the link arbitration status
Therefore the
use profile service-policy
command allows attaching a certain service policy profile to
an IP interface that is defined within the IP context. The command offers an optional argument
allowing to define that the service policy profile is activated in receive or transmit direction.
Note:
Be aware that service policy profiles can only be activated on the transmit direction at the
moment!
Providers may use input shaping to improve downlink voice jitter in the absence of voice support.
The default setting “no service-policy” sets the interface to FIFO queuing.
Procedure
Devoting a service policy profile to an IP interface that is defined within the IP context
Mode
Interface
Command
Purpose
Step 1
node
(if-ip)[
if-name
]#use profile service-
policy
name
{in | out}
Applies the service policy profile
name
to the selected interface
if-name
.
Depending on selecting the optional
in
or
out
argument the service policy
profile is active on the receive or
transmit direction. Be aware that
service policy profiles can only be
activated on the transmit direction at
the moment.
Example: Devoting the Service Policy Profile to an Interface
The following example shows how to attach the service policy profile
Voice_Prio
to the IP interface
wan
that is defined within the IP context for outgoing traffic.
SN>
enable
SN#
configure
SN(cfg)#
context ip router
SN(ctx-ip)[router]#
interface wan
SN(if-ip)[wan]#
use profile service-policy Voice_Prio out
15.10 Displaying Link Arbitration Status
The
show service-policy
command displays link arbitration status. This command supports the
optional argument
interface
that select a certain IP interface. This command is available in the
operator mode.
Procedure
Displaying the link arbitration status on all interfaces or a certain interface.
Mode
Operator execution
Command
Purpose