your 2511 does not support isl or 802.1q.
if you are trying to have multiple addresses on the same physical wire, you
can say:
int eth 0
ip addr 192.168.0.1 255.255.255.0 <- primary address
ip addr 192.168.1.1 255.255.255.0 secondary
ip addr 192.168.2.1 255.255.255.0 secondary
ip addr 192.168.3.1 255.255.255.0 secondary
ip addr 192.168.4.1 255.255.255.0 secondary
and so forth and so on.
---rob
eliz linav <elizlinav@yahoo.com> writes:
> Hi all,
> i was trying to configure sub-interface on eth0
> int eth 0.1
> ip add 10.1.1.1 255.255.0.0
> The router says "Configuring IP routing on
> a LAN subinterface is only allowed if that
> subinterface is already configured as part of an IEEE
> 802.10 or ISL vLAN. "
> I want to create multiple sub-int with ip addresses.
> the ethernet 0 is already created and up!
> What does the msg mean?
> thanx, Eliz
This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:43 EDT