zoukankan      html  css  js  c++  java
  • 7503E-M-irf2配置以及bfd配置

     

    IRF2配置

    irf domain 10
    irf mac-address persistent always
    irf auto-update enable
    irf auto-merge enable
    irf link-delay 0
    irf member 1 priority 10
    irf member 2 priority 1

    irf-port 1/1
    port group interface Ten-GigabitEthernet1/0/0/28 mode enhanced
    port group interface Ten-GigabitEthernet1/1/0/28 mode enhanced

    irf-port 2/2
    port group interface Ten-GigabitEthernet2/0/0/28 mode enhanced
    port group interface Ten-GigabitEthernet2/1/0/28 mode enhanced

    BFD检测

    vlan 1000

    interface Vlan-interface1000
    mad bfd enable
    mad ip address 192.1.1.1 255.255.255.252 member 1
    mad ip address 192.1.1.2 255.255.255.252 member 2

    interface GigabitEthernet1/2/0/48
    port link-mode bridge
    port access vlan 1000
    undo stp enable

    interface GigabitEthernet2/2/0/48
    port link-mode bridge
    port access vlan 1000
    undo stp enable

    interface Vlan-interface1000
    mad bfd enable
    mad ip address 192.1.1.1 255.255.255.252 member 1
    mad ip address 192.1.1.2 255.255.255.252 member 2

    创建STP根
    stp instance 0 root primary
    stp global enable

  • 相关阅读:
    POJ 2154
    POJ 1286
    Polycarp's problems
    Greedy Change
    Goods transportation
    Ugly Problem
    Happy Matt Friends
    Dense Subsequence
    Ray Tracing
    Batch Sort
  • 原文地址:https://www.cnblogs.com/itfat/p/7905065.html
Copyright © 2011-2022 走看看