In learning for your CCNA exam and getting ready to receive this precious certification, you may be tempted to spend little time learning static routing and head appropriate for the more enjoyable dynamic routing protocols like RIP, EIGRP, and OSPF. This is an understandable error, but still a error. Static routing is not really intricate, but it surely’s a crucial topic around the CCNA exam and a worthwhile talent for true-entire world networking.
To generate static routes with a Cisco router, you use the ip route command followed by the destination community, network mask, and both the subsequent-hop IP deal with or even the area exit interface. It’s very important to help keep that final part in your mind – you’re both configuring the IP handle of your downstream router, or maybe the interface within the community router that could function the exit interface.
Enable’s say your local router contains a serial0 interface using an IP deal with of 200.1.one.1/thirty, plus the downstream router that will be the following hop will receive packets on its serial1 interface with the IP deal with of two hundred.one.1.2/thirty. The static route is going to be for packets destined for that 172.ten.one.0 network. Either of the subsequent ip route statements might be accurate.
R1(config)#ip route 172.10.1.0 255.255.255.0 200.1.1.two (next-hop IP handle)
OR
R1(config)#ip route 172.10.1.0 255.255.255.0 serial0 ( nearby exit interface)
You may also compose a static route that matches just one spot. This is the host https://totofinders.com/ route, and has 255.255.255.255 for any mask. If the above mentioned static routes need to only be used to send out packets to 172.10.1.one., the following commands would do the job.
R1(config)#ip route 172.ten.1.1 255.255.255.255 200.one.one.two (following-hop IP handle)
R1(config)#ip route 172.10.one.1 255.255.255.255 serial0 ( local exit interface)
At last, a default static route serves being a gateway of last resort. If there won't be any matches to get a destination inside the routing desk, the default http://edition.cnn.com/search/?text=토토사이트 route might be utilised. Default routes use all zeroes for each the destination and mask, and yet again a following-hop IP handle or area exit interface can be utilized.
R1(config)#ip route 0.0.0.0 0.0.0.0 two hundred.one.1.2 (future-hop IP deal with)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( area exit interface)
IP route statements look basic enough, but the main points regarding the subsequent-hop IP tackle, the local exit interface, default static routes, as well as the syntax of the command are vital for success on CCNA Examination day and in the real entire world.