'하드웨어/Network 장비'에 해당되는 글 84건

  1. 2025.02.19 npar(NIC Partitioning)
  2. 2025.02.19 ubuntu iperf3 10g 테스트 실패
  3. 2025.02.11 BCM957810A1008G 메뉴얼
  4. 2025.02.11 BCM957810A1008G boot oprom
  5. 2025.02.11 BCM957810A1008G 10G nic 도착
  6. 2025.02.10 SFP(Small Form-factor Pluggable)
  7. 2025.02.03 10G FCoE CEE?
  8. 2025.02.03 DCBX ?
  9. 2024.08.07 ethtool wol mode
  10. 2023.11.27 802.11ah HaLow
하드웨어/Network 장비2025. 2. 19. 22:22

듀얼 포트인데 한쪽에서 설정을 켜면 다른 한쪽도 같이 적용 되어버린다.

우분투에서 SF(single Function)으로는 enp1s0f0 / enp1s0f1 라고 떴는데

NPAR로 설정하고 콜드 리부팅하니 enp1s0f0~7 까지 생겨난다.

3: enp1s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether f4:e9:d4:8c:d6:60 brd ff:ff:ff:ff:ff:ff promiscuity 0  allmulti 0 minmtu 46 maxmtu 9600 addrgenmode eui64 numtxqueues 46 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 portid f4e9d48cd660 parentbus pci parentdev 0000:01:00.0 
4: enp1s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether f4:e9:d4:8c:d6:62 brd ff:ff:ff:ff:ff:ff promiscuity 0  allmulti 0 minmtu 46 maxmtu 9600 addrgenmode eui64 numtxqueues 46 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 portid f4e9d48cd662 parentbus pci parentdev 0000:01:00.1 

 

그나저나 우분투에서 8개 까지만 출력하게 하다 보니 2번은 가출(!!)

전체목록을 가야 보인다. 링크는 설정에서100% bandwidth로 되어 있어서 10G가 그대로 뜬다.

10%면 1G로 뜨나 확인을 해봐야겠다.

 

맥이 짝수로 점프하는데 그럼.. 홀수는 누가 쓰고 있을까?

이전글에서확인해보니 iSCSI에서 해당 홀수 mac을 쓰고 있다. 그러면.. FCoE는 Ethernet이니 별도의 MAC은 할당되어 있지 않는건가?

2025.02.11 - [하드웨어/Network 장비] - BCM957810A1008G boot oprom

 

