hoping someone can help me with the following issue.
SETUP:
NEXUS 5K --> NEXUS 2K --> NEXUS 1K
I have configured a Data Vlan on my 5K as follow:
SW1
interface Vlan582
no shutdown
ip address 10.10.58.2/24
hsrp 1
ip 10.10.58.1
vrf context StaticVrf
ip route 10.10.58.0/24 10.10.58.1
SW2
interface Vlan582
no shutdown
ip address 10.10.58.3/24
hsrp 1
ip 10.10.58.1
vrf context StaticVrf
ip route 10.10.58.0/24 10.10.58.1
I'm able to ping 5K SW1 from 5K Sw2 and viseversa; however from the 1K I cant ping the hsrp IP address 10.10.58.1
I'm guessing I need a static route on the 1K pointing to Vlan 582 or to the uplink going to the 2K, but when I try to configure a vrf i get the following message: VRF creation from cli not allowed on this platform.
How can I get the 1K to ping the 10.10.58.1
hopefully I'm making some sense