변군이글루
[switch] STP(Spanning tree protocol) 본문
STP(Spanning tree protocol)
STP 선발 기준
1단계 : 누가 더 작은 Root BID를 가졌는가?
2단계 : 루트 브리지까지의 Path Cost 값은 누가 더 작은가?
3단계 : 누구의 BID(Sender BID)가 더 낮은가?
4단계 : 누구의 포트 ID가 더 낮은가?
< Switch C Bridge ID Priority 변경 >
Switch#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 32769
Address 0000.0C16.E477
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32769 (priority 32768 sys-id-ext 1)
Address 00E0.F753.5C28
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Altn BLK 19 128.3 Shr
Fa0/2 Root FWD 19 128.3 Shr
Switch(config)#spanning-tree vlan 1 priority 100//할당된 범위 안에서 선택 가능
% Bridge Priority must be in increments of 4096.
% Allowed values are:
0 4096 8192 12288 16384 20480 24576 28672
32768 36864 40960 45056 49152 53248 57344 61440
Switch(config)#spanning-tree vlan 1 priority 4096
Switch#show spanning-tree
VLAN0001
Spanning tree enabled protocol ieee
Root ID Priority 4097
Address 00E0.F753.5C28
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 00E0.F753.5C28
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa0/1 Desg LSN 19 128.3 Shr
Fa0/2 Desg FWD 19 128.3 Shr
[참고]Past Cost
Bandwidth(대역폭) |
STP Cost(Path Cost) |
4Mbps |
250 |
10Mbps |
100 |
16Mbps |
62 |
45Mbps |
39 |
100Mbps |
19 |
155Mbps |
14 |
622Mbps |
6 |
1Gbps |
4 |
10Gbps |
2 |
Bandwidth(대역폭) |
STP Cost(Path Cost) |
4Mbps |
250 |
10Mbps |
100 |
16Mbps |
62 |
45Mbps |
39 |
100Mbps |
19 |
155Mbps |
14 |
622Mbps |
6 |
1Gbps |
4 |
10Gbps |
2 |
Bandwidth(대역폭) |
STP Cost(Path Cost) |
4Mbps |
250 |
10Mbps |
100 |
16Mbps |
62 |
45Mbps |
39 |
100Mbps |
19 |
155Mbps |
14 |
622Mbps |
6 |
1Gbps |
4 |
10Gbps |
2 |
'- 네트워크' 카테고리의 다른 글
[네트워크] Cisco Packet Tracer 6.2 다운로드 (1) | 2015.11.25 |
---|---|
[네트워크] 시스코 장비 config 파일 TFTP로 백업하기 (0) | 2015.07.31 |
[switch] STP(Spanning tree protocol) (0) | 2013.09.07 |
[router] 라우터 프로토콜 (0) | 2013.09.07 |
[router] 라우팅 테이블 관련 명령어 (0) | 2013.09.07 |
[router] 정적 라우터 설정하기 (0) | 2013.09.07 |
- Tag
- sangchul.kr, Spanning tree protocol, stp, 변군, 변군이글루, 변상철