Dear Sir Please solve my issue im am not able to give static route on second router error is comming?

author

  • Total 1 Answer
  • 749
Can You answer this question?
author

Hi, 

This is because of the IP address class. In this scenerio , you are using class B network and trying to define class C subnet mask.  And second mistake is next hop address. You have to use the following command:-

router(config)# ip route 172.30.0.0 255.255.0.0 10.10.1.1

 

Hope it helps.