نگاهي كوتاه به ISL , vtp در سيسكو
VLAN
1, 1002,1003,1004,1005 ARE FACTORY DEFAULT VLANS
so u can number your VLAN from 2-1001
ISL is Cisco proprietry.
DOT1Q is IEEEE Standad 802.1Q.
802.1Q SUPPORT 4096 VLAN.
802.1Q DONT tag on the NATIVE VLAN.
Make sure that Same Native VALN is configured on both Switch
MONO SPAN TREE!!
ISL and DOT1Q(802.1q) are frame tagging methods for Inter switch VLan Course.
ISL and DOT1Q are not compatible.
ISL + DOT1Q trunks enable VLAN across a switched network back bone.
They
operates on Layer 2.
DOT1Q adds a field in the FRAME where as ISL adds HEADER and FCS
means ISL really encapsultes the frame.
Inter Switched Link
1. It’s a CISCO proprietery Protocol.
2. performed with ASIC (Application Specific Integrated Circuits).
3. its only for SWITCHes and Routers and servers wit ISL Nic. Not for clients
or hosts.
4. operates in P2P environment.
5. supported on 2600+ routers (is it ture that ISL dont support
1600,1700,2500 routers)?
6. Allow multiple vlan traffice on a single path (called TRUNK)
7. Each Switch/Router/ISL server should be ISL configureable/Capable
8. ISL is protocol independent. means it works fine with most of Layer 3
protocols.
9. ISL header 26 Bytes and 4 Bytes FCS
10. ISL provides VLAN trunking capablilties on FULL \ HALF duplex &
support 1000 VLAN
11. USE PSVT (PER VLAN SPAN TREE)
Catalys 1900 switch can support 1005 VLANS with Seprate VLAN across a Trunk but
it dont support more then 64 VTPS and REMEMBER v have only 27 ports (24+1+2) in
1900 switch.so the maths is
MAXimum 24porst :: 24 Vlans :: 24VTP
VLAN Trunking Protocol (VTP)
1. Vtp is used to distrubute and synchronize info (identifying) abt VLN
configured throughtout a switched network.
2. VTP is also a Layer 2 protocol.
3. it works on MulitCasting
4. VTP Domian can exist on 1 or more SERVER Switches sharing same VTP
environment. (is this statment true REFERENCE TK 83 TOPIC 2 SECTION 6-7-8
CHECK FOR VLAN SUBSECTION)
5. A Single Switch can be configured in ONE VTP DOMAIN ONLY .
6. VTP Server is a SWITCH not Router (true or False tell me )
7. A Switch in Transparent Mode can be in 2 Domains (1 is its own, and second
domain is the one its just receving and forwarding information)
8. VTP advertisment are Multicast every 5 minutes or on change of
configuration. Advertisements are forwarded on VLAN 1
VTP MODES
1. Server
2. Client
3. Transparent
Default mode of a switch is SERVER mode but VLAN are not propagated untill a [U]MANAGEMENT
DOMAIN
[U] is
specified or learned
VTP messages are tranmitted on all trunks using ISL DOT1Q
VLAN are saved in NVRAM in SEVERS
SERVER MODE
Send \Forward VTP Advertisement
VLAN are saved in NVRAM in SEVERS
Cataylst switches can CREATE,MODIFY,DELETE, VLANS in Server modes
Synchronize VLAN config info with other Switches in Domian.
CLIENT MODE
Send \Forward VTP Advertisement
VLAN are NOT saved in NVRAM in CLIENT
Cataylst switches CANN'T CREATE,MODIFY,DELETE, VLANS in CLIENT modes
Synchronize VLAN config info with other Switches in Domian.
TRANSPARENT MODE
Forward VTP Advertisement
VLAN are NOT saved in NVRAM in CLIENT
Cataylst switches CANN'T CREATE,MODIFY,DELETE, VLANS in CLIENT modes
Synchronize VLAN config info with other Switches in Domian.
If there is no VLAN created by a user then BY DEFAULT Switch is in VTP Server
mode and there is a VLAN named VLAN1. All ports of this Switch belong to
that VLAN.
In Multiple VLAN environment, VLAN1 is used of management of other VLANs,
CDP & VTP info are send on VLAN1.
Switch 1900 IP address is in the VLAN Broadcast Domain.
switch(config)# vtp {[server|transparent|client] [domain DomainName]
[trap (enable|Disable)] [password password] [prunning {enable|Disable}]}
switch(config)# DELETE vtp -- Set SWX with VTP Parameter Default to FACTORY.
DTPP - Domain Trap Password Prunning
TRUNK LINE CONFIG
In 1900 Cat Swx v have only 2 Fast Eth porst (fa0/26 port is called A and
fa0/27 port is called ![]()
Only these ports can be used for a TRUNK. (A trunk is used to connect 2 SWX or
Router)
Switch(config)# trunk [ON|OFF|Desireable|Auto|Nonnegotiate]
[b]Switch(config)# show trunk [a / b]
PORT ASSIGNMENT TO VLAN
A port can belong to only 1 VLAN at a time
Switch(config)#Vlan-membership {static (vlan#)|dynamic}
Switch(config)#Show Vlan-membership
IF ROUTER USED FOR ISL TAGGING
[/B]
int e 0.1
ip address 10.1.1.1 255.255.255.0
encapsulation isl 11 -------------(11 is the name of VLAN)
int e 0.2
ip address 10.1.2.1 255.255.255.0
encapsulation isl 22 -------------(22 is the name of VLAN)
int e 0.3
ip address 10.1.3.1 255.255.255.0
encapsulation isl 33 -------------(33 is the name of VLAN)
IF ROUTER USED FOR DOT1Q TAGGING
[/B]
int
e 0.1
ip address 10.1.1.1 255.255.255.0
encapsulation DOT1Q 11 -------------(11 is the name of VLAN)
int e 0.2
ip address 10.1.2.1 255.255.255.0
encapsulation DOT1Q 22 -------------(22 is the name of VLAN)
int e 0.3
ip address 10.1.3.1 255.255.255.0
encapsulation DOT1Q 33 -------------(33 is the name of VLAN)
ISL
VLAN CREATION ON 1900 WHICH SUPPORTS ISL ONLY
CONFIG)# VLAN 2 SALES
CONFIG)# VLAN 3 MARKETING
CONFIG)# VLAN 4 MIS
CONFIG)# EXIT
-----MEMBERSHIP ADDITION
CONFIG)# int e0/2
CONFIG)#vlan-membership static 2 --- make me member of VLAN 2
CONFIG)# int e0/3
CONFIG)#vlan-membership static 3 --- make me member of VLAN 3
CONFIG)# int e0/4
CONFIG)#vlan-membership static 3 --- make me member of VLAN 3
CONFIG)# int e0/5
CONFIG)#vlan-membership static 4 --- make me member of VLAN 4
CONFIG)# int e0/6
CONFIG)#vlan-membership static 4 --- make me member of VLAN 4
CONFIG)# int e0/7
CONFIG)#vlan-membership static 4 --- make me member of VLAN 4
Inter VLAN Communication
config terminal
config)#interface f0/26
if)#trunk on
ON----------------- trunk is on
OFF-----------------trunk is off
AUTO---------------trunk is on if the other side is ON \ Desirable
DESIRABLE--------trunk is on if the other side is ON \ Desirable \ Auto
NOnEGOTIATE-----trunk is on and it wont initiate the negotiation
DOT1Q
VLAN CREATION ON 2900 WHICH SUPPORTS dot1q ONLY
CONFIG)# VLAN 2
CONFIG)# name SALES
CONFIG)# VLAN 3
CONFIG)# name MARKETING
CONFIG)# VLAN 4
CONFIG)# name MIS
CONFIG)# EXIT
-----MEMBERSHIP ADDITION
CONFIG)# interface f0/2
CONFIG-if)#switchprot access vlan 2
CONFIG)# interface f0/3
CONFIG-if)#switchprot access vlan 3
CONFIG)# interface f0/4
CONFIG-if)#switchprot access vlan 3
CONFIG)# interface f0/5
CONFIG-if)#switchprot access vlan 4
CONFIG)# interface f0/6
CONFIG-if)#switchprot access vlan 4
CONFIG)# interface f0/7
CONFIG-if)#switchprot access vlan 4
---------------
CONFIG)# switchport mode trunk (on|off)
CONFIG)# switchport mode trunk dot1q
)# show vlan
)#show vlan brief
Switch 19000(ISL) and 2950 (Dot1q)
We will use 1 fast ehternet port of Router and Devide it into 2 or more
SUBINTERFACES FOR MULTIPLE VLANS
STEPS TO CREATE AN INTERCONNECTED VLAN
1.create a VLANs on Switch
2.Assign ports to VLAN
2.1 Dynamic Assignment
2.2 Static Assignment
3. Creat VTP Domain. and Set its MODE (SERVER,CLIENT,TRANSPARENT)
4. Create Trunks for INTERNETWORK SWICTH communication
5. Involve Router for intervlan packet switching.
5.1 Subinterface Creation
5.2 Encapsulation settings
این وبلاگ به دور از هر گونه حاشیه تنها به مباحث فناوری اطلاعات و ارتباطات می پردازد. برخی مطالب به عنوان نکات قابل توجه از سایتهای دیگر در این وبلاگ درج میشود که حتما از نویسنده اصلی با ذکر منبع تقدیر و تشکر خواهد شد.