PAMSPAN501x G.SHDSL.bis EFM Gateway
-
106
Update a profile instance of a transport
After using the
transports set
command to attach a profile to a transport, the system
will clone the profile content into that transport. If you would like to revise a profile
and want a transport to work with this new profile, you should disable transport’s
profile first before attaching the new profile. Below are the sample commands:
For the transport set using scheduler
#> transports set HSL scheduler disabled
This command disables packet scheduling previously set on the HSL. The scheduler
is removed from the data path.
#> transports set HSL scheduler profile spriority
This command sets an existing scheduler profile on an existing transport. The
outgoing traffic on the transport will be scheduled according to the configuration of
the scheduler profile. It sets HSL scheduler to follow the rule in profile spriority.
For the transport set using classifier
#> transports set ETH1 classifier disabled
This command disables packet classifying previously set on the ETH1. The classifier
is removed from the data path.
#> transports set ETH1 classifier profile cdscp
This command sets the cdscp classifier profile on ETH1 transport. All rules that exist in
this profile will test incoming packets on the specified transport.