cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
756
Views
5
Helpful
5
Replies

Vlan on notepad

alsayed
Level 1
Level 1

Hi

if i want to creat the L2 vlan on the notpad than paste it into the core;

e.g vlan 10 name test

vlan 11 name best

can i do this:

regards

Ali

1 Accepted Solution

Accepted Solutions

You dont need to write ENTER.

vlan 10

name test

View solution in original post

5 Replies 5

Rather, this should work:

vlan 10

name test

vlan 11

name best

Hi pthiagas!

do i need to write this: or

vlan 10

name test

????

You dont need to write ENTER.

vlan 10

name test

Ali,

What you have in your original posting should work. Here is the output from a 3550 switch.

SW1-3550#vlan database

% Warning: It is recommended to configure VLAN from config mode,

as VLAN database mode is being deprecated. Please consult user

documentation for configuring VTP/VLAN in config mode.

SW1-3550(vlan)#vlan 10 name test

VLAN 10 added:

Name: test

SW1-3550(vlan)#vlan 11 name best

VLAN 11 modified:

Name: best

SW1-3550(vlan)#exit

APPLY completed.

Exiting....

BTW, don't forget to type in exit to logout to save the config.

HTH

Sundar

HI Sundar

10xs for ur reply

Regards

ALI