1752766 Members
5154 Online
108789 Solutions
New Discussion

Re: Behavior IRF

 
johnk3r
Respected Contributor

Behavior IRF

Hello everyone,
I'm with some doubts on the functioning of the IRF. I not found this information in any documentation.

  1. If I join two 10Gb interfaces in IRF, as will be the "use" of these interfaces? In my setup, I only see traffic passing on a connection (attached print).
  2. In relation to the above question, I do not see the TX / RX traffic in both directions. This is because management made the switch master of the IRF? What kind of traffic passing by IRF interfaces?
  3. In the first "merge" the IRF. The switch with the highest priority is the master. If this switch to restart it again be the master? In my tests it did not happen...

My config:

#
irf mac-address persistent timer
irf auto-update enable
undo irf link-delay
irf member 1 priority 32
irf member 2 priority 31
irf member 1 description CORE_ADM
irf member 2 description CORE_BP
#

#
irf-port 1/2
 port group interface Ten-GigabitEthernet1/1/1 mode normal
 port group interface Ten-GigabitEthernet1/2/2 mode normal
#
irf-port 2/1
 port group interface Ten-GigabitEthernet2/1/1 mode normal
 port group interface Ten-GigabitEthernet2/2/2 mode normal
#

 

**************************************
ATP FLEXNETWORK V3 | ACSA
4 REPLIES 4
ciaran01
Occasional Advisor

Re: Behavior IRF

IRF is designed to minimize traffic across IRF link when possible utilizing a default setting "Local FIrst". Which means while a request packet may traverse the IRF llink the response may not. 

When a master/slave swap over happens and the slave becomse now becomes the master IRF switch. When the original master comes back it will not take over as master again wihout user intervention in order to keep the network up. This is by design. If a swap back happend automatically there would be a network interuption. 

johnk3r
Respected Contributor

Re: Behavior IRF

@ Ciaran 01,
Thanks for the info.
You answered my third question. I'm trying to understand the first two now...

**************************************
ATP FLEXNETWORK V3 | ACSA
ciaran01
Occasional Advisor

Re: Behavior IRF

Without more information about the network topology (how devices are connected upstream and downstream from the core) and where the source and destination devices are that are generating traffic its  diificult to answer the 1st 2 questions. 

pattap
Regular Advisor

Re: Behavior IRF

 

My IRF stacks consists of 4 5510 switches, comware 7.

If they split in two seperate stacks (all the switches remain running), for example:

switches 1 and 2  (1 is the master) become one IRF stack

and switches 2 and 3  (2 is the master) become 2nd IRF stack,

second stack will reboot upon re-introduction to the first stack. Switch 1 and 2 wouldn't reboot.

I'm just wondering if there is a way of stoping joining switches from reboot

Relevant config below 

irf mac-address persistent always
irf auto-update enable
undo irf link-delay
irf member 1 priority 32
irf member 2 priority 30
irf member 3 priority 28
irf member 4 priority 26
#
irf-port 1/1
port group interface Ten-GigabitEthernet1/0/51
#
irf-port 1/2
port group interface Ten-GigabitEthernet1/0/52
#
irf-port 2/1
port group interface Ten-GigabitEthernet2/0/51
#
irf-port 2/2
port group interface Ten-GigabitEthernet2/0/52
#
irf-port 3/1
port group interface Ten-GigabitEthernet3/0/51
#
irf-port 3/2
port group interface Ten-GigabitEthernet3/0/52
#
irf-port 4/1
port group interface Ten-GigabitEthernet4/0/51
#
irf-port 4/2
port group interface Ten-GigabitEthernet4/0/52
#
interface Ten-GigabitEthernet4/0/50
port link-mode bridge
#
interface Ten-GigabitEthernet1/0/51
description IRF PORT
#
interface Ten-GigabitEthernet1/0/52
description IRF PORT
#
interface Ten-GigabitEthernet2/0/51
description IRF PORT
#
interface Ten-GigabitEthernet2/0/52
description IRF PORT
#
interface Ten-GigabitEthernet3/0/51
description IRF PORT
#
interface Ten-GigabitEthernet3/0/52
description IRF PORT
#
interface Ten-GigabitEthernet4/0/51
description IRF PORT
#
interface Ten-GigabitEthernet4/0/52
description IRF PORT
#