SlideShare une entreprise Scribd logo
1  sur  51
Introduction to VLAN
Technology
ExtremeXOS™ Operation and
Configuration, Version 12.1

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Student Objectives
Upon completion of this module, you will be able to:
Define VLANs.
Describe port-based (untagged) VLANs.
Describe tagged VLANs.

Describe protocol-based VLANs.
Describe the benefits of VLANs.
Manage port-based (untagged) VLANs.
Manage tagged VLANs.

Manage protocol-based VLANs.

Slide 2
Virtual LANs
Virtual Local Area Network (VLAN) provide a way of grouping
different network devices to ensure that those devices can
communicate directly with one another.
VLANs can span multiple layer 2 switches and do not restrict node
placement.
Broadcast packets are flooded only within a VLAN / broadcast
domain.

Slide 3
VLAN Operation
A VLAN emulates a LAN by managing how Ethernet frames are
propagated throughout the network.
• Broadcast, multicast, and unknown unicast Ethernet frames must be
forwarded to all the stations in the VLAN.

• A VLAN defines the parts of the network where broadcast packets are to be
forward (broadcast domain).

A router (Layer 3 forwarding device) is required to forward traffic
from one VLAN to another.
• An external layer 3 router or routing a routing process inside the switch.
A router is
required for
traffic to go from
one VLAN to
another.

Slide 4
Types of VLANs
VLANs associate network devices with one another based upon
some criteria:
• 802.1Q Tagged VLAN
• Port-based (Untagged) VLAN
• Protocol VLAN

802.1Q Tagged
VLAN
Port-based VLANs

Slide 5

Protocol-based
VLAN
Port-Based VLANs
Port-based VLAN membership is based upon which ports are
assigned to the VLAN.
If a tagged Ethernet frame is received on an untagged port , a
switch may:
• Drop the frame. The switch assumes that the port is only meant for
untagged frames.

• Forward the frame based upon the VLAN ID in the frame.
• Forward the frame as if the incoming frame didn't have a tag.
The network administrator associates ports with the VLAN.
A port can be a member of only one port-based VLAN.

Refer to the product documentation to determine how to configure port-based VLANs.
Slide 6
802.1Q Tagged VLANs
802.1Q VLAN membership is based upon the VLAN ID in the 802.1Q
field in the incoming packet.
The 801.Q Tag contains four fields:
• Tag Protocol ID (TPID)
• User Priority
• Canonical Format Indicator (CFI)
• VLAN Identifier (VID)
802.1Q Ethernet Frame
6 Bytes

6 Bytes

2 Bytes

3 bits

1 bit

12 bits

2 Bytes

42 to 1500 Bytes

4 Bytes

Destination
MAC

Source
MAC

TPID
(0x8100)

802.1p

CFI

VLAN
ID

Type /
Length

Data
(Payload / Padding)

CRC

64 Bytes Minimum. 1522 Bytes Maximum.

Slide 7
802.1Q Tagged VLANs Uses
Tagging is most commonly used to create VLANs that span
switches.
Tagging also can be used to differentiate one type of incoming
traffic from another.
Another use for tagged VLANs is the ability to have a port
configured as a member of multiple VLANs.

802.1Q Ethernet Frame
6 Bytes

6 Bytes

2 Bytes

3 bits

1 bit

12 bits

2 Bytes

42 to 1500 Bytes

4 Bytes

Destination
MAC

Source
MAC

TPID
(0x8100)

802.1p

CFI

VLAN
ID

Type /
Length

Data
(Payload / Padding)

CRC

64 Bytes Minimum. 1522 Bytes Maximum.

Remember, a single port can only be a member of one port-based VLAN.
Tags may be used to associate that port with additional VLANs.
Slide 8
Protocol-Based VLANs
Protocol-based VLANs enable you to define a packet filter that the
switch uses as the matching criteria to determine if a particular
packet belongs to a particular VLAN.
• Type
• Logical Link Control (LLC)
• Subnetwork Access Protocol (SNAP)

Ethernet Frame
6 Bytes

6 Bytes

Destination
MAC

Source
MAC

2 Bytes

3 Bytes

5 Bytes

38 to 1492 Bytes

4 Bytes

Type

LLC
(Logical Link
Control)

SNAP
(Sub network Access
Protocol)

Data
(Payload / Padding)

CRC

64 Bytes Minimum. 1518 Bytes Maximum.

Slide 9
Benefits of VLANs
Help to control traffic.
Provide extra security.
• Only devices belonging to the same VLAN can communicate with each
other.

Ease the change and movement of devices.

Marketing
Ports 1-4

Slide 10

Engineering
Ports 9-12

Operations
Ports 17-24
VLAN
Implementation
ExtremeXOS™ Operation and
Configuration, Version 12.1

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Managing
Port-Based VLANs
Displaying, creating, and enabling
VLANs and managing VLAN ports.

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Listing The Steps to Create a Port-Based VLAN
Creating a VLAN
• Determine current VLAN configuration
• Create the VLAN
• Add ports to the VLAN
• Verify VLAN functionality
Other management tools
• Enable a VLAN
• Disable a VLAN
• Rename a VLAN

Slide 13
show vlan {detail | <vlan_name>}

Displaying VLAN Information
The first step in evaluating the switches VLAN configuration is
displaying the current VLAN configuration.
To display the switches VLANs, including their tag values, use the
following syntax:
• show vlan { detail | <vlan_name> }
Examples:
• To display a concise description of all VLANs configured on the device, enter
the following command:
show vlan

• To display a detailed description of all VLANs configured on the switch, enter
the following command:
show vlan detail

• To display a detailed description of the VLAN named accounting, enter the
following command:
show vlan detail accounting
Slide 14
show vlan {detail | <vlan_name>}

Displaying VLAN Information (Continued…)
The show vlan command shows high-level info for all VLANs.
* VLAB-R3-BD10808.2 # show vlan
-------------------------------------------------------------------------------------Name
VID Protocol Addr
Flags
Proto Ports
Virtual
Active
router
/Total
-------------------------------------------------------------------------------------Default 1
-------------------------------T---------- ANY
1 /198
VR-Default
Mgmt
4095 10.209.10.37
/24 ---------------------- ANY
1 /1
VR-Mgmt
--------------------------------------------------------------------------------------

Slide 15
show vlan {detail | <vlan_name>}

Creating and Deleting Port-Based VLANs
To create a port-based VLAN, use the following command syntax:
• create vlan <vlan_name>
To delete a port-based VLAN, enter the following command syntax:
• delete vlan <vlan_name>

