cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1519
Views
15
Helpful
3
Replies

VLAN

Sencyty
Level 1
Level 1

How do I create a routable interface for an existing VLAN on a Nexus switch 

1 Accepted Solution

Accepted Solutions

Jitendra Kumar
Spotlight
Spotlight

Hi secncyty,

 

If you are looking for hsrp routing over the vlan please find the below commands that will clear your query.

xyz(config)#feature interface-vlan
xyz(config)#feature hsrp
xyz(config)#vlan 100
xyz(config)#name xyz
xyz(config)#state active
xyz(config)#interface vlan 100
xyz(config)#shutdown
xyz(config)#ip address 172.19.1.1/24
xyz(config)#hsrp version 2
xyz(config)#hsrp 100
xyz(config)#authentication md5 key-string netapp123
xyz(config)#preempt
xyz(config)#priority 110
xyz(config)#ip 172.19.1.2

exit

 

If you are looking for routing between vlans please view below documents URL that are given below;-

 

https://www.practicalnetworking.net/stand-alone/routing-between-vlans/

 

Thanks,

Jitendra

Thanks,
Jitendra

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

# configure terminal
(config)#feature interface-vlan
(config)#feature interface-vlan
(config)# interface vlan 100 - change as per requirement
(config-if)# ip address 192.0.100.1/8 - change as per requirement

(config-if)#no shutdown

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Jitendra Kumar
Spotlight
Spotlight

Hi secncyty,

 

If you are looking for hsrp routing over the vlan please find the below commands that will clear your query.

xyz(config)#feature interface-vlan
xyz(config)#feature hsrp
xyz(config)#vlan 100
xyz(config)#name xyz
xyz(config)#state active
xyz(config)#interface vlan 100
xyz(config)#shutdown
xyz(config)#ip address 172.19.1.1/24
xyz(config)#hsrp version 2
xyz(config)#hsrp 100
xyz(config)#authentication md5 key-string netapp123
xyz(config)#preempt
xyz(config)#priority 110
xyz(config)#ip 172.19.1.2

exit

 

If you are looking for routing between vlans please view below documents URL that are given below;-

 

https://www.practicalnetworking.net/stand-alone/routing-between-vlans/

 

Thanks,

Jitendra

Thanks,
Jitendra

thank you for your help i do appreciate

. it works perfectly