10-07-2015 08:08 AM - edited 03-05-2019 02:28 AM
helloo, on a 3850, the management, interface, i can not add an ip address, is there a specific conf for this?
here is what i have:
int Gi0/0
vrf forwarding Mgmt-vrf
no ip address
Nego auto
I am trying to enter the comand:
conf t
int gi0/0
ip address x.x.x.x m.m.m.m --> but the command is not accepted...
Any idea?
Tx
Solved! Go to Solution.
10-07-2015 08:35 AM
Hi heres an example from mine you should be able to add the ip, did you remove the vrf ?
ip route vrf Mgmt-vrf 0.0.0.0 0.0.0.0 172.x.x.x
interface GigabitEthernet0/0
description ** Network Managment Interface **
vrf forwarding Mgmt-vrf
ip address 172.x.x.x. 255.255.255.0
negotiation auto
10-08-2015 07:11 AM
Make sure your acl has vrf also in vty
line vty 0 4
access-class xxx in vrf-also
transport input ssh
10-07-2015 08:35 AM
Hi heres an example from mine you should be able to add the ip, did you remove the vrf ?
ip route vrf Mgmt-vrf 0.0.0.0 0.0.0.0 172.x.x.x
interface GigabitEthernet0/0
description ** Network Managment Interface **
vrf forwarding Mgmt-vrf
ip address 172.x.x.x. 255.255.255.0
negotiation auto
10-08-2015 07:06 AM
Tx a lot, it is working now, but i can not SSH to it or telnet, any help on this?
Tx
10-08-2015 07:11 AM
Make sure your acl has vrf also in vty
line vty 0 4
access-class xxx in vrf-also
transport input ssh
10-08-2015 07:32 AM
super!
Tx,
everything is ok now!
i love this forum!
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