VLAN names must be unique.
Example
• To create a VLAN named accounting, enter the following command:
create vlan accounting

• To remove the VLAN named accounting, enter the following command:
delete vlan accounting

When the VLAN is created, it has no ports as members.
Slide 16
configure vlan <vlan_name> add ports <ports_list>
configure vlan <vlan_name> delete ports <port_list>

Adding and Removing Ports to and from a PortBased VLANs
To add ports to a port-based VLAN, use the following syntax:
• configure vlan <vlan_name> add ports <ports_list>
To remove ports from a port-based VLAN, use the following syntax:
• configure vlan <vlan_name> delete ports <port_list>

Implementation notes
• The VLAN must already exist before you can add (or delete) ports.
• Ports can only be in one VLAN as untagged.
• A port can be added to multiple VLANs only when it has multiple tags.
• By default, all ports are members of the default VLAN.
• In order to add untagged ports to a different VLAN, you must first remove
them from the default VLAN. Failure to do so results in this error:
Error: Protocol conflict when adding untagged port 1:2.
Either add this port as tagged or assign another protocol to
this VLAN.
Slide 17
configure vlan <vlan_name> add ports <ports_list>
configure vlan <vlan_name> delete ports <port_list>

Adding and Removing Ports to and from a PortBased VLANs Examples
Examples:
• To add all ports to the VLAN named accounting, use the following command:
configure vlan accounting add ports all

• To remove ports 4, 6, and 10 from the port-based VLAN named accounting,
use the following command:
configure vlan accounting delete ports 4, 6, 10

Slide 18
disable vlan <vlan_name>
enable vlan <vlan_name>

Enabling and Disabling Port-Based VLANs
During complex configurations it might be useful to disable VLANs
prior to deployment (i.e. MPLS).
To disable a port-based VLAN, use the following syntax:
• disable vlan <vlan_name>
To enable a port-based VLAN, use the following syntax:
• enable vlan <vlan_name>
Implementation notes
• Disabling a VLAN stops all traffic on all ports for the VLAN.
• You cannot disable a VLAN that is running a Layer-2 protocol such as ESRP
or EAPS.

• If necessary, you can disable the default VLAN, however you cannot disable
the management VLAN.

• You can remove ports from a disabled VLAN, however you cannot add ports.
Slide 19
enable vlan accounting
disable vlan accounting

Enabling and Disabling Port-Based VLANs
(Continued…)
Examples:
• To enable and disable a port-based VLAN named accounting, use the
following command:
enable vlan accounting
disable vlan accounting

Slide 20
configure vlan <vlan_name> name <name>

Renaming VLANs
To rename a VLAN, use the following command syntax:
• configure vlan <vlan_name> name <name>
To rename the accounting VLAN to finance, use the following
command:
• configure vlan accounting name finance

Slide 21
show vlan <vlan_name>

Verifying Port-Based VLAN Configuration
Verify VLAN configuration
show vlan blue

Slide 22
show vlan default

System VLAN – Default

There are two pre-configured portbased VLANs: The Default VLAN
and the Mgmt VLAN.

Default VLAN
• Comes pre-configured on all switches
• All data ports are members
• Internal VLAN ID of 1
• Cannot be deleted or renamed

VR-Mgmt

“Mgmt" vlan

“Default" vlan

Management Ethernet Port
Slide 23

VR-Default

Data Ports
show vlan mgmt

System VLANs - Mgmt

Not all platforms have a
management port. Refer to product
documentation for your systems.

Mgmt VLAN
• Only exists on switches that have an Ethernet management port.
• Only contains the management port.
• Is only used for network management access:
Telnet, HTTP, SNMP, and TFTP

• Not capable of supporting switching or routing functions.

VR-Mgmt

“Mgmt" vlan

“Default" vlan

Management Ethernet Port
Slide 24

VR-Default

Data Ports
Extending Port-Based VLANs Across Switches
Engineering
Ports 9-12

Operations
Ports 17-24

Marketing
Ports 1-4

Create VLANs on each switch.
• The same VLAN name must be configured

Marketing
Ports 1-4

Engineering
Ports 9-12

Operations
Ports 17-24

on each switch.

Add ports to each VLAN on each
switch.
• Each switch must have at least one
configured port for each VLAN.

Physically connect switches together
using one port on each switch per
VLAN.
• Each link between the switch ports must
connect to a port that is a member of the
same VLAN on the next switch.

Slide 25
Managing
Tagged VLANs
Creating, and enabling VLANs and
managing VLAN ports.

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Listing The Steps to Create a Tagged VLAN
Creating a Tagged VLAN
1. Create the VLAN
2. Assign a tag value to the VLAN
3. Add ports to the VLAN
4. Verify tagged VLAN configuration
5. Verify tagged VLAN functionality

Slide 27
Creating a Tagged VLAN
Create the VLAN
• create vlan <vlan_name>
Assign a tag value (VLAN ID) to the VLAN (2 - 4094):
• configure vlan <vlan_name> tag <tag_value>

Examples
• To create a VLAN named ENGINEERING with a VLAN ID of 2004, enter the
following commands:
create vlan ENGINEERING
configure vlan ENGINEERING tag 2004

Implementation
• The tag range is 2 - 4094.

Slide 28
Adding and Deleting Ports to and from a Tagged
VLAN
Ingress Processing is based upon:
• Ethernet frame’s VLAN ID.
• Port membership type (tagged / untagged).
• Presence of associated VLAN ID associated with port.
Egress Processing is based upon
• VLAN associated with frame.
• Port membership type.

Port

VLAN Name

Member As

1
1
1
Slide 29

VLAN ID
2
3
4

FINANCE
FACILITIES
GUEST

tagged
tagged
untagged
Adding and Deleting Ports to and from a Tagged
VLAN
Before adding port, ensure it has been deleted from untagged
VLANs such as the Default VLAN:
• configure vlan <vlan_name> delete port <port_list>
Add the port to the VLAN as with tagged or untagged membership:
• configure vlan <vlan_name> add port <port_list>
[ tagged | untagged ]

Verify that the ports are tagged or untagged ports:
• show vlan <vlan_name>
Examples
• configure
• configure
• configure
• show vlan
Slide 30

