cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2020
Views
0
Helpful
2
Replies

Issue about vlan creation

Andy3055
Level 1
Level 1

Hi everyone

I have an issue to create VLAN on a router in packet tracer. Can you give me some help, please? The command is below:

 

System Bootstrap, Version 15.1(4)M4, RELEASE SOFTWARE (fc1)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 2010 by cisco Systems, Inc.

Total memory size = 512 MB - On-board = 512 MB, DIMM0 = 0 MB

CISCO1941/K9 platform with 524288 Kbytes of main memory

Main memory is configured to 64/-1(On-board/DIMM0) bit mode with ECC disabled

 

Readonly ROMMON initialized

 

program load complete, entry point: 0x80803000, size: 0x1b340

program load complete, entry point: 0x80803000, size: 0x1b340

 

IOS Image Load Test

___________________

Digitally Signed Release Software

program load complete, entry point: 0x81000000, size: 0x2bb1c58

Self decompressing the image :

######################### [OK]

Smart Init is enabled

smart init is sizing iomem

TYPE MEMORY_REQ

Onboard devices &

buffer pools 0x01E8F000

-----------------------------------------------

TOTAL: 0x01E8F000

Rounded IOMEM up to: 32Mb.

Using 6 percent iomem. [32Mb/512Mb]

 

Restricted Rights Legend

Use, duplication, or disclosure by the Government is

subject to restrictions as set forth in subparagraph

(c) of the Commercial Computer Software - Restricted

Rights clause at FAR sec. 52.227-19 and subparagraph

(c) (1) (ii) of the Rights in Technical Data and Computer

Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.

170 West Tasman Drive

San Jose, California 95134-1706

 

Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc2)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2012 by Cisco Systems, Inc.

Compiled Thurs 5-Jan-12 15:41 by pt_team

Image text-base: 0x2100F918, data-base: 0x24729040

 

This product contains cryptographic features and is subject to United

States and local country laws governing import, export, transfer and

use. Delivery of Cisco cryptographic products does not imply

third-party authority to import, export, distribute or use encryption.

Importers, exporters, distributors and users are responsible for

compliance with U.S. and local country laws. By using this product you

agree to comply with applicable laws and regulations. If you are unable

to comply with U.S. and local laws, return this product immediately.

 

A summary of U.S. laws governing Cisco cryptographic products may be found at:

http://www.cisco.com/wwl/export/crypto/tool/stqrg.html

 

If you require further assistance please contact us by sending email to

export@cisco.com.

 

Cisco CISCO1941/K9 (revision 1.0) with 491520K/32768K bytes of memory.

Processor board ID FTX152400KS

2 Gigabit Ethernet interfaces

DRAM configuration is 64 bits wide with parity disabled.

255K bytes of non-volatile configuration memory.

249856K bytes of ATA System CompactFlash 0 (Read/Write)

 

Press RETURN to get started!

 

 

 

Router>en

Router#conf t

Enter configuration commands, one per line. End with CNTL/Z.

Router(config)#vlan 2

^

% Invalid input detected at '^' marker.

 

Router(config)#vlan 3

^

% Invalid input detected at '^' marker.

1 Accepted Solution

Accepted Solutions

MichaelMcCoy
Level 1
Level 1

Good Afternoon Andy3055,

 

Routers are not concerned with VLANS, if you were working on a switch, your commands would be correct.  A router just needs an interface or subinterface with a 10.10.2.1 and 10.10.3.1 for vlan 2 and 3 for example.

If this solves your issue, please mark it as the correct answer.  Thank you and best of luck.

View solution in original post

2 Replies 2

MichaelMcCoy
Level 1
Level 1

Good Afternoon Andy3055,

 

Routers are not concerned with VLANS, if you were working on a switch, your commands would be correct.  A router just needs an interface or subinterface with a 10.10.2.1 and 10.10.3.1 for vlan 2 and 3 for example.

If this solves your issue, please mark it as the correct answer.  Thank you and best of luck.

Thank you, Michael.