Открыть Электронные книги
Категории
Открыть Аудиокниги
Категории
Открыть Журналы
Категории
Открыть Документы
Категории
l 10G Ethernet:
l 10GBASE-L
l SMF, 1310 нм – 10 км
l 10GBASE-E
l SMF, 1550 нм – 40 км
l 10GBASE-S
l MMF, 850 нм – 26 .. 300 метров
l 10GBASE-T (проект до 2006 г.)
l 802.3an, TP Cat.6a, Cat.7, (Cat.6 – 50м.)
RJ-45 RF-45
03.10.2008 (c) 2002-6 ВГУ, ФКН, ИС, Коваль А.С. 7
Multi-Protocol Label Switching (MPLS)
PPP or Ethernet
MPLS header IP header remainder of link-layer frame
header
20 3 1 5
03.10.2008 (c) 2002-6 ВГУ, ФКН, ИС, Коваль А.С. 8
MPLS таблицы
in out out
label label dest interface
10 A 0 in out out
12 D 0 label label dest interface
8 A 1 10 6 A 1
12 9 D 0
R6
0 0
D
1 1
R4 R3
R5
0 0
A
R1
in out out
R2 in out out
label label dest interface label label dest interface
8 6 A 0 6 - A 0
trunks
switch switch
L3 switch
L3 switch
VID=2
VID=3
l Статические VLAN
l Членство в VLAN конфигурируется
администратором
l Динамические VLAN
l Автоматическое определение членства в
VLAN, основанное на MAC, протоколах,
приложениях.
l VLAN Management Policy Server (VMPS) у
CISCO.
l 1900#config t
l 1900(config)#int e0/2
l 1900(config-if)#vlan-membership static 2
l 1900(config-if)#int e0/4
l 1900(config-if)#vlan-membership static 3
l 1900(config-if)#int e0/5
l 1900(config-if)#vlan-membership static 4
l 1900(config-if)#exit
l 1900(config)#exit
l Switch(config-if)#int f0/2
l Switch(config-if)#switchport access vlan 2
l Switch(config-if)#int f0/3
l Switch(config-if)#switchport access vlan 3
l Switch(config-if)#int f0/4
l Switch(config-if)#switchport access vlan 4
l Switch(config-if)#
l 1900#config t
l 1900(config)#int f0/26
l 1900(config-if)#trunk on
l Switch#config t
l Switch(config)#int f0/12
l Switch(config-if)#switchport mode trunk
l Switch(config-if)#^Z
l Switch#
l Switch#config t
l Switch(config)#int f0/12
l Switch(config-if)#switchport mode trunk
l Switch(config-if)#switchport trunk
encapsulation ?
l dot1q Interface uses only 802.1q trunking
encapsulation when trunking
l isl Interface uses only ISL trunking
encapsulation when trunking
l negotiate Device will negotiate trunking
encapsulation with peer on interface
l 2600(config)#int f0/0.1
l 2600(config-subif)#encapsulation isl vlan#