Re: [nsp] VLAN Troubles on 7206

From: Chris Parker (cparker@starnetusa.net)
Date: Thu Apr 25 2002 - 10:25:16 EDT


At 09:00 PM 4/24/2002 -0700, Ryan Spott wrote:
>Here is what I have:
>
>sho diag
>Slot 0:
> Fast-ethernet on C7200 I/O card with MII or RJ45 Port adapter, 1 port
>
>sho ver
>Cisco Internetwork Operating System Software
>IOS (tm) 7200 Software (C7200-P-M), Version 12.1(2), RELEASE SOFTWARE (fc1)
>
>Here is what I want:
>
>Router(config-if)#int fa 0/0.46
>Router(config-subif)#encapsulation dot1Q 46
> ^
>% Invalid input detected at '^' marker.
>Router(config-subif)#

Works here with the following:

IOS (tm) 7200 Software (C7200-K3P-M), Version 12.0(21)S1, EARLY DEPLOYMENT
RELEASE SOFTWARE (fc1)

interface FastEthernet0/0
  description FastE Trunk Link
  no ip address
  no ip directed-broadcast
  full-duplex
  no cdp enable
!
interface FastEthernet0/0.1
  description VLAN 6
  encapsulation dot1Q 6
  ip address 10.0.1.1 255.255.255.0
  no ip directed-broadcast
!
interface FastEthernet0/0.2
  description VLAN 51
  encapsulation dot1Q 51
  ip address 10.0.2.1 255.255.255.0
  no ip directed-broadcast
!

-Chris

--
    \\\|||///  \          StarNet Inc.      \        Chris Parker
    \ ~   ~ /   \       WX *is* Wireless!    \   Director, Engineering
    | @   @ |    \   http://www.starnetwx.net \      (847) 963-0116
oOo---(_)---oOo--\------------------------------------------------------
                   \ Wholesale Internet Services - http://www.megapop.net



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:13:42 EDT