In finding out to your CCNA exam and getting ready to generate this worthwhile certification, you could be tempted to invest tiny time studying static routing and head correct for the more exciting dynamic routing protocols like RIP, EIGRP, and OSPF. This is often an understandable blunder, but nevertheless a oversight. Static routing will not be difficult, nonetheless it’s a significant matter within the CCNA Examination along with a worthwhile talent for authentic-entire world networking.
To create static routes over a Cisco router, you use the ip route command followed by the spot community, community mask, and either another-hop IP deal with or maybe the nearby exit interface. It’s important to maintain that last element in your mind – you’re either configuring the IP tackle in the downstream router, or the interface about 먹튀검증 the local router that can serve as the exit interface.
Enable’s say your neighborhood router incorporates a serial0 interface by having an IP address of 200.one.1.one/thirty, along with the downstream router that will be the next hop will obtain packets on its serial1 interface with the IP deal with of 200.one.one.two/30. The static route will likely be for packets destined for that 172.10.1.0 network. Both of https://en.search.wordpress.com/?src=organic&q=토토사이트 the following ip route statements could be right.
R1(config)#ip route 172.ten.one.0 255.255.255.0 two hundred.one.one.2 (subsequent-hop IP tackle)
OR
R1(config)#ip route 172.ten.1.0 255.255.255.0 serial0 ( nearby exit interface)
You may also compose a static route that matches just one spot. This can be a host route, and it has 255.255.255.255 for your mask. If the above mentioned static routes should really only be used to mail packets to 172.10.one.1., the next instructions would do the job.
R1(config)#ip route 172.ten.one.one 255.255.255.255 200.one.one.2 (future-hop IP tackle)
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 as a gateway of final resort. If there are no matches for a place during the routing desk, the default route might be utilised. Default routes use all zeroes for equally the location and mask, and once more a upcoming-hop IP address or community exit interface may be used.
R1(config)#ip route 0.0.0.0 0.0.0.0 200.1.one.2 (next-hop IP tackle)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( community exit interface)
IP route statements look uncomplicated ample, but the main points concerning the subsequent-hop IP address, the regional exit interface, default static routes, plus the syntax in the command are very important for success on CCNA Examination day and in the real planet.