Chapter Three

Networking and Routing Concepts
This chapter will walk you through the basic concepts of networking and routing in cisco. The administrative distance is an important aspect in networking and routing. There are some default administrative distances (AD) in the world of cisco, which are as under:
Change the Default Settings of the Administrative Distance
You can use some commands to change the OSPF route's administrative distance from the default settings with the help of the following commands.
Permanent Keywords
The command Georgia(config)#ip route 192.168.50.0 255.255.255.0 serial0/0/0/0 permanent will let you create a static route that you cannot remove from the table even if you have shut down the interface. In the absence of a permanent keyword in the static route statement, the static route will stand removed, if your interface that is specified in the command moves down. An interface that is down will trigger the directly connected network and the associated static routes to get deleted from the table. When the interface is back up, the routes will definitely be returned. When you have added a permanent keyword to a static route statement, you will keep the static routes in the table even if the interface goes down. The interface remains down but the routes remain in the table. Its benefit is that when the interface gets back up, little need is usually left for the reprocessing of the static routes. This saves time and also the power that is usually consumed on processing.
IPv6 Address Assignment to Interface
You can use a bunch of commands for the assignment of different types of Ipv6 addresses to your interface.