$ ifconfig
enp1s0f0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.1  netmask 255.255.255.0  broadcast 192.168.0.255
        ether f4:e9:d4:8c:d6:60  txqueuelen 1000  (Ethernet)
        RX packets 56  bytes 7322 (7.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 44  bytes 2776 (2.7 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xe0000000-e07fffff  

enp1s0f1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.2  netmask 255.255.255.0  broadcast 192.168.0.255
        ether f4:e9:d4:8c:d6:62  txqueuelen 1000  (Ethernet)
        RX packets 55  bytes 7521 (7.5 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 46  bytes 2890 (2.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  memory 0xe1000000-e17fffff  

enp1s0f2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::10a0:6d46:dd8b:5874  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:64  txqueuelen 1000  (Ethernet)
        RX packets 61  bytes 8164 (8.1 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18  bytes 3024 (3.0 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 17  memory 0xe2000000-e27fffff  

enp1s0f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::56f0:e7ae:639d:4ac0  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:66  txqueuelen 1000  (Ethernet)
        RX packets 57  bytes 7967 (7.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 16  bytes 2588 (2.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18  memory 0xe3000000-e37fffff  

enp1s0f4: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::6455:3064:bef9:3b30  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:68  txqueuelen 1000  (Ethernet)
        RX packets 57  bytes 7785 (7.7 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18  bytes 2859 (2.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 18  memory 0xe4000000-e47fffff  

enp1s0f5: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::4d88:313b:1a0f:af85  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:6a  txqueuelen 1000  (Ethernet)
        RX packets 59  bytes 8362 (8.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 18  bytes 2859 (2.8 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 19  memory 0xe5000000-e57fffff  

enp1s0f6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::7a24:ce1e:ab69:f11b  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:6c  txqueuelen 1000  (Ethernet)
        RX packets 61  bytes 8164 (8.1 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 21  bytes 3400 (3.4 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 19  memory 0xe6000000-e67fffff  

enp1s0f7: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet6 fe80::b1ad:7263:6c7e:7aa4  prefixlen 64  scopeid 0x20<link>
        ether f4:e9:d4:8c:d6:6e  txqueuelen 1000  (Ethernet)
        RX packets 57  bytes 7967 (7.9 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 17  bytes 2654 (2.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16  memory 0xe7000000-e77fffff  

enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.219.111  netmask 255.255.255.0  broadcast 192.168.219.255
        inet6 fe80::6245:cbff:fe9d:3a12  prefixlen 64  scopeid 0x20<link>
        ether 60:45:cb:9d:3a:12  txqueuelen 1000  (Ethernet)
        RX packets 55  bytes 17755 (17.7 KB)
        RX errors 0  dropped 7  overruns 0  frame 0
        TX packets 99  bytes 12054 (12.0 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 558  bytes 50639 (50.6 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 558  bytes 50639 (50.6 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

'하드웨어 > Network 장비' 카테고리의 다른 글

10g nic 테스트, link unstable  (0) 2025.02.22
NPAR와 SR-IOV?  (0) 2025.02.20
ubuntu iperf3 10g 테스트 실패  (0) 2025.02.19
BCM957810A1008G 메뉴얼  (0) 2025.02.11
BCM957810A1008G boot oprom  (0) 2025.02.11
Posted by 구차니
하드웨어/Network 장비2025. 2. 19. 21:55

G4560 / 4GB / 128GB SATA SSD 에서 테스트 했는데

SSD도 문제가 있나.. 아니면 리눅스도 이제 4GB로는 무리인가.. 부팅도 오래걸리고, 설치도 엄청 오래 걸렸다.

 

최대 설정가능한 MTU는 ip 명령을 통해 확인이 가능하고

$ ip -d link list
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0  allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 
2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 60:45:cb:9d:3a:12 brd ff:ff:ff:ff:ff:ff promiscuity 0  allmulti 0 minmtu 68 maxmtu 9194 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 64000 gso_max_segs 64 tso_max_size 64000 tso_max_segs 64 gro_max_size 65536 parentbus pci parentdev 0000:03:00.0 
3: enp1s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether f4:e9:d4:8c:d6:60 brd ff:ff:ff:ff:ff:ff promiscuity 0  allmulti 0 minmtu 46 maxmtu 9600 addrgenmode eui64 numtxqueues 46 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 portid f4e9d48cd660 parentbus pci parentdev 0000:01:00.0 
4: enp1s0f1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
    link/ether f4:e9:d4:8c:d6:62 brd ff:ff:ff:ff:ff:ff promiscuity 0  allmulti 0 minmtu 46 maxmtu 9600 addrgenmode eui64 numtxqueues 46 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 portid f4e9d48cd662 parentbus pci parentdev 0000:01:00.1 


$ sudo ifconfig enp1s0f1 mtu 9600

[링크: https://unix.stackexchange.com/questions/552107/how-to-get-maximum-supported-mtu-size-for-interface]

 

위는 MTU 1500

아래는 MTU 9600 로 설정하고 테스트 했는데

커널 내부 전송이었는지 10G NIC 인데 40G가 나오고 난리.. -_-

아무튼 MTU가 커지니 좀 안정적으로 40G 이상 나오는 것 정도로 정리되는데

$ iperf3 -s
-----------------------------------------------------------
Server listening on 5201 (test #1)
-----------------------------------------------------------
Accepted connection from 192.168.0.1, port 46302
[  5] local 192.168.0.1 port 5201 connected to 192.168.0.1 port 46304
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  5.09 GBytes  43.7 Gbits/sec                  
[  5]   1.00-2.00   sec  4.58 GBytes  39.4 Gbits/sec                  
[  5]   2.00-3.00   sec  3.87 GBytes  33.2 Gbits/sec                  
[  5]   3.00-4.00   sec  4.58 GBytes  39.4 Gbits/sec                  
[  5]   4.00-5.00   sec  4.47 GBytes  38.4 Gbits/sec                  
[  5]   5.00-6.00   sec  4.80 GBytes  41.3 Gbits/sec                  
[  5]   6.00-7.00   sec  4.78 GBytes  41.0 Gbits/sec                  
[  5]   7.00-8.00   sec  3.46 GBytes  29.8 Gbits/sec                  
[  5]   8.00-9.00   sec  2.80 GBytes  24.1 Gbits/sec                  
[  5]   9.00-10.00  sec  3.33 GBytes  28.6 Gbits/sec                  
[  5]  10.00-10.00  sec   768 KBytes  23.8 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec  41.8 GBytes  35.9 Gbits/sec                  receiver
$ iperf3 -c 192.168.0.1
Connecting to host 192.168.0.1, port 5201
[  5] local 192.168.0.1 port 46304 connected to 192.168.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.09 GBytes  43.7 Gbits/sec    0   1.62 MBytes       
[  5]   1.00-2.00   sec  3.34 GBytes  28.7 Gbits/sec    3   3.31 MBytes       
[  5]   2.00-3.00   sec  3.86 GBytes  33.2 Gbits/sec    0   4.12 MBytes       
[  5]   3.00-4.00   sec  4.58 GBytes  39.3 Gbits/sec    0   4.12 MBytes       
[  5]   4.00-5.00   sec  4.47 GBytes  38.4 Gbits/sec    0   4.12 MBytes       
[  5]   5.00-6.00   sec  4.80 GBytes  41.3 Gbits/sec    0   4.12 MBytes       
[  5]   6.00-7.00   sec  4.75 GBytes  40.8 Gbits/sec    0   4.12 MBytes       
[  5]   7.00-8.00   sec  3.45 GBytes  29.6 Gbits/sec    0   4.12 MBytes       
[  5]   8.00-9.00   sec  2.79 GBytes  23.9 Gbits/sec    0   4.12 MBytes       
[  5]   9.00-10.00  sec  3.32 GBytes  28.6 Gbits/sec    2   4.12 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  41.8 GBytes  35.9 Gbits/sec    5             sender
[  5]   0.00-10.00  sec  41.8 GBytes  35.9 Gbits/sec                  receiver

iperf Done.
-----------------------------------------------------------
Server listening on 5201 (test #4)
-----------------------------------------------------------
Accepted connection from 192.168.0.1, port 39920
[  5] local 192.168.0.1 port 5201 connected to 192.168.0.1 port 39926
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-1.00   sec  4.99 GBytes  42.8 Gbits/sec                  
[  5]   1.00-2.00   sec  5.43 GBytes  46.6 Gbits/sec                  
[  5]   2.00-3.00   sec  5.30 GBytes  45.5 Gbits/sec                  
[  5]   3.00-4.00   sec  5.39 GBytes  46.3 Gbits/sec                  
[  5]   4.00-5.00   sec  5.31 GBytes  45.6 Gbits/sec                  
[  5]   5.00-6.00   sec  5.21 GBytes  44.7 Gbits/sec                  
[  5]   6.00-7.00   sec  5.39 GBytes  46.3 Gbits/sec                  
[  5]   7.00-8.00   sec  5.35 GBytes  46.0 Gbits/sec                  
[  5]   8.00-9.00   sec  5.37 GBytes  46.1 Gbits/sec                  
[  5]   9.00-10.00  sec  5.61 GBytes  48.2 Gbits/sec                  
[  5]  10.00-10.00  sec   512 KBytes  17.4 Gbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate
[  5]   0.00-10.00  sec  53.4 GBytes  45.8 Gbits/sec                  receiver

$ iperf3 -c 192.168.0.1
Connecting to host 192.168.0.1, port 5201
[  5] local 192.168.0.1 port 39926 connected to 192.168.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  4.99 GBytes  42.8 Gbits/sec    0   1.12 MBytes       
[  5]   1.00-2.00   sec  5.41 GBytes  46.4 Gbits/sec    0   1.19 MBytes       
[  5]   2.00-3.00   sec  5.30 GBytes  45.5 Gbits/sec    0   1.37 MBytes       
[  5]   3.00-4.00   sec  3.92 GBytes  33.7 Gbits/sec    0   1.37 MBytes       
[  5]   4.00-5.00   sec  4.99 GBytes  42.9 Gbits/sec    0   1.37 MBytes       
[  5]   5.00-6.00   sec  5.21 GBytes  44.7 Gbits/sec    0   3.18 MBytes       
[  5]   6.00-7.00   sec  5.39 GBytes  46.3 Gbits/sec    0   3.18 MBytes       
[  5]   7.00-8.00   sec  5.35 GBytes  46.0 Gbits/sec    0   3.18 MBytes       
[  5]   8.00-9.00   sec  5.35 GBytes  46.0 Gbits/sec    0   3.18 MBytes       
[  5]   9.00-10.00  sec  5.62 GBytes  48.2 Gbits/sec    0   3.18 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  53.4 GBytes  45.8 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  53.4 GBytes  45.8 Gbits/sec                  receiver

iperf Done.

 

-P 1 혹은 옵션 없이 하면 50% 정도 먹고

 

-P 4로 4 프로세스 사용하도록 하면 100%은 찍는데

물리 cpu가 2개에 HT 4개인 녀석이라, 40GBps 를 초과하진 못한다.

[링크: https://www.reddit.com/r/homelab/comments/11v94kz/new_10g_network_iperf_3_maxing_out_at_6_gbitssec/]

'하드웨어 > Network 장비' 카테고리의 다른 글

NPAR와 SR-IOV?  (0) 2025.02.20
npar(NIC Partitioning)  (0) 2025.02.19
BCM957810A1008G 메뉴얼  (0) 2025.02.11
BCM957810A1008G boot oprom  (0) 2025.02.11
BCM957810A1008G 10G nic 도착  (0) 2025.02.11
Posted by 구차니
하드웨어/Network 장비2025. 2. 11. 23:50

'하드웨어 > Network 장비' 카테고리의 다른 글

npar(NIC Partitioning)  (0) 2025.02.19
ubuntu iperf3 10g 테스트 실패  (0) 2025.02.19
BCM957810A1008G boot oprom  (0) 2025.02.11
BCM957810A1008G 10G nic 도착  (0) 2025.02.11
SFP(Small Form-factor Pluggable)  (0) 2025.02.10
Posted by 구차니
하드웨어/Network 장비2025. 2. 11. 23:27

MAC은 QLogic 소유

 

OUI: F4:E9:D4

Vendor name: QLogic Corporation 
Initial registration: 17 November 2015

[링크 : https://maclookup.app/macaddress/F4E9D4/mac-address-details]

 

OUI: 00:0E:1E
Vendor name: QLogic Corporation 
Initial registration: 12 February 2004

[링크 : https://maclookup.app/macaddress/000e1e/mac-address-details]

 

LP 버전

 

표준 브라켓 버전

 

device를 골라서 들어가면 되는데

NIC 포트 별로 개별 device로 힌다는건 물리적으로 두개의 칩을 브릿지 칩을 통해 하나로 구현한 형태인가?

 

메인메뉴

하드웨어 설정, MBA, iSCSI, FCoE, NIC 파티션...? 생소한 단어가 넘쳐나네

 

하드웨어 설정에서 Multi-Function Mode는 SF와 NPAR 두가지로 가능하다.

SF 에서는 Number of VFs per PF 라는 항목이 하나 추가된다.

 

 

MBA는 무엇의 약자인지 찾아봐야겠는데.. 아무튼 부팅시 opROM 실행여부와 몇초를 잡을지 등을 선택할 수 있다.

 

iSCSI는 듣기만 했지 써본적은 없는데..

 

iSCSI 설정에서는 DHCP 나 CHAP 등 인증이나 ip 관련 내용이 보인다.

그러면.. 얘가 iSCSI 스토리지 쪽이 되는건가.. 아니면 호스트가 되는건가?(HBA Boot Mode)

 

Initiator Parameters.. 찾아보니 이건 사용하는 쪽 설정으로 보인다.

[링크 : https://blog.naver.com/hanajava/221413180832]

 

위의 링크에 의하면 target은 저장공간이 있는 곳이라고 한다.

 

메뉴얼을 봐야겠네.. 먼말인지 모르겠다!!

 

FCoE (Fibre Channel over Ethernet) 설정

[링크 : https://kr.bitwar.net/course/tips/3096.html]

 

음.. FCoE 타겟으로 부팅하기..? HDD, LUN? HBA Boot Mode? FCoE도 iSCSI 처럼 쓰이는건가?

위 링크를 참조하니 SAN(Storage Area Network)에서 FC를 쓴다고 하니.. iSCSI 처럼 쓰이는걸 맞다고 볼 수 있...나?

 

펑!(머리 터지는 소리)

 

최상위 메뉴의 NIC Partition 공부가 필요해..

 

위에서 PF#0 을 들어가니 먼가 메뉴가 또 나온다.

도대체 먼 소리여...

 

'하드웨어 > Network 장비' 카테고리의 다른 글

ubuntu iperf3 10g 테스트 실패  (0) 2025.02.19
BCM957810A1008G 메뉴얼  (0) 2025.02.11
BCM957810A1008G 10G nic 도착  (0) 2025.02.11
SFP(Small Form-factor Pluggable)  (0) 2025.02.10
10G FCoE CEE?  (0) 2025.02.03
Posted by 구차니
하드웨어/Network 장비2025. 2. 11. 23:10

팬에 소음이 있다는 제품이라서 일단 구매해서 팬을 분해해서 돌려보는데

 

표준 사이즈는 완전 맛이 갔고, lp 쪽은 큰 문제는 없어 보이는 듯 하다.

ADDA AD0412HB-K96

40 * 40 * 7mm 12VDC 6000rpm 풍량이 센녀석인가.. 6000rpm 짜리를 다 보게 되네

[링크 : https://www.amazon.com/AD0412HB-K96-ADDA-0-08A-4007-Cooling/dp/B0957RKW5T]

 

 

후면 스티커를 뜯으니 그냥 힘없이 떨어지고 회전축에 녹이 슬어서 난리가 났다.

두 녀석 다 분해해서 미싱기름 넣어주고 돌리고

다이소에서 구매한 구리스를 넣어서 밀봉하고 끝!

'하드웨어 > Network 장비' 카테고리의 다른 글

BCM957810A1008G 메뉴얼  (0) 2025.02.11
BCM957810A1008G boot oprom  (0) 2025.02.11
SFP(Small Form-factor Pluggable)  (0) 2025.02.10
10G FCoE CEE?  (0) 2025.02.03
DCBX ?  (0) 2025.02.03
Posted by 구차니
하드웨어/Network 장비2025. 2. 10. 12:12

모델명은 A와 B로 나뉘고 서로의 rx/tx 파장이 교차된다.

BIDI SFP-LX20ADI-C /  Tx 1310 nm / Rx 1550 nm

BIDI SFP-LX20BDI-C / Tx 1550 nm / RX 1310 nm

 

그래서 다른 색상끼리 광 케이블을 연결해야 통신이 된다. 신기하네..

[링크 : http://etradingkorea.com/sub/product/prd_all.asp?s_cate=101117]

 

찾아보니 GBIC은 구세대(?) 녀석이고, SFP나 GBIC을 포함하는 상위 카테고리는 "광 트랜시버"

SFP 이거나 GBIC 이거나 다른거 이거나 식이 되는 듯.

[링크 : https://blog.naver.com/onsystems/223272549791]

[링크 : https://m.blog.naver.com/91nomatter/222601979273]

'하드웨어 > Network 장비' 카테고리의 다른 글

BCM957810A1008G boot oprom  (0) 2025.02.11
BCM957810A1008G 10G nic 도착  (0) 2025.02.11
10G FCoE CEE?  (0) 2025.02.03
DCBX ?  (0) 2025.02.03
ethtool wol mode  (0) 2024.08.07
Posted by 구차니

구매하고 싶은 10G BCM957810A1008G 를 보다가 이것저것 모르는게 잔뜩 나와서 검색중

Broadcom NetXtreme II® Network Adapter BCM957810A1008G

 

FCoE

[링크 : https://dl.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_pedge_srvr_ethnt_nic/broadcom-netxtreme-adapters_owner's%20manual2_en-us.pdf]

 

PCIe 10Gb FCoE 2포트 어댑터는 고성능 수렴형 네트워크 어댑터(CNA)입니다. 어댑터는 향상된 이더넷 및 FCoE(Fibre Channel over Ethernet)를 사용하여 싱글 I/O 어댑터에서 데이터 네트워킹 및 스토리지 네트워킹 트래픽을 지원합니다. 두 포트 모두에서 FCoE 및 네트워크 인터페이스 제어기(NIC) 기능을 동시에 사용할 수 있습니다. FCoE를 사용하려면 CEE(Convergence Enhanced Ethernet) 스위치가 필요합니다.

[링크 : https://www.ibm.com/docs/ko/power8?topic=POWER8/p8hcd/fc5708.html]

[링크 : https://en.wikipedia.org/wiki/Fibre_Channel_over_Ethernet]

'하드웨어 > Network 장비' 카테고리의 다른 글

BCM957810A1008G 10G nic 도착  (0) 2025.02.11
SFP(Small Form-factor Pluggable)  (0) 2025.02.10
DCBX ?  (0) 2025.02.03
ethtool wol mode  (0) 2024.08.07
802.11ah HaLow  (0) 2023.11.27
Posted by 구차니

140page에 이런 문장이 있어서 검색

3. Ensure DCB/DCBX is enabled on the device. FCoE boot is only supported on DCBX capable configurations. As such, DCB/DCBX must be enabled, and the directly attached link peer must also be DCBX capable with parameters that allow for full DCBX synchronization.

[링크 : https://dl.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_pedge_srvr_ethnt_nic/broadcom-netxtreme-adapters_owner's%20manual2_en-us.pdf]

 

DCBX(Data Center Bridging Capability Exchange Protocol)는 LLDP(Link Layer Data Protocol)의 확장입니다

[링크 : https://www.juniper.net/documentation/kr/ko/software/junos/traffic-mgmt-qfx/topics/concept/fibre-channel-dcbx-understanding.html]

 

Data center bridging (DCB) is a set of enhancements to the Ethernet local area network communication protocol for use in data center environments, in particular for use with clustering and storage area networks.

[링크 : https://en.wikipedia.org/wiki/Data_center_bridging]

'하드웨어 > Network 장비' 카테고리의 다른 글

SFP(Small Form-factor Pluggable)  (0) 2025.02.10
10G FCoE CEE?  (0) 2025.02.03
ethtool wol mode  (0) 2024.08.07
802.11ah HaLow  (0) 2023.11.27
ubutun 22.04 에서 USB3.0 기가랜 속도 차이  (0) 2023.07.28
Posted by 구차니

라즈베리 파이에서 확인

$ sudo ethtool eth0
Settings for eth0:
Supported ports: [ TP  MII ]
Supported link modes:   10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes:  10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes:  10baseT/Half 10baseT/Full
                                     100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: Unknown
Supports Wake-on: pumbag
Wake-on: d
        Current message level: 0x00000007 (7)
                               drv probe link
Link detected: yes

$ sudo ethtool -s eth0 wol u
$ sudo ethtool eth0 | grep -i wake
Supports Wake-on: pumbag
Wake-on: u

 

The Wake-on values define what activity triggers wake up:

d (disabled)
p (PHY activity)
u (unicast activity)
m (multicast activity)
b (broadcast activity)
a (ARP activity)
g (magic packet activity)

[링크 : https://unix.stackexchange.com/questions/421325/wake-on-lan-via-ssh]

 

+

2024.08.16

3세대 데스크탑을 이용해서 테스트 해보니,

wake by PCI-E를 활성화 해주어야 하고 위의 명령을 주고 나서 종료한뒤 ssh 시도하면 다시 켜진다.

시놀로지 부럽지 않네? ㅎㅎ

'하드웨어 > Network 장비' 카테고리의 다른 글

10G FCoE CEE?  (0) 2025.02.03
DCBX ?  (0) 2025.02.03
802.11ah HaLow  (0) 2023.11.27
ubutun 22.04 에서 USB3.0 기가랜 속도 차이  (0) 2023.07.28
케이블 규격(S/UTP, SF/UTP)  (0) 2022.06.20
Posted by 구차니
하드웨어/Network 장비2023. 11. 27. 12:19

ALFA AHPI7292S 라는 장비가 굴러다녀(?) 찾아보는데

 

Newracom™ NRC7292 WiFi HaLow™ SoC (IEEE 802.11ah draft 8.0 compliant)

[링크 : https://www.alfa.com.tw/products/ahpi7292s?variant=36473961283656]

 

802.11ah draft 버전으로 1GHz 미만에서 Wi-Fi HaLow 라는 이름으로

장거리 저전력 IoT 통신을 제공하는 녀석이라고 한다.

 

[링크 : https://www.wi-fi.org/ko/discover-wi-fi/wi-fi-certified-halow]

 

와이파이 헤일로라고 부른다고 한다.(HaLow 니까 하-로우인줄..)

[링크 : https://m.blog.naver.com/ntower/221159368361]

 

이론상 16MHz 대역을 쓰면 최대 234Mbit/s 가지 가능하다고

[링크 : https://en.wikipedia.org/wiki/IEEE_802.11ah]

 

 

 

'하드웨어 > Network 장비' 카테고리의 다른 글

DCBX ?  (0) 2025.02.03
ethtool wol mode  (0) 2024.08.07
ubutun 22.04 에서 USB3.0 기가랜 속도 차이  (0) 2023.07.28
케이블 규격(S/UTP, SF/UTP)  (0) 2022.06.20
rs485 2선 연결  (0) 2021.12.13
Posted by 구차니