vlan default delete port 7
vlan ENGINEERING add port 7 untagged
vlan ENGINEERING add ports 2,3 tagged
ENGINEERING
Verifying Tagged VLAN Configuration
Verify VLAN
configuration
show vlan blue
Verify
• name
• tag value
• ports
Note: For the
purposes of VLAN
classification, packets
arriving on a port with
an 802.1Q tag
containing a VLAN ID
of 0 are treated as
untagged.

Slide 31
Verifying Tagged VLAN Functionality
Generate tagged and untagged Ethernet Frames
• IXIA, Network Packet Generator (npg.exe), switch, or PC.
Verify ingress and egress functionality
• Do untagged and untagged frames get forwarded the correct ports?
• Capture Frames
Wireshark, Sniffer, tcpdump, windump

• Onboard statistics
clear counters
configure port [<port_list> | all} monitor vlan <vlan name>
show ports {port_list} vlan statistics {no-refresh}

Frame Generator
Slide 32

Frame Capture
Example: Configuring Tagged VLANs on Multiple
Switches
10

20

1 2 3 4

5

6

7

8
20

10

1 2 3 4
D

S

10

T/L

Payload

5

Padding

create vlan red
configure vlan red tag 10
configure vlan red add
port 1-3 untagged
configure vlan red add
port 4 tagged

Slide 33

6

7

CRD

8

D

S

20

T/L

Payload

Padding

CRD

create vlan green
configure vlan green tag 20
configure vlan green add
port 5-8 untagged
configure vlan green add
port 4 tagged
VLAN Rules
U
U

10

Switch 1

T

U
10

U
10

T

30

T
T

T

Switch 2

T

T

U
U
30

T

T

VLAN Rules:
Use consistent tag values on all links between switches.
Use consistent VLAN names and VLAN IDs across switches.
Configure links between switches to use tags.
Slide 34

T
Switch 3

30
Managing
Protocol-Based
VLANs
Creating, and enabling protocolbased VLANs and managing VLAN
ports.

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
Listing The Steps to Create a Protocol-Based VLAN
Creating a Protocol-Based VLAN
1. Create the VLAN
2. Add tag to VLAN (optional)
3. Create and configure protocol filter (optional)
4. Assign a protocol filter to the VLAN
5. Add ports to the VLAN
6. Verify VLAN configuration
7. Verify VLAN functionality

Slide 36
Creating a Protocol-Based VLAN
The process of creating a protocol-based VLAN is exactly the same
as with tagged and untagged VLANs.
• create vlan <vlan_name>
You can associate a tag value with the VLAN (optional).
• configure vlan <vlan_name> tag <vlan_id>
The VLAN is defined, but has no ports.

VR-default
"protoVLAN" vlan

Slide 37
Creating a Protocol Filter
Define a protocol filter to be used as the matching criteria to
determine if a particular packet belongs to a particular VLAN.
Manually define filters or use the pre-defined protocol filters on the
switch.
Green Protocol
VLAN (AppleTalk)

Multiple
Incoming
Protocols

Blue Protocol
VLAN (IPX)

Orange Protocol
VLAN (IP)
Slide 38
Predefined Protocol Filters
There are eight predefined protocol filters
Filter Name
IP
IPX
IPv6

Type
ETYPE
ETYPE
ETYPE

Value
0x0800, 0x0806
0x8137
0x86DD

MPLS

ETYPE

0x8847

DECNet
NetBIOS
IPX_8022
IPX_SNAP
AppleTalk

ETYPE
LLC
LLC
SNAP
SNAP

0x6003, 0x6004
0xF0F0, 0xF0F1
0xE0E0
OUI = 0x8137
OUI = 0x809B, 0x80F3

ETYPE

DA

SA

ETYPE

Data

LLC

DA

SA

LENGTH

LLC

SNAP

DA

SA

LENGTH

SNAP 0xAAAA03

Slide 39

CRC
CNTRL

Data
OUI

CRC
Data

CRC
Custom Protocol Filters
To create a custom VLAN protocol:
• create protocol <protocol_name>

To add a custom filter to a custom VLAN protocol:
• configure protocol <protocol_name> add [ etype | llc | snap]
<hex_value>

You may add multiple filters to a single protocol:
• configure protocol myProtoFilter add etype 0xfeed
• configure protocol myProtoFilter add etype 0xface
adding two filters using two commands

• configure protocol myProtoFilter add etype 0xfeed etype 0xface
using one command to accomplish the same

A maximum of 15 protocol filters, each containing a maximum of 6
protocols, can be defined.
No more than 7 protocols can be active and configured for use.
Slide 40
Verifying Protocol-Based VLANs
* sanjose 3 # show protocol
Protocol Name
Type
Value
-----------------------------------------------IP
etype
0x0800
etype
0x0806
ANY
ANY
0xffff
foo
llc
0xfbaf
ipx
etype
0x8137
IPv6
etype
0x86dd
fooz
decnet
etype
0x6003
etype
0x6004
netbios
llc
0xf0f0
llc
0xf0f1
ipx_8022
llc
0xe0e0
ipx_snap
snap
0x8137
appletalk
snap
0x809b
snap
0x80f3
* sanjose 3 # show protocol IPv6
Protocol Name
Type
Value
-----------------------------------------------IPv6
etype
0x86dd

Slide 41
Assigning a Protocol Filter to a Protocol-Based VLAN
Adding a Port to a Protocol-Based VLAN

To assign a protocol to a VLAN, use the following syntax:
• configure vlan <vlan_name> protocol <protocol_name>
To add a port to a protocol-based VLAN:
• configure vlan <vlan_name> add ports <port_list>

The protocol-based VLAN is now configured. Now, when a frame is
received on a port, the system checks:
• Is frame is tagged? If yes, and port is a member, then forward appropriately.
• Does frame have matching protocol filter? If yes then forward appropriately.
Protocol filters may include ANY

Slide 42
Protocol-Based VLAN Example Configuration

IPX Client

AppleTalk /
IPX Client

IPX Client

IP / IPX
Client

AppleTalk
Client

IPX
Server

ATalk
Server

IP Client
IP
Server

AppleTalk Protocol
IP Protocol
IPX Protocol

Slide 43

AppleTalk /
IPX Client

IPX Client

IP / IPX
Client
Protocol-Based VLAN Example Configuration
(Continued…)
Configure 3 Protocol-Based VLANs, each with four ports.
• All three VLANs have three ports in common. The ports are serving the
Summit switches at the perimeter.
IP Server
Port 2:20
Port 2:17

Port 2:18

Port 2:19

Slide 44

Apple Server
Port 2:21
Novell Server
Port 2:22
Configuring Protocol-Based VLANs
orange

