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

Reply via email to