• 아래와 같이 설정 하면 목적지 IP의 마지막 비트를 기준으로 로드밸런싱 함

    !
     load-balance ip-selection dest-ip
    !
    Note
    IP프로토콜이 아닐 경우 MAC 기준으로 로드밸런싱 함
  • 아래와 같이 설정 하면 Source MAC 을 기준으로 로드밸런싱 함

    !
     load-balance mac source-dest-mac
     load-balance ip-selection dest-ip
    no ip telnet server enable
    !
    Note
    위와 같이 2개가 같이 있을 경우 mac 이 우선함
  • LACP Load Balancing Method (참조)

    dst-ip

    Load distribution is based on the destination-host IP address.

    dst-mac

    Load distribution is based on the destination-host MAC address of the incoming packet.

    src-dst-ip

    Load distribution is based on the source-and-destination host-IP address.

    src-dst-mac

    Load distribution is based on the source-and-destination host-MAC address.

    src-ip

    Load distribution is based on the source-host IP address.

    src-mac

    Load distribution is based on the source-MAC address of the incoming packet.