Adding static routes in 3820
I want to add a static route for ICMP/SNMP traffic on the SBC .
If i add a host route in the system config it disconnects my session from putty
I can ping the SBC from my monitoring server ,however i cannot ping from the SBC to my monitoring server
I looked up the routes and it showes that my default gateway under system config is 192.16.12.1
0.0.0.0/0 192.168.12.1 2010003 2 57001 1 0 sp1
10.16.16.42 192.168.12.1 2020007 2 56961 2 0 sp1
172.26.76.0/24 172.26.76.10 2000101 2 0 2 0 eth0
192.168.12.0/24 192.168.12.65 2000101 4 0 2 0 sp1
My monitoring server is 10.16.16.41 /42
The above makes me assume that 172.26.76.0 is the eth0( Management Ip ) is going out via the proper gateway
How can i have the traffic going to 10.16.16.41/42 change its default gateway to be the eth0 gateway ??