In learning for your CCNA exam and getting ready to gain this important certification, you may well be tempted to invest tiny time finding out static routing and head right for the greater remarkable dynamic routing protocols like RIP, EIGRP, 안전놀이터 and OSPF. This really is an understandable miscalculation, but nonetheless a miscalculation. Static routing just isn't intricate, but it’s a very important topic to the CCNA Examination along with a useful skill for authentic-globe networking.
To produce static routes on the Cisco router, you employ the ip route command followed by the spot community, community mask, and either the following-hop IP handle or even the community exit interface. It’s critical to keep that very last element in your mind – you’re both configuring the IP address on the downstream router, or the interface within the regional router which will serve as the exit interface.
Allow’s say your neighborhood router includes a serial0 interface with an IP deal with of two hundred.one.one.1/30, along with the downstream router that will be the following hop will get packets on its serial1 interface using an IP address of two hundred.1.one.2/30. The static route are going to be for packets destined for the 172.10.1.0 network. Possibly of the following ip route statements could be correct.
R1(config)#ip route 172.ten.one.0 255.255.255.0 200.1.1.two (next-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 produce a static route that matches just one desired destination. This is the host route, and has 255.255.255.255 for just http://www.bbc.co.uk/search?q=토토사이트 a mask. If the above mentioned static routes need to only be accustomed to send packets to 172.ten.one.one., the next instructions would do the job.
R1(config)#ip route 172.10.1.one 255.255.255.255 two hundred.one.1.2 (upcoming-hop IP deal with)
R1(config)#ip route 172.10.1.one 255.255.255.255 serial0 ( area exit interface)
Last but not least, a default static route serves like a gateway of previous vacation resort. If there won't be any matches to get a location in the routing table, the default route will be made use of. Default routes use all zeroes for the two the place and mask, and once again a upcoming-hop IP handle or nearby exit interface may be used.
R1(config)#ip route 0.0.0.0 0.0.0.0 two hundred.1.one.2 (upcoming-hop IP tackle)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( area exit interface)
IP route statements feel straightforward adequate, but the details concerning the next-hop IP tackle, the local exit interface, default static routes, along with the syntax of your command are very important for achievement on CCNA exam day and in the true world.