11-28-2010 09:50 PM - edited 03-06-2019 02:15 PM
hi
i m trying to creat vlan on cisco catalyst switch 2948g-L3.
but some it seems that vlan command is missing in my ios version
this is the output of my sh version command
Router#sh version
Cisco Internetwork Operating System Software
IOS (tm) L3 Switch/Router Software (CAT2948G-IN-M), Version 12.0(7)WX5(15a) REL
EASE SOFTWARE
Copyright (c) 1986-2000 by cisco Systems, Inc.
Compiled Thu 06-Jan-00 18:31 by integ
Image text-base: 0x60010928, data-base: 0x605A0000
ROM: System Bootstrap, Version 12.0(7)W5(15) RELEASE SOFTWARE
Router uptime is 0 minutes
System restarted by power-on
System image file is "bootflash:cat2948g-in-mz.120-7.WX5.15a.bin"
cisco Cat2948G (R5000) processor with 57344K/8192K bytes of memory.
R5000 processor, Implementation 35, Revision 2.1
Last reset from power-on
48 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3z interface(s)
121K bytes of non-volatile configuration memory.
16384K bytes of processor board Boot flash (Read/Write)
Configuration register is 0x2102
Router#sh vlan
No Virtual LANs configured.
Router#set vlan 10 name Network1
^
% Invalid input detected at '^' marker.
Router#vlan 10
Translating "vlan"...domain server (255.255.255.255)
% Unknown command or computer name, or unable to find computer address
Router(config)#vlan 2
^
% Invalid input detected at '^' marker.
please can you tell me how i could solve the issue
11-28-2010 09:55 PM
Hi Wagarm
The set vlan command is a CatOS command. Yo uare running IOS so this command is different.
Try switchport access vlan
Note: You need to be in the interface configuration mode to implement this command.
Eg:
Router#config t
Router(config)#interface Fa0/1
Router(config-if)#switchport access vlan 1
HTH
Rgds
Scott
11-29-2010 07:12 AM
Those boxes are funky and not configured like other IOS boxes, hopefully this might help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide