Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLAN configuration in CLI #96

Open
claudiughioc opened this issue Sep 27, 2013 · 1 comment
Open

VLAN configuration in CLI #96

claudiughioc opened this issue Sep 27, 2013 · 1 comment

Comments

@claudiughioc
Copy link
Member

As reported by an user:
"when I create VLAN, I should get in (config-vlan) prompt and configure vlan name. Instead of it I get back to the prompt (config)#

box(config)#vlan 10
box(config)#

VLAN 10 is not presented in show vlan command.

test#show vlan
VLAN Name Status Ports


test#"

@claudiughioc
Copy link
Member Author

There must something else wrong with the version of LiSA on this user's machine. I cannot replicate this bug.

chimera#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
chimera(config)#vlan 10
chimera(config-vlan)#name mama
chimera(config-vlan)#exit
chimera(config)#exit
chimera#show vlan
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    
10   mama                             active    
1002 VLAN1002                         act/unsup 
1003 VLAN1003                         act/unsup 
1004 VLAN1004                         act/unsup 
1005 VLAN1005                         act/unsup 
chimera#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
chimera(config)#vlan 666
chimera(config-vlan)#name maybethisisevil
chimera(config-vlan)#exit
chimera(config)#exit
chimera#show vlan
VLAN Name                             Status    Ports
---- -------------------------------- --------- -------------------------------
1    default                          active    
10   mama                             active    
666  maybethisisevil                  active    
1002 VLAN1002                         act/unsup 
1003 VLAN1003                         act/unsup 
1004 VLAN1004                         act/unsup 
1005 VLAN1005                         act/unsup 

Any idea? I've tested both on "switch.ko" and on "bridge + 8021q" versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant