FortiSwitch
SR(short range) SFP cable 사용할 경우의 speed 설정
에티버스이비티
2021. 1. 6. 08:46
SR(short range) SFP cable 사용할 경우 CRC error와 RX error/discards 등이 발생할 수 있어, 이를 방지하기 위해 아래의 speed 설정을 권고한다.
port52 에 10G SR을 연결한 경우 아래와 같이 speed 설정 변경
# config switch physical-port
edit port52
set speed 10000sr
end
default 설정은 아래와 같다.
# config switch physical-port
edit "port52"
set speed auto-module
next
end