02-01-2022 02:55 AM
How do I create a routable interface for an existing VLAN on a Nexus switch
Solved! Go to Solution.
02-03-2022 02:31 AM
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
02-01-2022 03:24 AM
# 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
02-03-2022 02:31 AM
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
02-03-2022 02:43 AM
thank you for your help i do appreciate
. it works perfectly
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide