cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
597
Views
2
Helpful
1
Replies

Management NIC on Catalyst

e1rik2
Level 1
Level 1

Let me start by... "I'm new here"

I am attempting to re-ip the managment nic on an old catalyst. I was able to get the ip changed with the...

SWITCH1(config-if)#ip address A.B.C.D A.B.C.D

Then moved the upstream vlan tag to the appropriate new vlan. I can ping it directly from the upstream switch, but not outside of that.

The problem then becomes, I think, there is no existing default route for management vrf when I run.
SWITCH1#show vrf management
Name Default RD Protocols Interfaces
management <not set> ipv4,ipv6 mgmt0

 

Can I just use this to set the a gw or how do I set the gw directly on the interface?

ip route vrf management 0.0.0.0 0.0.0.0 A.B.C.D

If this is a dumb question, please humor me.

1 Reply 1

ip route vrf management 0.0.0.0 0.0.0.0 A.B.C.D <<- Yes you need it