ConfigGuide - Ethernet Thomson Adsl Modem
ConfigGuide - Ethernet Thomson Adsl Modem
ConfigGuide - Ethernet Thomson Adsl Modem
rnet
er
Pow
-in
Ethe
WLA
Plug
ISDN
rnet
DSL
Inte
Trademarks
Document Information
1 Introduction.................................................................................. 3
2 Interface Architecture.................................................................. 5
5 Ethernet Bridge.......................................................................... 23
5.1 The Bridge and the Interface Architecture ................................................... 23
E-DOC-CTC-20080229-0003 v1.0
i
Contents
ii E-DOC-CTC-20080229-0003 v1.0
About this Ethernet Configuration Guide
Used Symbols
A caution warns you about potential problems or specific precautions that need to be taken.
Terminology
Generally, the Thomson Gateway356 will be referred to as Wireless USB Adaptor in this Ethernet
Configuration Guide.
Typographical Conventions
Following typographical convention is used throughout this manual:
Sample text indicates a hyperlink to a Web site.
Example: For more information, visit us at www.thomson-broadband.com.
Sample text indicates an internal cross-reference.
Example: If you want to know more about guide, see “1 Introduction” on page 7”.
Sample text indicates an important content-related word.
Example: To enter the network, you must authenticate yourself.
Sample text indicates a GUI element (commands on menus and buttons, dialog box elements, file
names, paths and folders).
Example: On the File menu, click Open to open a file.
E-DOC-CTC-20080229-0003 v1.0
1
About this Ethernet Configuration Guide
Overview
First, this Ethernet Configuration Guide shortly lists the Ethernet features of the Thomson Gateway and the
relevant standards. Some background information on several Ethernet-related concepts is also provided.
Next, this document describes the configuration of each Ethernet feature on the Thomson Gateway in detail.
Command-Line Interface (CLI) commands are used for the configuration.
This document is structured as follows:
Topic Page
“1 Introduction” 3
“2 Interface Architecture” 5
“4 Ethernet Switch” 15
“5 Ethernet Bridge” 23
2 E-DOC-CTC-20080229-0003 v1.0
1| Introduction
1 Introduction
Introduction
The Ethernet (Layer 2) features of our Thomson Gateway are the subject of this document. In this chapter, we
shortly list the Ethernet features that are supported by the Thomson Gateway, the relevant standards and
related documents.
Standards compliancy
Thomson Gateway devices are compliant with following standards, which are relevant to Ethernet, Ethernet
bridging, VLAN bridging, VLAN user priorities and stacked VLANs:
IEEE Std 802.3 - 2000: Part 3: Carrier sense multiple access with collision detection (CSMA/CD) access
method and physical layer specifications.
IEEE Std 802.1D - 2004: IEEE standard for local and metropolitan area networks - Media Access Control
(MAC) bridges.
IEEE Std 802.1Q - 1998: IEEE standard for local and metropolitan area networks - Virtual bridged local
area networks.
IEEE Std 802.1p: Traffic Class Expediting and Dynamic Multicast Filtering. This standard is merged into
802.1D-2004.
IEEE Std 802.1ad - 2005: IEEE standard for local and metropolitan area networks - Virtual bridged local
area networks - Amendment 4: Provider bridges.
E-DOC-CTC-20080229-0003 v1.0
3
1| Introduction
Related documents
Other Layer 2 related features, such as Ethernet QoS and VLANs, are described in separate documents. See
the “Ethernet QoS Configuration Guide” and the “VLAN Configuration Guide” for more information.
4 E-DOC-CTC-20080229-0003 v1.0
2| Interface Architecture
2 Interface Architecture
LoopBack
IP Forwarding
IP Interface(s)
ARP PPP
iARP
Multilink
IPoE / PPPoE PPPoE RELAY IPoA
PPP
IPoEoA
VLAN
Bridge EthoA
ATM Interface(s)
ATM Bundle
E-DOC-CTC-20080229-0003 v1.0
5
2| Interface Architecture
Bridge Bridge
ethport1 ethport2 ethport3 ethport4 WLAN ethport1 ethport2 ethport3 ethport4 WLAN
Switch Switch
ethif1 ethif2 ethif3 ethif4 wlif1 ethif1 ethif2 ethif3 ethif4 wlif1
6 E-DOC-CTC-20080229-0003 v1.0
2| Interface Architecture
Based on this information, the configuration of the device can be figured out. The part that is relevant for this
document is shown in following illustration:
Router
LocalNetwork Internet
Internet_ppp
RELAY
ethoa_8_35
OBC
Bridge
E-DOC-CTC-20080229-0003 v1.0
7
2| Interface Architecture
8 E-DOC-CTC-20080229-0003 v1.0
2| Interface Architecture
Based on this information, the configuration of the device can be figured out. The part that is relevant for this
document is shown in following illustration:
Router
Internet_ppp
RELAY
OBC
Bridge
E-DOC-CTC-20080229-0003 v1.0
9
2| Interface Architecture
10 E-DOC-CTC-20080229-0003 v1.0
3| Physical Ethernet Interfaces
Introduction
The physical Ethernet interfaces support wireline Ethernet. It operates over two wire pairs: one for
transmission, another for reception. To improve signal characteristics, the two wires in each pair are twisted
together. Two Ethernet varieties are supported:
10Base-T Ethernet, which provides a bandwidth up to 10 Mbps.
100Base-T Ethernet, which provides a bandwidth up to 100 Mbps.
Signal-to-pin mapping
Both 10Base-T and 100Base-T Ethernet use the same 8-pin connector, also referred to as the RJ-45 jack.
Although the RJ-45 jack is an 8-pin connector, only 4 pins are used by 10Base-T and 100Base-T Ethernet:
2 pins for transmission and 2 pins for reception. Two different signal-to-pin mappings exist:
Medium Dependent Interface (MDI)
Crossed Medium Dependent Interface (MDI-X)
Following table indicates which pins are used for transmission and which ones are used for reception:
Cabling
Irrespective the used signal-to-pin mapping, the pins used for transmission on one side of an Ethernet
segment must be connected to the pins used for reception on the other side. 10Base-T and 100Base-T
Ethernet use an Unshielded Twisted Pair (UTP) cable to connect two RJ-45 jacks. Such a cable is made of four
twisted pairs of copper wire, terminated by RJ-45 jacks. Two types of cable exist:
Straight-through
Crossover
E-DOC-CTC-20080229-0003 v1.0
11
3| Physical Ethernet Interfaces
Following table indicates which type of cable must be used to connect two RJ-45 jacks correctly:
MDI-X Crossover
MDI-X Straight-through
On the Thomson Gateway, auto-MDI/MDI-X is used: each physical Ethernet interface is able to
auto-sense whether it should operate as MDI or MDI-X.
LEDs
The physical Ethernet interfaces are provided with a visual indicator, referred to as the link LED. This LED can
indicate both link integrity and activity and can be used for troubleshooting:
Link integrity: if two physical Ethernet interfaces are properly connected, the LEDs of both interfaces light
up. If one of these interfaces is not properly connected, the LEDs of both interfaces will not light up.
Link activity: the LED indicates the transmission and/or reception of data.
If a physical Ethernet interface is provided with a second LED, this LED indicates whether the interface is
operating at 10 Mbps (LED off) or 100 Mbps (LED on).
12 E-DOC-CTC-20080229-0003 v1.0
3| Physical Ethernet Interfaces
Introduction
The configuration of a physical Ethernet interface can be modified to specify a specific communication speed
and duplex mode.
The CLI commands described in this section are part of the command group :eth device.
Communication speed
For end-users, the most important parameter of a physical Ethernet interface is its communication speed,
that is the maximum bandwidth it supports. This parameter is expressed in megabits per second (Mbps).
The Thomson Gateway supports 10 or 100 Mbps for twisted pair cabling.
10Base-T Ethernet provides a bandwidth up to 10 Mbps.
100Base-T Ethernet provides a bandwidth up to 100 Mbps.
Duplex mode
The duplex mode of a physical Ethernet interface refers to its capabilities to transmit and receive
simultaneously.
Two different duplex modes exist:
Half duplex: an interface in half duplex mode can not transmit and receive data simultaneously.
Full duplex: an interface in full duplex mode can transmit and receive data simultaneously.
The duplex mode has an impact on the aggregate bandwidth of an Ethernet segment. 10 Mbps full
duplex results in an aggregate bandwidth of 20 Mbps, while 10 Mbps half duplex results in only
10 Mbps aggregate bandwidth.
Auto-negotiation
Auto-negotiation is a function allowing two physical Ethernet interfaces sharing an Ethernet segment to
exchange capability information and subsequently select and configure a common mode of operation. As a
result, the communication speed and duplex mode are automatically configured at both ends of the Ethernet
segment.
Several situations can occur:
The two interfaces support auto-negotiation: auto-negotiation assures that the “highest” common mode
of operation is selected.
Only one interface supports auto-negotiation: the interface supporting auto-negotiation automatically
switches to the mode of the other interface (provided it can handle this mode).
Auto-negotiation fails: if auto-negotiation fails to converge to a common mode, one can override the
auto-negotiation function by setting the communication speed and duplex mode manually.
E-DOC-CTC-20080229-0003 v1.0
13
3| Physical Ethernet Interfaces
3 Connect the physical Ethernet interface ethif3 with the interface of a PC. Set the communication speed
of this PC to 10 Mbps and the duplex mode to half duplex. This requires no additional configuration of
interface ethif3.
4 Disable interface ethif4:
14 E-DOC-CTC-20080229-0003 v1.0
4| Ethernet Switch
4 Ethernet Switch
Introduction
The CLI commands described in this section are part of the command group :eth switch mirror.
Port mirroring is typically used for debugging. To this end, a PC is connected to the mirror capture
port.
It is possible to configure multi-port mirroring, i.e. the mirrored ingress port differs from the
mirrored egress port. As this can cause congestion, multi-port mirroring should not be used.
Mirrored port
Egress traffic
Ingress traffic
E-DOC-CTC-20080229-0003 v1.0
15
4| Ethernet Switch
To change the mirrored ingress/egress port, you must explicitly disable the old mirrored ingress/egress port:
16 E-DOC-CTC-20080229-0003 v1.0
4| Ethernet Switch
Introduction
The CLI commands described in this section are part of the command group :eth switch group.
E-DOC-CTC-20080229-0003 v1.0
17
4| Ethernet Switch
Examples
Several scenarios are possible. We give some examples:
To configure two group isolation, execute following commands:
The following illustration indicates which ports can communicate with each other and which ports are
isolated from each other:
Port 2
Group 2
op
Fo
Dr
rw
ar
d
d
ar
Fo
w
r
r
w
Fo
ar
d
Port 4
Group 0
18 E-DOC-CTC-20080229-0003 v1.0
4| Ethernet Switch
The following illustration indicates which ports can communicate with each other and which ports are
isolated from each other:
Port 2
Group 2
op
Dr
Dr
op
d
ar
Fo
w
r
r
w
Fo
ar
d
Port 4
Group 0
The configuration of four group isolation or all port isolation is not always possible and depends on the
used platform. Four group isolation is only possible if the group parameter is a number from 0 through 4.
E-DOC-CTC-20080229-0003 v1.0
19
4| Ethernet Switch
Introduction
The CLI commands described in this section are part of the command group :eth switch share.
Port sharing must be used with caution, because this command can break port isolation or VLAN
isolation.
20 E-DOC-CTC-20080229-0003 v1.0
4| Ethernet Switch
PC 2
Port 2
Port 1
PC 1
Proceed as follows:
Configure two group isolation:
As a result, no communication is possible between port 1 and port 2. It is not possible to ping from PC 1
to PC 2.
In order to allow traffic from port 1 to port 2, port 2 must be configured as a shared port:
As a result, Ping requests sent by PC 1 are received by PC 2. However, Ping replies are still not forwarded
from port 2 to port 1.
In order to allow traffic from port 2 to port 1, port 1 must also be configured as a shared port:
Now Ping requests and Ping replies can be exchanged between PC 1 and PC 2.
Communication between the two ports remains possible, even when the entries are removed
from the list. Port sharing has broken the port isolation and it is necessary to configure the port
isolation again to disable communication between the two ports.
E-DOC-CTC-20080229-0003 v1.0
21
4| Ethernet Switch
22 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
5 Ethernet Bridge
Introduction
This section situates the bridge in the interface architecture of the Thomson Gateway. Simple configuration
examples illustrate the connection of the bridge to other interfaces of the architecture.
Interface architecture
Following illustration situates the bridge in the interface architecture of the Thomson Gateway. The Ethernet
bridge is indicated in red:
LoopBack
IP Forwarding
IP Interface(s)
ARP PPP
iARP
Multilink
IPoE / PPPoE PPPoE RELAY IPoA
PPP
IPoEoA
VLAN
Bridge EthoA
ATM Interface(s)
ATM Bundle
E-DOC-CTC-20080229-0003 v1.0
23
5| Ethernet Bridge
24 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
ATM interface:
You can connect the bridge to an ATM interface. The creation of this ATM interface is also described in
following CLI commands:
For a detailed description of all parameters of the command eth bridge ifconfig, see
“5.4 Ethernet Bridge Ports” on page 38.
E-DOC-CTC-20080229-0003 v1.0
25
5| Ethernet Bridge
LocalNetwork IP interface:
By default, the IP interface LocalNetwork is directly connected to the bridge via an invisible logical
Ethernet interface. If this interface was removed, one (and only one) IP interface can be created and
directly connected to the bridge.
For a detailed description of all parameters of the command :eth ifconfig, see
“6.2 Configuring Logical Ethernet Interfaces” on page 53.
26 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
Introduction
The basic bridge mechanisms are implemented according to IEEE 802.1D, which is the MAC bridge standard.
Amongst other things, IEEE 802.1D describes the self-learning transparent bridge functionality:
Transparent means that the hosts, which are connected to the network, do not notice the presence of the
bridge in the network.
Self-learning means that the bridge itself creates and updates entries in the filtering database.
This functionality consists of three main parts:
Filtering database: the filtering database stores all information that the bridge needs in order to forward
received MAC frames.
Learning process: during the learning process, the bridge creates and updates entries in the filtering
database. The learning process is based on received MAC frames.
Forwarding process: during the forwarding process, the filtering database is consulted to decide whether
a received MAC frame is forwarded or dropped. If a MAC frame is forwarded, the forwarding process also
decides to which bridge ports the frame is forwarded.
Port states
A bridge port can be in one of the following three port states:
Learning: this port state is assigned to a port that learns from MAC frames but does not forward any MAC
frames.
Forwarding: this port state is assigned to a port that both learns from MAC frames and forwards MAC
frames.
Disabled: any port that is not enabled has the port state disabled.
By default, all ports are in the forwarding state.
To change the port state to the learning state, execute following command:
E-DOC-CTC-20080229-0003 v1.0
27
5| Ethernet Bridge
Introduction
The filtering database contains different types of entries:
Permanent entries: these entries have priority over the static and dynamic entries.
Static entries: these entries have priority over the dynamic entries.
Dynamic entries
The CLI commands described in this section are part of the command group :eth bridge.
Permanent entries
A permanent entry is defined as an entry stored in the permanent database. Permanent entries can not be
removed. These entries are stored during production.
These permanent entries are:
00:14:7F:01:DC:9E: the MAC address of the Thomson Gateway itself.
To check the MAC address of your Thomson Gateway, execute following command:
01:80:C2:00:00:[00-0F] and 01:80:C2:00:00:10: these entries are added to the permanent database in
accordance with the standard IEEE 802.1D.
01:80:C2:00:00:[20-2F]: these entries are added to the permanent database in accordance with the
standard IEEE 802.1Q.
FF:FF:FF:FF:FF:FF: the MAC broadcast address.
Static entries
A static entry is defined as an entry that has not been obtained through the learning process. Two types of
static entries are distinguished:
Default static entries: these entries are added to the filtering database by default and can not be removed
from the filtering database. The Thomson Gateway has static entries for the following destination MAC
addresses:
00:14:7F:01:DD:00: the MAC address of the wireless interface.
To check the MAC address of the wireless interface, execute following command:
01:00:5E:00:00:67: this multicast MAC address corresponds to the IP address 224.0.0.103, used by the
Multi-Directory Access Protocol (MDAP).
01:00:5E:7F:FF:FA: this multicast MAC address corresponds to the IP address 239.255.255.250, used
by the Simple Service Discovery Protocol (SSDP), which is the basis of UPnP.
Configured static entries: these entries are created using CLI commands.
28 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
As a result, when the bridge receives a frame with destination MAC address 00:00:00:00:00:01, this frame
is forwarded to the destination port ethport1. Both the parameters hwaddr and intf must be specified.
For each destination MAC address, only one static entry can be created.
To remove a static entry from the filtering database, execute following command:
This command removes the entry with destination MAC address 00:00:00:00:00:01.
Static entries can also be added and removed when multiple bridge instances or VLANs exist. In this
case, additional parameters can be specified:
Brname: if multiple bridge instances exist, a specific bridge instance can be specified.
Vlan: if multiple VLANs exist, a specific VLAN can be specified.
Dynamic entries
Dynamic entries are created and updated by the learning process. See “5.2.2 Learning Process” on page 30
for a detailed description of the learning process.
E-DOC-CTC-20080229-0003 v1.0
29
5| Ethernet Bridge
Introduction
The learning process creates and updates the dynamic entries in the filtering database.
A dynamic entry is learned by observing the frames received by the bridge ports. The entry associates the
source MAC address of the received frame with the receiving port. The entries are learned automatically and
are removed using an ageing mechanism.
Ageing time
Each dynamic entry in the filtering database has an ageing time or lifetime. This lifetime can range from 10 s
to 1 000 000 s (approximately 12 days) with a granularity of 1 s. The default value is 300 s (5 minutes). When
the lifetime of a dynamic entry expires, that entry is removed from the filtering database.
To display the lifetime of dynamic entries in the Thomson Gateway, execute following command:
Dynamic entry
A dynamic entry looks as follows:
30 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
Introduction
The forwarding process decides whether a received frame is forwarded or dropped (filtered). If a frame is
forwarded, the forwarding process also indicates to which ports the frame is forwarded.
Basic filtering
Basic filtering is defined as filtering on the destination MAC address. When a port receives a frame (= source
port), the filtering database is consulted to find an entry for the destination MAC address.
Three situations are possible:
The filtering database has no entry for the destination MAC address.
The filtering database has a static or permanent entry for the destination MAC address.
The filtering database has a dynamic entry for the destination MAC address.
No entry
If no entry is found, the frame is sent to all ports except the source port. This is called flooding.
Dynamic entry
If the entry is a dynamic entry, the frame is sent to the learned port. This is called forwarding. However, if the
learned port is the same as the source port, the frame is dropped or filtered.
E-DOC-CTC-20080229-0003 v1.0
31
5| Ethernet Bridge
Introduction
When multiple bridge instances are created, each bridge instance acts as an independent bridge. This means
that no Ethernet traffic exists between two bridge instances.
The CLI commands described in this section are part of the command group :eth bridge.
To select a bridge instance as the default bridge instance, execute following command:
This default bridge instance will be used to configure the bridge ports if the parameter brname is not
specified, for example in the commands :eth bridge ifconfig, :eth bridge maclist,...
To delete a bridge instance, execute following command:
Example
Following example illustrates the use of multiple bridge instances:
The default bridge instance is used for data traffic.
A second bridge instance is created and used for video traffic.
32 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
The target configuration of the Thomson Gateway is depicted in the following illustration:
OBC
to router
ethport1 OBC1
physical
ATM
ethport2 ethernet br_wan
ports
ethport3 ports BRIDGE “bridge”
to router
physical ATM
ethport4 ethernet ports br_video
ports
BRIDGE “videobridge”
Add a bridge port to the default bridge for the WAN data connection:
Create a new bridge instance and add a bridge port to this instance for the WAN video connection:
By default, ethport4 is attached to the default bridge. Delete this bridge port from the default bridge and
create a new bridge port to be attached to the video bridge:
E-DOC-CTC-20080229-0003 v1.0
33
5| Ethernet Bridge
Introduction
The CLI commands described in this section are part of the command group :eth bridge.
If you want to display more specific information, additional parameters can be specified:
Brname: the list is restricted to the specified bridge instance and its bridge ports.
String: the list is restricted to the lines that contain the specified string.
34 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
Beginstring: the list is restricted to the part of the list that starts with the specified string.
You can also use a combination of the parameters brname, string and beginstring.
Optionally, several parameters can be specified to configure a bridge instance. Most of these parameters are
described in detail in other sections or documents:
Brname: the name of the bridge instance you want to configure. If this parameter is not specified, the
default bridge instance is selected.
Age: see “ Ageing time” on page 30 for more information.
Filter: see “ Configuring the broadcast filter” on page 43 for more information.
Vlan: see the “VLAN Configuration Guide” for more information.
Precedencemap: see the “Ethernet QoS Configuration Guide” for more information.
E-DOC-CTC-20080229-0003 v1.0
35
5| Ethernet Bridge
36 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
If a bridge instance is cleared, the send (TX), receive (RX) and drop statistics of the bridge ports are set to 0.
E-DOC-CTC-20080229-0003 v1.0
37
5| Ethernet Bridge
Introduction
The CLI commands described in this section are part of the command group :eth bridge.
If you want to display more specific information, additional parameters can be specified:
Brname: this parameter is used to list the bridge ports of a bridge instance that is not the default bridge
instance.
String: same behaviour as in case of the command :eth bridge list.
Beginstring: same behaviour as in case of the command :eth bridge list.
Intf: the list is restricted to the specified bridge port.
You can also use a combination of the parameters brname, string, beginstring and intf.
38 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
E-DOC-CTC-20080229-0003 v1.0
39
5| Ethernet Bridge
Quality of Service related parameters (optional): following parameters relate to the configuration of QoS
and are described in detail in the “Ethernet QoS Configuration Guide“.
Regenprio
Ipprec
Priority
Prioconfig
Priotag
Priotransparent
40 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
You cannot detach nor delete the bridge ports OBC and ethport1.
E-DOC-CTC-20080229-0003 v1.0
41
5| Ethernet Bridge
42 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
Example
The state of the broadcast filter must be set to none if, for example, the Thomson Gateway is configured with:
A DHCP client for an IP interface that is connected to the bridge: the DHCP requests sent by the DHCP
client are broadcasts originated at the Thomson Gateway itself and must be forwarded to the WAN
bridge ports.
A PPP interface to set up a PPPoE connection via the bridge: the PADI (PPPoE Active Discovery Initiation)
frames sent by the PPP interface are broadcasts originated at the Thomson Gateway itself and must be
forwarded to the WAN bridge ports.
E-DOC-CTC-20080229-0003 v1.0
43
5| Ethernet Bridge
To check the state of the multicast filter, list the configuration of the bridge port as follows:
44 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
Example
Consider a simple network setup:
A bridged scenario is used on the Thomson Gateway.
A video server is connected via an ATM connection to the bridge port eth_video.
A STB (Set Top Box), which is used to receive multicast streams, is connected via an Ethernet connection
to the bridge port ethport1.
A data PC, which is not interested in receiving any multicast streams, is connected via an Ethernet
connection to the bridge port ethport2.
By enabling the multicast filter on the bridge port ethport2, multicast packets are only forwarded to the STB
and are not forwarded to the data PC.
The network setup is shown in the following illustration:
Ethernet connection
ATM connection
eth_video
Ethernet connection
ethport2
ethport1
E-DOC-CTC-20080229-0003 v1.0
45
5| Ethernet Bridge
Introduction
A bridge filter consists of a set of filter rules. Each filter rule consists of:
Matching criteria: when the bridge receives a frame, the matching criteria are checked.
Actions: if a matching criterion is fulfilled, the corresponding actions are applied.
Currently, the Thomson Gateway supports a preconfigured BPDU bridge filter.
BPDU filtering
The following preconfigured BPDU filtering table specifies how specific BPDU (Bridge Protocol Data Unit)
frames must be handled:
This BPDU filtering table is implemented in the Thomson Gateway and is not configurable.
46 E-DOC-CTC-20080229-0003 v1.0
5| Ethernet Bridge
E-DOC-CTC-20080229-0003 v1.0
47
5| Ethernet Bridge
48 E-DOC-CTC-20080229-0003 v1.0
6| Logical Ethernet Interfaces
Introduction
This section situates the logical Ethernet interfaces in the interface architecture of the Thomson Gateway.
Simple configuration examples illustrate the connection of a logical Ethernet interface to other interfaces of
the architecture.
Interface architecture
Following illustration situates the logical Ethernet interfaces in the interface architecture of the Thomson
Gateway. The logical Ethernet interfaces are indicated in red:
LoopBack
IP Forwarding
IP Interface(s)
ARP PPP
iARP
Multilink
IPoE / PPPoE PPPoE RELAY IPoA
PPP
IPoEoA
VLAN
Bridge EthoA
ATM Interface(s)
ATM Bundle
E-DOC-CTC-20080229-0003 v1.0
49
6| Logical Ethernet Interfaces
50 E-DOC-CTC-20080229-0003 v1.0
6| Logical Ethernet Interfaces
Ethernet bridge:
In order to connect a logical Ethernet interface to the bridge, the bridge must be defined as destination of
the interface. In addition, it must be specified to which VLAN the logical Ethernet interface belongs. Only
one logical Ethernet interface can be assigned to each VLAN. As the default VLAN is already assigned to
the bridge itself, you must create a new VLAN first.
ATM interface:
You can connect a logical Ethernet interface to an ATM interface. The creation of this ATM interface is also
described in following CLI commands:
E-DOC-CTC-20080229-0003 v1.0
51
6| Logical Ethernet Interfaces
For a detailed description of all parameters of the command :eth ifconfig, see “ Configuring
logical Ethernet interfaces” on page 54.
The Address Resolution Protocol (ARP) translates network layer addresses (for example IP
addresses) to hardware addresses (for example Ethernet MAC addresses). These mappings are
stored in the ARP cache of the Thomson Gateway.
PPP interface:
You can connect the logical Ethernet interface eth_data to a PPP interface as follows:
52 E-DOC-CTC-20080229-0003 v1.0
6| Logical Ethernet Interfaces
Introduction
The CLI commands described in this section are part of the command group :eth.
=>:eth iflist
Optionally, if you want to display more specific information, additional parameters can be specified:
Intf: this parameter restricts the list to the specified interface. In this case, the displayed information is
extended with statistics about received and sent traffic.
String: this parameter restricts the list to the lines that contain the specified string.
Beginstring: this parameter restricts the list to the part of the list that starts with the specified string.
E-DOC-CTC-20080229-0003 v1.0
53
6| Logical Ethernet Interfaces
54 E-DOC-CTC-20080229-0003 v1.0
6| Logical Ethernet Interfaces
You can not delete a logical Ethernet interface if it is the destination of an upper layer interface.
E-DOC-CTC-20080229-0003 v1.0
55
6| Logical Ethernet Interfaces
=>:eth flush
You can not delete a logical Ethernet interface if it is the destination of an upper layer interface.
56 E-DOC-CTC-20080229-0003 v1.0
THOMSON Telecom Belgium
Prins Boudewijnlaan 47
2650 Edegem
www.thomson-broadband.com
© Thomson 2008. All rights reserved.
E-DOC-CTC-20080229-0003 v1.0.