cancel
Showing results for 
Search instead for 
Did you mean: 

Access to mgmt VLAN in FE environment

Access to mgmt VLAN in FE environment

Jave
Contributor
Hi everybody,

I have a setup with 4 VSP into a SPBm Fabric as this:

2fc35d240ae147f8b2aad1e13fef049d.png
Segmented mgmt interface is configured for each one via in band VLAN propagated as a standard L2VSN.

mgmt vlan X
ip address 10.0.0.Y/24
enable​

I can ping/ssh:
  • A to C and B
  • B to A and D
  • C to A and D
  • D to B and C
  • H (its a PC via an access port tagged into mgmt VLAN) to C
but all other pings/ssh accesses fail.

I have two questions:
  • is it normal ? I've tried to replace each FE adjacencies by FC and all works fine (I suspect that enabling FE VXLAN "transforms" the VSP to L3 switches)
  • configuring for each VSP the same IP address as mgmt VLAN directly into in band VLAN:
int vlan X
ip addresse 10.0.0.Y/24
exit​

         allows ping/ssh between all devices and PC H but not from an another subnet which could be configured via routing:

mgmt vlan
ip route 0.0.0.0 0.0.0.0 next_hop 10.0.0.254
exit

or

ip route 0.0.0.0 0.0.0.0 10.0.0.254


Thanks for your help.

Rodjeur

5 REPLIES 5

Miguel-Angel_RO
Valued Contributor II
This should do the trick,

router isis
redistribute direct
redistribute direct enable
exit
isis apply redistribute direct

Mig
GTM-P2G8KFN