cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
748
Views
0
Helpful
2
Replies

CCA 3 - static route bug

sethschmautz
Level 3
Level 3

Hey guys,

I started configuring a UC540 for a client yesterday using CCA 3.0.  The network gateway of this particular site is connected to one of the LAN ports of the UC540.  With the older versions of CCA, we were able to set up a static route for all traffic (0.0.0.0 w/ subnet of 0.0.0.0) to go to a particular IP address. In 3.0, we are only able to route traffic from 0.0.0.0 w/ a subnet mask of 128.0.0.0 to this Gateway IP. 

Is there another way to do this?  CLI perhaps?  If so, can somebody please post the CLI to accomplish this?

Thanks,

Seth

2 Replies 2

sethschmautz
Level 3
Level 3

This bug did prevent traffic from travelling through the network properly, but I figured out the CLI.  For anybody else needing this info it is:

no ip route 0.0.0.0 128.0.0.0

ip route 0.0.0.0 0.0.0.0

fruition3000
Level 1
Level 1

In CCA there can be only default route.  0.0.0.0 0.0.0.0 (next hop ip address or interface).  There is a difference between a static route and a default route.  The default route is what the router uses to send any traffic it does not have in it's routing table to.  The static route will be used before a default route.