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

Nexus 3548 "ip default-gateway"

ZEBIT1785
Level 1
Level 1

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?

 

1 Accepted Solution

Accepted Solutions

willwetherman
Spotlight
Spotlight

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

 

View solution in original post

2 Replies 2

willwetherman
Spotlight
Spotlight

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

 

That was it!

 

Thx