Comware

 View Only
Expand all | Collapse all

Commit Failed?? When Entering static Route.

This thread has been viewed 0 times
  • 1.  Commit Failed?? When Entering static Route.

    Posted Jun 09, 2008 06:06 AM
    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.  RE: Commit Failed?? When Entering static Route.

    Posted Jun 09, 2008 10:54 AM
    hi Karl please send me router and switch sh run print

    cenk


  • 3.  RE: Commit Failed?? When Entering static Route.

    Posted Jun 10, 2008 11:38 AM
    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