blue

Protocol Filter = IP

Protocol Filter = IPX

create vlan orange
configure orange protocol ip
configure orange add port 1-4

1

2

3

4

5

6

7

8
create vlan blue
configure blue protocol ipx

IP

Slide 45

IP / IPX

IP

configure blue add port 4-8
Notes on Protocol-Based VLANs
When a new VLAN is created, it is assigned the „any‟ protocol by
“any” protocol by
default.
When a protocol filter is deleted, the VLANs which had the protocol
filters assigned are now assigned a protocol filter of "none" or an
error occurs.
• No traffic is forwarded until a protocol is assigned.
Tagged packets take precedence over protocol filters associated
with a VLAN.
Ethernet Frame
Tagged, IPX

IPX

Tag=10
Slide 46
Summary
You should now be able to:
Define VLANs.
Describe port-based (untagged) VLANs.
Describe tagged VLANs.

Describe protocol-based VLANs.
Describe the benefits of VLANs.
Manage port-based (untagged) VLANs.
Manage tagged VLANs.

Manage protocol-based VLANs.

Slide 47
Lab
Turn to the Port-based VLAN Configuration and the Tagged VLAN
Configuration Lab in the ExtremeXOS™ Operations and Configuration Lab Guide Rev. 12.1 and complete the hands-on portion of this module.

Slide 48
Review Questions

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
This presentation contains forward-looking statements that involve
risks and uncertainties, including statements regarding our
expectations as to products, trends and our performance. There can be
no assurances that any forward-looking statements will be
achieved, and actual results could differ materially from forecasts and
estimates. For factors that may affect our business and financial
results please refer to our filings with the Securities and Exchange
Commission, including, without limitation, under the captions:
“Management’s Discussion and Analysis of Financial Condition and
Results of Operations,” and “Risk Factors,” which is on file with the
Securities and Exchange Commission (http://www.sec.gov). We
undertake no obligation to update the forward-looking information in
this release.

© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
The End

© 2008 Extreme Networks, Inc. All rights reserved. EXOS 12.1. Part # DOC-00919.
© 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.

Contenu connexe

Tendances

CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIPsushmil123
 
Vlan Types
Vlan TypesVlan Types
Vlan TypesIT Tech
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTNishant Goel
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingVuz Dở Hơi
 
Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)newbie2019
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksAPNIC
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network OperatorsAPNIC
 
SDN (Software Define Networking) - The evolution of the Network
SDN (Software Define Networking) - The evolution of the NetworkSDN (Software Define Networking) - The evolution of the Network
SDN (Software Define Networking) - The evolution of the NetworkLogicalis Latam
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingteknetir
 

Tendances (20)

CCNA Routing Fundamentals - EIGRP, OSPF and RIP
CCNA  Routing Fundamentals -  EIGRP, OSPF and RIPCCNA  Routing Fundamentals -  EIGRP, OSPF and RIP
CCNA Routing Fundamentals - EIGRP, OSPF and RIP
 
Vlan Types
Vlan TypesVlan Types
Vlan Types
 
Spanning Tree Protocol
Spanning Tree ProtocolSpanning Tree Protocol
Spanning Tree Protocol
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
 
VTP
VTPVTP
VTP
 
VXLAN
VXLANVXLAN
VXLAN
 
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan RoutingCCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S2: Chapter5 Inter Vlan Routing
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
Vlan
Vlan Vlan
Vlan
 
VLAN
VLANVLAN
VLAN
 
Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)Ccna rse chp7 Access Control List (ACL)
Ccna rse chp7 Access Control List (ACL)
 
VXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building BlocksVXLAN BGP EVPN: Technology Building Blocks
VXLAN BGP EVPN: Technology Building Blocks
 
101 CCNA LABS.pdf
101 CCNA LABS.pdf101 CCNA LABS.pdf
101 CCNA LABS.pdf
 
BGP Techniques for Network Operators
BGP Techniques for Network OperatorsBGP Techniques for Network Operators
BGP Techniques for Network Operators
 
Introduction to vxlan
Introduction to vxlanIntroduction to vxlan
Introduction to vxlan
 
IPV6 ADDRESS
IPV6 ADDRESSIPV6 ADDRESS
IPV6 ADDRESS
 
vlan
vlanvlan
vlan
 
Layer 2 switching
Layer 2 switchingLayer 2 switching
Layer 2 switching
 
SDN (Software Define Networking) - The evolution of the Network
SDN (Software Define Networking) - The evolution of the NetworkSDN (Software Define Networking) - The evolution of the Network
SDN (Software Define Networking) - The evolution of the Network
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 

En vedette

VLAN - Virtual Local Area Network
VLAN - Virtual Local Area NetworkVLAN - Virtual Local Area Network
VLAN - Virtual Local Area Networkhlmcmkfl
 
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 seriesDatasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 seriesDani Royman Simanjuntak
 
Teknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsappTeknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsappDani Royman Simanjuntak
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking ProtocolNetwax Lab
 
Extreme networks-pbt2034
Extreme networks-pbt2034Extreme networks-pbt2034
Extreme networks-pbt2034He Hariyadi
 
Renovation of Campus IT Infrastructure with Fiber to the Desk Network
Renovation of Campus IT Infrastructure with Fiber to the Desk NetworkRenovation of Campus IT Infrastructure with Fiber to the Desk Network
Renovation of Campus IT Infrastructure with Fiber to the Desk NetworkHiroshi Ueda
 
Penambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringPenambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringDani Royman Simanjuntak
 
Mengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guestMengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guestDani Royman Simanjuntak
 
C5 Réseaux : vlsm-classe-nat
C5 Réseaux : vlsm-classe-natC5 Réseaux : vlsm-classe-nat
C5 Réseaux : vlsm-classe-natPRONETIS
 
LI Bank Network Infrastructure cursory review
LI Bank Network Infrastructure cursory reviewLI Bank Network Infrastructure cursory review
LI Bank Network Infrastructure cursory reviewJeffrey Sicuranza
 

En vedette (20)

VLAN
VLANVLAN
VLAN
 
VLAN - Virtual Local Area Network
VLAN - Virtual Local Area NetworkVLAN - Virtual Local Area Network
VLAN - Virtual Local Area Network
 
VLAN
VLANVLAN
VLAN
 
Vlans
VlansVlans
Vlans
 
Vlan
VlanVlan
Vlan
 
