RE: putting ip class in cosco 2620 [7:40347]

2002-04-03 Thread Lomker, Michael
Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10, An example is on the following page: http://www.cisco.com/warp/public/473/50.shtml#cisco2600 Message Posted at:

Re: putting ip class in cosco 2620 [7:40347]

2002-04-03 Thread Marko Milivojevic
i want to create a new VLAN and after i type: ip address (x.x.x.x) (x.x.x.x) i get this: Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE 802.10, IEEE 802.1Q, or IS L vLAN. Before configuring ip address on

RE: putting ip class in cosco 2620 [7:40347]

2002-04-03 Thread Daniel Cotts
Try typing encapsulation (isl, dot1q) before typing the ip address. -Original Message- From: adam krause [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 12:56 PM To: [EMAIL PROTECTED] Subject: putting ip class in cosco 2620 [7:40347] i want to create a new VLAN and

RE: putting ip class in cosco 2620 [7:40347]

2002-04-03 Thread Lupi, Guy
The interface has to be configured for a vlan first i.e.: r7(config)#int f0/0 r7(config-if)#no sh r7(config-if)#int f0/0.1 r7(config-subif)#ip addr 1.1.1.1 255.255.255.0 Configuring IP routing on a LAN subinterface is only allowed if that subinterface is already configured as part of an IEEE