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:
http://www.groupstudy.com/form/read.php?f=7i=40359t=40347
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



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 subinterface, first set encapsulation.
For example:

interface fast 0/0
  no ip address
interface fast0/0.1
  encapsulation dot1q 10
  ip address 192.168.1.254 255.255.255.0




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=40364t=40347
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



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 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.
 
 any suggestions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=40365t=40347
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



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 802.10, IEEE 802.1Q,
or ISL vLAN.

r7(config-subif)#encap isl 1
r7(config-subif)#ip addr 1.1.1.1 255.255.255.0
r7(config-subif)#


-Original Message-
From: adam krause [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 1:56 PM
To: [EMAIL PROTECTED]
Subject: putting ip class in cosco 2620 [7:40347]


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.

any suggestions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=40368t=40347
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]