Topics
  • Most Recent Stories
  • Trending Stories
  • Miscellaneous
  • New
  • SAP
  • Cisco
  • oracle
  • Microsoft
  • CCIE
  • CCNA
  • CCNP
  • Networking
  • Education
  • Eccouncil
  • Route
  • Routing
  • Switch
  • OSPF
  • EIGRP
  • Job
  • Firewall
  • VPN
Dear Sir Please solve my issue im am not able to give static route on second router error is comming?

  • Total 1 Answer
  • 913
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.