日本語フォーラム

 View Only
  • 1.  CX 6300Mによるloop-protect設定

    Posted Dec 09, 2025 03:47 AM

    CX 6300Mにて、loop-protectの設定を試みていますが、意図した制御にならないためアドバイス頂きたくお願い致します。

    ArubaOS-CXバージョン)
     Version: FL.10.10.1070

    設定概要)
    ・ポート単位でループ検知処理を行いたい
    ・ループ検知パケット送信間隔は、10秒

    ・ループ検知後、該当ポートのみシャットダウンし、600秒後にシャットダウンを自動解除

    現状)
     ポート3とポート4をストレートケーブルで結線しても、show loop-protectやshow interfaceでループ検知しているステータスが表示されない

    コンフィグの抜粋)
    loop-protect transmit-interval 10
    loop-protect re-enable-timer 600
    vlan 1
    spanning-tree
    interface mgmt
        no shutdown
        ip dhcp
    interface 1/1/1
        no shutdown
        no routing
        vlan trunk native 1
        vlan trunk allowed all
        loop-protect
    interface 1/1/2
        no shutdown
        no routing
        vlan trunk native 1
        vlan trunk allowed all
        loop-protect
    interface 1/1/3
        no shutdown
        no routing
        vlan trunk native 1
        vlan trunk allowed all
        loop-protect
    interface 1/1/4
        no shutdown
        no routing
        vlan trunk native 1
        vlan trunk allowed all
        loop-protect
    (中略、interface 1/1/4と同一設定が続く)

    interface vlan 1
        ip address 192.168.0.254/24
        no ip dhcp
        ip address 192.168.10.254/24 secondary
        ip address 192.168.11.254/24 secondary
    snmp-server vrf default
    ip route 0.0.0.0/0 192.168.1.2
    !
    !
    !
    !
    !
    https-server vrf default
    https-server vrf mgmt

    show interfaceの抜粋)

    Interface 1/1/13 is down
     Admin state is up
     State information: Waiting for link
     Link state: down for 3 hours (since Tue Dec 09 13:51:52 JST 2025)
     Link transitions: 2
     Description:
     Persona:
     Hardware: Ethernet, MAC Address: e8:1c:a5:86:14:db
     MTU 1500
     Type 1GbT
     Full-duplex
     qos trust none
     Speed 0 Mb/s
     Auto-negotiation is on
     Energy-Efficient Ethernet is disabled
     Flow-control: off
     Error-control: off
     MDI mode: none
     VLAN Mode: native-untagged
     Native VLAN: 1
     Allowed VLAN List: all
     Rate collection interval: 300 seconds

     Rate                               RX                   TX        Total (RX+TX)
     ---------------- -------------------- -------------------- --------------------
     Mbits / sec                      0.00                 0.00                 0.00
     KPkts / sec                      0.00                 0.00                 0.00
       Unicast                        0.00                 0.00                 0.00
       Multicast                      0.00                 0.00                 0.00
       Broadcast                      0.00                 0.00                 0.00
     Utilization %                    0.00                 0.00                 0.00

     Statistic                          RX                   TX                Total
     ---------------- -------------------- -------------------- --------------------
     Packets                        287100               104837               391937
       Unicast                      282473                35059               317532
       Multicast                      3085                52422                55507
       Broadcast                      1542                17356                18898
     Bytes                        22370237             10786487             33156724
     Jumbos                              0                    0                    0
     Dropped                             0                    0                    0
     Pause Frames                        0                    0                    0
     Errors                              0                    0                    0
       CRC/FCS                           0                  n/a                    0
       Collision                       n/a                    0                    0
       Runts                             0                  n/a                    0
       Giants                            0                  n/a                    0

    Interface 1/1/14 is down
     Admin state is up
     State information: Waiting for link
     Link state: down for 12 days (since Thu Nov 27 11:41:01 JST 2025)
     Link transitions: 0
     Description:
     Persona:
     Hardware: Ethernet, MAC Address: e8:1c:a5:86:14:dc
     MTU 1500
     Type 1GbT
     Full-duplex
     qos trust none
     Speed 0 Mb/s
     Auto-negotiation is on
     Energy-Efficient Ethernet is disabled
     Flow-control: off
     Error-control: off
     MDI mode: none
     VLAN Mode: native-untagged
     Native VLAN: 1
     Allowed VLAN List: all
     Rate collection interval: 300 seconds

     Rate                               RX                   TX        Total (RX+TX)
     ---------------- -------------------- -------------------- --------------------
     Mbits / sec                      0.00                 0.00                 0.00
     KPkts / sec                      0.00                 0.00                 0.00
       Unicast                        0.00                            0.00                 0.00
       Multicast                      0.00                 0.00                 0.00
       Broadcast                      0.00                 0.00                 0.00
     Utilization %                    0.00                 0.00                 0.00

     Statistic                          RX                   TX                Total
     ---------------- -------------------- -------------------- --------------------
     Packets                             0                    0                    0
       Unicast                           0                    0                    0
       Multicast                         0                    0                    0
       Broadcast                         0                    0                    0
     Bytes                               0                    0                    0
     Jumbos                              0                    0                    0
     Dropped                             0                    0                    0
     Pause Frames                        0                    0                    0
     Errors                              0                    0                    0
       CRC/FCS                           0                  n/a                    0
       Collision                       n/a                    0                    0
       Runts                             0                  n/a                    0
       Giants                            0                  n/a                    0

    show loop-protectの抜粋)

    Status and Counters - Loop Protection Information

    Transmit Interval             : 10 (sec)
    Port Re-enable Timer          : 600 (sec)
    Loop Detected Trap            : Disabled

    Interface 1/1/1
      Loop-protect enabled        : Yes
      Action on loop detection    : TX disable
      Loop detected count         : 0
      Loop detected               : No
      Interface status            : down

    Interface 1/1/2
      Loop-protect enabled        : Yes
      Action on loop detection    : TX disable
      Loop detected count         : 0
      Loop detected               : No
      Interface status            : down

    Interface 1/1/3
      Loop-protect enabled        : Yes
      Action on loop detection    : TX disable
      Loop detected count         : 0
      Loop detected               : No
      Interface status            : up

    Interface 1/1/4
      Loop-protect enabled        : Yes
      Action on loop detection    : TX disable
      Loop detected count         : 0
      Loop detected               : No
      Interface status            : up



    -------------------------------------------


  • 2.  RE: CX 6300Mによるloop-protect設定
    Best Answer

    Posted Dec 09, 2025 04:05 AM

    スパニングツリーを一度無効化してご確認を頂けますでしょうか。
    よろしくお願いいたします。



    ------------------------------
    Shingo Namitoko
    HPE Networking Employee
    ------------------------------



  • 3.  RE: CX 6300Mによるloop-protect設定

    Posted Dec 09, 2025 08:44 PM

    有難うございます。

    no spanning-tree

    にて、loop-protectが意図した動作をするようになりました。

    -------------------------------------------



  • 4.  RE: CX 6300Mによるloop-protect設定

    Posted Dec 09, 2025 10:56 PM

    ご確認ありがとうございました。

    今後ともよろしくお願いいたします。



    ------------------------------
    Shingo Namitoko
    HPE Networking Employee
    ------------------------------