vlan database

Post Reply
indi60
Member
Posts: 4
Joined: 07 Jan 2013 07:15

vlan database

Post by indi60 »

Dear All,
I have switch alcatel OS 6250, I want to ask:
1. How to create vlan database?
2. How to command similar in cisco "show cdp neighbor"?
Thank you.

regards,
indi60
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: vlan database

Post by devnull »

there is no vlan database you need to edit.

just
"vlan 10 enable name Test10"
"vlan 20 enable name Test20"

create a ip interface for the vlan (Cisco: interface vlan ...):
ip interface vlan10-name address 10.10.10.1/24 vlan 10
ip interface vlan20-name address 10.10.20.1/24 vlan 20

"vlan10-name" is just a name, so you could name it "server" as well.

there is no cdp, but amap (older switches, not supported on 6900 and 10k) or lldp (interoparable even between cisco and Alcatel do lldp run on cisco)
so
"show amap"
"show lldp remote-system"

search the manuals
Post Reply

Return to “OmniSwitch 6250”