![]() |
|
Port Aggregation Protocol PAgP
abgelegt unter: Protokolle Cisco bietet bei seinen Switches die Möglichkeit, mehrere Links zu einem Channel zu bündeln. Dieser Etherchannel erhöht die Ausfallsicherheit und die Bandbreite des Links. Um diesen Etherchannel automatisch aufbauen zu können, hat Cisco das Port Aggregation Protocol (PAgP) entwickelt. PAgP ist ein Layer 2-Protokoll. Die SNAP-Frames werden an die MAC-Adresse 01:00:0c:cc:cc:cc gesendet. Über PAgP tauschen die Linkpartner Informationen aus, um gegebenenfalls einen Etherchannel zu formen. So sieht ein PAgP-Frame im Ethereal aus:
Source Destination Protocol
Cisco_45:34:9b CDP/VTP PAGP
Frame 41 (119 bytes on wire, 119 bytes captured)
Packet Length: 119 bytes
Capture Length: 119 bytes
Protocols in frame: eth:eth:llc:pagp
ISL
Destination: 01000C0000
0000 .... = Type: Ethernet (0)
.... 0111 = User: Network control (7)
Source: Cisco_45:d3:84 (00:0a:8a:45:d3:84)
Length: 105
DSAP: 0xAA
SSAP: 0xAA
Control: 0x3
HSA: 0x000a8a
0000 0000 0000 001. = VLAN ID: 0x0001
.... .... .... ...1 = BPDU: Yes
Index: 0
IEEE 802.3 Ethernet
Destination: CDP/VTP (01:00:0c:cc:cc:cc)
Source: Cisco_45:34:9b (00:0a:8a:45:34:9b)
Length: 75
Frame check sequence: 0xd318e8ee [correct]
Logical-Link Control
DSAP: SNAP (0xaa)
IG Bit: Individual
SSAP: SNAP (0xaa)
CR Bit: Command
Control field: U, func=UI (0x03)
000. 00.. = Command: Unnumbered Information (0x00)
.... ..11 = Frame type: Unnumbered frame (0x03)
Organization Code: Cisco (0x00000c)
PID: PAgP (0x0104)
Port Aggregation Protocol
Version: Info PDU (0x01)
Flags: 0x05 (Slow Hello, Consistent State)
.... ...1 = Slow Hello: Yes
.... ..0. = Auto Mode: Desirable Mode
.... .1.. = Consistent State: True
Local Device ID: Cisco_45:43:60 (00:0a:8a:45:43:60)
Local Learn Capability: Arbitrary Distribution (0x02)
Local Port Hot Standby Priority: 128
Local Sent Port ifindex: 5
Local Group Capability: 0x00010001
Local Group ifindex: 29
Partner Device ID: Cisco_5f:e1:30 (00:0a:b7:5f:e1:30)
Partner Learn Capability: Arbitrary Distribution (0x02)
Partner Port Hot Standby Priority: 128
Partner Sent Port ifindex: 5
Partner Group Capability: 0x00010001
Partner Group ifindex: 54
Partner Count: 1
Number of TLVs: 2
TLV Entry #1
Type = 1 (Device Name TLV)
Length = 12 bytes (includes Type and Length)
Device Name: C3550
TLV Entry #2
Type = 2 (Physical Port Name TLV)
Length = 9 bytes (includes Type and Length)
Physical Port Name: Fa0/5
FehlersucheEin typische Problem beim Konfigurieren eines Etherchannels, ist eine fehlerhafte Duplexeinstellung der Interface. Damit ein Channel aufgebaut wird, müssen alle Interface die selben Speed- und Duplexeinstellungen haben. Wenn man also zum tracen einen Hub in Channelmember einschleift und diesen so auf Halfduplex zwingt, wird kein Channel aufgebaut. An Edge-Ports sollte PAgP deaktiviert werden. Die IEEE-Entsprechung zum PAgP ist LACP (IEEE 802.3ad). geschrieben am 10.04.2006 von Mirko Kulpa |
|