○
○
○
○
○
A- Commonly Used Commands
A-11
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
○
A.2
Bridge Commands
Console commands should be prefixed with bridge in order to direct them to the
bridge
process.
A.2.1
device add
Syntax:
device add <device>
device add //bun/port=atm/rfc1483=true/mode=<encapsulation mode>/
txvpi=<vpi>/txvci=<vci>/rxvpi=<vpi>/rxvci=<vci>
(all in one line)
Description:
This command adds a device to the bridge configuration. Attempts to add the bridge
itself or an existing device to the bridge are rejected. There is a limit on the number
of devices that can be attached to the bridge. The maximum number of devices is
10. If a device is successfully added to the bridge, the device will be active
immediately. To make the changes permanent, the configuration needs to be saved.
The options used with this command are described below:
•
<device>
refers either
edd
(for Ethernet) or
bun
(for RFC 2684 (RFC 1483)
Ethernet) Framing)
•
<encapsulation mode>
refers to either
llcbridged
or
vcmuxbridged
.
•
<vpi><vci>
refers to the transmitting and receiving PVC values.
Configuration saving saves this information.
Example:
device add edd
device add //bun/port=atm/rfc1483=true/mode=llcbridged/txvpi=
0
/
txvci=
35
/rxvpi=
0
/rxvci=
35
(all in one line)
See also:
device delete
(A.2.2)
, device flush
(A.2.3)
, device list
(A.2.4)