cancel
Showing results for 
Search instead for 
Did you mean: 

mgmt clip IP not accessible

mgmt clip IP not accessible

gaurav-pandya
New Contributor II

Hello,

We are using 5520 switch running voss. It is acting as L2 switch and connected to firewalls. There are couple of L2 vlans configured on it. To manage those switches, I have configured mgmt CLIP IP. But CLIP IP is not accessible from network. 

Do I need to put default route on the switch to get it working? How I can manage those switches?

3 ACCEPTED SOLUTIONS

EXTR_Paul
Extreme Employee

If the switch is not a L3 device then the CLIP address will not be reachable. 

you will need to configure a VLAN Mgmt Address.

 

here is an example

mgmt vlan 192

ip address 192.168.2.43/24.  / just an example

ip route 0.0.0.0/0 next-hop 192.168.2.1 weight 10

enable

 

 

View solution in original post

Ludovico_Steven
Extreme Employee

If you configured a mgmt CLIP, maybe you forgot to add this config line ?:

router isis
    spbm 1 ip enable
exit


 

View solution in original post

EF
Contributor II

Hi,

Besides Ludovico says, maybe you need additional VLAN between your CORE and FW to route the CLIP network because I belive you are behind the FW.

You can configure this VLAN without mgmt rol, and then:

- FROM CORE ,default route to FW´s IP
- FROM FW, statics routes to CLIPs trought CORE´s VLAN IP

It works for me.

Regards

EF

View solution in original post

4 REPLIES 4

EF
Contributor II

Hi,

Besides Ludovico says, maybe you need additional VLAN between your CORE and FW to route the CLIP network because I belive you are behind the FW.

You can configure this VLAN without mgmt rol, and then:

- FROM CORE ,default route to FW´s IP
- FROM FW, statics routes to CLIPs trought CORE´s VLAN IP

It works for me.

Regards

EF

gaurav-pandya
New Contributor II

Hi,

Routing is already in place. My colleague visit site today and give me console of switch. First, I will try command "spbm 1 ip enable" 

 

 

Ludovico_Steven
Extreme Employee

If you configured a mgmt CLIP, maybe you forgot to add this config line ?:

router isis
    spbm 1 ip enable
exit


 

EXTR_Paul
Extreme Employee

If the switch is not a L3 device then the CLIP address will not be reachable. 

you will need to configure a VLAN Mgmt Address.

 

here is an example

mgmt vlan 192

ip address 192.168.2.43/24.  / just an example

ip route 0.0.0.0/0 next-hop 192.168.2.1 weight 10

enable

 

 

GTM-P2G8KFN