RE: Ethernet SubInterfaces [7:33790]

2002-01-30 Thread s vermill
What are you ultimately trying to accomplish? IP addressed ethernet subinterfaces are used in trunking for inter-VLAN routing. That needs to be configured on the major interface before being configured on the subinterfaces. Circusnuts wrote: Man- any idea on this one... I'm trying to run

Re: Ethernet SubInterfaces [7:33790]

2002-01-30 Thread David C Prall
inter e0 ip add 10.1.1.1 255.255.255.0 secondary Sub-interfaces with IP are only used when doing Trunked interfaces. IPX is a different story. David C Prall [EMAIL PROTECTED] http://dcp.dcptech.com - Original Message - From: Circusnuts To: Sent: Wednesday, January 30, 2002 8:15 PM

Re: Ethernet SubInterfaces [7:33790]

2002-01-30 Thread Kevin Wigle
what you are attempting to do is not generally allowed on 10meg ethernet. Usually the interface would need to be at least a fast ethernet before a sub-interface would be allowed. However, if all you need is two networks on the same interface why not use a secondary IP address?

RE: Ethernet SubInterfaces [7:33790]

2002-01-30 Thread Erick B.
Circus, You need to put 'encaps isl/dot1q (VLAN-#)' on the subinterface before defining the ip address. If this isn't a VLAN-trunk link then to assign multiple IPs, use the secondary keyword at the end of the ip address command on the major interface. Circusnuts wrote: Man- any idea on