[j-nsp] Issues setting up LACP between M40 and Cisco 6500 CATOS

Dan Benson dbenson at swingpad.com
Thu May 3 09:50:48 EDT 2007


Hello and thanks in advance for the help on this.  I am in the process 
of lab testing dual GIGe links from an M40 to a Cisco 6500 running CATos 
on ancient SUP1a's.   Poking around on the archive pages for the C and J 
NSPs I have made a bit of headway on this project, but have yet to get a 
complete up and running test. 

Here is what I have:  Juniper M40, RE-2.0 running junos 8.2 (I have also 
had no luck with these configs on 7.3), dual GE-LX PICs running to dual 
SUP1a in the 6500, running catos 8.7-6-6.

Juniper Config:

chassis {
    aggregated-devices {
        ethernet {
            device-count 1;
        }
    }
}

interfaces ge-0/0/0
description "GIGe #1 to CAT6500 SUPslot1"
gigether-options {
    802.3ad ae0;
}
interfaces ge-7/3/0   
description "GIGe #2 to CAT6500 SUPslot2"
gigether-options {
    802.3ad ae0;
}

interfaces ae0   
vlan-tagging;
aggregated-ether-options {
    link-speed 1g;
    lacp {
        active;
    }
}
unit 100 {
    vlan-id 100;
    family inet {
        address 10.0.0.1/24;
    }
}

Cisco Config:

#vtp
set vtp mode transparent
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
set vlan 100

#ip
set interface sc0 100 10.0.0.254/255.255.255.0 10.0.0.255 1

#LACP channel
set lacp-channel system-priority 1
!
#channelprotocol
set channelprotocol lacp 2
!
#port channel
set port lacp-channel 2/2 62
set port lacp-channel 2/1 64

set module name    1
set port negotiation 1/1-2 disable
set port flowcontrol    1/1 send off
set trunk 1/1  on dot1q 1-1005,1025-4094
set spantree portfast    1/1-2 enable
set spantree guard none 1/1-2
set port jumbo  1/1-2  enable
set port lacp-channel 1/1 mode active

set module name    2    
set port negotiation 2/1-2 disable
set port flowcontrol    2/1 send off
set trunk 2/1  on dot1q 1-1005,1025-4094
set spantree portfast    2/1-2 enable
set spantree guard none 2/1-2
set port jumbo  2/1-2  enable
set port lacp-channel 2/1 mode active

At this point, I have tried every combination of active/passive/on/off 
on both sides of the config with no AE interface UP/UP thus far.  The 
best I have been able to get is to set active on both the cisco and the 
juniper.  At this point the cisco sees the juniper's mac as an LACP 
partner but the juniper does not see the cisco.

Juniper Interface Status:

ge-0/0/0.0              up    up   aenet    --> ae0.0
ge-0/0/0.100            up    up   aenet    --> ae0.100
ge-0/0/0.32767          up    up   aenet    --> ae0.32767
ge-7/3/0                up    up 
ge-7/3/0.0              up    up   aenet    --> ae0.0
ge-7/3/0.100            up    up   aenet    --> ae0.100
ge-7/3/0.32767          up    up   aenet    --> ae0.32767

show interfaces ae0 detail
Physical interface: ae0, Enabled, Physical link is Down
  Interface index: 142, SNMP ifIndex: 96, Generation: 155
  Link-level type: Ethernet, MTU: 1518, Speed: Unspecified, Loopback: 
Disabled,
  Source filtering: Disabled, Flow control: Disabled, Minimum links 
needed: 1,
  Minimum bandwidth needed: 0
  Device flags   : Present Running
  Interface flags: Hardware-Down SNMP-Traps Internal: 0x4000
  Current address: 00:90:69:17:e3:f1, Hardware address: 00:90:69:17:e3:f1
  Last flapped   : Never
  Statistics last cleared: Never
  Traffic statistics:
   Input  bytes  :                    0                    0 bps
   Output bytes  :               303552                 1976 bps
   Input  packets:                    0                    0 pps
   Output packets:                 2448                    1 pps

  Logical interface ae0.0 (Index 73) (SNMP ifIndex 108) (Generation 154)
    Flags: Hardware-Down Device-Down SNMP-Traps 0x4000 VLAN-Tag [ 
0x8100.1 ]
    Encapsulation: ENET2
    Statistics        Packets        pps         Bytes          bps
    Bundle:
        Input :             0          0             0            0
        Output:             0          0             0            0
    Link:          
      ge-0/0/0.0
        Input :             0          0             0            0
        Output:             0          0             0            0
      ge-7/3/0.0
        Input :             0          0             0            0
        Output:             0          0             0            0
    LACP info:        Role     System             System      Port    
