In learning for your personal CCNA exam and preparing to generate this worthwhile certification, you could be tempted to invest small time researching static routing and head proper for the more fascinating dynamic routing protocols like RIP, EIGRP, and OSPF. This is an easy to understand mistake, but still a mistake. Static routing is not complex, nonetheless it’s a crucial subject over the CCNA Test as well as a important skill for serious-world networking.
To create static routes with a Cisco router, you employ the ip route command accompanied by the location network, community mask, and both another-hop IP address or the neighborhood exit interface. It’s essential to help keep that very last aspect in your mind – you’re possibly configuring the IP tackle of the downstream router, or even the interface to the community router that should function the exit interface.
Enable’s say your neighborhood router includes a serial0 interface with the IP address of two hundred.1.one.1/thirty, along with the downstream router that will be the future hop will acquire packets on its serial1 interface by having an IP tackle of two hundred.1.one.2/30. The static route will be for packets destined with the 172.10.1.0 community. 토토사이트 Either of the subsequent ip route statements could well be proper.
R1(config)#ip route 172.10.1.0 255.255.255.0 200.one.1.two (subsequent-hop IP address)
OR
R1(config)#ip route 172.ten.1.0 255.255.255.0 serial0 ( regional exit interface)
It's also possible to create a static route that matches just one destination. That is a host route, and it has 255.255.255.255 for a mask. If the above mentioned static routes need to only be utilized to ship packets to 172.ten.one.one., the subsequent instructions would do the job.
R1(config)#ip route 172.10.1.one 255.255.255.255 two hundred.one.one.two (up coming-hop IP handle)
R1(config)#ip route 172.10.one.1 255.255.255.255 serial0 ( nearby exit interface)
Last but not least, a default static route serves being a gateway of previous vacation resort. If there won't be any matches for your location in the routing table, the default route are going to be made use of. Default routes use all zeroes for both of those the location and mask, and all over again a upcoming-hop IP deal with or https://en.search.wordpress.com/?src=organic&q=토토사이트 regional exit interface can be used.
R1(config)#ip route 0.0.0.0 0.0.0.0 200.one.1.two (following-hop IP tackle)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( area exit interface)
IP route statements appear to be uncomplicated enough, but the main points concerning the following-hop IP deal with, the regional exit interface, default static routes, and also the syntax from the command are vital for success on CCNA exam working day and in the true world.