Cours Vlan
Cours VlanCours Vlan
Cours Vlan
 
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 seriesDatasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
Datasheet Cisco AP1600series, AP2600series, AP Controller 2500 series
 
Teknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsappTeknologi kriptografi software telegram dan whatsapp
Teknologi kriptografi software telegram dan whatsapp
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Extreme networks-pbt2034
Extreme networks-pbt2034Extreme networks-pbt2034
Extreme networks-pbt2034
 
Renovation of Campus IT Infrastructure with Fiber to the Desk Network
Renovation of Campus IT Infrastructure with Fiber to the Desk NetworkRenovation of Campus IT Infrastructure with Fiber to the Desk Network
Renovation of Campus IT Infrastructure with Fiber to the Desk Network
 
Steganografi dalam Kriptografi
Steganografi dalam KriptografiSteganografi dalam Kriptografi
Steganografi dalam Kriptografi
 
Penambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti MonitoringPenambahan Device Jaringan pada Cacti Monitoring
Penambahan Device Jaringan pada Cacti Monitoring
 
Mengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guestMengaktifkan fungsi copy dan paste in ESXI guest
Mengaktifkan fungsi copy dan paste in ESXI guest
 
C5 Réseaux : vlsm-classe-nat
C5 Réseaux : vlsm-classe-natC5 Réseaux : vlsm-classe-nat
C5 Réseaux : vlsm-classe-nat
 
LI Bank Network Infrastructure cursory review
LI Bank Network Infrastructure cursory reviewLI Bank Network Infrastructure cursory review
LI Bank Network Infrastructure cursory review
 
Dyip Sip
Dyip SipDyip Sip
Dyip Sip
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
The vpn
The vpnThe vpn
The vpn
 

Similaire à VLAN Network for Extreme Networks

VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptxBOURY1
 
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfW3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfgummybear37
 
VLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxVLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxmuhammadFaheem656405
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccnarobertoxe
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area NetworkAtakan ATAK
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANSanilinvns
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANSanilinvns
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjfvlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjfpeterhaile1
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdfitwkd
 
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiVLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiMR. VIKRAM SNEHI
 
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)Abdelkhalik Mosa
 
Config vlans
Config vlansConfig vlans
Config vlansamri am
 
Vla ns
Vla nsVla ns
Vla nsUDLA
 

Similaire à VLAN Network for Extreme Networks (20)

VLANs_Module_3.pptx
VLANs_Module_3.pptxVLANs_Module_3.pptx
VLANs_Module_3.pptx
 
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdfW3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
W3-Presentation-VLANs-AMA COMPUTER COLLEGE.pdf
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
 
CCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptxCCNA_RSE_Chp6.pptx
CCNA_RSE_Chp6.pptx
 
VLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptxVLAN chapters for networking CCNA_RSE_Chp6.pptx
VLAN chapters for networking CCNA_RSE_Chp6.pptx
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccna
 
Chapter9ccna
Chapter9ccnaChapter9ccna
Chapter9ccna
 
CCNA- part 9 vlan
CCNA- part 9 vlanCCNA- part 9 vlan
CCNA- part 9 vlan
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
VIRTUAL LANS
VIRTUAL LANSVIRTUAL LANS
VIRTUAL LANS
 
Day 5 VIRTUAL LANS
Day 5 VIRTUAL LANSDay 5 VIRTUAL LANS
Day 5 VIRTUAL LANS
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjfvlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
 
mod8-VLANs.ppt
mod8-VLANs.pptmod8-VLANs.ppt
mod8-VLANs.ppt
 
Vlan.pdf
Vlan.pdfVlan.pdf
Vlan.pdf
 
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram SnehiVLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
VLAN Virtual Area Network ,Switch,Ethernet ,VIkram Snehi
 
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
LAN Switching and Wireless: Ch3 - Virtual Local Area Networks (VLANs)
 
Ccna 9
Ccna  9Ccna  9
Ccna 9
 
Chapter 8 .vlan.pdf
Chapter 8 .vlan.pdfChapter 8 .vlan.pdf
Chapter 8 .vlan.pdf
 
Config vlans
Config vlansConfig vlans
Config vlans
 
Vla ns
Vla nsVla ns
Vla ns
 

Plus de Dani Royman Simanjuntak

Plus de Dani Royman Simanjuntak (7)

Teknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - KriptografiTeknik Enkripsi Sederhana - Kriptografi
Teknik Enkripsi Sederhana - Kriptografi
 
Polycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference InstructionsPolycom HDX 7000 Video Conference Instructions
Polycom HDX 7000 Video Conference Instructions
 
Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24Reset Cisco switch WS-C2950-24
Reset Cisco switch WS-C2950-24
 
RIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme NetworksRIP Routing Information Protocol Extreme Networks
RIP Routing Information Protocol Extreme Networks
 
Upgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access PointUpgrade IOS Cisco Aironet 1130AG Series Access Point
Upgrade IOS Cisco Aironet 1130AG Series Access Point
 
Presentasi umb
Presentasi umbPresentasi umb
Presentasi umb
 
Pengenalan Ultra Mobile Broadband
Pengenalan Ultra Mobile BroadbandPengenalan Ultra Mobile Broadband
Pengenalan Ultra Mobile Broadband
 

Dernier

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 

Dernier (20)

ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 

