cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
332
Views
0
Helpful
4
Replies

set an ip on the managt int???

bouchal-38
Level 1
Level 1

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

 

2 Accepted Solutions

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

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

 

View solution in original post

Make sure your acl has vrf also in vty

line vty 0 4
 access-class xxx in vrf-also
 transport input ssh
 

View solution in original post

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni

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

 

Tx a lot, it is working now, but i can not SSH to it or telnet, any help on this?

Tx

 

Make sure your acl has vrf also in vty

line vty 0 4
 access-class xxx in vrf-also
 transport input ssh
 

super! 

Tx,

everything is ok now!

i love this forum!

 

Review Cisco Networking for a $25 gift card