In researching for your personal CCNA Examination and planning to generate this valuable certification, you may be tempted to invest small time studying static routing and head appropriate for the more exciting dynamic routing protocols like https://en.wikipedia.org/wiki/?search=토토사이트 RIP, EIGRP, and OSPF. This is certainly an understandable error, but nonetheless a slip-up. Static routing is not sophisticated, but it really’s a very important subject matter on the CCNA exam as well as a important ability for serious-environment networking.
To create static routes on the Cisco router, you employ the ip route command accompanied by the spot network, community mask, and either the following-hop IP handle or the local exit interface. It’s essential to maintain that very last element in your mind – you’re possibly configuring the IP address from the downstream router, or even the interface within the local router which will function the exit interface.
Let’s say your neighborhood router incorporates a serial0 interface with the IP handle of 200.one.one.1/thirty, and also the downstream router that would be the following hop will receive packets on its serial1 interface 먹튀검증 having an IP deal with of two hundred.1.1.two/thirty. The static route will likely be for packets destined for your 172.10.one.0 community. Either of the following ip route statements can be accurate.
R1(config)#ip route 172.ten.1.0 255.255.255.0 200.one.1.2 (subsequent-hop IP tackle)
OR
R1(config)#ip route 172.10.one.0 255.255.255.0 serial0 ( neighborhood exit interface)
You may also write a static route that matches just one spot. That is a host route, and has 255.255.255.255 for your mask. If the above static routes really should only be accustomed to send packets to 172.ten.1.one., the next instructions would do the job.
R1(config)#ip route 172.ten.1.1 255.255.255.255 200.1.one.2 (future-hop IP tackle)
R1(config)#ip route 172.ten.one.one 255.255.255.255 serial0 ( nearby exit interface)
Finally, a default static route serves to be a gateway of final resort. If there won't be any matches for any spot from the routing table, the default route are going to be utilized. Default routes use all zeroes for each the place and mask, and again a up coming-hop IP deal with or community exit interface can be used.
R1(config)#ip route 0.0.0.0 0.0.0.0 two hundred.1.one.2 (up coming-hop IP tackle)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( area exit interface)
IP route statements appear basic sufficient, but the small print regarding the up coming-hop IP address, the neighborhood exit interface, default static routes, along with the syntax in the command are important for achievement on CCNA exam day and in the real planet.