If you need to set a ip address from CLI
config vlan 1 ip create x.x.x.x/x {you config the vlan and then add the ip with the subnet mask in bits for example 255.255.255.0 is /24.
You then config the ip static-route to point to the router.
config ip static-route create 0.0.0.0/0 next-hop x.x.x.x cost 1 (default gateway).
If you have a old ip address and want to remove it you will need to replace the word "create" with the word "delete" and write the old ip address with the old bit mask .
Two questions before I proceed. The Accelar is configured with an IP and it is in production. When I delete the present IP, will the device stop moving traffic until the new IP is in place?
Our subnet mask is 255.255.254.0, would the bit for this be 23?
1.Is the Acclear doing any routing ? if not your main concern is to make sure that the default gateway points to the router. There will be down time either way .
or is it just acting as a distribution switch that feeds the closet switches.
2. 255.255.254 is /23
show ip route info all
show ip static-route info all {this is if you don't have a routing protocol}
show ip interface {this will show you the vlans ip address if you have multiple vlans}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.