cancel
Showing results for 
Search instead for 
Did you mean: 

segmented management on 5520 running VOSS

segmented management on 5520 running VOSS

Chi
New Contributor II

Hi, has anybody gotten a 5520 running VOSS and acting as a router with two routed interfaces (VLANs with IPs) to have the segmented management VLAN be accessible from both sides of the router?  I created VLANs A and B on the 5520, assigned (public, routable) IPs to them, and then created a segmented management VLAN, and gave it an IP on the same subnet as VLAN A, with VLAN A’s IP address as it’s default route.

I can SSH to the segmented management VLAN address, but ONLY when I’m physically connected to anything on VLAN A side of the router, including devices going through another router that connects the VLAN A.  Anything on VLAN B or connected to the VLAN B side, cannot SSH to the segmented management VLAN address.

1 ACCEPTED SOLUTION

LionelH
New Contributor II

Hello,

 

I found my mistake, Router ISIS SPBM Ip wasn’t activate with IP shortcut as source.

 

Now Clip are working fine around the network.

 

Regards,

View solution in original post

10 REPLIES 10

EXTR_Paul
Extreme Employee

just a thought….

 

if your network is routed, just use a CLIP for mgmt.

 


mgmt clip vrf GlobalRouter
ip address 172.17.49.1/32
enable

 

 

Miguel-Angel_RO
Valued Contributor II

Chi,

From the doc:

d311c0b2055141e5942fb2496660a05d_3cfd4136-5b66-4a10-97e6-53eef1060667.png
d311c0b2055141e5942fb2496660a05d_2ffd8c26-bede-4f89-8e91-5d9406816a08.png

The mgmt IP and the VLAN A IP must match if I not mistaking.

The default gateway is the one defined on your switch and not the VLAN A’s IP

Mig

EXTR_Paul
Extreme Employee

can you dump the config for us please?

Chi
New Contributor II

Yes, I gave the VLAN A IP address as the default route for the segmented management VLAN interface.  I could only SSH to the seg mgmt IP from the VLAN A IP and other networks connected to the VLAN A side.  I could not SSH from the VLAN B IP nor any other network connected to the VLAN B side

EXTR_Paul
Extreme Employee

better example

 

mgmt vlan 192 

ip address 192.168.2.7/24

ip route 0.0.0.0/0 next-hop 192.168.2.1 weight 200

enable

exit

 

GTM-P2G8KFN