Atm bundle config, Modify a bundle of interfaces, Atm commands – Technicolor - Thomson ST585 V6 User Manual
Page 53: Syntax, Example
E-DOC-CTC-20061027-0004 v1.0
ATM Commands
29
atm bundle config
Modify a bundle of interfaces.
SYNTAX:
where:
EXAMPLE:
i
The bundle of interfaces to be configured must not be connected at the time of configuration. If this
should be the case, use the command
:atm bundle detach before using the command :atm
bundle config.
atm bundle config
name =
[policy = <{priority | connection}>]
[propagate = <{disabled | enabled}>]
[retry =
name
The name of the bundle to be configured.
REQUIRED
policy
The traffic handling policy of the bundle.
Choose between:
>
priority
: lower layer ATM interfaces can be configured for a certain
priority range, marked packets will be sent on the corresponding
interface.
>
connection
: all the packets of the same connection will be sent via
the same interface.
The default is
priority
.
OPTIONAL
propagate
Enable or disable propagation of packets.
When propagation is enabled, packets are sent via the first interface
configured for that traffic. If the interface goes down, the next interface in
the bundle will be used.
The default is
disabled
.
OPTIONAL
retry
A number between 0 and 65535.
Represents the number of connection setup retries before giving up.
The default is
10
.
OPTIONAL
=>atm bundle list
myBundle: Connection state : not-connected
Retry: 10
Policy: priority
Propagate: disabled
TX requested bytes: 0
requested frames: 0
TX bytes: 0
frames: 0
RX bytes: 0
frames: 0
=>atm bundle config name=myBundle policy=connection retry=15
=>atm bundle list
myBundle: Connection state : not-connected
Retry: 15
Policy: connection
Propagate: disabled
TX requested bytes: 0
requested frames: 0
TX bytes: 0
frames: 0
RX bytes: 0
frames: 0
=>