[j-nsp] SRX 650 reth interface load balancing
    Walaa Abdel razzak 
    walaaez at bmc.com.sa
       
    Wed Mar 16 08:30:56 EDT 2011
    
    
  
Hi Experts
 
I tried to verify load balancing on the reth interface for SRX 650
connected to logical router, but I can see that SRX always use one link
although we have two physical links between the router and the active
node and one link between the router and the passive node. I am pinging
directly from router to the FW. I need to load balance through the
active links. The configuration is as follows:
 
test at FW1# show interfaces reth0  
vlan-tagging;
redundant-ether-options {
    redundancy-group 1;
    lacp {
        active;
    }
}
unit 5 {
    description c1;
    vlan-id 5;
    family inet {
        address 172.16.0.2/30;
    }
}
 
ge-2/0/1 {
    gigether-options {
        redundant-parent reth0;
    }
}
ge-2/0/2 {
    gigether-options {
        redundant-parent reth0;
    }
}
ge-11/0/1 {
    gigether-options {
        redundant-parent reth0;
    }
}
 
{primary:node0}[edit]
test@ FW1# run show interfaces reth0 detail 
Physical interface: reth0, Enabled, Physical link is Up
  Interface index: 128, SNMP ifIndex: 539, Generation: 131
  Link-level type: Ethernet, MTU: 1518, Speed: 2Gbps, BPDU Error: None,
MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,
Flow control: Disabled,
  Minimum links needed: 1, Minimum bandwidth needed: 0
  Device flags   : Present Running
  Interface flags: SNMP-Traps Internal: 0x0
  Current address: 00:10:db:ff:10:00, Hardware address:
00:10:db:ff:10:00
  Last flapped   : 2011-03-16 15:32:01 UTC (05:11:25 ago)
  Statistics last cleared: 2011-03-16 20:27:45 UTC (00:15:41 ago)
  Traffic statistics:
   Input  bytes  :               317180                 1952 bps
   Output bytes  :               490982                 2936 bps
   Input  packets:                 2881                    0 pps
   Output packets:                 3815                    1 pps
 
  Logical interface reth0.5 (Index 66) (SNMP ifIndex 583) (Generation
131)
  Flags: SNMP-Traps 0x0 VLAN-Tag [ 0x8100.5 ]  Encapsulation: ENET2
    Statistics        Packets        pps         Bytes          bps
    Bundle:                             
        Input :          1001          0         84060            0
        Output:          1001          0        102046            0
    Link:
      ge-2/0/1.5
        Input :          1001          0         84060            0
        Output:          1001          0        102046            0
      ge-2/0/2.5
        Input :             0          0             0            0
        Output:             0          0             0            0
      ge-11/0/1.5
        Input :             0          0             0            0
        Output:             0          0             0            0
    Marker Statistics:   Marker Rx     Resp Tx   Unknown Rx   Illegal Rx
      ge-2/0/1.5                 0           0            0            0
      ge-2/0/2.5                 0           0            0            0
      ge-11/0/1.5                0           0            0            0
    Security: Zone: trust
 
 
And the load balance policy:
 
test at FW1# show routing-options 
forwarding-table {
    export ECMP;
}
 
test at FW1# show policy-options policy-statement ECMP 
term load-balance {
    then {
        load-balance per-packet;
    }
}
 
 
BR,
 
    
    
More information about the juniper-nsp
mailing list