Port  Port
                             priority          identifier  priority  
number   key
      ge-0/0/0.0     Actor        127  00:90:69:17:e3:f0       127     
512     2
      ge-0/0/0.0   Partner          0  00:00:00:00:00:00         0       
0     0                  <---------- No Cisco Partner!
      ge-7/3/0.0     Actor        127  00:90:69:17:e3:f0       127     
984     2
      ge-7/3/0.0   Partner          0  00:00:00:00:00:00         0       
0     0                  <---------- No Cisco Partner!
    LACP Statistics:       LACP Rx     LACP Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.0                 0         256            0            0
      ge-7/3/0.0                 0         256            0            0
    Marker Statistics:   Marker Rx     Resp Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.0                 0           0            0            0
      ge-7/3/0.0                 0           0            0            0

  Logical interface ae0.100 (Index 67) (SNMP ifIndex 104) (Generation 152)
    Flags: Hardware-Down Device-Down SNMP-Traps 0x4000 VLAN-Tag [ 
0x8100.100 ]
    Encapsulation: ENET2
    Statistics        Packets        pps         Bytes          bps
    Bundle:
        Input :             0          0             0            0
        Output:             0          0             0            0
    Link:
      ge-0/0/0.100
        Input :             0          0             0            0
        Output:             0          0             0            0
      ge-7/3/0.100
        Input :             0          0             0            0
        Output:             0          0             0            0
    LACP info:        Role     System             System      Port    
Port  Port
                             priority          identifier  priority  
number   key
      ge-0/0/0.100    Actor       127  00:90:69:17:e3:f0       127     
512     2
      ge-0/0/0.100  Partner         0  00:00:00:00:00:00         0       
0     0               <---------- No Cisco Partner!
      ge-7/3/0.100    Actor       127  00:90:69:17:e3:f0       127     
984     2
      ge-7/3/0.100  Partner         0  00:00:00:00:00:00         0       
0     0               <---------- No Cisco Partner!
    LACP Statistics:       LACP Rx     LACP Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.100               0         256            0            0
      ge-7/3/0.100               0         256            0            0
    Marker Statistics:   Marker Rx     Resp Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.100               0           0            0            0
      ge-7/3/0.100               0           0            0            0
    Protocol inet, MTU: 1500, Generation: 156, Route table: 0
      Flags: Is-Primary
      Addresses, Flags: Dest-route-down Is-Preferred Is-Primary
        Destination: 10.0.0/24, Local: 10.0.01,
        Broadcast: 10.0.0.255, Generation: 147

  Logical interface ae0.32767 (Index 68) (SNMP ifIndex 105) (Generation 153)
    Flags: Hardware-Down Device-Down SNMP-Traps 0x4000 VLAN-Tag [ 
0x0000.0 ]
    Encapsulation: ENET2
    Statistics        Packets        pps         Bytes          bps
    Bundle:
        Input :             0          0             0            0
        Output:             0          0             0            0
    Link:
      ge-0/0/0.32767
        Input :             0          0             0            0
        Output:             0          0             0            0
      ge-7/3/0.32767
        Input :             0          0             0            0
        Output:             0          0             0            0
    LACP info:        Role     System             System      Port    
Port  Port
                             priority          identifier  priority  
number   key
      ge-0/0/0.32767    Actor      127 00:90:69:17:e3:f0       127     
512     2
      ge-0/0/0.32767  Partner        0 00:00:00:00:00:00         0       
0     0            <---------- No Cisco Partner!
      ge-7/3/0.32767    Actor      127 00:90:69:17:e3:f0       127     
984     2
      ge-7/3/0.32767  Partner        0 00:00:00:00:00:00         0       
0     0            <---------- No Cisco Partner!
    LACP Statistics:       LACP Rx     LACP Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.32767             0         256            0            0
      ge-7/3/0.32767             0         256            0            0
    Marker Statistics:   Marker Rx     Resp Tx   Unknown Rx   Illegal Rx
      ge-0/0/0.32767             0           0            0            0
      ge-7/3/0.32767             0           0            0            0
                   
Cisco Interface Status:

sho port 1/1
* = Configured MAC Address

Port  Name                 Status     Vlan       Duplex Speed Type
----- -------------------- ---------- ---------- ------ ----- ------------
 2/1                       connected  trunk        full  1000 1000-LX/LH


