In reading up for your CCNA exam and planning to acquire this important certification, you might be enticed to invest little energy concentrating on static directing and set out right toward the really astonishing dynamic steering conventions like Tear, EIGRP and OSPF. This is a reasonable mix-up, yet at the same time a misstep. Static directing is not confounded, however it is a significant point on the CCNA exam and an important expertise for genuine world systems administration. To make static courses on a Cisco switch, you utilize the IP course order followed by the objective organization, network cover and either the following bounce IP address or the nearby leave interface. It is essential to remember that last part you are either arranging the IP address of the downstream switch or the connection point on the nearby switch that will act as the leave interface. Suppose your nearby switch has a serial0 communicate with an IP address of 200.1.1.1/30 and the downstream switch that will be the following jump will get bundles on its serial1 interact with an IP address of 200.1.1.2/30. The static course will be for bundles bound for the 172.10.1.0 organization. Both of the accompanying IP course explanations would be right.
R1(config)#IP course 172.10.1.0 255.255.255.0 200.1.1.2 (next-bounce IP address)
Or then again
R1(config)#IP course 172.10.1.0 255.255.255.0 serial0 ( neighborhood leave interface)
You can likewise compose a static course that matches just a single objective. This is a host course and has 255.255.255.255 for a veil. On the off chance that the above static courses ought to simply be utilized to send bundles to 172.10.1.1., the accompanying orders would finish the work.
R1(config)#IP course 172.10.1.1 255.255.255.255 200.1.1.2 (next-bounce IP address)
Or on the other hand
R1(config)#IP course 172.10.1.1 255.255.255.255 serial0 ( nearby leave interface)
At long last, a default static course fills in as a door after all other options have run out. In the event that there are no counterparts for an objective in the steering table, the default ccna dumps course will be utilized. Default courses utilize all zeroes for both the objective and cover and again a next-jump IP address or nearby leave point of interaction can be utilized.
R1(config)#IP course 0.0.0.0 0.0.0.0 200.1.1.2 (next-bounce IP address)
Or on the other hand
R1(config)#IP course 0.0.0.0 0.0.0.0 serial0 ( nearby leave interface)
IP course articulations appear to be adequately straightforward, however the insights about the following jump IP address, the neighborhood leave interface, default static courses and the grammar of the order are fundamental for progress on CCNA exam day and in reality.