cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
973
Views
0
Helpful
4
Replies

few miscellaneous question on switching

sarahr202
Level 5
Level 5

Hi everybody.

I came up some question on different topics related to ccnp switch's curriculum.

Etherchannel:

Cisco documents say Cisco uses proprietary hashing algorithm to compute a binary pattern that selects a  link in the bundle.

For example  below a 2961 router with a switch module " NM-16ESW" performs" XOR" operation to compute the binary value to select a link.

R1#show etherchannel load-balance

Po1 ---> Source XOR Destination IP address

1)Would you guys share the output " show etherchannel load-balance" on your platforms?( i just want to see how different platform support different algorithm besides xor)

Layer 3 etherchannel on a sw.

On router, we first create etherchannel and then assign int into port channel.

Suppose we have a layer 3 switch  and we want to put ports f1/1-2 in port channel 1.  Can i configure like this:

sw(con) int range f1/1-2

            no switchport

            channel-group 1 mode desirable.

Or we must create a  port channel just like we do on router and then assign ports to port channel?

Backbone fast:

Suppose we have a switch with three ports, f1/1.f1/2.f1/3.

f1/1 ( root port)

f1/2( blocking)

f1/3 ( designated port).

Backbone fast is enabled on our network. Suppose sw receives a inferior bpdu on its currect root port f1/1. Sw sends out RLQ on its designated port(f1/2) and Blocked port (f1/3). Suppose sw receives the rlq reply on its designated port ( f1/2).

What will sw do? Will it expire the max-age timer on its root port ( f1/1) or will sw wait for all the rlq responses then expire the max-age timer on its root port ( f1/1) ?

thanks and have a great weekend.

2 Accepted Solutions

Accepted Solutions

dominic.caron
Level 5
Level 5

6500

EtherChannel Load-Balancing Configuration:
        src-dst-ip
        mpls label-ip

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
  IPv4: Source XOR Destination IP address
  IPv6: Source XOR Destination IP address
  MPLS: Label or IP


4500

EtherChannel Load-Balancing Configuration:
        src-dst-ip

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
  IPv4: Source XOR Destination IP address
  IPv6: Source XOR Destination IP address

7000

sh port-channel load-balance
System config:
  Non-IP: src-dst mac
  IP: src-dst ip rotate 0

View solution in original post

dominic.caron
Level 5
Level 5

LABO01(config)#int range g1/40-41
LABO01(config-if-range)#no sw

LABO01(config-if-range)#channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1

LABO01(config-if-range)#

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(RD)         PAgP      Gi1/40(D)   Gi1/41(D)

View solution in original post

4 Replies 4

dominic.caron
Level 5
Level 5

6500

EtherChannel Load-Balancing Configuration:
        src-dst-ip
        mpls label-ip

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
  IPv4: Source XOR Destination IP address
  IPv6: Source XOR Destination IP address
  MPLS: Label or IP


4500

EtherChannel Load-Balancing Configuration:
        src-dst-ip

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
  IPv4: Source XOR Destination IP address
  IPv6: Source XOR Destination IP address

7000

sh port-channel load-balance
System config:
  Non-IP: src-dst mac
  IP: src-dst ip rotate 0

dominic.caron
Level 5
Level 5

LABO01(config)#int range g1/40-41
LABO01(config-if-range)#no sw

LABO01(config-if-range)#channel-group 1 mode desirable
Creating a port-channel interface Port-channel 1

LABO01(config-if-range)#

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1      Po1(RD)         PAgP      Gi1/40(D)   Gi1/41(D)

dominic.caron
Level 5
Level 5

Hi Sarah,

Backbonefast will only send RLQ on non-designated port. .

Precision, RLQ query are sent on non-designated port. RLQ answer are flooded to all designated ports.