Switches, Hubs, and Modems
1752770 Members
5201 Online
108789 Solutions
New Discussion юеВ

Re: Commit Failed?? When Entering static Route.

 
Karl Collinson
Frequent Advisor

Commit Failed?? When Entering static Route.

Afternoon all,

Why am i getting a Commit failed when i enter 0.0.0.0 0.0.0.0 RO.UT.ER.IP ?

Would it be because i have 2 VLANs on a class C subnet and another VLAN one a Class B?

Router is located in the Class B subnet?


If that is the case, what commands do i need to use to address the issue?
Thx.
2 REPLIES 2
cenk sasmaztin
Honored Contributor

Re: Commit Failed?? When Entering static Route.

hi Karl please send me router and switch sh run print

cenk
cenk

cenk sasmaztin
Honored Contributor

Re: Commit Failed?? When Entering static Route.

hi Karl
I make example config for you

*procurve switch config

hostname "ProCurve Switch 2626"
web-management support-url "http://www.dunyailetisim.net"

ip routing
timesync sntp
snmp-server community "public" Unrestricted

vlan 1
name "user"
untagged 1-21
ip address 192.168.10.1 255.255.255.0
no untagged 22-26
ip igmp
exit
vlan 2
name "serverandinternet"
untagged 25-26
ip address 129.10.0.1 255.255.0.0
exit

ip route 0.0.0.0 0.0.0.0 129.10.11.2(11.2 router ip lan address)


------------------------------------------------------------------------
*internet router config

you can basic config on router for internet connetion .
After you make write static route (on router)for vlans
example:

ip route 192.168.10.0 255.255.255.0 129.10.10.1
(destination network) (destination gateway) (gateway address)
ip route 129.10.0.0 255.255.0.0 129.10.10.1


cenk
cenk