Brctl - Paradyne 6211 Command Manual

Adsl2+ router command line interface
Hide thumbs Also See for 6211:
Table of Contents

Advertisement

Display VCC statistics (assumes that the ATM driver is started and two VCCs are configured).
aal5 vcc statistics for 0.0.35
crc errors 0
oversized sdus 0
short packet errors 0
length errors 0
aal5 vcc statistics for 0.0.36
crc errors 0
oversized sdus 0
short packet errors 0
length errors 0

brctl

Name
brctl
Bridge administration utility.
Synopsis
brctl [ command ]
Description
The brctl command sets up, maintains, and inspects the bridge configuration.
A bridge is a device commonly used to connect different networks (Ethernet, USB, 802.11x wireless network,
or ATM) together, so that these networks will appear as one network to the participants.
Each network being connected corresponds to one physical interface (port) in the bridge. These individual
networks are bundled into one bigger (logical) network. This bigger network corresponds to the bridge
network interface such as "br0."
Commands
addbr <bridge>
Creates a new instance of the bridge. The network interface corresponding to the bridge is called
<bridge>.
addif <bridge> <device>
Makes the interface <device> a port of the bridge <bridge>. This means that all frames received on
<device> will be processed as if destined for the bridge. Also, when sending frames on <bridge>,
<device> will be considered as a potential output interface.
clearportsnooping <bridge> <port> <addr>
Removes an entry for a port <port> from the port snooping table of the bridge <bridge>. The format of the
<addr> is group_mac_address/src_mac_address.
delbr <bridge>
Deletes the instance <bridge> of the bridge. The network interface corresponding to the bridge must be
down before it can be deleted.
delif <bridge> <device>
Detaches the interface <device> from the bridge <bridge>.
setageing <bridge> <time>
Sets the MAC address aging time, in seconds. After <time> seconds of not having seen a frame coming
from a certain address, the bridge times out (deletes) that address from the forwarding database (fdb).
6211-I1 ADSL2+ Router Command Line Interface User's Guide
19

Advertisement

Table of Contents
loading

This manual is also suitable for:

6211-i1

Table of Contents