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

configuting vlan1

ramakanth
Level 1
Level 1

i have configured the vlan1 as 10.10.0.31 to the switch 2960

now i want to disable the vlan1 and create a new vlan99 and route the traffic through that vlan

can any body give me the answer how to do the following steps

2 Replies 2

Hello,

 

2960#conf t

2960(config)#int vlan 1

2960(config-int)#shut

2960(config-int)#exit

2960(config)#interface Vlan 99

2960(config-int)#ip address x.x.x.x y.y.y.y

Hello


@ramakanth wrote:

i have configured the vlan1 as 10.10.0.31 to the switch 2960

now i want to disable the vlan1 and create a new vlan99 and route the traffic through that vlan

can any body give me the answer how to do the following steps


If this switch is going to be your core switch then the following example:

conf t

int vlan 1

shut

 

int vlan 30

ip address 10.10.10.31 255.255.255.0

no shut

exit

vlan 99

exit

ip routing

If this is just a access switch same as above but disable ip routing and provide it with a default gateway.

no ip routing

ip default-gateway 10.10.10.x <--- ip address of core switch vlan 99

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
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:

Review Cisco Networking products for a $25 gift card