Page 121 / 140 Scroll up to view Page 116 - 120
GS108T Smart Switch Software Administration Manual
Specifications and Default Values
A-3
v1.0, December 2007
Trust MacAddress filter
256
Disabled
Port MAC lock down
8 (per port)
Disabled
Management VLAN
1
0
Table A-6. Traffic Control
Feature
Sets Supported
Default
Rate control
8 (per port)
Disabled
Storm control
8 (per port)
Disabled
Jumbo frame
1 (per system)
Disabled
Table A-7. System Setup
Feature
Sets Supported
Default
DHCP / Manual IP
1
192.168.0.239
System name configuration
1
NULL
Configuration save/restore
1
N/A
Firmware upgrade
1
N/A
Factory reset
1
N/A
Table A-8. Other Features
Feature
Sets Supported
Default
Static multicast entry
64
Disabled
Filter multicast control
1
Disabled
Table A-9. Management
Feature
Sets Supported
Default
SNMPv1/V2c
4
Disabled
MIB support
1
Disabled
Table A-5. Security
(continued)
Feature
Sets Supported
Default
Page 122 / 140
GS108T Smart Switch Software Administration Manual
A-4
Specifications and Default Values
v1.0, December 2007
Smart Wizard
N/A
Enabled
Statistics
31 (per port)
N/A
Table A-9. Management
(continued)
Feature
Sets Supported
Default
Page 123 / 140
Virtual Local Area Networks (VLANs)
B-1
v1.0, December 2007
Appendix B
Virtual Local Area Networks (VLANs)
A local area network (LAN) can generally be defined as a broadcast domain. Hubs, bridges, or
switches in the same physical segment or segments connect all end node devices. End nodes can
communicate with each other without the need for a router. Routers connect LANs together,
routing the traffic to the appropriate port.
A virtual LAN (VLAN) is a local area network with a definition that maps workstations on some
basis other than geographic location (for example, by department, type of user, or primary
application). To enable traffic to flow between VLANs, traffic must go through a router, just as if
the VLANs were on two separate LANs.
A VLAN is a group of PCs, servers, and other network resources that behave as if they were
connected to a single network segment—even though they might not be. For example, all
marketing personnel might be spread throughout a building. Yet if they are all assigned to a single
VLAN, they can share resources and bandwidth as if they were connected to the same segment.
The resources of other departments can be invisible to the marketing VLAN members, accessible
to all, or accessible only to specified individuals, depending on how the IT manager has set up the
VLANs.
VLANs have a number of advantages:
It is easy to do network segmentation. Users that communicate most frequently with each
other can be grouped into common VLANs, regardless of physical location. Each group’s
traffic is contained largely within the VLAN, reducing extraneous traffic and improving the
efficiency of the whole network.
They are easy to manage. The addition of nodes, as well as moves and other changes, can be
dealt with quickly and conveniently from a management interface rather than from the wiring
closet.
They provide increased performance. VLANs free up bandwidth by limiting node-to-node and
broadcast traffic throughout the network.
They ensure enhanced network security.VLANs create virtual boundaries that can be crossed
only through a router. So standard, router-based security measures can be used to restrict
access to each VLAN.
Page 124 / 140
GS108T Smart Switch Software Administration Manual
B-2
Virtual Local Area Networks (VLANs)
v1.0, December 2007
IEEE 802.1Q VLANs
Packets received by the switch are treated in the following way:
When an untagged packet enters a port, it is automatically tagged with the port’s default
VLAN ID tag number. Each port has a default VLAN ID setting that is user configurable (the
default setting is 1). The default VLAN ID setting for each port can be changed in the VLAN
Membership screen. See
“Advanced—VLAN Membership” on page 4-12
.
When a tagged packet enters a port, the tag for that packet is unaffected by the default VLAN
ID setting. The packet proceeds to the VLAN specified by its VLAN ID (VID) tag number.
If the port through which the packet entered does not have membership with the VLAN
specified by the VLAN ID tag, the packet is dropped.
If the port is a member of the VLAN specified by the packet’s VLAN ID, the packet can be
sent to other ports with the same VLAN ID.
Packets leaving the switch are either tagged or untagged, depending on the setting for that
port’s VLAN membership properties. A U for a given port means that packets leaving the
switch from that port are untagged. Inversely, a T for a given port means that packets leaving
the switch from that port are tagged with the VLAN ID that is associated with the port.
The example given in this section comprises numerous steps to illustrate a wide range of
configurations to help provide an understanding of tagged VLANs.
IEEE 802.1Q VLAN Example Configuration
This example demonstrates several scenarios of VLAN use and describes how the switch handles
tagged and untagged traffic.
In this example, you create two new VLANS, you change the port membership for default
VLAN 1, and you assign port members to the two new VLANs:
1.
In the Basic VLAN Configuration screen (see
“Basic—VLAN Configuration” on page 4-9
),
create the following VLANs:
A VLAN with VID 10.
A VLAN with VID 20.
2.
In the VLAN Membership screen (see
“Advanced—VLAN Membership” on page 4-12
)
specify the VLAN membership as follows:
For the default VLAN with VID 1, specify the following members: port 7 (U) and
port 8 (U).
Page 125 / 140
GS108T Smart Switch Software Administration Manual
Virtual Local Area Networks (VLANs)
B-3
v1.0, December 2007
For the VLAN with VID 10, specify the following members: port 1 (U), port 2 (U), and
port 3 (T).
For the VLAN with VID 20, specify the following members: port 4 (U), port 5 (T), and
port 6 (U).
3.
With the VLAN configuration that you set up, the following situations produce results as
described:
If an untagged packet enters port 1, the switch tags it with VID 10. The packet has access
to port 2 and port 3. The outgoing packet is stripped of its tag to leave port 2 as an
untagged packet. For port 3, the outgoing packet leaves as a tagged packet with VID 10.
If a tagged packet with VID 10 enters port 3, the packet has access to port 1 and port 2. If
the packet leaves port 1 or port 2, it is stripped of its tag to leave the switch as an untagged
packet.
If an untagged packet enters port 4, the switch tags it with VID 20. The packet has access
to port 5 and port 6. The outgoing packet is stripped of its tag to become an untagged
packet as it leaves port 6. For port 5, the outgoing packet leaves as a tagged packet with
VID 20.
Port-Based VLANs
Port-based VLANs help to confine broadcast traffic to the switch ports. This switch allows up to
eight port-based VLAN groups. Any one port can belong to different VLAN groups. The default
VLAN group is a port-based VLAN that has all ports belonging to VLAN 1.
Packets received by the switch are treated in the following way:
When a packet enters a port, it can proceed only to ports with the same VLAN membership as
the ingress port.
If a port on the switch does not have a common VLAN membership with the source port, the
packet is dropped.

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top