In studying for your CCNA Test and planning to receive this worthwhile certification, you could be tempted to invest very little time finding out static routing and head appropriate for the greater remarkable dynamic routing protocols like RIP, EIGRP, and OSPF. This really is an comprehensible blunder, but nonetheless a oversight. Static routing is just not complicated, but it surely’s a very important topic over the CCNA Test and also a worthwhile talent for true-world networking.
To develop static routes over https://www.washingtonpost.com/newssearch/?query=토토사이트 a Cisco router, you utilize the ip route command accompanied by the place network, community mask, and either another-hop IP deal with or perhaps the nearby exit interface. It’s very important to keep that past component in mind – you’re either configuring the IP deal with with the downstream router, or the interface on the area router that could serve as the exit interface.
Let’s say your neighborhood router contains a serial0 interface by having an IP handle of two hundred.one.one.one/thirty, as well as downstream router that would be 메이저사이트 the up coming hop will obtain packets on its serial1 interface using an IP deal with of two hundred.one.1.two/30. The static route will be for packets destined for the 172.10.one.0 community. Both of the next ip route statements might be suitable.
R1(config)#ip route 172.ten.one.0 255.255.255.0 two hundred.1.one.2 (next-hop IP deal with)
OR
R1(config)#ip route 172.10.1.0 255.255.255.0 serial0 ( community exit interface)
You may also write a static route that matches only one destination. This can be a host route, and it has 255.255.255.255 for the mask. If the above mentioned static routes must only be accustomed to send packets to 172.ten.1.1., the following instructions would do The work.
R1(config)#ip route 172.10.1.1 255.255.255.255 200.1.one.two (next-hop IP address)
R1(config)#ip route 172.10.one.1 255.255.255.255 serial0 ( neighborhood exit interface)
Lastly, a default static route serves for a gateway of past vacation resort. If there are no matches for just a place during the routing table, the default route are going to be used. Default routes use all zeroes for equally the vacation spot and mask, and once again a upcoming-hop IP address or regional exit interface can be used.
R1(config)#ip route 0.0.0.0 0.0.0.0 200.one.1.2 (future-hop IP address)
R1(config)#ip route 0.0.0.0 0.0.0.0 serial0 ( neighborhood exit interface)
![]()
IP route statements seem easy adequate, but the main points regarding the up coming-hop IP tackle, the community exit interface, default static routes, and the syntax from the command are important for fulfillment on CCNA Examination working day and in the actual environment.