Port  Security Violation Shutdown-Time Age-Time Max-Addr Trap     IfIndex
----- -------- --------- ------------- -------- -------- -------- -------
 1/1  disabled  shutdown             0        0        1 disabled      60

Port  Num-Addr Secure-Src-Addr     Age-Left Last-Src-Addr     
Shutdown/Time-Left
----- -------- -----------------   -------- ----------------- 
------------------
 1/1         0                 -          -                 -        
-         -

Port  Flooding on Address Limit
----- -------------------------
 1/1                    Enabled

Port     Broadcast-Limit Multicast Unicast Total-Drop           Action     
-------- --------------- --------- ------- -------------------- ------------
 1/1                   -         -       -                    0 drop-packets

Port  Send FlowControl  Receive FlowControl   RxPause    TxPause
      admin    oper     admin     oper
----- -------- -------- --------- ---------   ---------- ----------
 1/1  off      off      off       off         0          0         

Port   Admin Channel LACP Port  Ch   Partner Oper                    Partner
       key   Mode    Priority   id   Sys ID                          Port
------ ----- ------- --------- ---- -------------------------------- -------
 1/1     64  active     128       0    127:00-90-69-17-e3-f0          
512               <---------  Seeing Juniper Partner!

Port  Status      ErrDisable Reason    Port ErrDisableTimeout  Action on 
Timeout
----  ----------  -------------------  ----------------------  
-----------------
 1/1  connected                     -  Enable                  No Change

Port  Align-Err  FCS-Err    Xmit-Err   Rcv-Err    UnderSize
----- ---------- ---------- ---------- ---------- ---------
 1/1           0          0          0          0         0

Port  Single-Col Multi-Coll Late-Coll  Excess-Col Carri-Sen Runts     Giants
----- ---------- ---------- ---------- ---------- --------- --------- 
---------
 1/1           0          0          0          0         0         
0         -

Port  Last-Time-Cleared
----- --------------------------
 1/1  Wed May 2 2007, 10:07:03

Idle Detection
--------------
   --   

sho port 2/1
* = Configured MAC Address

Port  Name                 Status     Vlan       Duplex Speed Type
----- -------------------- ---------- ---------- ------ ----- ------------
 2/1                       connected  trunk        full  1000 1000-LX/LH


Port  Security Violation Shutdown-Time Age-Time Max-Addr Trap     IfIndex
----- -------- --------- ------------- -------- -------- -------- -------
 2/1  disabled  shutdown             0        0        1 disabled      60

Port  Num-Addr Secure-Src-Addr     Age-Left Last-Src-Addr     
Shutdown/Time-Left
----- -------- -----------------   -------- ----------------- 
------------------
 2/1         0                 -          -                 -        
-         -

Port  Flooding on Address Limit
----- -------------------------
 2/1                    Enabled

Port     Broadcast-Limit Multicast Unicast Total-Drop           Action     
-------- --------------- --------- ------- -------------------- ------------
 2/1                   -         -       -                    0 drop-packets

Port  Send FlowControl  Receive FlowControl   RxPause    TxPause
      admin    oper     admin     oper
----- -------- -------- --------- ---------   ---------- ----------
 2/1  off      off      off       off         0          0         

Port   Admin Channel LACP Port  Ch   Partner Oper                    Partner
       key   Mode    Priority   id   Sys ID                          Port
------ ----- ------- --------- ---- -------------------------------- -------
 2/1     64  active     128       0    127:00-90-69-17-e3-f0          
512               <---------  Seeing Juniper Partner!

Port  Status      ErrDisable Reason    Port ErrDisableTimeout  Action on 
Timeout
----  ----------  -------------------  ----------------------  
-----------------
 2/1  connected                     -  Enable                  No Change

Port  Align-Err  FCS-Err    Xmit-Err   Rcv-Err    UnderSize
----- ---------- ---------- ---------- ---------- ---------
 2/1           0          0          0          0         0

Port  Single-Col Multi-Coll Late-Coll  Excess-Col Carri-Sen Runts     Giants
----- ---------- ---------- ---------- ---------- --------- --------- 
---------
 2/1           0          0          0          0         0         
0         -

Port  Last-Time-Cleared
----- --------------------------
 2/1  Wed May 2 2007, 10:07:03

Idle Detection
--------------
   --   

After reading around I found some notes on interface numbering issues in 
earlier versions of junos and that deactivating and reactivating the 
ge's themselves may help but I have had  no luck.  Again, thanks for the 
help on this and take care.. //db


More information about the juniper-nsp mailing list