[cisco-voip] interface vlan x give me Unrecognized command

Ahmed Abdullahi aabdullahi at gmail.com
Wed Sep 23 14:36:44 EDT 2009


Thank you both.  I'll get a ESW card in there.

Regards.


On Wed, Sep 23, 2009 at 1:58 PM, Matthew Loraditch
> A router won't have the VLAN command unless it has a switching card (like HWIC-ESW4). If you need to do vlans on one of the regular interfaces you have to do dot1q subinterfaces
>
>
> Matthew Loraditch

>
>
> -----Original Message-----
> From: cisco-voip-bounces at puck.nether.net [mailto:cisco-voip-bounces at puck.nether.net] On Behalf Of Ahmed Abdullahi
> Sent: Wednesday, September 23, 2009 1:30 PM
> To: cisco-voip at puck.nether.net
> Subject: [cisco-voip] interface vlan x give me Unrecognized command
>
> Dumb question I know, but I can't figure it out.  When I run
>
> router(config)# interface vlan 61
>
> I get "invalid input detected at 'vlan'?
>
> I'm running c3725-adventerprisek9_ivs-mz.124-15.T6
>
> Thanks.
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>


On Wed, Sep 23, 2009 at 2:04 PM, Jim Reed

> Interface vlan is not normally a router recognized command.  Vlans are
> usually used in conjunction with subinterfaces.  Below is an example from
> one of our routers.
>
> interface GigabitEthernet0/0
>  description See Sub-Interfaces for Descriptions
>  no ip address
>  no ip route-cache cef
>  no ip route-cache
>  no ip mroute-cache
>  duplex auto
>  speed auto
>  no mop enabled
> !
> interface GigabitEthernet0/0.1
>  description Sub-Interface for Data VLAN1 Access
>  encapsulation dot1Q 1 native
>  ip address 10.254.0.100 255.255.0.0
>  no ip route-cache
>  no ip mroute-cache
> !
> interface GigabitEthernet0/0.999
>  description Sub-Interface for Voice VLAN999 Access
>  encapsulation dot1Q 999
>  ip address 10.253.0.1 255.255.0.0
>  no ip route-cache
>  service-policy output output-L3-to-L2
>
>
> Hope this helps.
> --
>
>
>
>
> On 9/23/09 11:30 AM, "Ahmed Abdullahi" <aabdullahi at gmail.com> wrote:
>
> Dumb question I know, but I can't figure it out.  When I run
>
> router(config)# interface vlan 61
>
> I get "invalid input detected at 'vlan'?
>
> I'm running c3725-adventerprisek9_ivs-mz.124-15.T6
>
> Thanks.
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
>
>


More information about the cisco-voip mailing list