02-12-2024 02:35 AM
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?
Solved! Go to Solution.
02-12-2024 05:35 AM
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
02-12-2024 05:41 AM
If you configured a mgmt CLIP, maybe you forgot to add this config line ?:
router isis
spbm 1 ip enable
exit
02-28-2024 12:30 PM
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
02-28-2024 12:30 PM
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
03-08-2024 12:24 AM
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"
02-12-2024 05:41 AM
If you configured a mgmt CLIP, maybe you forgot to add this config line ?:
router isis
spbm 1 ip enable
exit
02-12-2024 05:35 AM
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