cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
338
Views
10
Helpful
7
Replies

VLAN creation 6500 switch(URGENT)

adhityakarthik
Level 1
Level 1

hi all

I need to create management vlan with ip 11.14.10/24 in the catalayst 6500 seris switch

the gate way ip to be used for new vlan willbe 11.14.10.1

could you please any one tell me how to configure with commads and please share me the documnet

alos please let me know i have to create this vlan in MSFC only or on both

regards

Aravind

7 Replies 7

Jon Marshall
Hall of Fame
Hall of Fame

Aravind

Could you answer the following

1) what version of software is your 6500 running ?

2) Do you know if it is hybrid or native mode ?

3) the management vlan - does it already exist as a vlan on the switch ?

4) If not 3) then is the switch a VTP client or server or transparent

5) Where will 11.14.10.1 address be allocated ie. is it on the 6500 or a different device ?

Jon

glen.grant
VIP Alumni
VIP Alumni

You are saying both so we will assume hybrid.

On the catos side for an example. This vlan would then need to be allowed down any trunks where you will be using this management vlan .

set vlan 2 name mgt-vlan

Layer 3 side

Interface vlan 2

ip address 11.14.10.1 255.255.255.0

no shut

1) what version of software is your 6500 running ?

ANs:cat6000-supk8.7-6-11.bin

2) Do you know if it is hybrid or native mode ?

A:its inhybrid mode

3) the management vlan - does it already exist as a vlan on the switch ?

i think it new vlan can u tell me how to check based on name and ip address

4) If not 3) then is the switch a VTP client or server or transparent

A:Server mode( sh vtp dom

Domain Name Domain Index VTP Version Local Mode Password

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

UUUUU 1 2 server configured

5) Where will 11.14.10.1 address be allocated ie. is it on the 6500 or a different device ?

I think we have to give it int MSFC card Since we have to configure hsrp

thanks

Aravind

Aravind

Glen has given you most of what you need ie.

set vlan 2 name mgt-vlan

Layer 3 side

Interface vlan 2

ip address 11.14.10.1 255.255.255.0

no shut

to check if vlan 2 exists already on the switch from the prompt - "sh vlan" will show if it is there already. If not do as Glen suggests.

The switch part in hybrid has an sc0 interface for management so in addition to Glen's post you also need

switch(config)# set int sc0 11.14.10.2 255.255.255.0

switch(config)# set int sc0 2 <-- this configures the management interface to be in vlan 2.

Jon

Dear ALl

Thanks for the quick help

already managemet interface presents:plz find below conf

#ip

set interface sc0 3 11.50.208.41/255.255.255.0 11.50.208.255

set interface sl0 down

set interface sc1 1 0.0.0.0/0.0.0.0 255.255.255.255

set interface sc1 down

set ip route 0.0.0.0/0.0.0.0 11.50.208.1

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

ALL i need to create one more L3 vlan ON MSFC card with HSRP

how should i allow this vlan to pass through trunks

please give with the commads, as i am new cisco switching

thanks

Aravind

Aravind

On switch -

set vlan 10 name mgmt

on MSFC1

int vlan 10

ip address 11.14.10.2 255.255.255.0

standby 10 ip 11.14.10.1

standby 10 priority 110

standby 10 preempt

standby 10 authentication

on MSFC2

int vlan 10

ip address 11.14.10.3 255.255.255.0

standby 10 ip 11.14.10.1

standby 10 authentication

Jon

Dear All

Thanks to every one for the posts

can please clarify i have to allow or have to do with trunking

aravind

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco