The following figure illustrates that port 1 (the Ethernet port) is linked to ports 2 (ADSL port 1) and 3 (ADSL port 2). Ports 2 (ADSL port1) and 3 (ADSL port 2) are also linked to each other. Or, in other words, the following figure is a result of the following commands:
192.168.1.1 bridge> portfilter 2 1 3
192.168.1.1 bridge> portfilter 3 1 2
Figure7.6Tagged Ethernet Frames Commands (Fast Mode)
The ADSL Networking Module’s fast mode makes use of the “tag” subset of the IEEE 802.1Q standard to identify the source port of an Ethernet frame and speed traffic through a service gateway. In this way, the source port of a frame can be recognized across switches.
7.6.1PVID Command
Syntax:
192.168.1.1 bridge> pvid [<port> <vid>]
where |
|
|
|
<port> | = | port number of the ADSL Networking Module. Port 0 is the CPU’s port, port 1 is the | |
|
| Ethernet port and ports | |
|
| modules. These are logical ports. | |
<vid> | = | The tag number (or IEEE 802.1Q identification) that identifies the source port of an | |
|
| Ethernet frame. Allocate tag numbers for all logical ports on your ADSL Networking | |
|
| Module. | |
|
|
| |
| Bridge Commands |
|