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

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