This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASG220 V7.1 link aggregation

Afternoon all.

After a factory reset of an ASG220 V7.1 i would like to aggregate my internal and external links using eth0 and eth2 for internal, with eth1 and eth3 handling external.

When I aggregate eth0 and eth2 to lag0 I lose all access to the ASG220 except via console cable.

dmesg info:
Ethernet Channel Bonding Driver: v3.0.1 (January 9, 2006)
bonding: Warning: miimon must be specified, otherwise bonding will not detect link failure, speed and dun
Forcing miimon to 100msec
bonding: MII link monitoring set to 100 ms
bonding: lag0: enslaving eth2 as a backup interface with a down link.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
bonding: lag0: enslaving eth0 as a backup interface with an up link.
bonding: lag0: link status definitely down for interface eth0, disabling it
bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
bonding: lag0: link status definitely up for interface eth2.

ifconfig info:
host:/root # ifconfig 
eth2      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:78 errors:0 dropped:0 overruns:0 frame:0
          TX packets:32 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6101 (5.9 Kb)  TX bytes:3968 (3.8 Kb)

lag0      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
          inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:4274 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4288 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:502360 (490.5 Kb)  TX bytes:2884325 (2.7 Mb)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20942 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20942 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:6562561 (6.2 Mb)  TX bytes:6562561 (6.2 Mb)

tcpdump info from lag0 while pinging from 192.168.2.123:
host:/root # tcpdump -i lag0
15:19:06.609557 arp who-has 192.168.2.100 tell 192.168.2.123
15:19:15.547717 arp who-has 192.168.2.100 tell 192.168.2.123

host:/root # route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 lag0

Any ideas? Or is this by design?


This thread was automatically locked due to age.
Parents
  • I haven't made any progress as yet, but I have managed to configure the 220 to let me have access to the GUI, which is a nice touch - if not exactly useful. I still have a connection over the console cable.

    This is the way the 220 will be set up:
    Internal eth0/eth2 192.168.65.0/24
    External eth1/eth3 87.***.***.***/28
    DMZ eth4/eth5 192.168.66.0/24

    This is what I did:
    Configured eth0 as 192.168.65.254.
    Logged in from 192.168.65.123.
    Configured eth6 as 192.168.2.100.
    Selected "External" and eth3 for lag1 and clicked the button which created lag1 - as yet it is untested.
    Selected "Internal" and eth2 for lag0 and clicked the button. The web browser did not refresh, and eventually returned the "shift & reload" prompt. From then on, I was not able to access https://192.168.65.254:4444

    Diagnostic information follows:

    tcpdump for lag0 returns no information, no arp requests, nothing.

    host:/root # route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         87.***.***.***   0.0.0.0         UG    0      0        0 lag1
    87.***.***.***   0.0.0.0         255.255.255.240 U     0      0        0 lag1
    127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
    192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth6
    192.168.65.0    0.0.0.0         255.255.255.0   U     0      0        0 lag0

    host:/root # ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:3903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5628 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:798596 (779.8 Kb)  TX bytes:6173220 (5.8 Mb)

    eth1      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:2184 (2.1 Kb)

    eth2      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:919 errors:0 dropped:0 overruns:0 frame:0
              TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:55140 (53.8 Kb)  TX bytes:21080 (20.5 Kb)

    eth3      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:202 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:720 (720.0 b)  TX bytes:25048 (24.4 Kb)

    eth4      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:9B  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    eth5      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:98  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    eth6      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:99  
              inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:19278 errors:0 dropped:0 overruns:0 frame:0
              TX packets:4948 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2119041 (2.0 Mb)  TX bytes:5637295 (5.3 Mb)

    eth7      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:9A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    lag0      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              inet addr:192.168.65.254  Bcast:192.168.65.255  Mask:255.255.255.0
              UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
              RX packets:4822 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5798 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:853736 (833.7 Kb)  TX bytes:6194300 (5.9 Mb)

    lag1      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              inet addr:87.237.68.196  Bcast:87.237.68.207  Mask:255.255.255.240
              UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:254 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 b)  TX bytes:27232 (26.5 Kb)

    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:108797 errors:0 dropped:0 overruns:0 frame:0
              TX packets:108797 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:31184862 (29.7 Mb)  TX bytes:31184862 (29.7 Mb)

    There is nothing in the packetfilter.log

    Despite the fact that eth0, eht1, eth2 AND eth3 are connected to a switch, dmesg reports the following:
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
    bonding: lag0: link status definitely up for interface eth2.

    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    e100: eth3: e100_watchdog: link up, 100Mbps, full-duplex
    bonding: lag1: link status definitely up for interface eth3.

    There are no arp entries:
    host:/var/log # arp -anv
    ? (87.237.68.193) at  on lag1
    ? (192.168.65.123) at  on lag0
    Entries: 2      Skipped: 0      Found: 2

    I have replaced all cabling and used two known good switches with the same (lack of) results.
