- Cisco Switch는 기본적으로 PVST+ 혹은 Rapid-PVST(RST)로 동작한다. (IOS 버전에 따라 차이가 있다) - 두 가지 방식 모두 VLAN 마다 독립된 STP 프로세스가 동작하게 된다.
- 하지만 관리자가 별도로 설정을 하지 않는 경우 모든 VLAN은 공통된 Rooo Bright와 Blocking Port를 사용하게 된다. (이유는 MAC주소에 의해서 Root bridge와 포트 역할이 결정되기 때문이다.)
- 결과적으로 모든 VLAN은 동일한 경로를 사용하여 트래픽을 전송하기 때문에 부하 분산이 되지 않는다. - 관리자는 필요에 따라 각 VLAN 트레픽이 다른 경로로 사용할 수 있도록 STP 경로 조정을 수행해야 한다.
STP 경로 조정 종류 (3가지)
1. Bridge ID 변경
- Switch가 가지고있는 고유의 ID - Bridge Priority (Default: 32,768) + MAC Address 형태로 구성되어 있다.
- Cisco Switch의 경우 PVST 동작을 수행하기 때문에 VLAN마다 각각 독립된 Bridge ID를 사용해야 하고, 독립된 Configuration BPDU를 전송해야 한다. 이를 위해 Bridge Priority값에 해당 VLAN ID를 더해서 독립된 BridgeID를 사용하는 것이 가능하다.
VLAN0010 Spanning tree enabled protocol rstp Root ID Priority 4106 (Root Switch 설정 확인) Address aabb.cc00.0100 This bridge is the root Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4106 (priority 4096 sys-id-ext 10) Address aabb.cc00.0100 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec
VLAN0010 Spanning tree enabled protocol rstp Root ID Priority 4106 Address aabb.cc00.0100 Cost 200 Port 2 (Ethernet0/1) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 8202 (priority 8192 sys-id-ext 10) Address aabb.cc00.0400 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec
Interface Role Sts Cost Prio.Nbr Type ------------------- ---- --- --------- -------- -------------------------------- Et0/0 Altn BLK 100 128.1 Shr (Block 설정된 것 확인) Et0/1 Root FWD 100 128.2 Shr
VLAN 20설정
IOU2 Switch(VLAN 20)
IOU2(config)#spanning-tree vlan 20 priority 8192
VLAN0020 Spanning tree enabled protocol rstp Root ID Priority 4116 Address aabb.cc00.0100 Cost 100 Port 1 (Ethernet0/0) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 8212 (priority 8192 sys-id-ext 20) Address aabb.cc00.0200 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec
VLAN0020 Spanning tree enabled protocol rstp Root ID Priority 4116 Address aabb.cc00.0100 Cost 150 Port 1 (Ethernet0/0) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32788 (priority 32768 sys-id-ext 20) Address aabb.cc00.0400 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec
VLAN0020 Spanning tree enabled protocol rstp Root ID Priority 32788 Address aabb.cc00.0500 Cost 100 Port 2 (Ethernet0/1) Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 32788 (priority 32768 sys-id-ext 20) Address aabb.cc00.0600 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 sec