VLAN Network for Extreme Networks

  • 1. Introduction to VLAN Technology ExtremeXOS™ Operation and Configuration, Version 12.1 © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 2. Student Objectives Upon completion of this module, you will be able to: Define VLANs. Describe port-based (untagged) VLANs. Describe tagged VLANs. Describe protocol-based VLANs. Describe the benefits of VLANs. Manage port-based (untagged) VLANs. Manage tagged VLANs. Manage protocol-based VLANs. Slide 2
  • 3. Virtual LANs Virtual Local Area Network (VLAN) provide a way of grouping different network devices to ensure that those devices can communicate directly with one another. VLANs can span multiple layer 2 switches and do not restrict node placement. Broadcast packets are flooded only within a VLAN / broadcast domain. Slide 3
  • 4. VLAN Operation A VLAN emulates a LAN by managing how Ethernet frames are propagated throughout the network. • Broadcast, multicast, and unknown unicast Ethernet frames must be forwarded to all the stations in the VLAN. • A VLAN defines the parts of the network where broadcast packets are to be forward (broadcast domain). A router (Layer 3 forwarding device) is required to forward traffic from one VLAN to another. • An external layer 3 router or routing a routing process inside the switch. A router is required for traffic to go from one VLAN to another. Slide 4
  • 5. Types of VLANs VLANs associate network devices with one another based upon some criteria: • 802.1Q Tagged VLAN • Port-based (Untagged) VLAN • Protocol VLAN 802.1Q Tagged VLAN Port-based VLANs Slide 5 Protocol-based VLAN
  • 6. Port-Based VLANs Port-based VLAN membership is based upon which ports are assigned to the VLAN. If a tagged Ethernet frame is received on an untagged port , a switch may: • Drop the frame. The switch assumes that the port is only meant for untagged frames. • Forward the frame based upon the VLAN ID in the frame. • Forward the frame as if the incoming frame didn't have a tag. The network administrator associates ports with the VLAN. A port can be a member of only one port-based VLAN. Refer to the product documentation to determine how to configure port-based VLANs. Slide 6
  • 7. 802.1Q Tagged VLANs 802.1Q VLAN membership is based upon the VLAN ID in the 802.1Q field in the incoming packet. The 801.Q Tag contains four fields: • Tag Protocol ID (TPID) • User Priority • Canonical Format Indicator (CFI) • VLAN Identifier (VID) 802.1Q Ethernet Frame 6 Bytes 6 Bytes 2 Bytes 3 bits 1 bit 12 bits 2 Bytes 42 to 1500 Bytes 4 Bytes Destination MAC Source MAC TPID (0x8100) 802.1p CFI VLAN ID Type / Length Data (Payload / Padding) CRC 64 Bytes Minimum. 1522 Bytes Maximum. Slide 7
  • 8. 802.1Q Tagged VLANs Uses Tagging is most commonly used to create VLANs that span switches. Tagging also can be used to differentiate one type of incoming traffic from another. Another use for tagged VLANs is the ability to have a port configured as a member of multiple VLANs. 802.1Q Ethernet Frame 6 Bytes 6 Bytes 2 Bytes 3 bits 1 bit 12 bits 2 Bytes 42 to 1500 Bytes 4 Bytes Destination MAC Source MAC TPID (0x8100) 802.1p CFI VLAN ID Type / Length Data (Payload / Padding) CRC 64 Bytes Minimum. 1522 Bytes Maximum. Remember, a single port can only be a member of one port-based VLAN. Tags may be used to associate that port with additional VLANs. Slide 8
  • 9. Protocol-Based VLANs Protocol-based VLANs enable you to define a packet filter that the switch uses as the matching criteria to determine if a particular packet belongs to a particular VLAN. • Type • Logical Link Control (LLC) • Subnetwork Access Protocol (SNAP) Ethernet Frame 6 Bytes 6 Bytes Destination MAC Source MAC 2 Bytes 3 Bytes 5 Bytes 38 to 1492 Bytes 4 Bytes Type LLC (Logical Link Control) SNAP (Sub network Access Protocol) Data (Payload / Padding) CRC 64 Bytes Minimum. 1518 Bytes Maximum. Slide 9
  • 10. Benefits of VLANs Help to control traffic. Provide extra security. • Only devices belonging to the same VLAN can communicate with each other. Ease the change and movement of devices. Marketing Ports 1-4 Slide 10 Engineering Ports 9-12 Operations Ports 17-24
  • 11. VLAN Implementation ExtremeXOS™ Operation and Configuration, Version 12.1 © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 12. Managing Port-Based VLANs Displaying, creating, and enabling VLANs and managing VLAN ports. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 13. Listing The Steps to Create a Port-Based VLAN Creating a VLAN • Determine current VLAN configuration • Create the VLAN • Add ports to the VLAN • Verify VLAN functionality Other management tools • Enable a VLAN • Disable a VLAN • Rename a VLAN Slide 13
  • 14. show vlan {detail | <vlan_name>} Displaying VLAN Information The first step in evaluating the switches VLAN configuration is displaying the current VLAN configuration. To display the switches VLANs, including their tag values, use the following syntax: • show vlan { detail | <vlan_name> } Examples: • To display a concise description of all VLANs configured on the device, enter the following command: show vlan • To display a detailed description of all VLANs configured on the switch, enter the following command: show vlan detail • To display a detailed description of the VLAN named accounting, enter the following command: show vlan detail accounting Slide 14
  • 15. show vlan {detail | <vlan_name>} Displaying VLAN Information (Continued…) The show vlan command shows high-level info for all VLANs. * VLAB-R3-BD10808.2 # show vlan -------------------------------------------------------------------------------------Name VID Protocol Addr Flags Proto Ports Virtual Active router /Total -------------------------------------------------------------------------------------Default 1 -------------------------------T---------- ANY 1 /198 VR-Default Mgmt 4095 10.209.10.37 /24 ---------------------- ANY 1 /1 VR-Mgmt -------------------------------------------------------------------------------------- Slide 15
  • 16. show vlan {detail | <vlan_name>} Creating and Deleting Port-Based VLANs To create a port-based VLAN, use the following command syntax: • create vlan <vlan_name> To delete a port-based VLAN, enter the following command syntax: • delete vlan <vlan_name> VLAN names must be unique. Example • To create a VLAN named accounting, enter the following command: create vlan accounting • To remove the VLAN named accounting, enter the following command: delete vlan accounting When the VLAN is created, it has no ports as members. Slide 16
  • 17. configure vlan <vlan_name> add ports <ports_list> configure vlan <vlan_name> delete ports <port_list> Adding and Removing Ports to and from a PortBased VLANs To add ports to a port-based VLAN, use the following syntax: • configure vlan <vlan_name> add ports <ports_list> To remove ports from a port-based VLAN, use the following syntax: • configure vlan <vlan_name> delete ports <port_list> Implementation notes • The VLAN must already exist before you can add (or delete) ports. • Ports can only be in one VLAN as untagged. • A port can be added to multiple VLANs only when it has multiple tags. • By default, all ports are members of the default VLAN. • In order to add untagged ports to a different VLAN, you must first remove them from the default VLAN. Failure to do so results in this error: Error: Protocol conflict when adding untagged port 1:2. Either add this port as tagged or assign another protocol to this VLAN. Slide 17
  • 18. configure vlan <vlan_name> add ports <ports_list> configure vlan <vlan_name> delete ports <port_list> Adding and Removing Ports to and from a PortBased VLANs Examples Examples: • To add all ports to the VLAN named accounting, use the following command: configure vlan accounting add ports all • To remove ports 4, 6, and 10 from the port-based VLAN named accounting, use the following command: configure vlan accounting delete ports 4, 6, 10 Slide 18
  • 19. disable vlan <vlan_name> enable vlan <vlan_name> Enabling and Disabling Port-Based VLANs During complex configurations it might be useful to disable VLANs prior to deployment (i.e. MPLS). To disable a port-based VLAN, use the following syntax: • disable vlan <vlan_name> To enable a port-based VLAN, use the following syntax: • enable vlan <vlan_name> Implementation notes • Disabling a VLAN stops all traffic on all ports for the VLAN. • You cannot disable a VLAN that is running a Layer-2 protocol such as ESRP or EAPS. • If necessary, you can disable the default VLAN, however you cannot disable the management VLAN. • You can remove ports from a disabled VLAN, however you cannot add ports. Slide 19
  • 20. enable vlan accounting disable vlan accounting Enabling and Disabling Port-Based VLANs (Continued…) Examples: • To enable and disable a port-based VLAN named accounting, use the following command: enable vlan accounting disable vlan accounting Slide 20
  • 21. configure vlan <vlan_name> name <name> Renaming VLANs To rename a VLAN, use the following command syntax: • configure vlan <vlan_name> name <name> To rename the accounting VLAN to finance, use the following command: • configure vlan accounting name finance Slide 21
  • 22. show vlan <vlan_name> Verifying Port-Based VLAN Configuration Verify VLAN configuration show vlan blue Slide 22
  • 23. show vlan default System VLAN – Default There are two pre-configured portbased VLANs: The Default VLAN and the Mgmt VLAN. Default VLAN • Comes pre-configured on all switches • All data ports are members • Internal VLAN ID of 1 • Cannot be deleted or renamed VR-Mgmt “Mgmt" vlan “Default" vlan Management Ethernet Port Slide 23 VR-Default Data Ports
  • 24. show vlan mgmt System VLANs - Mgmt Not all platforms have a management port. Refer to product documentation for your systems. Mgmt VLAN • Only exists on switches that have an Ethernet management port. • Only contains the management port. • Is only used for network management access: Telnet, HTTP, SNMP, and TFTP • Not capable of supporting switching or routing functions. VR-Mgmt “Mgmt" vlan “Default" vlan Management Ethernet Port Slide 24 VR-Default Data Ports
  • 25. Extending Port-Based VLANs Across Switches Engineering Ports 9-12 Operations Ports 17-24 Marketing Ports 1-4 Create VLANs on each switch. • The same VLAN name must be configured Marketing Ports 1-4 Engineering Ports 9-12 Operations Ports 17-24 on each switch. Add ports to each VLAN on each switch. • Each switch must have at least one configured port for each VLAN. Physically connect switches together using one port on each switch per VLAN. • Each link between the switch ports must connect to a port that is a member of the same VLAN on the next switch. Slide 25
  • 26. Managing Tagged VLANs Creating, and enabling VLANs and managing VLAN ports. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 27. Listing The Steps to Create a Tagged VLAN Creating a Tagged VLAN 1. Create the VLAN 2. Assign a tag value to the VLAN 3. Add ports to the VLAN 4. Verify tagged VLAN configuration 5. Verify tagged VLAN functionality Slide 27
  • 28. Creating a Tagged VLAN Create the VLAN • create vlan <vlan_name> Assign a tag value (VLAN ID) to the VLAN (2 - 4094): • configure vlan <vlan_name> tag <tag_value> Examples • To create a VLAN named ENGINEERING with a VLAN ID of 2004, enter the following commands: create vlan ENGINEERING configure vlan ENGINEERING tag 2004 Implementation • The tag range is 2 - 4094. Slide 28
  • 29. Adding and Deleting Ports to and from a Tagged VLAN Ingress Processing is based upon: • Ethernet frame’s VLAN ID. • Port membership type (tagged / untagged). • Presence of associated VLAN ID associated with port. Egress Processing is based upon • VLAN associated with frame. • Port membership type. Port VLAN Name Member As 1 1 1 Slide 29 VLAN ID 2 3 4 FINANCE FACILITIES GUEST tagged tagged untagged
  • 30. Adding and Deleting Ports to and from a Tagged VLAN Before adding port, ensure it has been deleted from untagged VLANs such as the Default VLAN: • configure vlan <vlan_name> delete port <port_list> Add the port to the VLAN as with tagged or untagged membership: • configure vlan <vlan_name> add port <port_list> [ tagged | untagged ] Verify that the ports are tagged or untagged ports: • show vlan <vlan_name> Examples • configure • configure • configure • show vlan Slide 30 vlan default delete port 7 vlan ENGINEERING add port 7 untagged vlan ENGINEERING add ports 2,3 tagged ENGINEERING
  • 31. Verifying Tagged VLAN Configuration Verify VLAN configuration show vlan blue Verify • name • tag value • ports Note: For the purposes of VLAN classification, packets arriving on a port with an 802.1Q tag containing a VLAN ID of 0 are treated as untagged. Slide 31
  • 32. Verifying Tagged VLAN Functionality Generate tagged and untagged Ethernet Frames • IXIA, Network Packet Generator (npg.exe), switch, or PC. Verify ingress and egress functionality • Do untagged and untagged frames get forwarded the correct ports? • Capture Frames Wireshark, Sniffer, tcpdump, windump • Onboard statistics clear counters configure port [<port_list> | all} monitor vlan <vlan name> show ports {port_list} vlan statistics {no-refresh} Frame Generator Slide 32 Frame Capture
  • 33. Example: Configuring Tagged VLANs on Multiple Switches 10 20 1 2 3 4 5 6 7 8 20 10 1 2 3 4 D S 10 T/L Payload 5 Padding create vlan red configure vlan red tag 10 configure vlan red add port 1-3 untagged configure vlan red add port 4 tagged Slide 33 6 7 CRD 8 D S 20 T/L Payload Padding CRD create vlan green configure vlan green tag 20 configure vlan green add port 5-8 untagged configure vlan green add port 4 tagged
  • 34. VLAN Rules U U 10 Switch 1 T U 10 U 10 T 30 T T T Switch 2 T T U U 30 T T VLAN Rules: Use consistent tag values on all links between switches. Use consistent VLAN names and VLAN IDs across switches. Configure links between switches to use tags. Slide 34 T Switch 3 30
  • 35. Managing Protocol-Based VLANs Creating, and enabling protocolbased VLANs and managing VLAN ports. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 36. Listing The Steps to Create a Protocol-Based VLAN Creating a Protocol-Based VLAN 1. Create the VLAN 2. Add tag to VLAN (optional) 3. Create and configure protocol filter (optional) 4. Assign a protocol filter to the VLAN 5. Add ports to the VLAN 6. Verify VLAN configuration 7. Verify VLAN functionality Slide 36
  • 37. Creating a Protocol-Based VLAN The process of creating a protocol-based VLAN is exactly the same as with tagged and untagged VLANs. • create vlan <vlan_name> You can associate a tag value with the VLAN (optional). • configure vlan <vlan_name> tag <vlan_id> The VLAN is defined, but has no ports. VR-default "protoVLAN" vlan Slide 37
  • 38. Creating a Protocol Filter Define a protocol filter to be used as the matching criteria to determine if a particular packet belongs to a particular VLAN. Manually define filters or use the pre-defined protocol filters on the switch. Green Protocol VLAN (AppleTalk) Multiple Incoming Protocols Blue Protocol VLAN (IPX) Orange Protocol VLAN (IP) Slide 38
  • 39. Predefined Protocol Filters There are eight predefined protocol filters Filter Name IP IPX IPv6 Type ETYPE ETYPE ETYPE Value 0x0800, 0x0806 0x8137 0x86DD MPLS ETYPE 0x8847 DECNet NetBIOS IPX_8022 IPX_SNAP AppleTalk ETYPE LLC LLC SNAP SNAP 0x6003, 0x6004 0xF0F0, 0xF0F1 0xE0E0 OUI = 0x8137 OUI = 0x809B, 0x80F3 ETYPE DA SA ETYPE Data LLC DA SA LENGTH LLC SNAP DA SA LENGTH SNAP 0xAAAA03 Slide 39 CRC CNTRL Data OUI CRC Data CRC
  • 40. Custom Protocol Filters To create a custom VLAN protocol: • create protocol <protocol_name> To add a custom filter to a custom VLAN protocol: • configure protocol <protocol_name> add [ etype | llc | snap] <hex_value> You may add multiple filters to a single protocol: • configure protocol myProtoFilter add etype 0xfeed • configure protocol myProtoFilter add etype 0xface adding two filters using two commands • configure protocol myProtoFilter add etype 0xfeed etype 0xface using one command to accomplish the same A maximum of 15 protocol filters, each containing a maximum of 6 protocols, can be defined. No more than 7 protocols can be active and configured for use. Slide 40
  • 41. Verifying Protocol-Based VLANs * sanjose 3 # show protocol Protocol Name Type Value -----------------------------------------------IP etype 0x0800 etype 0x0806 ANY ANY 0xffff foo llc 0xfbaf ipx etype 0x8137 IPv6 etype 0x86dd fooz decnet etype 0x6003 etype 0x6004 netbios llc 0xf0f0 llc 0xf0f1 ipx_8022 llc 0xe0e0 ipx_snap snap 0x8137 appletalk snap 0x809b snap 0x80f3 * sanjose 3 # show protocol IPv6 Protocol Name Type Value -----------------------------------------------IPv6 etype 0x86dd Slide 41
  • 42. Assigning a Protocol Filter to a Protocol-Based VLAN Adding a Port to a Protocol-Based VLAN To assign a protocol to a VLAN, use the following syntax: • configure vlan <vlan_name> protocol <protocol_name> To add a port to a protocol-based VLAN: • configure vlan <vlan_name> add ports <port_list> The protocol-based VLAN is now configured. Now, when a frame is received on a port, the system checks: • Is frame is tagged? If yes, and port is a member, then forward appropriately. • Does frame have matching protocol filter? If yes then forward appropriately. Protocol filters may include ANY Slide 42
  • 43. Protocol-Based VLAN Example Configuration IPX Client AppleTalk / IPX Client IPX Client IP / IPX Client AppleTalk Client IPX Server ATalk Server IP Client IP Server AppleTalk Protocol IP Protocol IPX Protocol Slide 43 AppleTalk / IPX Client IPX Client IP / IPX Client
  • 44. Protocol-Based VLAN Example Configuration (Continued…) Configure 3 Protocol-Based VLANs, each with four ports. • All three VLANs have three ports in common. The ports are serving the Summit switches at the perimeter. IP Server Port 2:20 Port 2:17 Port 2:18 Port 2:19 Slide 44 Apple Server Port 2:21 Novell Server Port 2:22
  • 45. Configuring Protocol-Based VLANs orange blue Protocol Filter = IP Protocol Filter = IPX create vlan orange configure orange protocol ip configure orange add port 1-4 1 2 3 4 5 6 7 8 create vlan blue configure blue protocol ipx IP Slide 45 IP / IPX IP configure blue add port 4-8
  • 46. Notes on Protocol-Based VLANs When a new VLAN is created, it is assigned the „any‟ protocol by “any” protocol by default. When a protocol filter is deleted, the VLANs which had the protocol filters assigned are now assigned a protocol filter of "none" or an error occurs. • No traffic is forwarded until a protocol is assigned. Tagged packets take precedence over protocol filters associated with a VLAN. Ethernet Frame Tagged, IPX IPX Tag=10 Slide 46
  • 47. Summary You should now be able to: Define VLANs. Describe port-based (untagged) VLANs. Describe tagged VLANs. Describe protocol-based VLANs. Describe the benefits of VLANs. Manage port-based (untagged) VLANs. Manage tagged VLANs. Manage protocol-based VLANs. Slide 47
  • 48. Lab Turn to the Port-based VLAN Configuration and the Tagged VLAN Configuration Lab in the ExtremeXOS™ Operations and Configuration Lab Guide Rev. 12.1 and complete the hands-on portion of this module. Slide 48
  • 49. Review Questions © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 50. This presentation contains forward-looking statements that involve risks and uncertainties, including statements regarding our expectations as to products, trends and our performance. There can be no assurances that any forward-looking statements will be achieved, and actual results could differ materially from forecasts and estimates. For factors that may affect our business and financial results please refer to our filings with the Securities and Exchange Commission, including, without limitation, under the captions: “Management’s Discussion and Analysis of Financial Condition and Results of Operations,” and “Risk Factors,” which is on file with the Securities and Exchange Commission (http://www.sec.gov). We undertake no obligation to update the forward-looking information in this release. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.
  • 51. The End © 2008 Extreme Networks, Inc. All rights reserved. EXOS 12.1. Part # DOC-00919. © 2008 Extreme Networks, Inc. All rights reserved. ExtremeXOS Operation and Configuration, Version 12.1. Part number DOC-00919.