Portfast에서 루프가 일어나는가?
4027 단어 시스코
1. 소개
ぃ tp // 이 m/진애 73/있어 ms/12에84c175dc5아9b600b1
의 번외편입니다. 스위치 2대에서 루프 구성을 만들어 BLK 포트에 portfast
를 설정해도 아무 일도 일어나지 않았습니다. 이번에는 케이블의 빼고 꽂는 것을 포함해 다시 확인해 갑니다.
스포일러: 일어나지 않는다
2. 구성
Vlan은 기본 설정, RPVST를 활성화하고 prioirity 설정만 넣어 둡니다.
tc0001Switch(config)#hostname tc0001
tc0001(config)#span mode rapid
tc0001(config)#span vlan 1-4094 priority 0
tc0002Switch(config)#hostname tc0002
tc0001(config)#span mode rapid
tc0001(config)#span vlan 1-4094 priority 4096
이 상태에서, tc0001이 루트 브릿지, tc0002의 Fa1/0/2가 블로킹 포트가 되어 있을 것이므로 확인합니다.
tc0001tc0001#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 1 (priority 0 sys-id-ext 1)
Address 0016.4779.5500
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Desg FWD 19 128.3 P2p
Fa1/0/2 Desg FWD 19 128.4 P2p
tc0002tc0002#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
Cost 19
Port 3 (FastEthernet1/0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 0015.6256.6300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Root FWD 19 128.3 P2p
Fa1/0/2 Altn BLK 19 128.4 P2p
문제 없을 것 같네요. 이제 모든 포트에 대해 portfast를 설정해 보겠습니다.
tc0001tc0001(config)#int range fa1/0/1 - 2
tc0001(config-if-range)#span portfast
tc0002tc0002(config)#int range fa1/0/1 - 2
tc0002(config-if-range)#span portfast
tc0002(config-if-range)#end
tc0002#
tc0002#
tc0002#
tc0002#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
Cost 19
Port 3 (FastEthernet1/0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 0015.6256.6300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Root FWD 19 128.3 P2p
Fa1/0/2 Altn BLK 19 128.4 P2p
tc0002#
블로킹 그대로입니다.
3. 결론
portfast를 넣어도 STP가 활성화되면 루프가 발생하지 않습니다. 그렇다고해도 스위치간에는 uplinkfast가 있기 때문에, 굳이 portfast를 넣는 이유도 없습니다만, portfast 공포증에 빠질 필요는 없을 것 같습니다.
모든 포트에서 portfast를 활성화합니다.
h tp // w w. 시코. 코 m / c / 엔 / u s / td / 두 cs / sut t chi s / u / lyst 6500 / 이오 s / 12-2 SX / bast / p racs / s 치온 s. HTML#wp1061957
Reference
이 문제에 관하여(Portfast에서 루프가 일어나는가?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/jinnai73/items/dcc93c590715428d7814
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Vlan은 기본 설정, RPVST를 활성화하고 prioirity 설정만 넣어 둡니다.
tc0001
Switch(config)#hostname tc0001
tc0001(config)#span mode rapid
tc0001(config)#span vlan 1-4094 priority 0
tc0002
Switch(config)#hostname tc0002
tc0001(config)#span mode rapid
tc0001(config)#span vlan 1-4094 priority 4096
이 상태에서, tc0001이 루트 브릿지, tc0002의 Fa1/0/2가 블로킹 포트가 되어 있을 것이므로 확인합니다.
tc0001
tc0001#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
This bridge is the root
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 1 (priority 0 sys-id-ext 1)
Address 0016.4779.5500
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Desg FWD 19 128.3 P2p
Fa1/0/2 Desg FWD 19 128.4 P2p
tc0002
tc0002#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
Cost 19
Port 3 (FastEthernet1/0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 0015.6256.6300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Root FWD 19 128.3 P2p
Fa1/0/2 Altn BLK 19 128.4 P2p
문제 없을 것 같네요. 이제 모든 포트에 대해 portfast를 설정해 보겠습니다.
tc0001
tc0001(config)#int range fa1/0/1 - 2
tc0001(config-if-range)#span portfast
tc0002
tc0002(config)#int range fa1/0/1 - 2
tc0002(config-if-range)#span portfast
tc0002(config-if-range)#end
tc0002#
tc0002#
tc0002#
tc0002#sh span vlan 1
VLAN0001
Spanning tree enabled protocol rstp
Root ID Priority 1
Address 0016.4779.5500
Cost 19
Port 3 (FastEthernet1/0/1)
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Bridge ID Priority 4097 (priority 4096 sys-id-ext 1)
Address 0015.6256.6300
Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec
Aging Time 300
Interface Role Sts Cost Prio.Nbr Type
---------------- ---- --- --------- -------- --------------------------------
Fa1/0/1 Root FWD 19 128.3 P2p
Fa1/0/2 Altn BLK 19 128.4 P2p
tc0002#
블로킹 그대로입니다.
3. 결론
portfast를 넣어도 STP가 활성화되면 루프가 발생하지 않습니다. 그렇다고해도 스위치간에는 uplinkfast가 있기 때문에, 굳이 portfast를 넣는 이유도 없습니다만, portfast 공포증에 빠질 필요는 없을 것 같습니다.
모든 포트에서 portfast를 활성화합니다.
h tp // w w. 시코. 코 m / c / 엔 / u s / td / 두 cs / sut t chi s / u / lyst 6500 / 이오 s / 12-2 SX / bast / p racs / s 치온 s. HTML#wp1061957
Reference
이 문제에 관하여(Portfast에서 루프가 일어나는가?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/jinnai73/items/dcc93c590715428d7814
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Reference
이 문제에 관하여(Portfast에서 루프가 일어나는가?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/jinnai73/items/dcc93c590715428d7814텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)