RE: [nsp] two interfaces on the same LAN with same subnet

From: Andy Harding (andyh@verio.net)
Date: Wed Nov 14 2001 - 12:36:40 EST


hi Neil,

if memory serves, you need a bridge-group - effectively a vlan in old
nomenclature:

bridge <bridge-group-#> protocol ieee # valid bridge-group-#s 1-63
                                            # protocol is stp - ieee|dec
int f0/0
 bridge-group <bridge-group-#>
 ip address 10.0.0.1 255.255.255.0

int f0/1
 bridge-group <bridge-group-#>
 ip address 10.0.0.2 255.255.255.0

hth

-andy

Neil J. McRae wrote on 14 November 2001:
>
> I'm sure this has been discussed before but I can't find any info on.
>
> We need to have two interfaces on the same subnet into the same
> switch but we can't use ISL/VLAN/.Q etc. So we effectively double
> the bandwidth to that LAN.
>
> Anyone solved this problem?
>
> Neil.
>



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:13:23 EDT