Reply
  • I haven't made any progress as yet, but I have managed to configure the 220 to let me have access to the GUI, which is a nice touch - if not exactly useful. I still have a connection over the console cable.

    This is the way the 220 will be set up:
    Internal eth0/eth2 192.168.65.0/24
    External eth1/eth3 87.***.***.***/28
    DMZ eth4/eth5 192.168.66.0/24

    This is what I did:
    Configured eth0 as 192.168.65.254.
    Logged in from 192.168.65.123.
    Configured eth6 as 192.168.2.100.
    Selected "External" and eth3 for lag1 and clicked the button which created lag1 - as yet it is untested.
    Selected "Internal" and eth2 for lag0 and clicked the button. The web browser did not refresh, and eventually returned the "shift & reload" prompt. From then on, I was not able to access https://192.168.65.254:4444

    Diagnostic information follows:

    tcpdump for lag0 returns no information, no arp requests, nothing.

    host:/root # route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         87.***.***.***   0.0.0.0         UG    0      0        0 lag1
    87.***.***.***   0.0.0.0         255.255.255.240 U     0      0        0 lag1
    127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
    192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth6
    192.168.65.0    0.0.0.0         255.255.255.0   U     0      0        0 lag0

    host:/root # ifconfig -a
    eth0      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:3903 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5628 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:798596 (779.8 Kb)  TX bytes:6173220 (5.8 Mb)

    eth1      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              BROADCAST NOARP SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:2184 (2.1 Kb)

    eth2      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:919 errors:0 dropped:0 overruns:0 frame:0
              TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:55140 (53.8 Kb)  TX bytes:21080 (20.5 Kb)

    eth3      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:202 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:720 (720.0 b)  TX bytes:25048 (24.4 Kb)

    eth4      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:9B  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    eth5      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:98  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    eth6      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:99  
              inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:19278 errors:0 dropped:0 overruns:0 frame:0
              TX packets:4948 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:2119041 (2.0 Mb)  TX bytes:5637295 (5.3 Mb)

    eth7      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:9A  
              BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    lag0      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:96  
              inet addr:192.168.65.254  Bcast:192.168.65.255  Mask:255.255.255.0
              UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
              RX packets:4822 errors:0 dropped:0 overruns:0 frame:0
              TX packets:5798 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:853736 (833.7 Kb)  TX bytes:6194300 (5.9 Mb)

    lag1      Link encap:Ethernet  HWaddr 00:10:F3:0A:1F:94  
              inet addr:87.237.68.196  Bcast:87.237.68.207  Mask:255.255.255.240
              UP BROADCAST MASTER MULTICAST  MTU:1500  Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:254 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:720 (720.0 b)  TX bytes:27232 (26.5 Kb)

    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:108797 errors:0 dropped:0 overruns:0 frame:0
              TX packets:108797 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:31184862 (29.7 Mb)  TX bytes:31184862 (29.7 Mb)

    There is nothing in the packetfilter.log

    Despite the fact that eth0, eht1, eth2 AND eth3 are connected to a switch, dmesg reports the following:
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag0: Warning: No 802.3ad response from the link partner for any adapters in the bond
    e100: eth2: e100_watchdog: link up, 100Mbps, full-duplex
    bonding: lag0: link status definitely up for interface eth2.

    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    bonding: lag1: Warning: No 802.3ad response from the link partner for any adapters in the bond
    e100: eth3: e100_watchdog: link up, 100Mbps, full-duplex
    bonding: lag1: link status definitely up for interface eth3.

    There are no arp entries:
    host:/var/log # arp -anv
    ? (87.237.68.193) at  on lag1
    ? (192.168.65.123) at  on lag0
    Entries: 2      Skipped: 0      Found: 2

    I have replaced all cabling and used two known good switches with the same (lack of) results.
Children
  • Hi dtnws,

    I will try to reproduce the issue.
    If you have a support subscription, please open a ticket.

    Kind Regards,
    Daniel
  • I did, over four hours ago.

    Case #00058422: ASG220 V7.1 link aggregation
  • More information...

    If I attempt to ping 192.168.65.254 from 192.168.65.123 a tcpdump on  of lag0, eth0 or eth2 shows nothing. tcpdump -i eth6 however, gives me:
    21:39:43.740128 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 1, length 64
    21:39:43.948505 802.1d unknown version
    21:39:44.739387 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 2, length 64
    21:39:45.740598 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 3, length 64
    21:39:45.946277 802.1d unknown version
    21:39:46.740644 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 4, length 64
    21:39:47.739528 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 5, length 64
    21:39:47.946349 802.1d unknown version
    21:39:48.739587 IP 192.168.65.123 > localhost: ICMP echo request, id 38174, seq 6, length 64

    Which is nice.