02-08-2018 01:44 AM - edited 03-08-2019 01:46 PM
I'm fimalar to configure Cisco Catalyst switches and now I need to configure my first two Cisco Nexus 3548 switches. I need to create a vPC and the "ip default-gateway".
For the vPC I can find a lot of information but not for the default gateway I can't find anything.
I created a management vlan 11 and an interface vlan 11 with ip 10.1.1.x/24. The default-gateway for this network is 10.1.1.1 which is my Catalyst 3850.
What do I need to configure?
Solved! Go to Solution.
02-08-2018 01:58 AM
Hi,
I believe that you will need to configure a standard default route instead of 'ip default-gateway' on the Nexus 3ks to provide remote management access
ip route 0.0.0.0/0 10.1.1.1
Alternatively, if you need to access the mgmt0 interfaces remotely as well, which are configured under VRF 'management' you will need to configure the following
vrf context management
ip route 0.0.0.0/0 <next-hop>
I hope that this helps
Will
02-08-2018 01:58 AM
Hi,
I believe that you will need to configure a standard default route instead of 'ip default-gateway' on the Nexus 3ks to provide remote management access
ip route 0.0.0.0/0 10.1.1.1
Alternatively, if you need to access the mgmt0 interfaces remotely as well, which are configured under VRF 'management' you will need to configure the following
vrf context management
ip route 0.0.0.0/0 <next-hop>
I hope that this helps
Will
02-08-2018 05:11 AM
That was it!
Thx
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