Access to mgmt VLAN in FE environment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-22-2021 10:04 AM
Hi everybody,
I have a setup with 4 VSP into a SPBm Fabric as this:

Segmented mgmt interface is configured for each one via in band VLAN propagated as a standard L2VSN.
I can ping/ssh:
I have two questions:
I have a setup with 4 VSP into a SPBm Fabric as this:
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-27-2021 04:35 AM
This should do the trick,
router isis
redistribute direct
redistribute direct enable
exit
isis apply redistribute direct
Mig
router isis
redistribute direct
redistribute direct enable
exit
isis apply redistribute direct
Mig
