5 Things Everyone Gets Wrong About 메이저사이트

In studying for your personal CCNA Examination and preparing to gain this valuable certification, you may well be tempted to spend little time researching static routing and head suitable for the greater fascinating dynamic routing protocols like RIP, EIGRP, and OSPF. This is certainly an understandable blunder, but nonetheless a slip-up. Static routing is not complicated, but it surely’s a significant topic around the CCNA Examination as well as a beneficial talent for genuine-earth networking.

To create static routes over a Cisco router, you utilize the ip route command followed by the destination network, network mask, and both the subsequent-hop IP deal with or maybe the nearby exit interface. It’s very important to help keep that previous aspect in mind – you’re both configuring the IP tackle on the downstream router, or maybe the interface over the area router which will serve as the exit interface.

Let’s say your neighborhood router includes a serial0 interface using an IP deal with of two hundred.one.1.1/thirty, and the downstream router that would be the up coming hop will get packets on its serial1 interface by having an IP address of 200.1.one.2/thirty. The static route will be for packets destined for that 172.ten.one.0 network. Possibly of the following ip route http://edition.cnn.com/search/?text=토토사이트 statements might be accurate.

R1(config)#ip route 172.10.one.0 255.255.255.0 two hundred.one.one.two (future-hop IP handle)

OR

R1(config)#ip route 172.10.one.0 255.255.255.0 serial0 ( local exit interface)

image

You can also compose a static route that matches just one vacation spot. This is the host route, and it has 255.255.255.255 for your mask. If the check here above mentioned static routes must only be accustomed to mail packets to 172.10.1.one., the following commands would do The work.

R1(config)#ip route 172.ten.1.one 255.255.255.255 two hundred.1.one.two (following-hop IP address)

R1(config)#ip route 172.ten.one.1 255.255.255.255 serial0 ( local exit interface)

Last but not least, a default static route serves for a gateway of last resort. If there aren't any matches for your desired destination inside the routing desk, the default route will likely be utilized. Default routes use all zeroes for the two the vacation spot and mask, and once more a subsequent-hop IP deal with or regional exit interface can be used.

R1(config)#ip route 0.0.0.0 0.0.0.0 two hundred.1.1.2 (subsequent-hop IP tackle)

R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( neighborhood exit interface)

IP route statements feel uncomplicated more than enough, but the main points concerning the subsequent-hop IP handle, the community exit interface, default static routes, and also the syntax of your command are vital for fulfillment on CCNA Test day and in the real globe.